| 3 | | srcdir ?= @srcdir@ |
|---|
| 4 | | top_srcdir ?= @top_srcdir@ |
|---|
| 5 | | VPATH ?= @srcdir@ |
|---|
| 6 | | pkgdatadir ?= $(datadir)/@PACKAGE@ |
|---|
| 7 | | pkglibdir ?= $(libdir)/@PACKAGE@ |
|---|
| 8 | | pkgincludedir ?= $(includedir)/@PACKAGE@ |
|---|
| 9 | | top_builddir ?= . |
|---|
| 10 | | am__cd ?= CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 11 | | INSTALL ?= @INSTALL@ |
|---|
| 12 | | install_sh_DATA ?= $(install_sh) -c -m 644 |
|---|
| 13 | | install_sh_PROGRAM ?= $(install_sh) -c |
|---|
| 14 | | install_sh_SCRIPT ?= $(install_sh) -c |
|---|
| 15 | | INSTALL_HEADER ?= $(INSTALL_DATA) |
|---|
| 16 | | transform ?= $(program_transform_name) |
|---|
| 17 | | NORMAL_INSTALL ?= : |
|---|
| 18 | | PRE_INSTALL ?= : |
|---|
| 19 | | POST_INSTALL ?= : |
|---|
| 20 | | NORMAL_UNINSTALL ?= : |
|---|
| 21 | | PRE_UNINSTALL ?= : |
|---|
| 22 | | POST_UNINSTALL ?= : |
|---|
| 23 | | build_triplet ?= @build@ |
|---|
| 24 | | host_triplet ?= @host@ |
|---|
| 25 | | target_triplet ?= @target@ |
|---|
| 26 | | subdir ?= . |
|---|
| 27 | | ACLOCAL_M4 ?= $(top_srcdir)/aclocal.m4 |
|---|
| 28 | | CONFIG_HEADER ?= autoconf.h |
|---|
| | 3 | srcdir = @srcdir@ |
|---|
| | 4 | top_srcdir = @top_srcdir@ |
|---|
| | 5 | VPATH = @srcdir@ |
|---|
| | 6 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| | 7 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| | 8 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| | 9 | top_builddir = . |
|---|
| | 10 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| | 11 | INSTALL = @INSTALL@ |
|---|
| | 12 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| | 13 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| | 14 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| | 15 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| | 16 | transform = $(program_transform_name) |
|---|
| | 17 | NORMAL_INSTALL = : |
|---|
| | 18 | PRE_INSTALL = : |
|---|
| | 19 | POST_INSTALL = : |
|---|
| | 20 | NORMAL_UNINSTALL = : |
|---|
| | 21 | PRE_UNINSTALL = : |
|---|
| | 22 | POST_UNINSTALL = : |
|---|
| | 23 | build_triplet = @build@ |
|---|
| | 24 | host_triplet = @host@ |
|---|
| | 25 | target_triplet = @target@ |
|---|
| | 26 | subdir = . |
|---|
| | 27 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| | 28 | CONFIG_HEADER = autoconf.h |
|---|
| 82 | | CYGPATH_W ?= @CYGPATH_W@ |
|---|
| 83 | | DATA_PATH ?= @DATA_PATH@ |
|---|
| 84 | | DATADIRNAME ?= @DATADIRNAME@ |
|---|
| 85 | | DCT64 ?= @DCT64@ |
|---|
| 86 | | DEFS ?= @DEFS@ |
|---|
| 87 | | DEPDIR ?= @DEPDIR@ |
|---|
| 88 | | ECHO ?= @ECHO@ |
|---|
| 89 | | ECHO_C ?= @ECHO_C@ |
|---|
| 90 | | ECHO_N ?= @ECHO_N@ |
|---|
| 91 | | ECHO_T ?= @ECHO_T@ |
|---|
| 92 | | EFFECT_PLUGINS ?= @EFFECT_PLUGINS@ |
|---|
| 93 | | EFFECT_PLUGIN_DIR ?= @EFFECT_PLUGIN_DIR@ |
|---|
| 94 | | EGREP ?= @EGREP@ |
|---|
| 95 | | EXEEXT ?= @EXEEXT@ |
|---|
| 96 | | GENCAT ?= @GENCAT@ |
|---|
| 97 | | INSTALL_DATA ?= @INSTALL_DATA@ |
|---|
| 98 | | INSTALL_PROGRAM ?= @INSTALL_PROGRAM@ |
|---|
| 99 | | INSTALL_SCRIPT ?= @INSTALL_SCRIPT@ |
|---|
| 100 | | INSTALL_STRIP_PROGRAM ?= @INSTALL_STRIP_PROGRAM@ |
|---|
| 101 | | INSTOBJEXT ?= @INSTOBJEXT@ |
|---|
| 102 | | LDFLAGS ?= @LDFLAGS@ |
|---|
| 103 | | LIBOBJS ?= @LIBOBJS@ |
|---|
| 104 | | LIBNAME ?= @LIBNAME@ |
|---|
| 105 | | LIBS ?= @LIBS@ |
|---|
| 106 | | LIBTOOL ?= @LIBTOOL@ |
|---|
| 107 | | LN_S ?= @LN_S@ |
|---|
| 108 | | LTLIBOBJS ?= @LTLIBOBJS@ |
|---|
| 109 | | MAKEINFO ?= @MAKEINFO@ |
|---|
| 110 | | MKINSTALLDIRS ?= @MKINSTALLDIRS@ |
|---|
| 111 | | MSGFMT ?= @MSGFMT@ |
|---|
| 112 | | MSGMERGE ?= @MSGMERGE@ |
|---|
| 113 | | OBJEXT ?= @OBJEXT@ |
|---|
| 114 | | PACKAGE ?= @PACKAGE@ |
|---|
| 115 | | PACKAGE_BUGREPORT ?= @PACKAGE_BUGREPORT@ |
|---|
| 116 | | PACKAGE_NAME ?= @PACKAGE_NAME@ |
|---|
| 117 | | PACKAGE_STRING ?= @PACKAGE_STRING@ |
|---|
| 118 | | PACKAGE_TARNAME ?= @PACKAGE_TARNAME@ |
|---|
| 119 | | PACKAGE_VERSION ?= @PACKAGE_VERSION@ |
|---|
| 120 | | PATH_SEPARATOR ?= @PATH_SEPARATOR@ |
|---|
| 121 | | PC_REQUIRES ?= @PC_REQUIRES@ |
|---|
| 122 | | PKG_CONFIG ?= @PKG_CONFIG@ |
|---|
| 123 | | PLUGIN_LDFLAGS ?= @PLUGIN_LDFLAGS@ |
|---|
| 124 | | POSUB ?= @POSUB@ |
|---|
| 125 | | RANLIB ?= @RANLIB@ |
|---|
| 126 | | SET_MAKE ?= @SET_MAKE@ |
|---|
| 127 | | SETEGID ?= @SETEGID@ |
|---|
| 128 | | SHELL ?= @SHELL@ |
|---|
| 129 | | STRIP ?= @STRIP@ |
|---|
| 130 | | VERSION ?= @VERSION@ |
|---|
| 131 | | XGETTEXT ?= @XGETTEXT@ |
|---|
| 132 | | ac_ct_AR ?= @ac_ct_AR@ |
|---|
| 133 | | ac_ct_CC ?= @ac_ct_CC@ |
|---|
| 134 | | ac_ct_CXX ?= @ac_ct_CXX@ |
|---|
| 135 | | ac_ct_RANLIB ?= @ac_ct_RANLIB@ |
|---|
| 136 | | ac_ct_STRIP ?= @ac_ct_STRIP@ |
|---|
| 137 | | am__fastdepCC_FALSE ?= @am__fastdepCC_FALSE@ |
|---|
| 138 | | am__fastdepCC_TRUE ?= @am__fastdepCC_TRUE@ |
|---|
| 139 | | am__fastdepCXX_FALSE ?= @am__fastdepCXX_FALSE@ |
|---|
| 140 | | am__fastdepCXX_TRUE ?= @am__fastdepCXX_TRUE@ |
|---|
| 141 | | am__include ?= @am__include@ |
|---|
| 142 | | am__leading_dot ?= @am__leading_dot@ |
|---|
| 143 | | am__quote ?= @am__quote@ |
|---|
| 144 | | am__tar ?= @am__tar@ |
|---|
| 145 | | am__untar ?= @am__untar@ |
|---|
| 146 | | bindir ?= @bindir@ |
|---|
| 147 | | build ?= @build@ |
|---|
| 148 | | build_alias ?= @build_alias@ |
|---|
| 149 | | build_cpu ?= @build_cpu@ |
|---|
| 150 | | build_os ?= @build_os@ |
|---|
| 151 | | build_vendor ?= @build_vendor@ |
|---|
| 152 | | datadir ?= @datadir@ |
|---|
| 153 | | datarootdir ?= @datarootdir@ |
|---|
| 154 | | exec_prefix ?= @exec_prefix@ |
|---|
| 155 | | host ?= @host@ |
|---|
| 156 | | host_alias ?= @host_alias@ |
|---|
| 157 | | host_cpu ?= @host_cpu@ |
|---|
| 158 | | host_os ?= @host_os@ |
|---|
| 159 | | host_vendor ?= @host_vendor@ |
|---|
| 160 | | includedir ?= @includedir@ |
|---|
| 161 | | infodir ?= @infodir@ |
|---|
| 162 | | install_sh ?= @install_sh@ |
|---|
| 163 | | libdir ?= @libdir@ |
|---|
| 164 | | libexecdir ?= @libexecdir@ |
|---|
| 165 | | localedir ?= @localedir@ |
|---|
| 166 | | localstatedir ?= @localstatedir@ |
|---|
| 167 | | mandir ?= @mandir@ |
|---|
| 168 | | mkdir_p ?= @mkdir_p@ |
|---|
| 169 | | oldincludedir ?= @oldincludedir@ |
|---|
| 170 | | plugindir ?= @plugindir@ |
|---|
| 171 | | pluginsubs ?= @pluginsubs@ |
|---|
| 172 | | prefix ?= @prefix@ |
|---|
| 173 | | program_transform_name ?= @program_transform_name@ |
|---|
| 174 | | sbindir ?= @sbindir@ |
|---|
| 175 | | sharedstatedir ?= @sharedstatedir@ |
|---|
| 176 | | sysconfdir ?= @sysconfdir@ |
|---|
| 177 | | target ?= @target@ |
|---|
| 178 | | target_alias ?= @target_alias@ |
|---|
| 179 | | target_cpu ?= @target_cpu@ |
|---|
| 180 | | target_os ?= @target_os@ |
|---|
| 181 | | target_vendor ?= @target_vendor@ |
|---|
| 182 | | SHARED_SUFFIX ?= @SHARED_SUFFIX@ |
|---|
| 183 | | PICFLAGS ?= @PICFLAGS@ |
|---|
| 184 | | PICLDFLAGS ?= @PICLDFLAGS@ |
|---|
| 185 | | LIBLDFLAGS ?= @LIBLDFLAGS@ |
|---|
| | 82 | CYGPATH_W = @CYGPATH_W@ |
|---|
| | 83 | DATA_PATH = @DATA_PATH@ |
|---|
| | 84 | DATADIRNAME = @DATADIRNAME@ |
|---|
| | 85 | DCT64 = @DCT64@ |
|---|
| | 86 | DEFS = @DEFS@ |
|---|
| | 87 | DEPDIR = @DEPDIR@ |
|---|
| | 88 | ECHO = @ECHO@ |
|---|
| | 89 | ECHO_C = @ECHO_C@ |
|---|
| | 90 | ECHO_N = @ECHO_N@ |
|---|
| | 91 | ECHO_T = @ECHO_T@ |
|---|
| | 92 | EFFECT_PLUGINS = @EFFECT_PLUGINS@ |
|---|
| | 93 | EFFECT_PLUGIN_DIR = @EFFECT_PLUGIN_DIR@ |
|---|
| | 94 | EGREP = @EGREP@ |
|---|
| | 95 | EXEEXT = @EXEEXT@ |
|---|
| | 96 | GENCAT = @GENCAT@ |
|---|
| | 97 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| | 98 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| | 99 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| | 100 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| | 101 | INSTOBJEXT = @INSTOBJEXT@ |
|---|
| | 102 | LDFLAGS = @LDFLAGS@ |
|---|
| | 103 | LIBOBJS = @LIBOBJS@ |
|---|
| | 104 | LIBNAME = @LIBNAME@ |
|---|
| | 105 | LIBS = @LIBS@ |
|---|
| | 106 | LIBTOOL = @LIBTOOL@ |
|---|
| | 107 | LN_S = @LN_S@ |
|---|
| | 108 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| | 109 | MAKEINFO = @MAKEINFO@ |
|---|
| | 110 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
|---|
| | 111 | MSGFMT = @MSGFMT@ |
|---|
| | 112 | MSGMERGE = @MSGMERGE@ |
|---|
| | 113 | OBJEXT = @OBJEXT@ |
|---|
| | 114 | PACKAGE = @PACKAGE@ |
|---|
| | 115 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| | 116 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| | 117 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| | 118 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| | 119 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| | 120 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| | 121 | PC_REQUIRES = @PC_REQUIRES@ |
|---|
| | 122 | PKG_CONFIG = @PKG_CONFIG@ |
|---|
| | 123 | PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@ |
|---|
| | 124 | POSUB = @POSUB@ |
|---|
| | 125 | RANLIB = @RANLIB@ |
|---|
| | 126 | SET_MAKE = @SET_MAKE@ |
|---|
| | 127 | SETEGID = @SETEGID@ |
|---|
| | 128 | SHELL = @SHELL@ |
|---|
| | 129 | STRIP = @STRIP@ |
|---|
| | 130 | VERSION = @VERSION@ |
|---|
| | 131 | XGETTEXT = @XGETTEXT@ |
|---|
| | 132 | ac_ct_AR = @ac_ct_AR@ |
|---|
| | 133 | ac_ct_CC = @ac_ct_CC@ |
|---|
| | 134 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| | 135 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
|---|
| | 136 | ac_ct_STRIP = @ac_ct_STRIP@ |
|---|
| | 137 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
|---|
| | 138 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
|---|
| | 139 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
|---|
| | 140 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
|---|
| | 141 | am__include = @am__include@ |
|---|
| | 142 | am__leading_dot = @am__leading_dot@ |
|---|
| | 143 | am__quote = @am__quote@ |
|---|
| | 144 | am__tar = @am__tar@ |
|---|
| | 145 | am__untar = @am__untar@ |
|---|
| | 146 | bindir = @bindir@ |
|---|
| | 147 | build = @build@ |
|---|
| | 148 | build_alias = @build_alias@ |
|---|
| | 149 | build_cpu = @build_cpu@ |
|---|
| | 150 | build_os = @build_os@ |
|---|
| | 151 | build_vendor = @build_vendor@ |
|---|
| | 152 | datadir = @datadir@ |
|---|
| | 153 | datarootdir = @datarootdir@ |
|---|
| | 154 | exec_prefix = @exec_prefix@ |
|---|
| | 155 | host = @host@ |
|---|
| | 156 | host_alias = @host_alias@ |
|---|
| | 157 | host_cpu = @host_cpu@ |
|---|
| | 158 | host_os = @host_os@ |
|---|
| | 159 | host_vendor = @host_vendor@ |
|---|
| | 160 | includedir = @includedir@ |
|---|
| | 161 | infodir = @infodir@ |
|---|
| | 162 | install_sh = @install_sh@ |
|---|
| | 163 | libdir = @libdir@ |
|---|
| | 164 | libexecdir = @libexecdir@ |
|---|
| | 165 | localedir = @localedir@ |
|---|
| | 166 | localstatedir = @localstatedir@ |
|---|
| | 167 | mandir = @mandir@ |
|---|
| | 168 | mkdir_p = @mkdir_p@ |
|---|
| | 169 | oldincludedir = @oldincludedir@ |
|---|
| | 170 | plugindir = @plugindir@ |
|---|
| | 171 | pluginsubs = @pluginsubs@ |
|---|
| | 172 | prefix = @prefix@ |
|---|
| | 173 | program_transform_name = @program_transform_name@ |
|---|
| | 174 | sbindir = @sbindir@ |
|---|
| | 175 | sharedstatedir = @sharedstatedir@ |
|---|
| | 176 | sysconfdir = @sysconfdir@ |
|---|
| | 177 | target = @target@ |
|---|
| | 178 | target_alias = @target_alias@ |
|---|
| | 179 | target_cpu = @target_cpu@ |
|---|
| | 180 | target_os = @target_os@ |
|---|
| | 181 | target_vendor = @target_vendor@ |
|---|
| | 182 | SHARED_SUFFIX = @SHARED_SUFFIX@ |
|---|
| | 183 | PICFLAGS = @PICFLAGS@ |
|---|
| | 184 | PICLDFLAGS = @PICLDFLAGS@ |
|---|
| | 185 | LIBLDFLAGS = @LIBLDFLAGS@ |
|---|