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