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