File indexing completed on 2024-12-22 04:04:20
0001 # Makefile.in generated by automake 1.16.1 from Makefile.am. 0002 # @configure_input@ 0003 0004 # Copyright (C) 1994-2018 Free Software Foundation, Inc. 0005 0006 # This Makefile.in is free software; the Free Software Foundation 0007 # gives unlimited permission to copy and/or distribute it, 0008 # with or without modifications, as long as this notice is preserved. 0009 0010 # This program is distributed in the hope that it will be useful, 0011 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 0012 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 0013 # PARTICULAR PURPOSE. 0014 0015 @SET_MAKE@ 0016 VPATH = @srcdir@ 0017 am__is_gnu_make = { \ 0018 if test -z '$(MAKELEVEL)'; then \ 0019 false; \ 0020 elif test -n '$(MAKE_HOST)'; then \ 0021 true; \ 0022 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 0023 true; \ 0024 else \ 0025 false; \ 0026 fi; \ 0027 } 0028 am__make_running_with_option = \ 0029 case $${target_option-} in \ 0030 ?) ;; \ 0031 *) echo "am__make_running_with_option: internal error: invalid" \ 0032 "target option '$${target_option-}' specified" >&2; \ 0033 exit 1;; \ 0034 esac; \ 0035 has_opt=no; \ 0036 sane_makeflags=$$MAKEFLAGS; \ 0037 if $(am__is_gnu_make); then \ 0038 sane_makeflags=$$MFLAGS; \ 0039 else \ 0040 case $$MAKEFLAGS in \ 0041 *\\[\ \ ]*) \ 0042 bs=\\; \ 0043 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 0044 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 0045 esac; \ 0046 fi; \ 0047 skip_next=no; \ 0048 strip_trailopt () \ 0049 { \ 0050 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 0051 }; \ 0052 for flg in $$sane_makeflags; do \ 0053 test $$skip_next = yes && { skip_next=no; continue; }; \ 0054 case $$flg in \ 0055 *=*|--*) continue;; \ 0056 -*I) strip_trailopt 'I'; skip_next=yes;; \ 0057 -*I?*) strip_trailopt 'I';; \ 0058 -*O) strip_trailopt 'O'; skip_next=yes;; \ 0059 -*O?*) strip_trailopt 'O';; \ 0060 -*l) strip_trailopt 'l'; skip_next=yes;; \ 0061 -*l?*) strip_trailopt 'l';; \ 0062 -[dEDm]) skip_next=yes;; \ 0063 -[JT]) skip_next=yes;; \ 0064 esac; \ 0065 case $$flg in \ 0066 *$$target_option*) has_opt=yes; break;; \ 0067 esac; \ 0068 done; \ 0069 test $$has_opt = yes 0070 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 0071 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 0072 pkgdatadir = $(datadir)/@PACKAGE@ 0073 pkgincludedir = $(includedir)/@PACKAGE@ 0074 pkglibdir = $(libdir)/@PACKAGE@ 0075 pkglibexecdir = $(libexecdir)/@PACKAGE@ 0076 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 0077 install_sh_DATA = $(install_sh) -c -m 644 0078 install_sh_PROGRAM = $(install_sh) -c 0079 install_sh_SCRIPT = $(install_sh) -c 0080 INSTALL_HEADER = $(INSTALL_DATA) 0081 transform = $(program_transform_name) 0082 NORMAL_INSTALL = : 0083 PRE_INSTALL = : 0084 POST_INSTALL = : 0085 NORMAL_UNINSTALL = : 0086 PRE_UNINSTALL = : 0087 POST_UNINSTALL = : 0088 build_triplet = @build@ 0089 host_triplet = @host@ 0090 subdir = . 0091 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 0092 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 0093 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 0094 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 0095 $(top_srcdir)/configure.ac 0096 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 0097 $(ACLOCAL_M4) 0098 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 0099 $(am__configure_deps) $(am__DIST_COMMON) 0100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 0101 configure.lineno config.status.lineno 0102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 0103 CONFIG_HEADER = config.h 0104 CONFIG_CLEAN_FILES = 0105 CONFIG_CLEAN_VPATH_FILES = 0106 AM_V_P = $(am__v_P_@AM_V@) 0107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 0108 am__v_P_0 = false 0109 am__v_P_1 = : 0110 AM_V_GEN = $(am__v_GEN_@AM_V@) 0111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 0112 am__v_GEN_0 = @echo " GEN " $@; 0113 am__v_GEN_1 = 0114 AM_V_at = $(am__v_at_@AM_V@) 0115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 0116 am__v_at_0 = @ 0117 am__v_at_1 = 0118 SOURCES = 0119 DIST_SOURCES = 0120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 0121 ctags-recursive dvi-recursive html-recursive info-recursive \ 0122 install-data-recursive install-dvi-recursive \ 0123 install-exec-recursive install-html-recursive \ 0124 install-info-recursive install-pdf-recursive \ 0125 install-ps-recursive install-recursive installcheck-recursive \ 0126 installdirs-recursive pdf-recursive ps-recursive \ 0127 tags-recursive uninstall-recursive 0128 am__can_run_installinfo = \ 0129 case $$AM_UPDATE_INFO_DIR in \ 0130 n|no|NO) false;; \ 0131 *) (install-info --version) >/dev/null 2>&1;; \ 0132 esac 0133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 0134 distclean-recursive maintainer-clean-recursive 0135 am__recursive_targets = \ 0136 $(RECURSIVE_TARGETS) \ 0137 $(RECURSIVE_CLEAN_TARGETS) \ 0138 $(am__extra_recursive_targets) 0139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 0140 cscope distdir distdir-am dist dist-all distcheck 0141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 0142 $(LISP)config.h.in 0143 # Read a list of newline-separated strings from the standard input, 0144 # and print each of them once, without duplicates. Input order is 0145 # *not* preserved. 0146 am__uniquify_input = $(AWK) '\ 0147 BEGIN { nonempty = 0; } \ 0148 { items[$$0] = 1; nonempty = 1; } \ 0149 END { if (nonempty) { for (i in items) print i; }; } \ 0150 ' 0151 # Make sure the list of sources is unique. This is necessary because, 0152 # e.g., the same source file might be shared among _SOURCES variables 0153 # for different programs/libraries. 0154 am__define_uniq_tagged_files = \ 0155 list='$(am__tagged_files)'; \ 0156 unique=`for i in $$list; do \ 0157 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 0158 done | $(am__uniquify_input)` 0159 ETAGS = etags 0160 CTAGS = ctags 0161 CSCOPE = cscope 0162 DIST_SUBDIRS = $(SUBDIRS) 0163 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ 0164 COPYING ChangeLog INSTALL NEWS README compile config.guess \ 0165 config.sub install-sh ltmain.sh missing mkinstalldirs 0166 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 0167 distdir = $(PACKAGE)-$(VERSION) 0168 top_distdir = $(distdir) 0169 am__remove_distdir = \ 0170 if test -d "$(distdir)"; then \ 0171 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 0172 && rm -rf "$(distdir)" \ 0173 || { sleep 5 && rm -rf "$(distdir)"; }; \ 0174 else :; fi 0175 am__post_remove_distdir = $(am__remove_distdir) 0176 am__relativize = \ 0177 dir0=`pwd`; \ 0178 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 0179 sed_rest='s,^[^/]*/*,,'; \ 0180 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 0181 sed_butlast='s,/*[^/]*$$,,'; \ 0182 while test -n "$$dir1"; do \ 0183 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 0184 if test "$$first" != "."; then \ 0185 if test "$$first" = ".."; then \ 0186 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 0187 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 0188 else \ 0189 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 0190 if test "$$first2" = "$$first"; then \ 0191 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 0192 else \ 0193 dir2="../$$dir2"; \ 0194 fi; \ 0195 dir0="$$dir0"/"$$first"; \ 0196 fi; \ 0197 fi; \ 0198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 0199 done; \ 0200 reldir="$$dir2" 0201 DIST_ARCHIVES = $(distdir).tar.gz 0202 GZIP_ENV = --best 0203 DIST_TARGETS = dist-gzip 0204 distuninstallcheck_listfiles = find . -type f -print 0205 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 0206 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 0207 distcleancheck_listfiles = find . -type f -print 0208 ACLOCAL = @ACLOCAL@ 0209 AMTAR = @AMTAR@ 0210 AM_CPPFLAGS = @AM_CPPFLAGS@ 0211 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 0212 AR = @AR@ 0213 AS = @AS@ 0214 AUTOCONF = @AUTOCONF@ 0215 AUTOHEADER = @AUTOHEADER@ 0216 AUTOMAKE = @AUTOMAKE@ 0217 AWK = @AWK@ 0218 CADD = @CADD@ 0219 CC = @CC@ 0220 CCDEPMODE = @CCDEPMODE@ 0221 CFLAGS = @CFLAGS@ 0222 CPP = @CPP@ 0223 CPPFLAGS = @CPPFLAGS@ 0224 CYGPATH_W = @CYGPATH_W@ 0225 DATE = @DATE@ 0226 DEFS = @DEFS@ 0227 DEPDIR = @DEPDIR@ 0228 DLLTOOL = @DLLTOOL@ 0229 DSYMUTIL = @DSYMUTIL@ 0230 DUMPBIN = @DUMPBIN@ 0231 ECHO_C = @ECHO_C@ 0232 ECHO_N = @ECHO_N@ 0233 ECHO_T = @ECHO_T@ 0234 EGREP = @EGREP@ 0235 EXEEXT = @EXEEXT@ 0236 EXTRA_INCLUDES = @EXTRA_INCLUDES@ 0237 EXTRA_LIBS = @EXTRA_LIBS@ 0238 EXTRA_OBJS = @EXTRA_OBJS@ 0239 FGREP = @FGREP@ 0240 GREP = @GREP@ 0241 INSTALL = @INSTALL@ 0242 INSTALL_DATA = @INSTALL_DATA@ 0243 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 0244 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 0245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 0246 INSTHEADERS = @INSTHEADERS@ 0247 INSTLIBS = @INSTLIBS@ 0248 LD = @LD@ 0249 LDFLAGS = @LDFLAGS@ 0250 LIBOBJS = @LIBOBJS@ 0251 LIBS = @LIBS@ 0252 LIBTOOL = @LIBTOOL@ 0253 LIPO = @LIPO@ 0254 LN_S = @LN_S@ 0255 LTLIBOBJS = @LTLIBOBJS@ 0256 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 0257 MAKEINFO = @MAKEINFO@ 0258 MANIFEST_TOOL = @MANIFEST_TOOL@ 0259 MKBITMAP = @MKBITMAP@ 0260 MKDIR_P = @MKDIR_P@ 0261 NM = @NM@ 0262 NMEDIT = @NMEDIT@ 0263 OBJDUMP = @OBJDUMP@ 0264 OBJEXT = @OBJEXT@ 0265 OTOOL = @OTOOL@ 0266 OTOOL64 = @OTOOL64@ 0267 PACKAGE = @PACKAGE@ 0268 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 0269 PACKAGE_NAME = @PACKAGE_NAME@ 0270 PACKAGE_STRING = @PACKAGE_STRING@ 0271 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 0272 PACKAGE_URL = @PACKAGE_URL@ 0273 PACKAGE_VERSION = @PACKAGE_VERSION@ 0274 PATH_SEPARATOR = @PATH_SEPARATOR@ 0275 POTRACE = @POTRACE@ 0276 POTRACELIB_VERSION = @POTRACELIB_VERSION@ 0277 RANLIB = @RANLIB@ 0278 SED = @SED@ 0279 SET_MAKE = @SET_MAKE@ 0280 SHELL = @SHELL@ 0281 STRIP = @STRIP@ 0282 VERSION = @VERSION@ 0283 abs_builddir = @abs_builddir@ 0284 abs_srcdir = @abs_srcdir@ 0285 abs_top_builddir = @abs_top_builddir@ 0286 abs_top_srcdir = @abs_top_srcdir@ 0287 ac_ct_AR = @ac_ct_AR@ 0288 ac_ct_CC = @ac_ct_CC@ 0289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 0290 am__include = @am__include@ 0291 am__leading_dot = @am__leading_dot@ 0292 am__quote = @am__quote@ 0293 am__tar = @am__tar@ 0294 am__untar = @am__untar@ 0295 bindir = @bindir@ 0296 build = @build@ 0297 build_alias = @build_alias@ 0298 build_cpu = @build_cpu@ 0299 build_os = @build_os@ 0300 build_vendor = @build_vendor@ 0301 builddir = @builddir@ 0302 datadir = @datadir@ 0303 datarootdir = @datarootdir@ 0304 docdir = @docdir@ 0305 dvidir = @dvidir@ 0306 exec_prefix = @exec_prefix@ 0307 host = @host@ 0308 host_alias = @host_alias@ 0309 host_cpu = @host_cpu@ 0310 host_os = @host_os@ 0311 host_vendor = @host_vendor@ 0312 htmldir = @htmldir@ 0313 includedir = @includedir@ 0314 infodir = @infodir@ 0315 install_sh = @install_sh@ 0316 libdir = @libdir@ 0317 libexecdir = @libexecdir@ 0318 localedir = @localedir@ 0319 localstatedir = @localstatedir@ 0320 mandir = @mandir@ 0321 mkdir_p = @mkdir_p@ 0322 oldincludedir = @oldincludedir@ 0323 pdfdir = @pdfdir@ 0324 prefix = @prefix@ 0325 program_transform_name = @program_transform_name@ 0326 psdir = @psdir@ 0327 runstatedir = @runstatedir@ 0328 sbindir = @sbindir@ 0329 sharedstatedir = @sharedstatedir@ 0330 srcdir = @srcdir@ 0331 sysconfdir = @sysconfdir@ 0332 target_alias = @target_alias@ 0333 top_build_prefix = @top_build_prefix@ 0334 top_builddir = @top_builddir@ 0335 top_srcdir = @top_srcdir@ 0336 EXTRA_DIST = README-WIN 0337 ACLOCAL_AMFLAGS = -I m4 0338 SUBDIRS = src doc check 0339 all: config.h 0340 $(MAKE) $(AM_MAKEFLAGS) all-recursive 0341 0342 .SUFFIXES: 0343 am--refresh: Makefile 0344 @: 0345 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 0346 @for dep in $?; do \ 0347 case '$(am__configure_deps)' in \ 0348 *$$dep*) \ 0349 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 0350 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 0351 && exit 0; \ 0352 exit 1;; \ 0353 esac; \ 0354 done; \ 0355 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 0356 $(am__cd) $(top_srcdir) && \ 0357 $(AUTOMAKE) --gnu Makefile 0358 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 0359 @case '$?' in \ 0360 *config.status*) \ 0361 echo ' $(SHELL) ./config.status'; \ 0362 $(SHELL) ./config.status;; \ 0363 *) \ 0364 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 0365 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 0366 esac; 0367 0368 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 0369 $(SHELL) ./config.status --recheck 0370 0371 $(top_srcdir)/configure: $(am__configure_deps) 0372 $(am__cd) $(srcdir) && $(AUTOCONF) 0373 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 0374 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 0375 $(am__aclocal_m4_deps): 0376 0377 config.h: stamp-h1 0378 @test -f $@ || rm -f stamp-h1 0379 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 0380 0381 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 0382 @rm -f stamp-h1 0383 cd $(top_builddir) && $(SHELL) ./config.status config.h 0384 $(srcdir)/config.h.in: $(am__configure_deps) 0385 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 0386 rm -f stamp-h1 0387 touch $@ 0388 0389 distclean-hdr: 0390 -rm -f config.h stamp-h1 0391 0392 mostlyclean-libtool: 0393 -rm -f *.lo 0394 0395 clean-libtool: 0396 -rm -rf .libs _libs 0397 0398 distclean-libtool: 0399 -rm -f libtool config.lt 0400 0401 # This directory's subdirectories are mostly independent; you can cd 0402 # into them and run 'make' without going through this Makefile. 0403 # To change the values of 'make' variables: instead of editing Makefiles, 0404 # (1) if the variable is set in 'config.status', edit 'config.status' 0405 # (which will cause the Makefiles to be regenerated when you run 'make'); 0406 # (2) otherwise, pass the desired values on the 'make' command line. 0407 $(am__recursive_targets): 0408 @fail=; \ 0409 if $(am__make_keepgoing); then \ 0410 failcom='fail=yes'; \ 0411 else \ 0412 failcom='exit 1'; \ 0413 fi; \ 0414 dot_seen=no; \ 0415 target=`echo $@ | sed s/-recursive//`; \ 0416 case "$@" in \ 0417 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 0418 *) list='$(SUBDIRS)' ;; \ 0419 esac; \ 0420 for subdir in $$list; do \ 0421 echo "Making $$target in $$subdir"; \ 0422 if test "$$subdir" = "."; then \ 0423 dot_seen=yes; \ 0424 local_target="$$target-am"; \ 0425 else \ 0426 local_target="$$target"; \ 0427 fi; \ 0428 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 0429 || eval $$failcom; \ 0430 done; \ 0431 if test "$$dot_seen" = "no"; then \ 0432 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 0433 fi; test -z "$$fail" 0434 0435 ID: $(am__tagged_files) 0436 $(am__define_uniq_tagged_files); mkid -fID $$unique 0437 tags: tags-recursive 0438 TAGS: tags 0439 0440 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 0441 set x; \ 0442 here=`pwd`; \ 0443 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 0444 include_option=--etags-include; \ 0445 empty_fix=.; \ 0446 else \ 0447 include_option=--include; \ 0448 empty_fix=; \ 0449 fi; \ 0450 list='$(SUBDIRS)'; for subdir in $$list; do \ 0451 if test "$$subdir" = .; then :; else \ 0452 test ! -f $$subdir/TAGS || \ 0453 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 0454 fi; \ 0455 done; \ 0456 $(am__define_uniq_tagged_files); \ 0457 shift; \ 0458 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 0459 test -n "$$unique" || unique=$$empty_fix; \ 0460 if test $$# -gt 0; then \ 0461 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 0462 "$$@" $$unique; \ 0463 else \ 0464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 0465 $$unique; \ 0466 fi; \ 0467 fi 0468 ctags: ctags-recursive 0469 0470 CTAGS: ctags 0471 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 0472 $(am__define_uniq_tagged_files); \ 0473 test -z "$(CTAGS_ARGS)$$unique" \ 0474 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 0475 $$unique 0476 0477 GTAGS: 0478 here=`$(am__cd) $(top_builddir) && pwd` \ 0479 && $(am__cd) $(top_srcdir) \ 0480 && gtags -i $(GTAGS_ARGS) "$$here" 0481 cscope: cscope.files 0482 test ! -s cscope.files \ 0483 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 0484 clean-cscope: 0485 -rm -f cscope.files 0486 cscope.files: clean-cscope cscopelist 0487 cscopelist: cscopelist-recursive 0488 0489 cscopelist-am: $(am__tagged_files) 0490 list='$(am__tagged_files)'; \ 0491 case "$(srcdir)" in \ 0492 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 0493 *) sdir=$(subdir)/$(srcdir) ;; \ 0494 esac; \ 0495 for i in $$list; do \ 0496 if test -f "$$i"; then \ 0497 echo "$(subdir)/$$i"; \ 0498 else \ 0499 echo "$$sdir/$$i"; \ 0500 fi; \ 0501 done >> $(top_builddir)/cscope.files 0502 0503 distclean-tags: 0504 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 0505 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 0506 0507 distdir: $(BUILT_SOURCES) 0508 $(MAKE) $(AM_MAKEFLAGS) distdir-am 0509 0510 distdir-am: $(DISTFILES) 0511 $(am__remove_distdir) 0512 test -d "$(distdir)" || mkdir "$(distdir)" 0513 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 0514 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 0515 list='$(DISTFILES)'; \ 0516 dist_files=`for file in $$list; do echo $$file; done | \ 0517 sed -e "s|^$$srcdirstrip/||;t" \ 0518 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 0519 case $$dist_files in \ 0520 */*) $(MKDIR_P) `echo "$$dist_files" | \ 0521 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 0522 sort -u` ;; \ 0523 esac; \ 0524 for file in $$dist_files; do \ 0525 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 0526 if test -d $$d/$$file; then \ 0527 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 0528 if test -d "$(distdir)/$$file"; then \ 0529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 0530 fi; \ 0531 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 0532 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 0533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 0534 fi; \ 0535 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 0536 else \ 0537 test -f "$(distdir)/$$file" \ 0538 || cp -p $$d/$$file "$(distdir)/$$file" \ 0539 || exit 1; \ 0540 fi; \ 0541 done 0542 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 0543 if test "$$subdir" = .; then :; else \ 0544 $(am__make_dryrun) \ 0545 || test -d "$(distdir)/$$subdir" \ 0546 || $(MKDIR_P) "$(distdir)/$$subdir" \ 0547 || exit 1; \ 0548 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 0549 $(am__relativize); \ 0550 new_distdir=$$reldir; \ 0551 dir1=$$subdir; dir2="$(top_distdir)"; \ 0552 $(am__relativize); \ 0553 new_top_distdir=$$reldir; \ 0554 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 0555 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 0556 ($(am__cd) $$subdir && \ 0557 $(MAKE) $(AM_MAKEFLAGS) \ 0558 top_distdir="$$new_top_distdir" \ 0559 distdir="$$new_distdir" \ 0560 am__remove_distdir=: \ 0561 am__skip_length_check=: \ 0562 am__skip_mode_fix=: \ 0563 distdir) \ 0564 || exit 1; \ 0565 fi; \ 0566 done 0567 -test -n "$(am__skip_mode_fix)" \ 0568 || find "$(distdir)" -type d ! -perm -755 \ 0569 -exec chmod u+rwx,go+rx {} \; -o \ 0570 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 0571 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 0572 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 0573 || chmod -R a+r "$(distdir)" 0574 dist-gzip: distdir 0575 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 0576 $(am__post_remove_distdir) 0577 0578 dist-bzip2: distdir 0579 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 0580 $(am__post_remove_distdir) 0581 0582 dist-lzip: distdir 0583 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 0584 $(am__post_remove_distdir) 0585 0586 dist-xz: distdir 0587 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 0588 $(am__post_remove_distdir) 0589 0590 dist-tarZ: distdir 0591 @echo WARNING: "Support for distribution archives compressed with" \ 0592 "legacy program 'compress' is deprecated." >&2 0593 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 0594 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 0595 $(am__post_remove_distdir) 0596 0597 dist-shar: distdir 0598 @echo WARNING: "Support for shar distribution archives is" \ 0599 "deprecated." >&2 0600 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 0601 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 0602 $(am__post_remove_distdir) 0603 0604 dist-zip: distdir 0605 -rm -f $(distdir).zip 0606 zip -rq $(distdir).zip $(distdir) 0607 $(am__post_remove_distdir) 0608 0609 dist dist-all: 0610 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 0611 $(am__post_remove_distdir) 0612 0613 # This target untars the dist file and tries a VPATH configuration. Then 0614 # it guarantees that the distribution is self-contained by making another 0615 # tarfile. 0616 distcheck: dist 0617 case '$(DIST_ARCHIVES)' in \ 0618 *.tar.gz*) \ 0619 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 0620 *.tar.bz2*) \ 0621 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 0622 *.tar.lz*) \ 0623 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 0624 *.tar.xz*) \ 0625 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 0626 *.tar.Z*) \ 0627 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 0628 *.shar.gz*) \ 0629 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 0630 *.zip*) \ 0631 unzip $(distdir).zip ;;\ 0632 esac 0633 chmod -R a-w $(distdir) 0634 chmod u+w $(distdir) 0635 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 0636 chmod a-w $(distdir) 0637 test -d $(distdir)/_build || exit 0; \ 0638 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 0639 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 0640 && am__cwd=`pwd` \ 0641 && $(am__cd) $(distdir)/_build/sub \ 0642 && ../../configure \ 0643 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 0644 $(DISTCHECK_CONFIGURE_FLAGS) \ 0645 --srcdir=../.. --prefix="$$dc_install_base" \ 0646 && $(MAKE) $(AM_MAKEFLAGS) \ 0647 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 0648 && $(MAKE) $(AM_MAKEFLAGS) check \ 0649 && $(MAKE) $(AM_MAKEFLAGS) install \ 0650 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 0651 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 0652 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 0653 distuninstallcheck \ 0654 && chmod -R a-w "$$dc_install_base" \ 0655 && ({ \ 0656 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 0657 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 0658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 0659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 0660 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 0661 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 0662 && rm -rf "$$dc_destdir" \ 0663 && $(MAKE) $(AM_MAKEFLAGS) dist \ 0664 && rm -rf $(DIST_ARCHIVES) \ 0665 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 0666 && cd "$$am__cwd" \ 0667 || exit 1 0668 $(am__post_remove_distdir) 0669 @(echo "$(distdir) archives ready for distribution: "; \ 0670 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 0671 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 0672 distuninstallcheck: 0673 @test -n '$(distuninstallcheck_dir)' || { \ 0674 echo 'ERROR: trying to run $@ with an empty' \ 0675 '$$(distuninstallcheck_dir)' >&2; \ 0676 exit 1; \ 0677 }; \ 0678 $(am__cd) '$(distuninstallcheck_dir)' || { \ 0679 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 0680 exit 1; \ 0681 }; \ 0682 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 0683 || { echo "ERROR: files left after uninstall:" ; \ 0684 if test -n "$(DESTDIR)"; then \ 0685 echo " (check DESTDIR support)"; \ 0686 fi ; \ 0687 $(distuninstallcheck_listfiles) ; \ 0688 exit 1; } >&2 0689 distcleancheck: distclean 0690 @if test '$(srcdir)' = . ; then \ 0691 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 0692 exit 1 ; \ 0693 fi 0694 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 0695 || { echo "ERROR: files left in build directory after distclean:" ; \ 0696 $(distcleancheck_listfiles) ; \ 0697 exit 1; } >&2 0698 check-am: all-am 0699 check: check-recursive 0700 all-am: Makefile config.h 0701 installdirs: installdirs-recursive 0702 installdirs-am: 0703 install: install-recursive 0704 install-exec: install-exec-recursive 0705 install-data: install-data-recursive 0706 uninstall: uninstall-recursive 0707 0708 install-am: all-am 0709 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 0710 0711 installcheck: installcheck-recursive 0712 install-strip: 0713 if test -z '$(STRIP)'; then \ 0714 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 0715 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 0716 install; \ 0717 else \ 0718 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 0719 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 0720 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 0721 fi 0722 mostlyclean-generic: 0723 0724 clean-generic: 0725 0726 distclean-generic: 0727 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 0728 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 0729 0730 maintainer-clean-generic: 0731 @echo "This command is intended for maintainers to use" 0732 @echo "it deletes files that may require special tools to rebuild." 0733 clean: clean-recursive 0734 0735 clean-am: clean-generic clean-libtool mostlyclean-am 0736 0737 distclean: distclean-recursive 0738 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 0739 -rm -f Makefile 0740 distclean-am: clean-am distclean-generic distclean-hdr \ 0741 distclean-libtool distclean-tags 0742 0743 dvi: dvi-recursive 0744 0745 dvi-am: 0746 0747 html: html-recursive 0748 0749 html-am: 0750 0751 info: info-recursive 0752 0753 info-am: 0754 0755 install-data-am: 0756 0757 install-dvi: install-dvi-recursive 0758 0759 install-dvi-am: 0760 0761 install-exec-am: 0762 0763 install-html: install-html-recursive 0764 0765 install-html-am: 0766 0767 install-info: install-info-recursive 0768 0769 install-info-am: 0770 0771 install-man: 0772 0773 install-pdf: install-pdf-recursive 0774 0775 install-pdf-am: 0776 0777 install-ps: install-ps-recursive 0778 0779 install-ps-am: 0780 0781 installcheck-am: 0782 0783 maintainer-clean: maintainer-clean-recursive 0784 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 0785 -rm -rf $(top_srcdir)/autom4te.cache 0786 -rm -f Makefile 0787 maintainer-clean-am: distclean-am maintainer-clean-generic 0788 0789 mostlyclean: mostlyclean-recursive 0790 0791 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 0792 0793 pdf: pdf-recursive 0794 0795 pdf-am: 0796 0797 ps: ps-recursive 0798 0799 ps-am: 0800 0801 uninstall-am: 0802 0803 .MAKE: $(am__recursive_targets) all install-am install-strip 0804 0805 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 0806 am--refresh check check-am clean clean-cscope clean-generic \ 0807 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 0808 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 0809 dist-xz dist-zip distcheck distclean distclean-generic \ 0810 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 0811 distdir distuninstallcheck dvi dvi-am html html-am info \ 0812 info-am install install-am install-data install-data-am \ 0813 install-dvi install-dvi-am install-exec install-exec-am \ 0814 install-html install-html-am install-info install-info-am \ 0815 install-man install-pdf install-pdf-am install-ps \ 0816 install-ps-am install-strip installcheck installcheck-am \ 0817 installdirs installdirs-am maintainer-clean \ 0818 maintainer-clean-generic mostlyclean mostlyclean-generic \ 0819 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 0820 uninstall-am 0821 0822 .PRECIOUS: Makefile 0823 0824 0825 # Tell versions [3.59,3.63) of GNU make to not export all variables. 0826 # Otherwise a system limit (for SysV at least) may be exceeded. 0827 .NOEXPORT: