Migration from openssl-1.0.2 to openssl-1.1.1
[platform/upstream/liboauth.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = .
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \
40         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41         $(srcdir)/liboauth.lsm.in $(srcdir)/oauth.pc.in \
42         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
43         compile config.guess config.sub depcomp install-sh ltmain.sh \
44         missing
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50  configure.lineno config.status.lineno
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = $(top_builddir)/src/config.h
53 CONFIG_CLEAN_FILES = liboauth.lsm oauth.pc Doxyfile
54 CONFIG_CLEAN_VPATH_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58         html-recursive info-recursive install-data-recursive \
59         install-dvi-recursive install-exec-recursive \
60         install-html-recursive install-info-recursive \
61         install-pdf-recursive install-ps-recursive install-recursive \
62         installcheck-recursive installdirs-recursive pdf-recursive \
63         ps-recursive uninstall-recursive
64 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj = case $$p in \
66     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67     *) f=$$p;; \
68   esac;
69 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70 am__install_max = 40
71 am__nobase_strip_setup = \
72   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73 am__nobase_strip = \
74   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75 am__nobase_list = $(am__nobase_strip_setup); \
76   for p in $$list; do echo "$$p $$p"; done | \
77   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79     if (++n[$$2] == $(am__install_max)) \
80       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81     END { for (dir in files) print dir, files[dir] }'
82 am__base_list = \
83   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85 am__uninstall_files_from_dir = { \
86   test -z "$$files" \
87     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
88     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
89          $(am__cd) "$$dir" && rm -f $$files; }; \
90   }
91 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
92 DATA = $(pkgconfig_DATA)
93 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94   distclean-recursive maintainer-clean-recursive
95 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97         distdir dist dist-all distcheck
98 ETAGS = etags
99 CTAGS = ctags
100 am__tty_colors = \
101 red=; grn=; lgn=; blu=; std=
102 DIST_SUBDIRS = $(SUBDIRS)
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 distdir = $(PACKAGE)-$(VERSION)
105 top_distdir = $(distdir)
106 am__remove_distdir = \
107   if test -d "$(distdir)"; then \
108     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
109       && rm -rf "$(distdir)" \
110       || { sleep 5 && rm -rf "$(distdir)"; }; \
111   else :; fi
112 am__relativize = \
113   dir0=`pwd`; \
114   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115   sed_rest='s,^[^/]*/*,,'; \
116   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117   sed_butlast='s,/*[^/]*$$,,'; \
118   while test -n "$$dir1"; do \
119     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120     if test "$$first" != "."; then \
121       if test "$$first" = ".."; then \
122         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124       else \
125         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126         if test "$$first2" = "$$first"; then \
127           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128         else \
129           dir2="../$$dir2"; \
130         fi; \
131         dir0="$$dir0"/"$$first"; \
132       fi; \
133     fi; \
134     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135   done; \
136   reldir="$$dir2"
137 DIST_ARCHIVES = $(distdir).tar.gz
138 GZIP_ENV = --best
139 distuninstallcheck_listfiles = find . -type f -print
140 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
141   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
142 distcleancheck_listfiles = find . -type f -print
143 ACLOCAL = @ACLOCAL@
144 ALLOCA = @ALLOCA@
145 AMTAR = @AMTAR@
146 AR = @AR@
147 AS = @AS@
148 AUTOCONF = @AUTOCONF@
149 AUTOHEADER = @AUTOHEADER@
150 AUTOMAKE = @AUTOMAKE@
151 AWK = @AWK@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CURLCMD = @CURLCMD@
158 CURL_CFLAGS = @CURL_CFLAGS@
159 CURL_LIBS = @CURL_LIBS@
160 CYGPATH_W = @CYGPATH_W@
161 DEFS = @DEFS@
162 DEPDIR = @DEPDIR@
163 DLLTOOL = @DLLTOOL@
164 DOT = @DOT@
165 DOTPATH = @DOTPATH@
166 DOXYGEN = @DOXYGEN@
167 DSYMUTIL = @DSYMUTIL@
168 DUMPBIN = @DUMPBIN@
169 ECHO_C = @ECHO_C@
170 ECHO_N = @ECHO_N@
171 ECHO_T = @ECHO_T@
172 EGREP = @EGREP@
173 EXEEXT = @EXEEXT@
174 EXESUF = @EXESUF@
175 FGREP = @FGREP@
176 GREP = @GREP@
177 HASH_CFLAGS = @HASH_CFLAGS@
178 HASH_LIBS = @HASH_LIBS@
179 HAVEDOT = @HAVEDOT@
180 INSTALL = @INSTALL@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 ISODATE = @ISODATE@
186 LD = @LD@
187 LDFLAGS = @LDFLAGS@
188 LIBOAUTH_CFLAGS = @LIBOAUTH_CFLAGS@
189 LIBOAUTH_LDFLAGS = @LIBOAUTH_LDFLAGS@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LIBTOOL = @LIBTOOL@
193 LIPO = @LIPO@
194 LN_S = @LN_S@
195 LTLIBOBJS = @LTLIBOBJS@
196 MAKEINFO = @MAKEINFO@
197 MANIFEST_TOOL = @MANIFEST_TOOL@
198 MKDIR_P = @MKDIR_P@
199 NM = @NM@
200 NMEDIT = @NMEDIT@
201 NSS_CFLAGS = @NSS_CFLAGS@
202 NSS_LIBS = @NSS_LIBS@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PC_LIB = @PC_LIB@
216 PC_REQ = @PC_REQ@
217 PERL = @PERL@
218 PKG_CONFIG = @PKG_CONFIG@
219 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
220 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
221 RANLIB = @RANLIB@
222 SED = @SED@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 STRIP = @STRIP@
226 TEST_UNICODE = @TEST_UNICODE@
227 VERSION = @VERSION@
228 VERSION_INFO = @VERSION_INFO@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_AR = @ac_ct_AR@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236 am__include = @am__include@
237 am__leading_dot = @am__leading_dot@
238 am__quote = @am__quote@
239 am__tar = @am__tar@
240 am__untar = @am__untar@
241 bindir = @bindir@
242 build = @build@
243 build_alias = @build_alias@
244 build_cpu = @build_cpu@
245 build_os = @build_os@
246 build_vendor = @build_vendor@
247 builddir = @builddir@
248 datadir = @datadir@
249 datarootdir = @datarootdir@
250 docdir = @docdir@
251 dvidir = @dvidir@
252 exec_prefix = @exec_prefix@
253 host = @host@
254 host_alias = @host_alias@
255 host_cpu = @host_cpu@
256 host_os = @host_os@
257 host_vendor = @host_vendor@
258 htmldir = @htmldir@
259 includedir = @includedir@
260 infodir = @infodir@
261 install_sh = @install_sh@
262 libdir = @libdir@
263 libexecdir = @libexecdir@
264 localedir = @localedir@
265 localstatedir = @localstatedir@
266 mandir = @mandir@
267 mkdir_p = @mkdir_p@
268 oldincludedir = @oldincludedir@
269 pdfdir = @pdfdir@
270 prefix = @prefix@
271 program_transform_name = @program_transform_name@
272 psdir = @psdir@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 srcdir = @srcdir@
276 subdirs = @subdirs@
277 sysconfdir = @sysconfdir@
278 target = @target@
279 target_alias = @target_alias@
280 target_cpu = @target_cpu@
281 target_os = @target_os@
282 target_vendor = @target_vendor@
283 top_build_prefix = @top_build_prefix@
284 top_builddir = @top_builddir@
285 top_srcdir = @top_srcdir@
286 ACLOCAL_AMFLAGS = -I m4
287 SUBDIRS = @subdirs@
288 EXTRA_DIST = liboauth.lsm.in oauth.pc.in Doxyfile.in \
289                                          COPYING.GPL COPYING.MIT LICENSE.OpenSSL \
290                                          m4
291
292 pkgconfigdir = $(libdir)/pkgconfig
293 pkgconfig_DATA = oauth.pc
294 TESTS = tests/tcwiki@EXESUF@ tests/tceran@EXESUF@ tests/tcother@EXESUF@
295 CLEANFILES = stamp-doxygen stamp-doc
296 MAINTAINERCLEANFILES = \
297         src/Makefile.in \
298         tests/Makefile.in \
299         tests/atconfig \
300         doc/Makefile.in \
301         Makefile.in \
302         aclocal.m4 \
303         compile \
304         config.guess \
305         config.h.in \
306         config.sub \
307         configure \
308         depcomp \
309         install-sh \
310         missing
311
312 all: all-recursive
313
314 .SUFFIXES:
315 am--refresh: Makefile
316         @:
317 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
318         @for dep in $?; do \
319           case '$(am__configure_deps)' in \
320             *$$dep*) \
321               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
322               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
323                 && exit 0; \
324               exit 1;; \
325           esac; \
326         done; \
327         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
328         $(am__cd) $(top_srcdir) && \
329           $(AUTOMAKE) --gnu Makefile
330 .PRECIOUS: Makefile
331 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332         @case '$?' in \
333           *config.status*) \
334             echo ' $(SHELL) ./config.status'; \
335             $(SHELL) ./config.status;; \
336           *) \
337             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
338             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
339         esac;
340
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342         $(SHELL) ./config.status --recheck
343
344 $(top_srcdir)/configure:  $(am__configure_deps)
345         $(am__cd) $(srcdir) && $(AUTOCONF)
346 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
347         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348 $(am__aclocal_m4_deps):
349 liboauth.lsm: $(top_builddir)/config.status $(srcdir)/liboauth.lsm.in
350         cd $(top_builddir) && $(SHELL) ./config.status $@
351 oauth.pc: $(top_builddir)/config.status $(srcdir)/oauth.pc.in
352         cd $(top_builddir) && $(SHELL) ./config.status $@
353 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
354         cd $(top_builddir) && $(SHELL) ./config.status $@
355
356 mostlyclean-libtool:
357         -rm -f *.lo
358
359 clean-libtool:
360         -rm -rf .libs _libs
361
362 distclean-libtool:
363         -rm -f libtool config.lt
364 install-pkgconfigDATA: $(pkgconfig_DATA)
365         @$(NORMAL_INSTALL)
366         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
367         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
368         for p in $$list; do \
369           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
370           echo "$$d$$p"; \
371         done | $(am__base_list) | \
372         while read files; do \
373           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
374           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
375         done
376
377 uninstall-pkgconfigDATA:
378         @$(NORMAL_UNINSTALL)
379         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
380         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
381         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
382
383 # This directory's subdirectories are mostly independent; you can cd
384 # into them and run `make' without going through this Makefile.
385 # To change the values of `make' variables: instead of editing Makefiles,
386 # (1) if the variable is set in `config.status', edit `config.status'
387 #     (which will cause the Makefiles to be regenerated when you run `make');
388 # (2) otherwise, pass the desired values on the `make' command line.
389 $(RECURSIVE_TARGETS):
390         @fail= failcom='exit 1'; \
391         for f in x $$MAKEFLAGS; do \
392           case $$f in \
393             *=* | --[!k]*);; \
394             *k*) failcom='fail=yes';; \
395           esac; \
396         done; \
397         dot_seen=no; \
398         target=`echo $@ | sed s/-recursive//`; \
399         list='$(SUBDIRS)'; for subdir in $$list; do \
400           echo "Making $$target in $$subdir"; \
401           if test "$$subdir" = "."; then \
402             dot_seen=yes; \
403             local_target="$$target-am"; \
404           else \
405             local_target="$$target"; \
406           fi; \
407           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408           || eval $$failcom; \
409         done; \
410         if test "$$dot_seen" = "no"; then \
411           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412         fi; test -z "$$fail"
413
414 $(RECURSIVE_CLEAN_TARGETS):
415         @fail= failcom='exit 1'; \
416         for f in x $$MAKEFLAGS; do \
417           case $$f in \
418             *=* | --[!k]*);; \
419             *k*) failcom='fail=yes';; \
420           esac; \
421         done; \
422         dot_seen=no; \
423         case "$@" in \
424           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
425           *) list='$(SUBDIRS)' ;; \
426         esac; \
427         rev=''; for subdir in $$list; do \
428           if test "$$subdir" = "."; then :; else \
429             rev="$$subdir $$rev"; \
430           fi; \
431         done; \
432         rev="$$rev ."; \
433         target=`echo $@ | sed s/-recursive//`; \
434         for subdir in $$rev; do \
435           echo "Making $$target in $$subdir"; \
436           if test "$$subdir" = "."; then \
437             local_target="$$target-am"; \
438           else \
439             local_target="$$target"; \
440           fi; \
441           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442           || eval $$failcom; \
443         done && test -z "$$fail"
444 tags-recursive:
445         list='$(SUBDIRS)'; for subdir in $$list; do \
446           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
447         done
448 ctags-recursive:
449         list='$(SUBDIRS)'; for subdir in $$list; do \
450           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
451         done
452
453 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455         unique=`for i in $$list; do \
456             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457           done | \
458           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459               END { if (nonempty) { for (i in files) print i; }; }'`; \
460         mkid -fID $$unique
461 tags: TAGS
462
463 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464                 $(TAGS_FILES) $(LISP)
465         set x; \
466         here=`pwd`; \
467         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468           include_option=--etags-include; \
469           empty_fix=.; \
470         else \
471           include_option=--include; \
472           empty_fix=; \
473         fi; \
474         list='$(SUBDIRS)'; for subdir in $$list; do \
475           if test "$$subdir" = .; then :; else \
476             test ! -f $$subdir/TAGS || \
477               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
478           fi; \
479         done; \
480         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481         unique=`for i in $$list; do \
482             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483           done | \
484           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485               END { if (nonempty) { for (i in files) print i; }; }'`; \
486         shift; \
487         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
488           test -n "$$unique" || unique=$$empty_fix; \
489           if test $$# -gt 0; then \
490             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491               "$$@" $$unique; \
492           else \
493             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494               $$unique; \
495           fi; \
496         fi
497 ctags: CTAGS
498 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499                 $(TAGS_FILES) $(LISP)
500         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
501         unique=`for i in $$list; do \
502             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503           done | \
504           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505               END { if (nonempty) { for (i in files) print i; }; }'`; \
506         test -z "$(CTAGS_ARGS)$$unique" \
507           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
508              $$unique
509
510 GTAGS:
511         here=`$(am__cd) $(top_builddir) && pwd` \
512           && $(am__cd) $(top_srcdir) \
513           && gtags -i $(GTAGS_ARGS) "$$here"
514
515 distclean-tags:
516         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517
518 check-TESTS: $(TESTS)
519         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
520         srcdir=$(srcdir); export srcdir; \
521         list=' $(TESTS) '; \
522         $(am__tty_colors); \
523         if test -n "$$list"; then \
524           for tst in $$list; do \
525             if test -f ./$$tst; then dir=./; \
526             elif test -f $$tst; then dir=; \
527             else dir="$(srcdir)/"; fi; \
528             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
529               all=`expr $$all + 1`; \
530               case " $(XFAIL_TESTS) " in \
531               *[\ \     ]$$tst[\ \      ]*) \
532                 xpass=`expr $$xpass + 1`; \
533                 failed=`expr $$failed + 1`; \
534                 col=$$red; res=XPASS; \
535               ;; \
536               *) \
537                 col=$$grn; res=PASS; \
538               ;; \
539               esac; \
540             elif test $$? -ne 77; then \
541               all=`expr $$all + 1`; \
542               case " $(XFAIL_TESTS) " in \
543               *[\ \     ]$$tst[\ \      ]*) \
544                 xfail=`expr $$xfail + 1`; \
545                 col=$$lgn; res=XFAIL; \
546               ;; \
547               *) \
548                 failed=`expr $$failed + 1`; \
549                 col=$$red; res=FAIL; \
550               ;; \
551               esac; \
552             else \
553               skip=`expr $$skip + 1`; \
554               col=$$blu; res=SKIP; \
555             fi; \
556             echo "$${col}$$res$${std}: $$tst"; \
557           done; \
558           if test "$$all" -eq 1; then \
559             tests="test"; \
560             All=""; \
561           else \
562             tests="tests"; \
563             All="All "; \
564           fi; \
565           if test "$$failed" -eq 0; then \
566             if test "$$xfail" -eq 0; then \
567               banner="$$All$$all $$tests passed"; \
568             else \
569               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
570               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
571             fi; \
572           else \
573             if test "$$xpass" -eq 0; then \
574               banner="$$failed of $$all $$tests failed"; \
575             else \
576               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
577               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
578             fi; \
579           fi; \
580           dashes="$$banner"; \
581           skipped=""; \
582           if test "$$skip" -ne 0; then \
583             if test "$$skip" -eq 1; then \
584               skipped="($$skip test was not run)"; \
585             else \
586               skipped="($$skip tests were not run)"; \
587             fi; \
588             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
589               dashes="$$skipped"; \
590           fi; \
591           report=""; \
592           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
593             report="Please report to $(PACKAGE_BUGREPORT)"; \
594             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
595               dashes="$$report"; \
596           fi; \
597           dashes=`echo "$$dashes" | sed s/./=/g`; \
598           if test "$$failed" -eq 0; then \
599             col="$$grn"; \
600           else \
601             col="$$red"; \
602           fi; \
603           echo "$${col}$$dashes$${std}"; \
604           echo "$${col}$$banner$${std}"; \
605           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
606           test -z "$$report" || echo "$${col}$$report$${std}"; \
607           echo "$${col}$$dashes$${std}"; \
608           test "$$failed" -eq 0; \
609         else :; fi
610
611 distdir: $(DISTFILES)
612         $(am__remove_distdir)
613         test -d "$(distdir)" || mkdir "$(distdir)"
614         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
615         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616         list='$(DISTFILES)'; \
617           dist_files=`for file in $$list; do echo $$file; done | \
618           sed -e "s|^$$srcdirstrip/||;t" \
619               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
620         case $$dist_files in \
621           */*) $(MKDIR_P) `echo "$$dist_files" | \
622                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
623                            sort -u` ;; \
624         esac; \
625         for file in $$dist_files; do \
626           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
627           if test -d $$d/$$file; then \
628             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
629             if test -d "$(distdir)/$$file"; then \
630               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631             fi; \
632             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
633               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
634               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
635             fi; \
636             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
637           else \
638             test -f "$(distdir)/$$file" \
639             || cp -p $$d/$$file "$(distdir)/$$file" \
640             || exit 1; \
641           fi; \
642         done
643         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
644           if test "$$subdir" = .; then :; else \
645             test -d "$(distdir)/$$subdir" \
646             || $(MKDIR_P) "$(distdir)/$$subdir" \
647             || exit 1; \
648           fi; \
649         done
650         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
651           if test "$$subdir" = .; then :; else \
652             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
653             $(am__relativize); \
654             new_distdir=$$reldir; \
655             dir1=$$subdir; dir2="$(top_distdir)"; \
656             $(am__relativize); \
657             new_top_distdir=$$reldir; \
658             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
659             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
660             ($(am__cd) $$subdir && \
661               $(MAKE) $(AM_MAKEFLAGS) \
662                 top_distdir="$$new_top_distdir" \
663                 distdir="$$new_distdir" \
664                 am__remove_distdir=: \
665                 am__skip_length_check=: \
666                 am__skip_mode_fix=: \
667                 distdir) \
668               || exit 1; \
669           fi; \
670         done
671         -test -n "$(am__skip_mode_fix)" \
672         || find "$(distdir)" -type d ! -perm -755 \
673                 -exec chmod u+rwx,go+rx {} \; -o \
674           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
675           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
676           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
677         || chmod -R a+r "$(distdir)"
678 dist-gzip: distdir
679         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
680         $(am__remove_distdir)
681
682 dist-bzip2: distdir
683         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
684         $(am__remove_distdir)
685
686 dist-lzip: distdir
687         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
688         $(am__remove_distdir)
689
690 dist-lzma: distdir
691         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
692         $(am__remove_distdir)
693
694 dist-xz: distdir
695         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
696         $(am__remove_distdir)
697
698 dist-tarZ: distdir
699         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
700         $(am__remove_distdir)
701
702 dist-shar: distdir
703         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
704         $(am__remove_distdir)
705
706 dist-zip: distdir
707         -rm -f $(distdir).zip
708         zip -rq $(distdir).zip $(distdir)
709         $(am__remove_distdir)
710
711 dist dist-all: distdir
712         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
713         $(am__remove_distdir)
714
715 # This target untars the dist file and tries a VPATH configuration.  Then
716 # it guarantees that the distribution is self-contained by making another
717 # tarfile.
718 distcheck: dist
719         case '$(DIST_ARCHIVES)' in \
720         *.tar.gz*) \
721           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
722         *.tar.bz2*) \
723           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
724         *.tar.lzma*) \
725           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
726         *.tar.lz*) \
727           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
728         *.tar.xz*) \
729           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
730         *.tar.Z*) \
731           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
732         *.shar.gz*) \
733           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
734         *.zip*) \
735           unzip $(distdir).zip ;;\
736         esac
737         chmod -R a-w $(distdir); chmod a+w $(distdir)
738         mkdir $(distdir)/_build
739         mkdir $(distdir)/_inst
740         chmod a-w $(distdir)
741         test -d $(distdir)/_build || exit 0; \
742         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
743           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
744           && am__cwd=`pwd` \
745           && $(am__cd) $(distdir)/_build \
746           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
747             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
748             $(DISTCHECK_CONFIGURE_FLAGS) \
749           && $(MAKE) $(AM_MAKEFLAGS) \
750           && $(MAKE) $(AM_MAKEFLAGS) dvi \
751           && $(MAKE) $(AM_MAKEFLAGS) check \
752           && $(MAKE) $(AM_MAKEFLAGS) install \
753           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
754           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
755           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
756                 distuninstallcheck \
757           && chmod -R a-w "$$dc_install_base" \
758           && ({ \
759                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
760                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
761                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
762                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
763                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
764               } || { rm -rf "$$dc_destdir"; exit 1; }) \
765           && rm -rf "$$dc_destdir" \
766           && $(MAKE) $(AM_MAKEFLAGS) dist \
767           && rm -rf $(DIST_ARCHIVES) \
768           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
769           && cd "$$am__cwd" \
770           || exit 1
771         $(am__remove_distdir)
772         @(echo "$(distdir) archives ready for distribution: "; \
773           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
774           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
775 distuninstallcheck:
776         @test -n '$(distuninstallcheck_dir)' || { \
777           echo 'ERROR: trying to run $@ with an empty' \
778                '$$(distuninstallcheck_dir)' >&2; \
779           exit 1; \
780         }; \
781         $(am__cd) '$(distuninstallcheck_dir)' || { \
782           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
783           exit 1; \
784         }; \
785         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
786            || { echo "ERROR: files left after uninstall:" ; \
787                 if test -n "$(DESTDIR)"; then \
788                   echo "  (check DESTDIR support)"; \
789                 fi ; \
790                 $(distuninstallcheck_listfiles) ; \
791                 exit 1; } >&2
792 distcleancheck: distclean
793         @if test '$(srcdir)' = . ; then \
794           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
795           exit 1 ; \
796         fi
797         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
798           || { echo "ERROR: files left in build directory after distclean:" ; \
799                $(distcleancheck_listfiles) ; \
800                exit 1; } >&2
801 check-am: all-am
802         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
803 check: check-recursive
804 all-am: Makefile $(DATA)
805 installdirs: installdirs-recursive
806 installdirs-am:
807         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
808           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
809         done
810 install: install-recursive
811 install-exec: install-exec-recursive
812 install-data: install-data-recursive
813 uninstall: uninstall-recursive
814
815 install-am: all-am
816         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
817
818 installcheck: installcheck-recursive
819 install-strip:
820         if test -z '$(STRIP)'; then \
821           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
822             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
823               install; \
824         else \
825           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
828         fi
829 mostlyclean-generic:
830
831 clean-generic:
832         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
833
834 distclean-generic:
835         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
836         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
837
838 maintainer-clean-generic:
839         @echo "This command is intended for maintainers to use"
840         @echo "it deletes files that may require special tools to rebuild."
841         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
842 clean: clean-recursive
843
844 clean-am: clean-generic clean-libtool mostlyclean-am
845
846 distclean: distclean-recursive
847         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
848         -rm -f Makefile
849 distclean-am: clean-am distclean-generic distclean-libtool \
850         distclean-tags
851
852 dvi: dvi-recursive
853
854 dvi-am:
855
856 html: html-recursive
857
858 html-am:
859
860 info: info-recursive
861
862 info-am:
863
864 install-data-am: install-pkgconfigDATA
865
866 install-dvi: install-dvi-recursive
867
868 install-dvi-am:
869
870 install-exec-am:
871
872 install-html: install-html-recursive
873
874 install-html-am:
875
876 install-info: install-info-recursive
877
878 install-info-am:
879
880 install-man:
881
882 install-pdf: install-pdf-recursive
883
884 install-pdf-am:
885
886 install-ps: install-ps-recursive
887
888 install-ps-am:
889
890 installcheck-am:
891
892 maintainer-clean: maintainer-clean-recursive
893         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
894         -rm -rf $(top_srcdir)/autom4te.cache
895         -rm -f Makefile
896 maintainer-clean-am: distclean-am maintainer-clean-generic
897
898 mostlyclean: mostlyclean-recursive
899
900 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
901
902 pdf: pdf-recursive
903
904 pdf-am:
905
906 ps: ps-recursive
907
908 ps-am:
909
910 uninstall-am: uninstall-pkgconfigDATA
911
912 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
913         ctags-recursive install-am install-strip tags-recursive
914
915 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
916         all all-am am--refresh check check-TESTS check-am clean \
917         clean-generic clean-libtool ctags ctags-recursive dist \
918         dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
919         dist-tarZ dist-xz dist-zip distcheck distclean \
920         distclean-generic distclean-libtool distclean-tags \
921         distcleancheck distdir distuninstallcheck dvi dvi-am html \
922         html-am info info-am install install-am install-data \
923         install-data-am install-dvi install-dvi-am install-exec \
924         install-exec-am install-html install-html-am install-info \
925         install-info-am install-man install-pdf install-pdf-am \
926         install-pkgconfigDATA install-ps install-ps-am install-strip \
927         installcheck installcheck-am installdirs installdirs-am \
928         maintainer-clean maintainer-clean-generic mostlyclean \
929         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
930         tags tags-recursive uninstall uninstall-am \
931         uninstall-pkgconfigDATA
932
933
934 dox: stamp-doxygen
935
936 stamp-doxygen: src/oauth.h doc/mainpage.dox Doxyfile
937         $(DOXYGEN) Doxyfile && touch stamp-doxygen
938         cp doc/man/man3/oauth.h.3 doc/oauth.3
939         sed 's/ -\([qsdU]\)/ \\-\1/g' doc/man/man3/oauth.h.3 \
940         | sed 's/ -1 / \\-1 /' \
941         | sed 's/--/\\-\\-/' \
942         > doc/oauth.3
943
944 # Tell versions [3.59,3.63) of GNU make to not export all variables.
945 # Otherwise a system limit (for SysV at least) may be exceeded.
946 .NOEXPORT: