Build depend against openssl 1.0, Closes: #828440
[mech_eap.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 subdir = .
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95         $(top_srcdir)/m4/minuso.m4 $(top_srcdir)/acinclude.m4 \
96         $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100         $(am__configure_deps) $(am__DIST_COMMON)
101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102  configure.lineno config.status.lineno
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = config.h
105 CONFIG_CLEAN_FILES = mech_eap.spec
106 CONFIG_CLEAN_VPATH_FILES =
107 AM_V_P = $(am__v_P_@AM_V@)
108 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109 am__v_P_0 = false
110 am__v_P_1 = :
111 AM_V_GEN = $(am__v_GEN_@AM_V@)
112 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113 am__v_GEN_0 = @echo "  GEN     " $@;
114 am__v_GEN_1 = 
115 AM_V_at = $(am__v_at_@AM_V@)
116 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117 am__v_at_0 = @
118 am__v_at_1 = 
119 SOURCES =
120 DIST_SOURCES =
121 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122         ctags-recursive dvi-recursive html-recursive info-recursive \
123         install-data-recursive install-dvi-recursive \
124         install-exec-recursive install-html-recursive \
125         install-info-recursive install-pdf-recursive \
126         install-ps-recursive install-recursive installcheck-recursive \
127         installdirs-recursive pdf-recursive ps-recursive \
128         tags-recursive uninstall-recursive
129 am__can_run_installinfo = \
130   case $$AM_UPDATE_INFO_DIR in \
131     n|no|NO) false;; \
132     *) (install-info --version) >/dev/null 2>&1;; \
133   esac
134 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
135   distclean-recursive maintainer-clean-recursive
136 am__recursive_targets = \
137   $(RECURSIVE_TARGETS) \
138   $(RECURSIVE_CLEAN_TARGETS) \
139   $(am__extra_recursive_targets)
140 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
141         cscope distdir dist dist-all distcheck
142 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
143         $(LISP)config.h.in
144 # Read a list of newline-separated strings from the standard input,
145 # and print each of them once, without duplicates.  Input order is
146 # *not* preserved.
147 am__uniquify_input = $(AWK) '\
148   BEGIN { nonempty = 0; } \
149   { items[$$0] = 1; nonempty = 1; } \
150   END { if (nonempty) { for (i in items) print i; }; } \
151 '
152 # Make sure the list of sources is unique.  This is necessary because,
153 # e.g., the same source file might be shared among _SOURCES variables
154 # for different programs/libraries.
155 am__define_uniq_tagged_files = \
156   list='$(am__tagged_files)'; \
157   unique=`for i in $$list; do \
158     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
159   done | $(am__uniquify_input)`
160 ETAGS = etags
161 CTAGS = ctags
162 CSCOPE = cscope
163 DIST_SUBDIRS = $(SUBDIRS)
164 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
165         $(srcdir)/mech_eap.spec.in $(top_srcdir)/build-aux/compile \
166         $(top_srcdir)/build-aux/config.guess \
167         $(top_srcdir)/build-aux/config.sub \
168         $(top_srcdir)/build-aux/install-sh \
169         $(top_srcdir)/build-aux/ltmain.sh \
170         $(top_srcdir)/build-aux/missing build-aux/compile \
171         build-aux/config.guess build-aux/config.sub \
172         build-aux/install-sh build-aux/ltmain.sh build-aux/missing
173 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174 distdir = $(PACKAGE)-$(VERSION)
175 top_distdir = $(distdir)
176 am__remove_distdir = \
177   if test -d "$(distdir)"; then \
178     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
179       && rm -rf "$(distdir)" \
180       || { sleep 5 && rm -rf "$(distdir)"; }; \
181   else :; fi
182 am__post_remove_distdir = $(am__remove_distdir)
183 am__relativize = \
184   dir0=`pwd`; \
185   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
186   sed_rest='s,^[^/]*/*,,'; \
187   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
188   sed_butlast='s,/*[^/]*$$,,'; \
189   while test -n "$$dir1"; do \
190     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
191     if test "$$first" != "."; then \
192       if test "$$first" = ".."; then \
193         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
194         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
195       else \
196         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
197         if test "$$first2" = "$$first"; then \
198           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
199         else \
200           dir2="../$$dir2"; \
201         fi; \
202         dir0="$$dir0"/"$$first"; \
203       fi; \
204     fi; \
205     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
206   done; \
207   reldir="$$dir2"
208 DIST_ARCHIVES = $(distdir).tar.gz
209 GZIP_ENV = --best
210 DIST_TARGETS = dist-gzip
211 distuninstallcheck_listfiles = find . -type f -print
212 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
213   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
214 distcleancheck_listfiles = find . -type f -print
215 ACLOCAL = @ACLOCAL@
216 AMTAR = @AMTAR@
217 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218 AR = @AR@
219 AS = @AS@
220 AUTOCONF = @AUTOCONF@
221 AUTOHEADER = @AUTOHEADER@
222 AUTOMAKE = @AUTOMAKE@
223 AWK = @AWK@
224 CC = @CC@
225 CCDEPMODE = @CCDEPMODE@
226 CFLAGS = @CFLAGS@
227 COMPILE_ET = @COMPILE_ET@
228 CPP = @CPP@
229 CPPFLAGS = @CPPFLAGS@
230 CXX = @CXX@
231 CXXCPP = @CXXCPP@
232 CXXDEPMODE = @CXXDEPMODE@
233 CXXFLAGS = @CXXFLAGS@
234 CYGPATH_W = @CYGPATH_W@
235 DEFS = @DEFS@
236 DEPDIR = @DEPDIR@
237 DLLTOOL = @DLLTOOL@
238 DSYMUTIL = @DSYMUTIL@
239 DUMPBIN = @DUMPBIN@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GREP = @GREP@
247 INSTALL = @INSTALL@
248 INSTALL_DATA = @INSTALL_DATA@
249 INSTALL_PROGRAM = @INSTALL_PROGRAM@
250 INSTALL_SCRIPT = @INSTALL_SCRIPT@
251 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252 JANSSON_CFLAGS = @JANSSON_CFLAGS@
253 JANSSON_LDFLAGS = @JANSSON_LDFLAGS@
254 JANSSON_LIBS = @JANSSON_LIBS@
255 KRB5_CFLAGS = @KRB5_CFLAGS@
256 KRB5_LDFLAGS = @KRB5_LDFLAGS@
257 KRB5_LIBS = @KRB5_LIBS@
258 LD = @LD@
259 LDFLAGS = @LDFLAGS@
260 LIBMOONSHOT_CFLAGS = @LIBMOONSHOT_CFLAGS@
261 LIBMOONSHOT_LDFLAGS = @LIBMOONSHOT_LDFLAGS@
262 LIBMOONSHOT_LIBS = @LIBMOONSHOT_LIBS@
263 LIBOBJS = @LIBOBJS@
264 LIBS = @LIBS@
265 LIBTOOL = @LIBTOOL@
266 LIPO = @LIPO@
267 LN_S = @LN_S@
268 LTLIBOBJS = @LTLIBOBJS@
269 MAINT = @MAINT@
270 MAKEINFO = @MAKEINFO@
271 MANIFEST_TOOL = @MANIFEST_TOOL@
272 MKDIR_P = @MKDIR_P@
273 NM = @NM@
274 NMEDIT = @NMEDIT@
275 OBJDUMP = @OBJDUMP@
276 OBJEXT = @OBJEXT@
277 OPENSAML_CXXFLAGS = @OPENSAML_CXXFLAGS@
278 OPENSAML_LDFLAGS = @OPENSAML_LDFLAGS@
279 OPENSAML_LIBS = @OPENSAML_LIBS@
280 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
281 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
282 OPENSSL_LIBS = @OPENSSL_LIBS@
283 OTOOL = @OTOOL@
284 OTOOL64 = @OTOOL64@
285 PACKAGE = @PACKAGE@
286 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
287 PACKAGE_NAME = @PACKAGE_NAME@
288 PACKAGE_STRING = @PACKAGE_STRING@
289 PACKAGE_TARNAME = @PACKAGE_TARNAME@
290 PACKAGE_URL = @PACKAGE_URL@
291 PACKAGE_VERSION = @PACKAGE_VERSION@
292 PATH_SEPARATOR = @PATH_SEPARATOR@
293 RADSEC_CFLAGS = @RADSEC_CFLAGS@
294 RADSEC_LDFLAGS = @RADSEC_LDFLAGS@
295 RADSEC_LIBS = @RADSEC_LIBS@
296 RANLIB = @RANLIB@
297 SED = @SED@
298 SET_MAKE = @SET_MAKE@
299 SHELL = @SHELL@
300 SHIBRESOLVER_CXXFLAGS = @SHIBRESOLVER_CXXFLAGS@
301 SHIBRESOLVER_LDFLAGS = @SHIBRESOLVER_LDFLAGS@
302 SHIBRESOLVER_LIBS = @SHIBRESOLVER_LIBS@
303 SHIBSP_CXXFLAGS = @SHIBSP_CXXFLAGS@
304 SHIBSP_LDFLAGS = @SHIBSP_LDFLAGS@
305 SHIBSP_LIBS = @SHIBSP_LIBS@
306 STRIP = @STRIP@
307 TARGET_CFLAGS = @TARGET_CFLAGS@
308 TARGET_LDFLAGS = @TARGET_LDFLAGS@
309 VERSION = @VERSION@
310 abs_builddir = @abs_builddir@
311 abs_srcdir = @abs_srcdir@
312 abs_top_builddir = @abs_top_builddir@
313 abs_top_srcdir = @abs_top_srcdir@
314 ac_ct_AR = @ac_ct_AR@
315 ac_ct_CC = @ac_ct_CC@
316 ac_ct_CXX = @ac_ct_CXX@
317 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
318 am__include = @am__include@
319 am__leading_dot = @am__leading_dot@
320 am__quote = @am__quote@
321 am__tar = @am__tar@
322 am__untar = @am__untar@
323 bindir = @bindir@
324 build = @build@
325 build_alias = @build_alias@
326 build_cpu = @build_cpu@
327 build_os = @build_os@
328 build_vendor = @build_vendor@
329 builddir = @builddir@
330 datadir = @datadir@
331 datarootdir = @datarootdir@
332 docdir = @docdir@
333 dvidir = @dvidir@
334 exec_prefix = @exec_prefix@
335 host = @host@
336 host_alias = @host_alias@
337 host_cpu = @host_cpu@
338 host_os = @host_os@
339 host_vendor = @host_vendor@
340 htmldir = @htmldir@
341 includedir = @includedir@
342 infodir = @infodir@
343 install_sh = @install_sh@
344 libdir = @libdir@
345 libexecdir = @libexecdir@
346 localedir = @localedir@
347 localstatedir = @localstatedir@
348 mandir = @mandir@
349 mkdir_p = @mkdir_p@
350 oldincludedir = @oldincludedir@
351 pdfdir = @pdfdir@
352 prefix = @prefix@
353 program_transform_name = @program_transform_name@
354 psdir = @psdir@
355 sbindir = @sbindir@
356 sharedstatedir = @sharedstatedir@
357 srcdir = @srcdir@
358 sysconfdir = @sysconfdir@
359 target_alias = @target_alias@
360 top_build_prefix = @top_build_prefix@
361 top_builddir = @top_builddir@
362 top_srcdir = @top_srcdir@
363 AUTOMAKE_OPTIONS = foreign
364 ACLOCAL_AMFLAGS = -I m4
365 SUBDIRS = libeap mech_eap
366 EXTRA_DIST = mech_eap.spec
367 all: config.h
368         $(MAKE) $(AM_MAKEFLAGS) all-recursive
369
370 .SUFFIXES:
371 am--refresh: Makefile
372         @:
373 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
374         @for dep in $?; do \
375           case '$(am__configure_deps)' in \
376             *$$dep*) \
377               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
378               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
379                 && exit 0; \
380               exit 1;; \
381           esac; \
382         done; \
383         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
384         $(am__cd) $(top_srcdir) && \
385           $(AUTOMAKE) --foreign Makefile
386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387         @case '$?' in \
388           *config.status*) \
389             echo ' $(SHELL) ./config.status'; \
390             $(SHELL) ./config.status;; \
391           *) \
392             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
393             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
394         esac;
395
396 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397         $(SHELL) ./config.status --recheck
398
399 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
400         $(am__cd) $(srcdir) && $(AUTOCONF)
401 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
402         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
403 $(am__aclocal_m4_deps):
404
405 config.h: stamp-h1
406         @test -f $@ || rm -f stamp-h1
407         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
408
409 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
410         @rm -f stamp-h1
411         cd $(top_builddir) && $(SHELL) ./config.status config.h
412 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
413         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
414         rm -f stamp-h1
415         touch $@
416
417 distclean-hdr:
418         -rm -f config.h stamp-h1
419 mech_eap.spec: $(top_builddir)/config.status $(srcdir)/mech_eap.spec.in
420         cd $(top_builddir) && $(SHELL) ./config.status $@
421
422 mostlyclean-libtool:
423         -rm -f *.lo
424
425 clean-libtool:
426         -rm -rf .libs _libs
427
428 distclean-libtool:
429         -rm -f libtool config.lt
430
431 # This directory's subdirectories are mostly independent; you can cd
432 # into them and run 'make' without going through this Makefile.
433 # To change the values of 'make' variables: instead of editing Makefiles,
434 # (1) if the variable is set in 'config.status', edit 'config.status'
435 #     (which will cause the Makefiles to be regenerated when you run 'make');
436 # (2) otherwise, pass the desired values on the 'make' command line.
437 $(am__recursive_targets):
438         @fail=; \
439         if $(am__make_keepgoing); then \
440           failcom='fail=yes'; \
441         else \
442           failcom='exit 1'; \
443         fi; \
444         dot_seen=no; \
445         target=`echo $@ | sed s/-recursive//`; \
446         case "$@" in \
447           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
448           *) list='$(SUBDIRS)' ;; \
449         esac; \
450         for subdir in $$list; do \
451           echo "Making $$target in $$subdir"; \
452           if test "$$subdir" = "."; then \
453             dot_seen=yes; \
454             local_target="$$target-am"; \
455           else \
456             local_target="$$target"; \
457           fi; \
458           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
459           || eval $$failcom; \
460         done; \
461         if test "$$dot_seen" = "no"; then \
462           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
463         fi; test -z "$$fail"
464
465 ID: $(am__tagged_files)
466         $(am__define_uniq_tagged_files); mkid -fID $$unique
467 tags: tags-recursive
468 TAGS: tags
469
470 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471         set x; \
472         here=`pwd`; \
473         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
474           include_option=--etags-include; \
475           empty_fix=.; \
476         else \
477           include_option=--include; \
478           empty_fix=; \
479         fi; \
480         list='$(SUBDIRS)'; for subdir in $$list; do \
481           if test "$$subdir" = .; then :; else \
482             test ! -f $$subdir/TAGS || \
483               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
484           fi; \
485         done; \
486         $(am__define_uniq_tagged_files); \
487         shift; \
488         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
489           test -n "$$unique" || unique=$$empty_fix; \
490           if test $$# -gt 0; then \
491             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492               "$$@" $$unique; \
493           else \
494             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495               $$unique; \
496           fi; \
497         fi
498 ctags: ctags-recursive
499
500 CTAGS: ctags
501 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
502         $(am__define_uniq_tagged_files); \
503         test -z "$(CTAGS_ARGS)$$unique" \
504           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505              $$unique
506
507 GTAGS:
508         here=`$(am__cd) $(top_builddir) && pwd` \
509           && $(am__cd) $(top_srcdir) \
510           && gtags -i $(GTAGS_ARGS) "$$here"
511 cscope: cscope.files
512         test ! -s cscope.files \
513           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
514 clean-cscope:
515         -rm -f cscope.files
516 cscope.files: clean-cscope cscopelist
517 cscopelist: cscopelist-recursive
518
519 cscopelist-am: $(am__tagged_files)
520         list='$(am__tagged_files)'; \
521         case "$(srcdir)" in \
522           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
523           *) sdir=$(subdir)/$(srcdir) ;; \
524         esac; \
525         for i in $$list; do \
526           if test -f "$$i"; then \
527             echo "$(subdir)/$$i"; \
528           else \
529             echo "$$sdir/$$i"; \
530           fi; \
531         done >> $(top_builddir)/cscope.files
532
533 distclean-tags:
534         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
536
537 distdir: $(DISTFILES)
538         $(am__remove_distdir)
539         test -d "$(distdir)" || mkdir "$(distdir)"
540         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542         list='$(DISTFILES)'; \
543           dist_files=`for file in $$list; do echo $$file; done | \
544           sed -e "s|^$$srcdirstrip/||;t" \
545               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
546         case $$dist_files in \
547           */*) $(MKDIR_P) `echo "$$dist_files" | \
548                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
549                            sort -u` ;; \
550         esac; \
551         for file in $$dist_files; do \
552           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553           if test -d $$d/$$file; then \
554             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
555             if test -d "$(distdir)/$$file"; then \
556               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557             fi; \
558             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
560               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561             fi; \
562             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
563           else \
564             test -f "$(distdir)/$$file" \
565             || cp -p $$d/$$file "$(distdir)/$$file" \
566             || exit 1; \
567           fi; \
568         done
569         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
570           if test "$$subdir" = .; then :; else \
571             $(am__make_dryrun) \
572               || test -d "$(distdir)/$$subdir" \
573               || $(MKDIR_P) "$(distdir)/$$subdir" \
574               || exit 1; \
575             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
576             $(am__relativize); \
577             new_distdir=$$reldir; \
578             dir1=$$subdir; dir2="$(top_distdir)"; \
579             $(am__relativize); \
580             new_top_distdir=$$reldir; \
581             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
582             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
583             ($(am__cd) $$subdir && \
584               $(MAKE) $(AM_MAKEFLAGS) \
585                 top_distdir="$$new_top_distdir" \
586                 distdir="$$new_distdir" \
587                 am__remove_distdir=: \
588                 am__skip_length_check=: \
589                 am__skip_mode_fix=: \
590                 distdir) \
591               || exit 1; \
592           fi; \
593         done
594         -test -n "$(am__skip_mode_fix)" \
595         || find "$(distdir)" -type d ! -perm -755 \
596                 -exec chmod u+rwx,go+rx {} \; -o \
597           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
598           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
599           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
600         || chmod -R a+r "$(distdir)"
601 dist-gzip: distdir
602         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
603         $(am__post_remove_distdir)
604
605 dist-bzip2: distdir
606         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
607         $(am__post_remove_distdir)
608
609 dist-lzip: distdir
610         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
611         $(am__post_remove_distdir)
612
613 dist-xz: distdir
614         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
615         $(am__post_remove_distdir)
616
617 dist-tarZ: distdir
618         @echo WARNING: "Support for distribution archives compressed with" \
619                        "legacy program 'compress' is deprecated." >&2
620         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
621         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
622         $(am__post_remove_distdir)
623
624 dist-shar: distdir
625         @echo WARNING: "Support for shar distribution archives is" \
626                        "deprecated." >&2
627         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
628         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
629         $(am__post_remove_distdir)
630
631 dist-zip: distdir
632         -rm -f $(distdir).zip
633         zip -rq $(distdir).zip $(distdir)
634         $(am__post_remove_distdir)
635
636 dist dist-all:
637         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
638         $(am__post_remove_distdir)
639
640 # This target untars the dist file and tries a VPATH configuration.  Then
641 # it guarantees that the distribution is self-contained by making another
642 # tarfile.
643 distcheck: dist
644         case '$(DIST_ARCHIVES)' in \
645         *.tar.gz*) \
646           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
647         *.tar.bz2*) \
648           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
649         *.tar.lz*) \
650           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
651         *.tar.xz*) \
652           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
653         *.tar.Z*) \
654           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
655         *.shar.gz*) \
656           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
657         *.zip*) \
658           unzip $(distdir).zip ;;\
659         esac
660         chmod -R a-w $(distdir)
661         chmod u+w $(distdir)
662         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
663         chmod a-w $(distdir)
664         test -d $(distdir)/_build || exit 0; \
665         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
666           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
667           && am__cwd=`pwd` \
668           && $(am__cd) $(distdir)/_build/sub \
669           && ../../configure \
670             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
671             $(DISTCHECK_CONFIGURE_FLAGS) \
672             --srcdir=../.. --prefix="$$dc_install_base" \
673           && $(MAKE) $(AM_MAKEFLAGS) \
674           && $(MAKE) $(AM_MAKEFLAGS) dvi \
675           && $(MAKE) $(AM_MAKEFLAGS) check \
676           && $(MAKE) $(AM_MAKEFLAGS) install \
677           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
678           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
679           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
680                 distuninstallcheck \
681           && chmod -R a-w "$$dc_install_base" \
682           && ({ \
683                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
684                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
685                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
686                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
687                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
688               } || { rm -rf "$$dc_destdir"; exit 1; }) \
689           && rm -rf "$$dc_destdir" \
690           && $(MAKE) $(AM_MAKEFLAGS) dist \
691           && rm -rf $(DIST_ARCHIVES) \
692           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
693           && cd "$$am__cwd" \
694           || exit 1
695         $(am__post_remove_distdir)
696         @(echo "$(distdir) archives ready for distribution: "; \
697           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
698           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
699 distuninstallcheck:
700         @test -n '$(distuninstallcheck_dir)' || { \
701           echo 'ERROR: trying to run $@ with an empty' \
702                '$$(distuninstallcheck_dir)' >&2; \
703           exit 1; \
704         }; \
705         $(am__cd) '$(distuninstallcheck_dir)' || { \
706           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
707           exit 1; \
708         }; \
709         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
710            || { echo "ERROR: files left after uninstall:" ; \
711                 if test -n "$(DESTDIR)"; then \
712                   echo "  (check DESTDIR support)"; \
713                 fi ; \
714                 $(distuninstallcheck_listfiles) ; \
715                 exit 1; } >&2
716 distcleancheck: distclean
717         @if test '$(srcdir)' = . ; then \
718           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
719           exit 1 ; \
720         fi
721         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
722           || { echo "ERROR: files left in build directory after distclean:" ; \
723                $(distcleancheck_listfiles) ; \
724                exit 1; } >&2
725 check-am: all-am
726 check: check-recursive
727 all-am: Makefile config.h
728 installdirs: installdirs-recursive
729 installdirs-am:
730 install: install-recursive
731 install-exec: install-exec-recursive
732 install-data: install-data-recursive
733 uninstall: uninstall-recursive
734
735 install-am: all-am
736         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
737
738 installcheck: installcheck-recursive
739 install-strip:
740         if test -z '$(STRIP)'; then \
741           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
742             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
743               install; \
744         else \
745           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
746             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
747             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
748         fi
749 mostlyclean-generic:
750
751 clean-generic:
752
753 distclean-generic:
754         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
755         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
756
757 maintainer-clean-generic:
758         @echo "This command is intended for maintainers to use"
759         @echo "it deletes files that may require special tools to rebuild."
760 clean: clean-recursive
761
762 clean-am: clean-generic clean-libtool mostlyclean-am
763
764 distclean: distclean-recursive
765         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
766         -rm -f Makefile
767 distclean-am: clean-am distclean-generic distclean-hdr \
768         distclean-libtool distclean-tags
769
770 dvi: dvi-recursive
771
772 dvi-am:
773
774 html: html-recursive
775
776 html-am:
777
778 info: info-recursive
779
780 info-am:
781
782 install-data-am:
783
784 install-dvi: install-dvi-recursive
785
786 install-dvi-am:
787
788 install-exec-am:
789
790 install-html: install-html-recursive
791
792 install-html-am:
793
794 install-info: install-info-recursive
795
796 install-info-am:
797
798 install-man:
799
800 install-pdf: install-pdf-recursive
801
802 install-pdf-am:
803
804 install-ps: install-ps-recursive
805
806 install-ps-am:
807
808 installcheck-am:
809
810 maintainer-clean: maintainer-clean-recursive
811         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
812         -rm -rf $(top_srcdir)/autom4te.cache
813         -rm -f Makefile
814 maintainer-clean-am: distclean-am maintainer-clean-generic
815
816 mostlyclean: mostlyclean-recursive
817
818 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
819
820 pdf: pdf-recursive
821
822 pdf-am:
823
824 ps: ps-recursive
825
826 ps-am:
827
828 uninstall-am:
829
830 .MAKE: $(am__recursive_targets) all install-am install-strip
831
832 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
833         am--refresh check check-am clean clean-cscope clean-generic \
834         clean-libtool cscope cscopelist-am ctags ctags-am dist \
835         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
836         dist-xz dist-zip distcheck distclean distclean-generic \
837         distclean-hdr distclean-libtool distclean-tags distcleancheck \
838         distdir distuninstallcheck dvi dvi-am html html-am info \
839         info-am install install-am install-data install-data-am \
840         install-dvi install-dvi-am install-exec install-exec-am \
841         install-html install-html-am install-info install-info-am \
842         install-man install-pdf install-pdf-am install-ps \
843         install-ps-am install-strip installcheck installcheck-am \
844         installdirs installdirs-am maintainer-clean \
845         maintainer-clean-generic mostlyclean mostlyclean-generic \
846         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
847         uninstall-am
848
849 .PRECIOUS: Makefile
850
851
852 # Tell versions [3.59,3.63) of GNU make to not export all variables.
853 # Otherwise a system limit (for SysV at least) may be exceeded.
854 .NOEXPORT: