[8ce897a] | 1 | # Makefile.in generated by automake 1.10.1 from Makefile.am. |
---|
[de80d66] | 2 | # @configure_input@ |
---|
| 3 | |
---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
[8ce897a] | 5 | # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
---|
[de80d66] | 6 | # This Makefile.in is free software; the Free Software Foundation |
---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
---|
| 8 | # with or without modifications, as long as this notice is preserved. |
---|
| 9 | |
---|
| 10 | # This program is distributed in the hope that it will be useful, |
---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
| 13 | # PARTICULAR PURPOSE. |
---|
| 14 | |
---|
| 15 | @SET_MAKE@ |
---|
| 16 | VPATH = @srcdir@ |
---|
| 17 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 18 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 19 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 20 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 21 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 22 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 23 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 24 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 25 | transform = $(program_transform_name) |
---|
| 26 | NORMAL_INSTALL = : |
---|
| 27 | PRE_INSTALL = : |
---|
| 28 | POST_INSTALL = : |
---|
| 29 | NORMAL_UNINSTALL = : |
---|
| 30 | PRE_UNINSTALL = : |
---|
| 31 | POST_UNINSTALL = : |
---|
| 32 | build_triplet = @build@ |
---|
| 33 | host_triplet = @host@ |
---|
| 34 | target_triplet = @target@ |
---|
[70c2d86] | 35 | subdir = . |
---|
[de80d66] | 36 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
---|
| 37 | $(srcdir)/Makefile.in $(srcdir)/config.in \ |
---|
| 38 | $(top_srcdir)/configure $(top_srcdir)/include/mod_gnutls.h.in \ |
---|
[a4839ae] | 39 | NEWS config/config.guess config/config.sub config/depcomp \ |
---|
[ec06980] | 40 | config/install-sh config/ltmain.sh config/missing |
---|
[de80d66] | 41 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 42 | am__aclocal_m4_deps = $(top_srcdir)/m4/apache.m4 \ |
---|
| 43 | $(top_srcdir)/m4/apache_test.m4 \ |
---|
| 44 | $(top_srcdir)/m4/apr_memcache.m4 $(top_srcdir)/m4/libgnutls.m4 \ |
---|
| 45 | $(top_srcdir)/m4/outoforder.m4 $(top_srcdir)/configure.ac |
---|
| 46 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 47 | $(ACLOCAL_M4) |
---|
| 48 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
[70c2d86] | 49 | configure.lineno config.status.lineno |
---|
[de80d66] | 50 | mkinstalldirs = $(install_sh) -d |
---|
| 51 | CONFIG_HEADER = $(top_builddir)/include/mod_gnutls_config.h |
---|
| 52 | CONFIG_CLEAN_FILES = include/mod_gnutls.h |
---|
| 53 | SOURCES = |
---|
| 54 | DIST_SOURCES = |
---|
| 55 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 56 | html-recursive info-recursive install-data-recursive \ |
---|
[70c2d86] | 57 | install-dvi-recursive install-exec-recursive \ |
---|
| 58 | install-html-recursive install-info-recursive \ |
---|
| 59 | install-pdf-recursive install-ps-recursive install-recursive \ |
---|
| 60 | installcheck-recursive installdirs-recursive pdf-recursive \ |
---|
| 61 | ps-recursive uninstall-recursive |
---|
| 62 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
---|
| 63 | distclean-recursive maintainer-clean-recursive |
---|
[de80d66] | 64 | ETAGS = etags |
---|
| 65 | CTAGS = ctags |
---|
| 66 | DIST_SUBDIRS = $(SUBDIRS) |
---|
| 67 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 68 | distdir = $(PACKAGE)-$(VERSION) |
---|
| 69 | top_distdir = $(distdir) |
---|
| 70 | am__remove_distdir = \ |
---|
| 71 | { test ! -d $(distdir) \ |
---|
| 72 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
| 73 | && rm -fr $(distdir); }; } |
---|
| 74 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 |
---|
| 75 | GZIP_ENV = --best |
---|
| 76 | distuninstallcheck_listfiles = find . -type f -print |
---|
| 77 | distcleancheck_listfiles = find . -type f -print |
---|
| 78 | ACLOCAL = @ACLOCAL@ |
---|
| 79 | AMTAR = @AMTAR@ |
---|
[8df5b25] | 80 | APR_CFLAGS = @APR_CFLAGS@ |
---|
| 81 | APR_CPPFLAGS = @APR_CPPFLAGS@ |
---|
[de80d66] | 82 | APR_INCLUDES = @APR_INCLUDES@ |
---|
[8df5b25] | 83 | APR_LDFLAGS = @APR_LDFLAGS@ |
---|
| 84 | APR_LIBS = @APR_LIBS@ |
---|
| 85 | APR_LIBTOOL = @APR_LIBTOOL@ |
---|
[de80d66] | 86 | APR_MEMCACHE_CFLAGS = @APR_MEMCACHE_CFLAGS@ |
---|
| 87 | APR_MEMCACHE_LIBS = @APR_MEMCACHE_LIBS@ |
---|
| 88 | APU_INCLUDES = @APU_INCLUDES@ |
---|
[8df5b25] | 89 | APU_LDFLAGS = @APU_LDFLAGS@ |
---|
| 90 | APU_LIBS = @APU_LIBS@ |
---|
| 91 | APU_LIBTOOL = @APU_LIBTOOL@ |
---|
[de80d66] | 92 | APXS_BIN = @APXS_BIN@ |
---|
| 93 | APXS_CFLAGS = @APXS_CFLAGS@ |
---|
| 94 | APXS_EXTENSION = @APXS_EXTENSION@ |
---|
| 95 | AP_BINDIR = @AP_BINDIR@ |
---|
| 96 | AP_CFLAGS = @AP_CFLAGS@ |
---|
| 97 | AP_CPPFLAGS = @AP_CPPFLAGS@ |
---|
| 98 | AP_DEFS = @AP_DEFS@ |
---|
| 99 | AP_INCLUDEDIR = @AP_INCLUDEDIR@ |
---|
| 100 | AP_INCLUDES = @AP_INCLUDES@ |
---|
| 101 | AP_LIBEXECDIR = @AP_LIBEXECDIR@ |
---|
| 102 | AP_PREFIX = @AP_PREFIX@ |
---|
| 103 | AP_SBINDIR = @AP_SBINDIR@ |
---|
| 104 | AP_SYSCONFDIR = @AP_SYSCONFDIR@ |
---|
| 105 | AP_VERSION = @AP_VERSION@ |
---|
[70c2d86] | 106 | AR = @AR@ |
---|
[de80d66] | 107 | AUTOCONF = @AUTOCONF@ |
---|
| 108 | AUTOHEADER = @AUTOHEADER@ |
---|
| 109 | AUTOMAKE = @AUTOMAKE@ |
---|
| 110 | AWK = @AWK@ |
---|
| 111 | CC = @CC@ |
---|
| 112 | CCDEPMODE = @CCDEPMODE@ |
---|
| 113 | CFLAGS = @CFLAGS@ |
---|
[70c2d86] | 114 | CPP = @CPP@ |
---|
[de80d66] | 115 | CPPFLAGS = @CPPFLAGS@ |
---|
[70c2d86] | 116 | CXX = @CXX@ |
---|
| 117 | CXXCPP = @CXXCPP@ |
---|
| 118 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 119 | CXXFLAGS = @CXXFLAGS@ |
---|
[de80d66] | 120 | CYGPATH_W = @CYGPATH_W@ |
---|
| 121 | DEFS = @DEFS@ |
---|
| 122 | DEPDIR = @DEPDIR@ |
---|
[8ce897a] | 123 | DSYMUTIL = @DSYMUTIL@ |
---|
[70c2d86] | 124 | ECHO = @ECHO@ |
---|
[de80d66] | 125 | ECHO_C = @ECHO_C@ |
---|
| 126 | ECHO_N = @ECHO_N@ |
---|
| 127 | ECHO_T = @ECHO_T@ |
---|
| 128 | EGREP = @EGREP@ |
---|
| 129 | EXEEXT = @EXEEXT@ |
---|
[70c2d86] | 130 | F77 = @F77@ |
---|
| 131 | FFLAGS = @FFLAGS@ |
---|
| 132 | GREP = @GREP@ |
---|
| 133 | INSTALL = @INSTALL@ |
---|
[de80d66] | 134 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 135 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 136 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 137 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 138 | LDFLAGS = @LDFLAGS@ |
---|
[8df5b25] | 139 | LIBGNUTLS_CERTTOOL = @LIBGNUTLS_CERTTOOL@ |
---|
[de80d66] | 140 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ |
---|
[8ce897a] | 141 | LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@ |
---|
[de80d66] | 142 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ |
---|
| 143 | LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ |
---|
| 144 | LIBGNUTLS_VERSION = @LIBGNUTLS_VERSION@ |
---|
| 145 | LIBOBJS = @LIBOBJS@ |
---|
| 146 | LIBS = @LIBS@ |
---|
| 147 | LIBTOOL = @LIBTOOL@ |
---|
[70c2d86] | 148 | LN_S = @LN_S@ |
---|
[de80d66] | 149 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 150 | MAINT = @MAINT@ |
---|
| 151 | MAKEINFO = @MAKEINFO@ |
---|
[70c2d86] | 152 | MKDIR_P = @MKDIR_P@ |
---|
[de80d66] | 153 | MODULE_CFLAGS = @MODULE_CFLAGS@ |
---|
| 154 | MODULE_LIBS = @MODULE_LIBS@ |
---|
| 155 | MOD_GNUTLS_VERSION = @MOD_GNUTLS_VERSION@ |
---|
[8ce897a] | 156 | NMEDIT = @NMEDIT@ |
---|
[de80d66] | 157 | OBJEXT = @OBJEXT@ |
---|
[8eb6ccd] | 158 | OOO_MAINTAIN = @OOO_MAINTAIN@ |
---|
[de80d66] | 159 | PACKAGE = @PACKAGE@ |
---|
| 160 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 161 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 162 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 163 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 164 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 165 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
[70c2d86] | 166 | RANLIB = @RANLIB@ |
---|
| 167 | SED = @SED@ |
---|
[de80d66] | 168 | SET_MAKE = @SET_MAKE@ |
---|
| 169 | SHELL = @SHELL@ |
---|
| 170 | STRIP = @STRIP@ |
---|
| 171 | VERSION = @VERSION@ |
---|
[70c2d86] | 172 | abs_builddir = @abs_builddir@ |
---|
| 173 | abs_srcdir = @abs_srcdir@ |
---|
| 174 | abs_top_builddir = @abs_top_builddir@ |
---|
| 175 | abs_top_srcdir = @abs_top_srcdir@ |
---|
[de80d66] | 176 | ac_ct_CC = @ac_ct_CC@ |
---|
[70c2d86] | 177 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 178 | ac_ct_F77 = @ac_ct_F77@ |
---|
[de80d66] | 179 | am__include = @am__include@ |
---|
| 180 | am__leading_dot = @am__leading_dot@ |
---|
| 181 | am__quote = @am__quote@ |
---|
| 182 | am__tar = @am__tar@ |
---|
| 183 | am__untar = @am__untar@ |
---|
| 184 | bindir = @bindir@ |
---|
| 185 | build = @build@ |
---|
| 186 | build_alias = @build_alias@ |
---|
| 187 | build_cpu = @build_cpu@ |
---|
| 188 | build_os = @build_os@ |
---|
| 189 | build_vendor = @build_vendor@ |
---|
[70c2d86] | 190 | builddir = @builddir@ |
---|
[de80d66] | 191 | datadir = @datadir@ |
---|
[70c2d86] | 192 | datarootdir = @datarootdir@ |
---|
| 193 | docdir = @docdir@ |
---|
| 194 | dvidir = @dvidir@ |
---|
[de80d66] | 195 | exec_prefix = @exec_prefix@ |
---|
| 196 | have_apr_memcache = @have_apr_memcache@ |
---|
| 197 | host = @host@ |
---|
| 198 | host_alias = @host_alias@ |
---|
| 199 | host_cpu = @host_cpu@ |
---|
| 200 | host_os = @host_os@ |
---|
| 201 | host_vendor = @host_vendor@ |
---|
[70c2d86] | 202 | htmldir = @htmldir@ |
---|
[de80d66] | 203 | includedir = @includedir@ |
---|
| 204 | infodir = @infodir@ |
---|
| 205 | install_sh = @install_sh@ |
---|
| 206 | libdir = @libdir@ |
---|
| 207 | libexecdir = @libexecdir@ |
---|
[70c2d86] | 208 | localedir = @localedir@ |
---|
[de80d66] | 209 | localstatedir = @localstatedir@ |
---|
| 210 | mandir = @mandir@ |
---|
| 211 | mkdir_p = @mkdir_p@ |
---|
| 212 | oldincludedir = @oldincludedir@ |
---|
[70c2d86] | 213 | pdfdir = @pdfdir@ |
---|
[de80d66] | 214 | prefix = @prefix@ |
---|
| 215 | program_transform_name = @program_transform_name@ |
---|
[70c2d86] | 216 | psdir = @psdir@ |
---|
[de80d66] | 217 | sbindir = @sbindir@ |
---|
| 218 | sharedstatedir = @sharedstatedir@ |
---|
[70c2d86] | 219 | srcdir = @srcdir@ |
---|
[de80d66] | 220 | sysconfdir = @sysconfdir@ |
---|
| 221 | target = @target@ |
---|
| 222 | target_alias = @target_alias@ |
---|
| 223 | target_cpu = @target_cpu@ |
---|
| 224 | target_os = @target_os@ |
---|
| 225 | target_vendor = @target_vendor@ |
---|
[70c2d86] | 226 | top_builddir = @top_builddir@ |
---|
| 227 | top_srcdir = @top_srcdir@ |
---|
[de80d66] | 228 | AUTOMAKE_OPTIONS = foreign dist-bzip2 |
---|
| 229 | EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \ |
---|
| 230 | m4/libgnutls.m4 m4/apr_memcache.m4 \ |
---|
[70c2d86] | 231 | m4/apache_test.m4 m4/lua.m4 \ |
---|
[de80d66] | 232 | include/mod_gnutls.h.in \ |
---|
[a4839ae] | 233 | README README.ENV NEWS \ |
---|
[de80d66] | 234 | NOTICE LICENSE autogen.sh |
---|
| 235 | |
---|
[dc1e7e6] | 236 | SUBDIRS = src |
---|
[70c2d86] | 237 | ACLOCAL_AMFLAGS = -I m4 |
---|
[de80d66] | 238 | all: all-recursive |
---|
| 239 | |
---|
| 240 | .SUFFIXES: |
---|
| 241 | am--refresh: |
---|
| 242 | @: |
---|
| 243 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 244 | @for dep in $?; do \ |
---|
| 245 | case '$(am__configure_deps)' in \ |
---|
| 246 | *$$dep*) \ |
---|
| 247 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
---|
| 248 | cd $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
| 249 | && exit 0; \ |
---|
| 250 | exit 1;; \ |
---|
| 251 | esac; \ |
---|
| 252 | done; \ |
---|
| 253 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
| 254 | cd $(top_srcdir) && \ |
---|
| 255 | $(AUTOMAKE) --foreign Makefile |
---|
| 256 | .PRECIOUS: Makefile |
---|
| 257 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 258 | @case '$?' in \ |
---|
| 259 | *config.status*) \ |
---|
| 260 | echo ' $(SHELL) ./config.status'; \ |
---|
| 261 | $(SHELL) ./config.status;; \ |
---|
| 262 | *) \ |
---|
| 263 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
| 264 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
| 265 | esac; |
---|
| 266 | |
---|
| 267 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 268 | $(SHELL) ./config.status --recheck |
---|
| 269 | |
---|
| 270 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
| 271 | cd $(srcdir) && $(AUTOCONF) |
---|
| 272 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
| 273 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
| 274 | |
---|
| 275 | include/mod_gnutls_config.h: include/stamp-h1 |
---|
| 276 | @if test ! -f $@; then \ |
---|
| 277 | rm -f include/stamp-h1; \ |
---|
[70c2d86] | 278 | $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; \ |
---|
[de80d66] | 279 | else :; fi |
---|
| 280 | |
---|
| 281 | include/stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status |
---|
| 282 | @rm -f include/stamp-h1 |
---|
| 283 | cd $(top_builddir) && $(SHELL) ./config.status include/mod_gnutls_config.h |
---|
| 284 | $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
| 285 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
| 286 | rm -f include/stamp-h1 |
---|
| 287 | touch $@ |
---|
| 288 | |
---|
| 289 | distclean-hdr: |
---|
| 290 | -rm -f include/mod_gnutls_config.h include/stamp-h1 |
---|
| 291 | include/mod_gnutls.h: $(top_builddir)/config.status $(top_srcdir)/include/mod_gnutls.h.in |
---|
| 292 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
| 293 | |
---|
| 294 | mostlyclean-libtool: |
---|
| 295 | -rm -f *.lo |
---|
| 296 | |
---|
| 297 | clean-libtool: |
---|
| 298 | -rm -rf .libs _libs |
---|
| 299 | |
---|
| 300 | distclean-libtool: |
---|
| 301 | -rm -f libtool |
---|
| 302 | |
---|
| 303 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 304 | # into them and run `make' without going through this Makefile. |
---|
| 305 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 306 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 307 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 308 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 309 | $(RECURSIVE_TARGETS): |
---|
| 310 | @failcom='exit 1'; \ |
---|
| 311 | for f in x $$MAKEFLAGS; do \ |
---|
| 312 | case $$f in \ |
---|
| 313 | *=* | --[!k]*);; \ |
---|
| 314 | *k*) failcom='fail=yes';; \ |
---|
| 315 | esac; \ |
---|
| 316 | done; \ |
---|
| 317 | dot_seen=no; \ |
---|
| 318 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 319 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 320 | echo "Making $$target in $$subdir"; \ |
---|
| 321 | if test "$$subdir" = "."; then \ |
---|
| 322 | dot_seen=yes; \ |
---|
| 323 | local_target="$$target-am"; \ |
---|
| 324 | else \ |
---|
| 325 | local_target="$$target"; \ |
---|
| 326 | fi; \ |
---|
| 327 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 328 | || eval $$failcom; \ |
---|
| 329 | done; \ |
---|
| 330 | if test "$$dot_seen" = "no"; then \ |
---|
| 331 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 332 | fi; test -z "$$fail" |
---|
| 333 | |
---|
[70c2d86] | 334 | $(RECURSIVE_CLEAN_TARGETS): |
---|
[de80d66] | 335 | @failcom='exit 1'; \ |
---|
| 336 | for f in x $$MAKEFLAGS; do \ |
---|
| 337 | case $$f in \ |
---|
| 338 | *=* | --[!k]*);; \ |
---|
| 339 | *k*) failcom='fail=yes';; \ |
---|
| 340 | esac; \ |
---|
| 341 | done; \ |
---|
| 342 | dot_seen=no; \ |
---|
| 343 | case "$@" in \ |
---|
| 344 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 345 | *) list='$(SUBDIRS)' ;; \ |
---|
| 346 | esac; \ |
---|
| 347 | rev=''; for subdir in $$list; do \ |
---|
| 348 | if test "$$subdir" = "."; then :; else \ |
---|
| 349 | rev="$$subdir $$rev"; \ |
---|
| 350 | fi; \ |
---|
| 351 | done; \ |
---|
| 352 | rev="$$rev ."; \ |
---|
| 353 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 354 | for subdir in $$rev; do \ |
---|
| 355 | echo "Making $$target in $$subdir"; \ |
---|
| 356 | if test "$$subdir" = "."; then \ |
---|
| 357 | local_target="$$target-am"; \ |
---|
| 358 | else \ |
---|
| 359 | local_target="$$target"; \ |
---|
| 360 | fi; \ |
---|
| 361 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 362 | || eval $$failcom; \ |
---|
| 363 | done && test -z "$$fail" |
---|
| 364 | tags-recursive: |
---|
| 365 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 366 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 367 | done |
---|
| 368 | ctags-recursive: |
---|
| 369 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 370 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 371 | done |
---|
| 372 | |
---|
| 373 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 374 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 375 | unique=`for i in $$list; do \ |
---|
| 376 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 377 | done | \ |
---|
[8ce897a] | 378 | $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ |
---|
| 379 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
[de80d66] | 380 | mkid -fID $$unique |
---|
| 381 | tags: TAGS |
---|
| 382 | |
---|
| 383 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ |
---|
| 384 | $(TAGS_FILES) $(LISP) |
---|
| 385 | tags=; \ |
---|
| 386 | here=`pwd`; \ |
---|
| 387 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 388 | include_option=--etags-include; \ |
---|
| 389 | empty_fix=.; \ |
---|
| 390 | else \ |
---|
| 391 | include_option=--include; \ |
---|
| 392 | empty_fix=; \ |
---|
| 393 | fi; \ |
---|
| 394 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 395 | if test "$$subdir" = .; then :; else \ |
---|
| 396 | test ! -f $$subdir/TAGS || \ |
---|
| 397 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 398 | fi; \ |
---|
| 399 | done; \ |
---|
| 400 | list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 401 | unique=`for i in $$list; do \ |
---|
| 402 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 403 | done | \ |
---|
[8ce897a] | 404 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
| 405 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
[de80d66] | 406 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 407 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 408 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 409 | $$tags $$unique; \ |
---|
| 410 | fi |
---|
| 411 | ctags: CTAGS |
---|
| 412 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ |
---|
| 413 | $(TAGS_FILES) $(LISP) |
---|
| 414 | tags=; \ |
---|
| 415 | list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 416 | unique=`for i in $$list; do \ |
---|
| 417 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 418 | done | \ |
---|
[8ce897a] | 419 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
| 420 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
[de80d66] | 421 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 422 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 423 | $$tags $$unique |
---|
| 424 | |
---|
| 425 | GTAGS: |
---|
| 426 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 427 | && cd $(top_srcdir) \ |
---|
| 428 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 429 | |
---|
| 430 | distclean-tags: |
---|
| 431 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 432 | |
---|
| 433 | distdir: $(DISTFILES) |
---|
| 434 | $(am__remove_distdir) |
---|
[70c2d86] | 435 | test -d $(distdir) || mkdir $(distdir) |
---|
| 436 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 437 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 438 | list='$(DISTFILES)'; \ |
---|
| 439 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
| 440 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
| 441 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
| 442 | case $$dist_files in \ |
---|
| 443 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
| 444 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
| 445 | sort -u` ;; \ |
---|
| 446 | esac; \ |
---|
| 447 | for file in $$dist_files; do \ |
---|
[de80d66] | 448 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 449 | if test -d $$d/$$file; then \ |
---|
[70c2d86] | 450 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
[de80d66] | 451 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 452 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 453 | fi; \ |
---|
| 454 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 455 | else \ |
---|
| 456 | test -f $(distdir)/$$file \ |
---|
| 457 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 458 | || exit 1; \ |
---|
| 459 | fi; \ |
---|
| 460 | done |
---|
| 461 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
| 462 | if test "$$subdir" = .; then :; else \ |
---|
| 463 | test -d "$(distdir)/$$subdir" \ |
---|
[70c2d86] | 464 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
---|
[de80d66] | 465 | || exit 1; \ |
---|
| 466 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
| 467 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
| 468 | (cd $$subdir && \ |
---|
| 469 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 470 | top_distdir="$$top_distdir" \ |
---|
| 471 | distdir="$$distdir/$$subdir" \ |
---|
[70c2d86] | 472 | am__remove_distdir=: \ |
---|
| 473 | am__skip_length_check=: \ |
---|
[de80d66] | 474 | distdir) \ |
---|
| 475 | || exit 1; \ |
---|
| 476 | fi; \ |
---|
| 477 | done |
---|
| 478 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
| 479 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
| 480 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
[70c2d86] | 481 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
---|
[de80d66] | 482 | || chmod -R a+r $(distdir) |
---|
| 483 | dist-gzip: distdir |
---|
| 484 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 485 | $(am__remove_distdir) |
---|
| 486 | dist-bzip2: distdir |
---|
| 487 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
| 488 | $(am__remove_distdir) |
---|
| 489 | |
---|
[8ce897a] | 490 | dist-lzma: distdir |
---|
| 491 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
---|
| 492 | $(am__remove_distdir) |
---|
| 493 | |
---|
[de80d66] | 494 | dist-tarZ: distdir |
---|
| 495 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
| 496 | $(am__remove_distdir) |
---|
| 497 | |
---|
| 498 | dist-shar: distdir |
---|
| 499 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
| 500 | $(am__remove_distdir) |
---|
| 501 | |
---|
| 502 | dist-zip: distdir |
---|
| 503 | -rm -f $(distdir).zip |
---|
| 504 | zip -rq $(distdir).zip $(distdir) |
---|
| 505 | $(am__remove_distdir) |
---|
| 506 | |
---|
| 507 | dist dist-all: distdir |
---|
| 508 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 509 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
| 510 | $(am__remove_distdir) |
---|
| 511 | |
---|
| 512 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
| 513 | # it guarantees that the distribution is self-contained by making another |
---|
| 514 | # tarfile. |
---|
| 515 | distcheck: dist |
---|
| 516 | case '$(DIST_ARCHIVES)' in \ |
---|
| 517 | *.tar.gz*) \ |
---|
| 518 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
---|
| 519 | *.tar.bz2*) \ |
---|
| 520 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
[8ce897a] | 521 | *.tar.lzma*) \ |
---|
| 522 | unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ |
---|
[de80d66] | 523 | *.tar.Z*) \ |
---|
| 524 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
| 525 | *.shar.gz*) \ |
---|
| 526 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
| 527 | *.zip*) \ |
---|
| 528 | unzip $(distdir).zip ;;\ |
---|
| 529 | esac |
---|
| 530 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
| 531 | mkdir $(distdir)/_build |
---|
| 532 | mkdir $(distdir)/_inst |
---|
| 533 | chmod a-w $(distdir) |
---|
| 534 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
| 535 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
| 536 | && cd $(distdir)/_build \ |
---|
| 537 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
| 538 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
| 539 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 540 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
| 541 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
| 542 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
| 543 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
| 544 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
| 545 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
| 546 | distuninstallcheck \ |
---|
| 547 | && chmod -R a-w "$$dc_install_base" \ |
---|
| 548 | && ({ \ |
---|
| 549 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
| 550 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
| 551 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
| 552 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
| 553 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
| 554 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
| 555 | && rm -rf "$$dc_destdir" \ |
---|
| 556 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
| 557 | && rm -rf $(DIST_ARCHIVES) \ |
---|
| 558 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
| 559 | $(am__remove_distdir) |
---|
| 560 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
| 561 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
[70c2d86] | 562 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
---|
[de80d66] | 563 | distuninstallcheck: |
---|
| 564 | @cd $(distuninstallcheck_dir) \ |
---|
| 565 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
| 566 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
| 567 | if test -n "$(DESTDIR)"; then \ |
---|
| 568 | echo " (check DESTDIR support)"; \ |
---|
| 569 | fi ; \ |
---|
| 570 | $(distuninstallcheck_listfiles) ; \ |
---|
| 571 | exit 1; } >&2 |
---|
| 572 | distcleancheck: distclean |
---|
| 573 | @if test '$(srcdir)' = . ; then \ |
---|
| 574 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
| 575 | exit 1 ; \ |
---|
| 576 | fi |
---|
| 577 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
| 578 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
| 579 | $(distcleancheck_listfiles) ; \ |
---|
| 580 | exit 1; } >&2 |
---|
| 581 | check-am: all-am |
---|
| 582 | check: check-recursive |
---|
| 583 | all-am: Makefile |
---|
| 584 | installdirs: installdirs-recursive |
---|
| 585 | installdirs-am: |
---|
| 586 | install: install-recursive |
---|
| 587 | install-exec: install-exec-recursive |
---|
| 588 | install-data: install-data-recursive |
---|
| 589 | uninstall: uninstall-recursive |
---|
| 590 | |
---|
| 591 | install-am: all-am |
---|
| 592 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 593 | |
---|
| 594 | installcheck: installcheck-recursive |
---|
| 595 | install-strip: |
---|
| 596 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 597 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 598 | `test -z '$(STRIP)' || \ |
---|
| 599 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 600 | mostlyclean-generic: |
---|
| 601 | |
---|
| 602 | clean-generic: |
---|
| 603 | |
---|
| 604 | distclean-generic: |
---|
| 605 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 606 | |
---|
| 607 | maintainer-clean-generic: |
---|
| 608 | @echo "This command is intended for maintainers to use" |
---|
| 609 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 610 | clean: clean-recursive |
---|
| 611 | |
---|
| 612 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
| 613 | |
---|
| 614 | distclean: distclean-recursive |
---|
| 615 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 616 | -rm -f Makefile |
---|
| 617 | distclean-am: clean-am distclean-generic distclean-hdr \ |
---|
| 618 | distclean-libtool distclean-tags |
---|
| 619 | |
---|
| 620 | dvi: dvi-recursive |
---|
| 621 | |
---|
| 622 | dvi-am: |
---|
| 623 | |
---|
| 624 | html: html-recursive |
---|
| 625 | |
---|
| 626 | info: info-recursive |
---|
| 627 | |
---|
| 628 | info-am: |
---|
| 629 | |
---|
| 630 | install-data-am: |
---|
| 631 | |
---|
[70c2d86] | 632 | install-dvi: install-dvi-recursive |
---|
| 633 | |
---|
[de80d66] | 634 | install-exec-am: |
---|
| 635 | |
---|
[70c2d86] | 636 | install-html: install-html-recursive |
---|
| 637 | |
---|
[de80d66] | 638 | install-info: install-info-recursive |
---|
| 639 | |
---|
| 640 | install-man: |
---|
| 641 | |
---|
[70c2d86] | 642 | install-pdf: install-pdf-recursive |
---|
| 643 | |
---|
| 644 | install-ps: install-ps-recursive |
---|
| 645 | |
---|
[de80d66] | 646 | installcheck-am: |
---|
| 647 | |
---|
| 648 | maintainer-clean: maintainer-clean-recursive |
---|
| 649 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 650 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
| 651 | -rm -f Makefile |
---|
| 652 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 653 | |
---|
| 654 | mostlyclean: mostlyclean-recursive |
---|
| 655 | |
---|
| 656 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
| 657 | |
---|
| 658 | pdf: pdf-recursive |
---|
| 659 | |
---|
| 660 | pdf-am: |
---|
| 661 | |
---|
| 662 | ps: ps-recursive |
---|
| 663 | |
---|
| 664 | ps-am: |
---|
| 665 | |
---|
[70c2d86] | 666 | uninstall-am: |
---|
[de80d66] | 667 | |
---|
[70c2d86] | 668 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ |
---|
| 669 | install-strip |
---|
[de80d66] | 670 | |
---|
[70c2d86] | 671 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
---|
| 672 | all all-am am--refresh check check-am clean clean-generic \ |
---|
| 673 | clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
---|
[8ce897a] | 674 | dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ |
---|
| 675 | distclean distclean-generic distclean-hdr distclean-libtool \ |
---|
[70c2d86] | 676 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
---|
| 677 | dvi-am html html-am info info-am install install-am \ |
---|
| 678 | install-data install-data-am install-dvi install-dvi-am \ |
---|
| 679 | install-exec install-exec-am install-html install-html-am \ |
---|
| 680 | install-info install-info-am install-man install-pdf \ |
---|
| 681 | install-pdf-am install-ps install-ps-am install-strip \ |
---|
| 682 | installcheck installcheck-am installdirs installdirs-am \ |
---|
| 683 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
| 684 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
| 685 | tags tags-recursive uninstall uninstall-am |
---|
[de80d66] | 686 | |
---|
| 687 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 688 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 689 | .NOEXPORT: |
---|