Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | mjames | 1 | # Makefile.in generated by automake 1.16.1 from Makefile.am. |
| 2 | # @configure_input@ |
||
| 3 | |||
| 4 | # Copyright (C) 1994-2018 Free Software Foundation, Inc. |
||
| 5 | |||
| 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 | am__is_gnu_make = { \ |
||
| 18 | if test -z '$(MAKELEVEL)'; then \ |
||
| 19 | false; \ |
||
| 20 | elif test -n '$(MAKE_HOST)'; then \ |
||
| 21 | true; \ |
||
| 22 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
| 23 | true; \ |
||
| 24 | else \ |
||
| 25 | false; \ |
||
| 26 | fi; \ |
||
| 27 | } |
||
| 28 | am__make_running_with_option = \ |
||
| 29 | case $${target_option-} in \ |
||
| 30 | ?) ;; \ |
||
| 31 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
| 32 | "target option '$${target_option-}' specified" >&2; \ |
||
| 33 | exit 1;; \ |
||
| 34 | esac; \ |
||
| 35 | has_opt=no; \ |
||
| 36 | sane_makeflags=$$MAKEFLAGS; \ |
||
| 37 | if $(am__is_gnu_make); then \ |
||
| 38 | sane_makeflags=$$MFLAGS; \ |
||
| 39 | else \ |
||
| 40 | case $$MAKEFLAGS in \ |
||
| 41 | *\\[\ \ ]*) \ |
||
| 42 | bs=\\; \ |
||
| 43 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
| 44 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
| 45 | esac; \ |
||
| 46 | fi; \ |
||
| 47 | skip_next=no; \ |
||
| 48 | strip_trailopt () \ |
||
| 49 | { \ |
||
| 50 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
| 51 | }; \ |
||
| 52 | for flg in $$sane_makeflags; do \ |
||
| 53 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
| 54 | case $$flg in \ |
||
| 55 | *=*|--*) continue;; \ |
||
| 56 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
| 57 | -*I?*) strip_trailopt 'I';; \ |
||
| 58 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
| 59 | -*O?*) strip_trailopt 'O';; \ |
||
| 60 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
| 61 | -*l?*) strip_trailopt 'l';; \ |
||
| 62 | -[dEDm]) skip_next=yes;; \ |
||
| 63 | -[JT]) skip_next=yes;; \ |
||
| 64 | esac; \ |
||
| 65 | case $$flg in \ |
||
| 66 | *$$target_option*) has_opt=yes; break;; \ |
||
| 67 | esac; \ |
||
| 68 | done; \ |
||
| 69 | test $$has_opt = yes |
||
| 70 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
| 71 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
| 72 | pkgdatadir = $(datadir)/@PACKAGE@ |
||
| 73 | pkgincludedir = $(includedir)/@PACKAGE@ |
||
| 74 | pkglibdir = $(libdir)/@PACKAGE@ |
||
| 75 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
||
| 76 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
| 77 | install_sh_DATA = $(install_sh) -c -m 644 |
||
| 78 | install_sh_PROGRAM = $(install_sh) -c |
||
| 79 | install_sh_SCRIPT = $(install_sh) -c |
||
| 80 | INSTALL_HEADER = $(INSTALL_DATA) |
||
| 81 | transform = $(program_transform_name) |
||
| 82 | NORMAL_INSTALL = : |
||
| 83 | PRE_INSTALL = : |
||
| 84 | POST_INSTALL = : |
||
| 85 | NORMAL_UNINSTALL = : |
||
| 86 | PRE_UNINSTALL = : |
||
| 87 | POST_UNINSTALL = : |
||
| 88 | build_triplet = @build@ |
||
| 89 | host_triplet = @host@ |
||
| 90 | target_triplet = @target@ |
||
| 91 | subdir = . |
||
| 92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
| 93 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_openmp.m4 \ |
||
| 94 | $(top_srcdir)/configure.ac |
||
| 95 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
| 96 | $(ACLOCAL_M4) |
||
| 97 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
||
| 98 | $(am__configure_deps) $(am__DIST_COMMON) |
||
| 99 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
||
| 100 | configure.lineno config.status.lineno |
||
| 101 | mkinstalldirs = $(install_sh) -d |
||
| 102 | CONFIG_CLEAN_FILES = |
||
| 103 | CONFIG_CLEAN_VPATH_FILES = |
||
| 104 | AM_V_P = $(am__v_P_@AM_V@) |
||
| 105 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
| 106 | am__v_P_0 = false |
||
| 107 | am__v_P_1 = : |
||
| 108 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
| 109 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
| 110 | am__v_GEN_0 = @echo " GEN " $@; |
||
| 111 | am__v_GEN_1 = |
||
| 112 | AM_V_at = $(am__v_at_@AM_V@) |
||
| 113 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
| 114 | am__v_at_0 = @ |
||
| 115 | am__v_at_1 = |
||
| 116 | SOURCES = |
||
| 117 | DIST_SOURCES = |
||
| 118 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
||
| 119 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
||
| 120 | install-data-recursive install-dvi-recursive \ |
||
| 121 | install-exec-recursive install-html-recursive \ |
||
| 122 | install-info-recursive install-pdf-recursive \ |
||
| 123 | install-ps-recursive install-recursive installcheck-recursive \ |
||
| 124 | installdirs-recursive pdf-recursive ps-recursive \ |
||
| 125 | tags-recursive uninstall-recursive |
||
| 126 | am__can_run_installinfo = \ |
||
| 127 | case $$AM_UPDATE_INFO_DIR in \ |
||
| 128 | n|no|NO) false;; \ |
||
| 129 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
| 130 | esac |
||
| 131 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
||
| 132 | distclean-recursive maintainer-clean-recursive |
||
| 133 | am__recursive_targets = \ |
||
| 134 | $(RECURSIVE_TARGETS) \ |
||
| 135 | $(RECURSIVE_CLEAN_TARGETS) \ |
||
| 136 | $(am__extra_recursive_targets) |
||
| 137 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
||
| 138 | cscope distdir distdir-am dist dist-all distcheck |
||
| 139 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
| 140 | # Read a list of newline-separated strings from the standard input, |
||
| 141 | # and print each of them once, without duplicates. Input order is |
||
| 142 | # *not* preserved. |
||
| 143 | am__uniquify_input = $(AWK) '\ |
||
| 144 | BEGIN { nonempty = 0; } \ |
||
| 145 | { items[$$0] = 1; nonempty = 1; } \ |
||
| 146 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
| 147 | ' |
||
| 148 | # Make sure the list of sources is unique. This is necessary because, |
||
| 149 | # e.g., the same source file might be shared among _SOURCES variables |
||
| 150 | # for different programs/libraries. |
||
| 151 | am__define_uniq_tagged_files = \ |
||
| 152 | list='$(am__tagged_files)'; \ |
||
| 153 | unique=`for i in $$list; do \ |
||
| 154 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
| 155 | done | $(am__uniquify_input)` |
||
| 156 | ETAGS = etags |
||
| 157 | CTAGS = ctags |
||
| 158 | CSCOPE = cscope |
||
| 159 | DIST_SUBDIRS = $(SUBDIRS) |
||
| 160 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/compile \ |
||
| 161 | $(top_srcdir)/config/config.guess \ |
||
| 162 | $(top_srcdir)/config/config.sub \ |
||
| 163 | $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \ |
||
| 164 | AUTHORS COPYING ChangeLog INSTALL NEWS README config/compile \ |
||
| 165 | config/config.guess config/config.sub config/depcomp \ |
||
| 166 | config/install-sh config/missing |
||
| 167 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
| 168 | distdir = $(PACKAGE)-$(VERSION) |
||
| 169 | top_distdir = $(distdir) |
||
| 170 | am__remove_distdir = \ |
||
| 171 | if test -d "$(distdir)"; then \ |
||
| 172 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
||
| 173 | && rm -rf "$(distdir)" \ |
||
| 174 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
||
| 175 | else :; fi |
||
| 176 | am__post_remove_distdir = $(am__remove_distdir) |
||
| 177 | am__relativize = \ |
||
| 178 | dir0=`pwd`; \ |
||
| 179 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
||
| 180 | sed_rest='s,^[^/]*/*,,'; \ |
||
| 181 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
||
| 182 | sed_butlast='s,/*[^/]*$$,,'; \ |
||
| 183 | while test -n "$$dir1"; do \ |
||
| 184 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
||
| 185 | if test "$$first" != "."; then \ |
||
| 186 | if test "$$first" = ".."; then \ |
||
| 187 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
||
| 188 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
||
| 189 | else \ |
||
| 190 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
||
| 191 | if test "$$first2" = "$$first"; then \ |
||
| 192 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
||
| 193 | else \ |
||
| 194 | dir2="../$$dir2"; \ |
||
| 195 | fi; \ |
||
| 196 | dir0="$$dir0"/"$$first"; \ |
||
| 197 | fi; \ |
||
| 198 | fi; \ |
||
| 199 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
||
| 200 | done; \ |
||
| 201 | reldir="$$dir2" |
||
| 202 | DIST_ARCHIVES = $(distdir).tar.gz |
||
| 203 | GZIP_ENV = --best |
||
| 204 | DIST_TARGETS = dist-gzip |
||
| 205 | distuninstallcheck_listfiles = find . -type f -print |
||
| 206 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
||
| 207 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
||
| 208 | distcleancheck_listfiles = find . -type f -print |
||
| 209 | ACLOCAL = @ACLOCAL@ |
||
| 210 | AMTAR = @AMTAR@ |
||
| 211 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
| 212 | AR = @AR@ |
||
| 213 | AUTOCONF = @AUTOCONF@ |
||
| 214 | AUTOHEADER = @AUTOHEADER@ |
||
| 215 | AUTOMAKE = @AUTOMAKE@ |
||
| 216 | AWK = @AWK@ |
||
| 217 | CC = @CC@ |
||
| 218 | CCDEPMODE = @CCDEPMODE@ |
||
| 219 | CFLAGS = @CFLAGS@ |
||
| 220 | CPP = @CPP@ |
||
| 221 | CPPFLAGS = @CPPFLAGS@ |
||
| 222 | CYGPATH_W = @CYGPATH_W@ |
||
| 223 | DEFS = @DEFS@ |
||
| 224 | DEPDIR = @DEPDIR@ |
||
| 225 | ECHO_C = @ECHO_C@ |
||
| 226 | ECHO_N = @ECHO_N@ |
||
| 227 | ECHO_T = @ECHO_T@ |
||
| 228 | EGREP = @EGREP@ |
||
| 229 | EXEEXT = @EXEEXT@ |
||
| 230 | GREP = @GREP@ |
||
| 231 | INSTALL = @INSTALL@ |
||
| 232 | INSTALL_DATA = @INSTALL_DATA@ |
||
| 233 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
| 234 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
| 235 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
| 236 | LDFLAGS = @LDFLAGS@ |
||
| 237 | LIBOBJS = @LIBOBJS@ |
||
| 238 | LIBS = @LIBS@ |
||
| 239 | LTLIBOBJS = @LTLIBOBJS@ |
||
| 240 | MAINT = @MAINT@ |
||
| 241 | MAKEINFO = @MAKEINFO@ |
||
| 242 | MKDIR_P = @MKDIR_P@ |
||
| 243 | OBJEXT = @OBJEXT@ |
||
| 244 | PACKAGE = @PACKAGE@ |
||
| 245 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
| 246 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
| 247 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
| 248 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
| 249 | PACKAGE_URL = @PACKAGE_URL@ |
||
| 250 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
| 251 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
| 252 | RANLIB = @RANLIB@ |
||
| 253 | SET_MAKE = @SET_MAKE@ |
||
| 254 | SHELL = @SHELL@ |
||
| 255 | STRIP = @STRIP@ |
||
| 256 | VERSION = @VERSION@ |
||
| 257 | abs_builddir = @abs_builddir@ |
||
| 258 | abs_srcdir = @abs_srcdir@ |
||
| 259 | abs_top_builddir = @abs_top_builddir@ |
||
| 260 | abs_top_srcdir = @abs_top_srcdir@ |
||
| 261 | ac_ct_CC = @ac_ct_CC@ |
||
| 262 | am__include = @am__include@ |
||
| 263 | am__leading_dot = @am__leading_dot@ |
||
| 264 | am__quote = @am__quote@ |
||
| 265 | am__tar = @am__tar@ |
||
| 266 | am__untar = @am__untar@ |
||
| 267 | bindir = @bindir@ |
||
| 268 | build = @build@ |
||
| 269 | build_alias = @build_alias@ |
||
| 270 | build_cpu = @build_cpu@ |
||
| 271 | build_os = @build_os@ |
||
| 272 | build_vendor = @build_vendor@ |
||
| 273 | builddir = @builddir@ |
||
| 274 | datadir = @datadir@ |
||
| 275 | datarootdir = @datarootdir@ |
||
| 276 | docdir = @docdir@ |
||
| 277 | dvidir = @dvidir@ |
||
| 278 | exec_prefix = @exec_prefix@ |
||
| 279 | host = @host@ |
||
| 280 | host_alias = @host_alias@ |
||
| 281 | host_cpu = @host_cpu@ |
||
| 282 | host_os = @host_os@ |
||
| 283 | host_vendor = @host_vendor@ |
||
| 284 | htmldir = @htmldir@ |
||
| 285 | includedir = @includedir@ |
||
| 286 | infodir = @infodir@ |
||
| 287 | install_sh = @install_sh@ |
||
| 288 | libdir = @libdir@ |
||
| 289 | libexecdir = @libexecdir@ |
||
| 290 | localedir = @localedir@ |
||
| 291 | localstatedir = @localstatedir@ |
||
| 292 | mandir = @mandir@ |
||
| 293 | mkdir_p = @mkdir_p@ |
||
| 294 | oldincludedir = @oldincludedir@ |
||
| 295 | pdfdir = @pdfdir@ |
||
| 296 | prefix = @prefix@ |
||
| 297 | program_transform_name = @program_transform_name@ |
||
| 298 | psdir = @psdir@ |
||
| 299 | runstatedir = @runstatedir@ |
||
| 300 | sbindir = @sbindir@ |
||
| 301 | sharedstatedir = @sharedstatedir@ |
||
| 302 | srcdir = @srcdir@ |
||
| 303 | sysconfdir = @sysconfdir@ |
||
| 304 | target = @target@ |
||
| 305 | target_alias = @target_alias@ |
||
| 306 | target_cpu = @target_cpu@ |
||
| 307 | target_os = @target_os@ |
||
| 308 | target_vendor = @target_vendor@ |
||
| 309 | top_build_prefix = @top_build_prefix@ |
||
| 310 | top_builddir = @top_builddir@ |
||
| 311 | top_srcdir = @top_srcdir@ |
||
| 312 | ACLOCAL_AMFLAGS = -I m4 |
||
| 313 | SUBDIRS = src |
||
| 314 | EXTRA_DIST = autogen.sh |
||
| 315 | all: all-recursive |
||
| 316 | |||
| 317 | .SUFFIXES: |
||
| 318 | am--refresh: Makefile |
||
| 319 | @: |
||
| 320 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
||
| 321 | @for dep in $?; do \ |
||
| 322 | case '$(am__configure_deps)' in \ |
||
| 323 | *$$dep*) \ |
||
| 324 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
||
| 325 | $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
||
| 326 | && exit 0; \ |
||
| 327 | exit 1;; \ |
||
| 328 | esac; \ |
||
| 329 | done; \ |
||
| 330 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
||
| 331 | $(am__cd) $(top_srcdir) && \ |
||
| 332 | $(AUTOMAKE) --gnu Makefile |
||
| 333 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
| 334 | @case '$?' in \ |
||
| 335 | *config.status*) \ |
||
| 336 | echo ' $(SHELL) ./config.status'; \ |
||
| 337 | $(SHELL) ./config.status;; \ |
||
| 338 | *) \ |
||
| 339 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
||
| 340 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
||
| 341 | esac; |
||
| 342 | |||
| 343 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
| 344 | $(SHELL) ./config.status --recheck |
||
| 345 | |||
| 346 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
||
| 347 | $(am__cd) $(srcdir) && $(AUTOCONF) |
||
| 348 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
||
| 349 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
||
| 350 | $(am__aclocal_m4_deps): |
||
| 351 | |||
| 352 | # This directory's subdirectories are mostly independent; you can cd |
||
| 353 | # into them and run 'make' without going through this Makefile. |
||
| 354 | # To change the values of 'make' variables: instead of editing Makefiles, |
||
| 355 | # (1) if the variable is set in 'config.status', edit 'config.status' |
||
| 356 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
||
| 357 | # (2) otherwise, pass the desired values on the 'make' command line. |
||
| 358 | $(am__recursive_targets): |
||
| 359 | @fail=; \ |
||
| 360 | if $(am__make_keepgoing); then \ |
||
| 361 | failcom='fail=yes'; \ |
||
| 362 | else \ |
||
| 363 | failcom='exit 1'; \ |
||
| 364 | fi; \ |
||
| 365 | dot_seen=no; \ |
||
| 366 | target=`echo $@ | sed s/-recursive//`; \ |
||
| 367 | case "$@" in \ |
||
| 368 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
||
| 369 | *) list='$(SUBDIRS)' ;; \ |
||
| 370 | esac; \ |
||
| 371 | for subdir in $$list; do \ |
||
| 372 | echo "Making $$target in $$subdir"; \ |
||
| 373 | if test "$$subdir" = "."; then \ |
||
| 374 | dot_seen=yes; \ |
||
| 375 | local_target="$$target-am"; \ |
||
| 376 | else \ |
||
| 377 | local_target="$$target"; \ |
||
| 378 | fi; \ |
||
| 379 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
||
| 380 | || eval $$failcom; \ |
||
| 381 | done; \ |
||
| 382 | if test "$$dot_seen" = "no"; then \ |
||
| 383 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
||
| 384 | fi; test -z "$$fail" |
||
| 385 | |||
| 386 | ID: $(am__tagged_files) |
||
| 387 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
| 388 | tags: tags-recursive |
||
| 389 | TAGS: tags |
||
| 390 | |||
| 391 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
| 392 | set x; \ |
||
| 393 | here=`pwd`; \ |
||
| 394 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
||
| 395 | include_option=--etags-include; \ |
||
| 396 | empty_fix=.; \ |
||
| 397 | else \ |
||
| 398 | include_option=--include; \ |
||
| 399 | empty_fix=; \ |
||
| 400 | fi; \ |
||
| 401 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
| 402 | if test "$$subdir" = .; then :; else \ |
||
| 403 | test ! -f $$subdir/TAGS || \ |
||
| 404 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
||
| 405 | fi; \ |
||
| 406 | done; \ |
||
| 407 | $(am__define_uniq_tagged_files); \ |
||
| 408 | shift; \ |
||
| 409 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
| 410 | test -n "$$unique" || unique=$$empty_fix; \ |
||
| 411 | if test $$# -gt 0; then \ |
||
| 412 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
| 413 | "$$@" $$unique; \ |
||
| 414 | else \ |
||
| 415 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
| 416 | $$unique; \ |
||
| 417 | fi; \ |
||
| 418 | fi |
||
| 419 | ctags: ctags-recursive |
||
| 420 | |||
| 421 | CTAGS: ctags |
||
| 422 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
| 423 | $(am__define_uniq_tagged_files); \ |
||
| 424 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
| 425 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
| 426 | $$unique |
||
| 427 | |||
| 428 | GTAGS: |
||
| 429 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
| 430 | && $(am__cd) $(top_srcdir) \ |
||
| 431 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
| 432 | cscope: cscope.files |
||
| 433 | test ! -s cscope.files \ |
||
| 434 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
||
| 435 | clean-cscope: |
||
| 436 | -rm -f cscope.files |
||
| 437 | cscope.files: clean-cscope cscopelist |
||
| 438 | cscopelist: cscopelist-recursive |
||
| 439 | |||
| 440 | cscopelist-am: $(am__tagged_files) |
||
| 441 | list='$(am__tagged_files)'; \ |
||
| 442 | case "$(srcdir)" in \ |
||
| 443 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
| 444 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
| 445 | esac; \ |
||
| 446 | for i in $$list; do \ |
||
| 447 | if test -f "$$i"; then \ |
||
| 448 | echo "$(subdir)/$$i"; \ |
||
| 449 | else \ |
||
| 450 | echo "$$sdir/$$i"; \ |
||
| 451 | fi; \ |
||
| 452 | done >> $(top_builddir)/cscope.files |
||
| 453 | |||
| 454 | distclean-tags: |
||
| 455 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
| 456 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
||
| 457 | |||
| 458 | distdir: $(BUILT_SOURCES) |
||
| 459 | $(MAKE) $(AM_MAKEFLAGS) distdir-am |
||
| 460 | |||
| 461 | distdir-am: $(DISTFILES) |
||
| 462 | $(am__remove_distdir) |
||
| 463 | test -d "$(distdir)" || mkdir "$(distdir)" |
||
| 464 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
| 465 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
| 466 | list='$(DISTFILES)'; \ |
||
| 467 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
| 468 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
| 469 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
| 470 | case $$dist_files in \ |
||
| 471 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
| 472 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
| 473 | sort -u` ;; \ |
||
| 474 | esac; \ |
||
| 475 | for file in $$dist_files; do \ |
||
| 476 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
| 477 | if test -d $$d/$$file; then \ |
||
| 478 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
| 479 | if test -d "$(distdir)/$$file"; then \ |
||
| 480 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
| 481 | fi; \ |
||
| 482 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
| 483 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
| 484 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
| 485 | fi; \ |
||
| 486 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
| 487 | else \ |
||
| 488 | test -f "$(distdir)/$$file" \ |
||
| 489 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
| 490 | || exit 1; \ |
||
| 491 | fi; \ |
||
| 492 | done |
||
| 493 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
||
| 494 | if test "$$subdir" = .; then :; else \ |
||
| 495 | $(am__make_dryrun) \ |
||
| 496 | || test -d "$(distdir)/$$subdir" \ |
||
| 497 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
||
| 498 | || exit 1; \ |
||
| 499 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
||
| 500 | $(am__relativize); \ |
||
| 501 | new_distdir=$$reldir; \ |
||
| 502 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
||
| 503 | $(am__relativize); \ |
||
| 504 | new_top_distdir=$$reldir; \ |
||
| 505 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
||
| 506 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
||
| 507 | ($(am__cd) $$subdir && \ |
||
| 508 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
| 509 | top_distdir="$$new_top_distdir" \ |
||
| 510 | distdir="$$new_distdir" \ |
||
| 511 | am__remove_distdir=: \ |
||
| 512 | am__skip_length_check=: \ |
||
| 513 | am__skip_mode_fix=: \ |
||
| 514 | distdir) \ |
||
| 515 | || exit 1; \ |
||
| 516 | fi; \ |
||
| 517 | done |
||
| 518 | -test -n "$(am__skip_mode_fix)" \ |
||
| 519 | || find "$(distdir)" -type d ! -perm -755 \ |
||
| 520 | -exec chmod u+rwx,go+rx {} \; -o \ |
||
| 521 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
||
| 522 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
||
| 523 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
||
| 524 | || chmod -R a+r "$(distdir)" |
||
| 525 | dist-gzip: distdir |
||
| 526 | tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz |
||
| 527 | $(am__post_remove_distdir) |
||
| 528 | |||
| 529 | dist-bzip2: distdir |
||
| 530 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
||
| 531 | $(am__post_remove_distdir) |
||
| 532 | |||
| 533 | dist-lzip: distdir |
||
| 534 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
||
| 535 | $(am__post_remove_distdir) |
||
| 536 | |||
| 537 | dist-xz: distdir |
||
| 538 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
||
| 539 | $(am__post_remove_distdir) |
||
| 540 | |||
| 541 | dist-tarZ: distdir |
||
| 542 | @echo WARNING: "Support for distribution archives compressed with" \ |
||
| 543 | "legacy program 'compress' is deprecated." >&2 |
||
| 544 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
||
| 545 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
||
| 546 | $(am__post_remove_distdir) |
||
| 547 | |||
| 548 | dist-shar: distdir |
||
| 549 | @echo WARNING: "Support for shar distribution archives is" \ |
||
| 550 | "deprecated." >&2 |
||
| 551 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
||
| 552 | shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz |
||
| 553 | $(am__post_remove_distdir) |
||
| 554 | |||
| 555 | dist-zip: distdir |
||
| 556 | -rm -f $(distdir).zip |
||
| 557 | zip -rq $(distdir).zip $(distdir) |
||
| 558 | $(am__post_remove_distdir) |
||
| 559 | |||
| 560 | dist dist-all: |
||
| 561 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
||
| 562 | $(am__post_remove_distdir) |
||
| 563 | |||
| 564 | # This target untars the dist file and tries a VPATH configuration. Then |
||
| 565 | # it guarantees that the distribution is self-contained by making another |
||
| 566 | # tarfile. |
||
| 567 | distcheck: dist |
||
| 568 | case '$(DIST_ARCHIVES)' in \ |
||
| 569 | *.tar.gz*) \ |
||
| 570 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ |
||
| 571 | *.tar.bz2*) \ |
||
| 572 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
||
| 573 | *.tar.lz*) \ |
||
| 574 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
||
| 575 | *.tar.xz*) \ |
||
| 576 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
||
| 577 | *.tar.Z*) \ |
||
| 578 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
||
| 579 | *.shar.gz*) \ |
||
| 580 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
||
| 581 | *.zip*) \ |
||
| 582 | unzip $(distdir).zip ;;\ |
||
| 583 | esac |
||
| 584 | chmod -R a-w $(distdir) |
||
| 585 | chmod u+w $(distdir) |
||
| 586 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
||
| 587 | chmod a-w $(distdir) |
||
| 588 | test -d $(distdir)/_build || exit 0; \ |
||
| 589 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
||
| 590 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
||
| 591 | && am__cwd=`pwd` \ |
||
| 592 | && $(am__cd) $(distdir)/_build/sub \ |
||
| 593 | && ../../configure \ |
||
| 594 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
||
| 595 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
||
| 596 | --srcdir=../.. --prefix="$$dc_install_base" \ |
||
| 597 | && $(MAKE) $(AM_MAKEFLAGS) \ |
||
| 598 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
||
| 599 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
||
| 600 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
||
| 601 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
||
| 602 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
||
| 603 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
||
| 604 | distuninstallcheck \ |
||
| 605 | && chmod -R a-w "$$dc_install_base" \ |
||
| 606 | && ({ \ |
||
| 607 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
||
| 608 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
||
| 609 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
||
| 610 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
||
| 611 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
||
| 612 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
||
| 613 | && rm -rf "$$dc_destdir" \ |
||
| 614 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
||
| 615 | && rm -rf $(DIST_ARCHIVES) \ |
||
| 616 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
||
| 617 | && cd "$$am__cwd" \ |
||
| 618 | || exit 1 |
||
| 619 | $(am__post_remove_distdir) |
||
| 620 | @(echo "$(distdir) archives ready for distribution: "; \ |
||
| 621 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
||
| 622 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
||
| 623 | distuninstallcheck: |
||
| 624 | @test -n '$(distuninstallcheck_dir)' || { \ |
||
| 625 | echo 'ERROR: trying to run $@ with an empty' \ |
||
| 626 | '$$(distuninstallcheck_dir)' >&2; \ |
||
| 627 | exit 1; \ |
||
| 628 | }; \ |
||
| 629 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
||
| 630 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
||
| 631 | exit 1; \ |
||
| 632 | }; \ |
||
| 633 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
||
| 634 | || { echo "ERROR: files left after uninstall:" ; \ |
||
| 635 | if test -n "$(DESTDIR)"; then \ |
||
| 636 | echo " (check DESTDIR support)"; \ |
||
| 637 | fi ; \ |
||
| 638 | $(distuninstallcheck_listfiles) ; \ |
||
| 639 | exit 1; } >&2 |
||
| 640 | distcleancheck: distclean |
||
| 641 | @if test '$(srcdir)' = . ; then \ |
||
| 642 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
||
| 643 | exit 1 ; \ |
||
| 644 | fi |
||
| 645 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
||
| 646 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
||
| 647 | $(distcleancheck_listfiles) ; \ |
||
| 648 | exit 1; } >&2 |
||
| 649 | check-am: all-am |
||
| 650 | check: check-recursive |
||
| 651 | all-am: Makefile |
||
| 652 | installdirs: installdirs-recursive |
||
| 653 | installdirs-am: |
||
| 654 | install: install-recursive |
||
| 655 | install-exec: install-exec-recursive |
||
| 656 | install-data: install-data-recursive |
||
| 657 | uninstall: uninstall-recursive |
||
| 658 | |||
| 659 | install-am: all-am |
||
| 660 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
| 661 | |||
| 662 | installcheck: installcheck-recursive |
||
| 663 | install-strip: |
||
| 664 | if test -z '$(STRIP)'; then \ |
||
| 665 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
| 666 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
| 667 | install; \ |
||
| 668 | else \ |
||
| 669 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
| 670 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
| 671 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
| 672 | fi |
||
| 673 | mostlyclean-generic: |
||
| 674 | |||
| 675 | clean-generic: |
||
| 676 | |||
| 677 | distclean-generic: |
||
| 678 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
| 679 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
| 680 | |||
| 681 | maintainer-clean-generic: |
||
| 682 | @echo "This command is intended for maintainers to use" |
||
| 683 | @echo "it deletes files that may require special tools to rebuild." |
||
| 684 | clean: clean-recursive |
||
| 685 | |||
| 686 | clean-am: clean-generic mostlyclean-am |
||
| 687 | |||
| 688 | distclean: distclean-recursive |
||
| 689 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
| 690 | -rm -f Makefile |
||
| 691 | distclean-am: clean-am distclean-generic distclean-tags |
||
| 692 | |||
| 693 | dvi: dvi-recursive |
||
| 694 | |||
| 695 | dvi-am: |
||
| 696 | |||
| 697 | html: html-recursive |
||
| 698 | |||
| 699 | html-am: |
||
| 700 | |||
| 701 | info: info-recursive |
||
| 702 | |||
| 703 | info-am: |
||
| 704 | |||
| 705 | install-data-am: |
||
| 706 | |||
| 707 | install-dvi: install-dvi-recursive |
||
| 708 | |||
| 709 | install-dvi-am: |
||
| 710 | |||
| 711 | install-exec-am: |
||
| 712 | |||
| 713 | install-html: install-html-recursive |
||
| 714 | |||
| 715 | install-html-am: |
||
| 716 | |||
| 717 | install-info: install-info-recursive |
||
| 718 | |||
| 719 | install-info-am: |
||
| 720 | |||
| 721 | install-man: |
||
| 722 | |||
| 723 | install-pdf: install-pdf-recursive |
||
| 724 | |||
| 725 | install-pdf-am: |
||
| 726 | |||
| 727 | install-ps: install-ps-recursive |
||
| 728 | |||
| 729 | install-ps-am: |
||
| 730 | |||
| 731 | installcheck-am: |
||
| 732 | |||
| 733 | maintainer-clean: maintainer-clean-recursive |
||
| 734 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
| 735 | -rm -rf $(top_srcdir)/autom4te.cache |
||
| 736 | -rm -f Makefile |
||
| 737 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
| 738 | |||
| 739 | mostlyclean: mostlyclean-recursive |
||
| 740 | |||
| 741 | mostlyclean-am: mostlyclean-generic |
||
| 742 | |||
| 743 | pdf: pdf-recursive |
||
| 744 | |||
| 745 | pdf-am: |
||
| 746 | |||
| 747 | ps: ps-recursive |
||
| 748 | |||
| 749 | ps-am: |
||
| 750 | |||
| 751 | uninstall-am: |
||
| 752 | |||
| 753 | .MAKE: $(am__recursive_targets) install-am install-strip |
||
| 754 | |||
| 755 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
||
| 756 | am--refresh check check-am clean clean-cscope clean-generic \ |
||
| 757 | cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ |
||
| 758 | dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ |
||
| 759 | distcheck distclean distclean-generic distclean-tags \ |
||
| 760 | distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
||
| 761 | html-am info info-am install install-am install-data \ |
||
| 762 | install-data-am install-dvi install-dvi-am install-exec \ |
||
| 763 | install-exec-am install-html install-html-am install-info \ |
||
| 764 | install-info-am install-man install-pdf install-pdf-am \ |
||
| 765 | install-ps install-ps-am install-strip installcheck \ |
||
| 766 | installcheck-am installdirs installdirs-am maintainer-clean \ |
||
| 767 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
||
| 768 | pdf-am ps ps-am tags tags-am uninstall uninstall-am |
||
| 769 | |||
| 770 | .PRECIOUS: Makefile |
||
| 771 | |||
| 772 | |||
| 773 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
| 774 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
| 775 | .NOEXPORT: |