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