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