Git init
[external/xmlsec1.git] / include / Makefile.in
1 # Makefile.in generated by automake 1.11 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  Free Software Foundation,
6 # 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = include
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.in
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41         $(ACLOCAL_M4)
42 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43 CONFIG_HEADER = $(top_builddir)/config.h
44 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
46 SOURCES =
47 DIST_SOURCES =
48 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49         html-recursive info-recursive install-data-recursive \
50         install-dvi-recursive install-exec-recursive \
51         install-html-recursive install-info-recursive \
52         install-pdf-recursive install-ps-recursive install-recursive \
53         installcheck-recursive installdirs-recursive pdf-recursive \
54         ps-recursive uninstall-recursive
55 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56   distclean-recursive maintainer-clean-recursive
57 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
58         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
59         distdir
60 ETAGS = etags
61 CTAGS = ctags
62 DIST_SUBDIRS = $(SUBDIRS)
63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64 am__relativize = \
65   dir0=`pwd`; \
66   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
67   sed_rest='s,^[^/]*/*,,'; \
68   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
69   sed_butlast='s,/*[^/]*$$,,'; \
70   while test -n "$$dir1"; do \
71     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
72     if test "$$first" != "."; then \
73       if test "$$first" = ".."; then \
74         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
75         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
76       else \
77         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
78         if test "$$first2" = "$$first"; then \
79           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
80         else \
81           dir2="../$$dir2"; \
82         fi; \
83         dir0="$$dir0"/"$$first"; \
84       fi; \
85     fi; \
86     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
87   done; \
88   reldir="$$dir2"
89 ACLOCAL = @ACLOCAL@
90 AMTAR = @AMTAR@
91 AR = @AR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 CC = @CC@
97 CCDEPMODE = @CCDEPMODE@
98 CFLAGS = @CFLAGS@
99 CP = @CP@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DEFS = @DEFS@
104 DEPDIR = @DEPDIR@
105 DSYMUTIL = @DSYMUTIL@
106 DUMPBIN = @DUMPBIN@
107 ECHO_C = @ECHO_C@
108 ECHO_N = @ECHO_N@
109 ECHO_T = @ECHO_T@
110 EGREP = @EGREP@
111 EXEEXT = @EXEEXT@
112 FGREP = @FGREP@
113 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
114 GNUTLS_CRYPTO_LIB = @GNUTLS_CRYPTO_LIB@
115 GNUTLS_LIBS = @GNUTLS_LIBS@
116 GNUTLS_MIN_VERSION = @GNUTLS_MIN_VERSION@
117 GREP = @GREP@
118 HELP2MAN = @HELP2MAN@
119 INSTALL = @INSTALL@
120 INSTALL_DATA = @INSTALL_DATA@
121 INSTALL_PROGRAM = @INSTALL_PROGRAM@
122 INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124 LD = @LD@
125 LDFLAGS = @LDFLAGS@
126 LIBOBJS = @LIBOBJS@
127 LIBS = @LIBS@
128 LIBTOOL = @LIBTOOL@
129 LIBXML_CFLAGS = @LIBXML_CFLAGS@
130 LIBXML_CONFIG = @LIBXML_CONFIG@
131 LIBXML_LIBS = @LIBXML_LIBS@
132 LIBXML_MIN_VERSION = @LIBXML_MIN_VERSION@
133 LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@
134 LIBXSLT_CONFIG = @LIBXSLT_CONFIG@
135 LIBXSLT_LIBS = @LIBXSLT_LIBS@
136 LIBXSLT_MIN_VERSION = @LIBXSLT_MIN_VERSION@
137 LIPO = @LIPO@
138 LN_S = @LN_S@
139 LTLIBOBJS = @LTLIBOBJS@
140 MAINT = @MAINT@
141 MAKEINFO = @MAKEINFO@
142 MAN2HTML = @MAN2HTML@
143 MKDIR_P = @MKDIR_P@
144 MOZILLA_MIN_VERSION = @MOZILLA_MIN_VERSION@
145 MSCRYPTO_CFLAGS = @MSCRYPTO_CFLAGS@
146 MSCRYPTO_CRYPTO_LIB = @MSCRYPTO_CRYPTO_LIB@
147 MSCRYPTO_LIBS = @MSCRYPTO_LIBS@
148 MV = @MV@
149 NM = @NM@
150 NMEDIT = @NMEDIT@
151 NSPR_MIN_VERSION = @NSPR_MIN_VERSION@
152 NSPR_PACKAGE = @NSPR_PACKAGE@
153 NSS_CFLAGS = @NSS_CFLAGS@
154 NSS_CRYPTO_LIB = @NSS_CRYPTO_LIB@
155 NSS_LIBS = @NSS_LIBS@
156 NSS_MIN_VERSION = @NSS_MIN_VERSION@
157 NSS_PACKAGE = @NSS_PACKAGE@
158 OBJDUMP = @OBJDUMP@
159 OBJEXT = @OBJEXT@
160 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
161 OPENSSL_CRYPTO_LIB = @OPENSSL_CRYPTO_LIB@
162 OPENSSL_LIBS = @OPENSSL_LIBS@
163 OPENSSL_MIN_VERSION = @OPENSSL_MIN_VERSION@
164 OTOOL = @OTOOL@
165 OTOOL64 = @OTOOL64@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_URL = @PACKAGE_URL@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 PKG_CONFIG = @PKG_CONFIG@
175 PKG_CONFIG_ENABLED = @PKG_CONFIG_ENABLED@
176 RANLIB = @RANLIB@
177 RM = @RM@
178 SED = @SED@
179 SET_MAKE = @SET_MAKE@
180 SHELL = @SHELL@
181 STRIP = @STRIP@
182 TAR = @TAR@
183 U = @U@
184 VERSION = @VERSION@
185 XMLSEC_APP_DEFINES = @XMLSEC_APP_DEFINES@
186 XMLSEC_CFLAGS = @XMLSEC_CFLAGS@
187 XMLSEC_CORE_CFLAGS = @XMLSEC_CORE_CFLAGS@
188 XMLSEC_CORE_LIBS = @XMLSEC_CORE_LIBS@
189 XMLSEC_CRYPTO = @XMLSEC_CRYPTO@
190 XMLSEC_CRYPTO_CFLAGS = @XMLSEC_CRYPTO_CFLAGS@
191 XMLSEC_CRYPTO_DISABLED_LIST = @XMLSEC_CRYPTO_DISABLED_LIST@
192 XMLSEC_CRYPTO_EXTRA_LDFLAGS = @XMLSEC_CRYPTO_EXTRA_LDFLAGS@
193 XMLSEC_CRYPTO_LIB = @XMLSEC_CRYPTO_LIB@
194 XMLSEC_CRYPTO_LIBS = @XMLSEC_CRYPTO_LIBS@
195 XMLSEC_CRYPTO_LIST = @XMLSEC_CRYPTO_LIST@
196 XMLSEC_CRYPTO_PC_FILES_LIST = @XMLSEC_CRYPTO_PC_FILES_LIST@
197 XMLSEC_DEFINES = @XMLSEC_DEFINES@
198 XMLSEC_DL_INCLUDES = @XMLSEC_DL_INCLUDES@
199 XMLSEC_DL_LIBS = @XMLSEC_DL_LIBS@
200 XMLSEC_DOCDIR = @XMLSEC_DOCDIR@
201 XMLSEC_EXTRA_LDFLAGS = @XMLSEC_EXTRA_LDFLAGS@
202 XMLSEC_GNUTLS_CFLAGS = @XMLSEC_GNUTLS_CFLAGS@
203 XMLSEC_GNUTLS_LIBS = @XMLSEC_GNUTLS_LIBS@
204 XMLSEC_LIBDIR = @XMLSEC_LIBDIR@
205 XMLSEC_LIBS = @XMLSEC_LIBS@
206 XMLSEC_NO_AES = @XMLSEC_NO_AES@
207 XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING = @XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING@
208 XMLSEC_NO_CRYPTO_DYNAMIC_LOADING = @XMLSEC_NO_CRYPTO_DYNAMIC_LOADING@
209 XMLSEC_NO_DES = @XMLSEC_NO_DES@
210 XMLSEC_NO_DSA = @XMLSEC_NO_DSA@
211 XMLSEC_NO_GNUTLS = @XMLSEC_NO_GNUTLS@
212 XMLSEC_NO_GOST = @XMLSEC_NO_GOST@
213 XMLSEC_NO_HMAC = @XMLSEC_NO_HMAC@
214 XMLSEC_NO_LIBXSLT = @XMLSEC_NO_LIBXSLT@
215 XMLSEC_NO_MD5 = @XMLSEC_NO_MD5@
216 XMLSEC_NO_MSCRYPTO = @XMLSEC_NO_MSCRYPTO@
217 XMLSEC_NO_NSS = @XMLSEC_NO_NSS@
218 XMLSEC_NO_OPENSSL = @XMLSEC_NO_OPENSSL@
219 XMLSEC_NO_RIPEMD160 = @XMLSEC_NO_RIPEMD160@
220 XMLSEC_NO_RSA = @XMLSEC_NO_RSA@
221 XMLSEC_NO_SHA1 = @XMLSEC_NO_SHA1@
222 XMLSEC_NO_SHA224 = @XMLSEC_NO_SHA224@
223 XMLSEC_NO_SHA256 = @XMLSEC_NO_SHA256@
224 XMLSEC_NO_SHA384 = @XMLSEC_NO_SHA384@
225 XMLSEC_NO_SHA512 = @XMLSEC_NO_SHA512@
226 XMLSEC_NO_X509 = @XMLSEC_NO_X509@
227 XMLSEC_NO_XKMS = @XMLSEC_NO_XKMS@
228 XMLSEC_NO_XMLDSIG = @XMLSEC_NO_XMLDSIG@
229 XMLSEC_NO_XMLENC = @XMLSEC_NO_XMLENC@
230 XMLSEC_NSS_CFLAGS = @XMLSEC_NSS_CFLAGS@
231 XMLSEC_NSS_LIBS = @XMLSEC_NSS_LIBS@
232 XMLSEC_OPENSSL_CFLAGS = @XMLSEC_OPENSSL_CFLAGS@
233 XMLSEC_OPENSSL_LIBS = @XMLSEC_OPENSSL_LIBS@
234 XMLSEC_PACKAGE = @XMLSEC_PACKAGE@
235 XMLSEC_STATIC_BINARIES = @XMLSEC_STATIC_BINARIES@
236 XMLSEC_VERSION = @XMLSEC_VERSION@
237 XMLSEC_VERSION_INFO = @XMLSEC_VERSION_INFO@
238 XMLSEC_VERSION_MAJOR = @XMLSEC_VERSION_MAJOR@
239 XMLSEC_VERSION_MINOR = @XMLSEC_VERSION_MINOR@
240 XMLSEC_VERSION_SAFE = @XMLSEC_VERSION_SAFE@
241 XMLSEC_VERSION_SUBMINOR = @XMLSEC_VERSION_SUBMINOR@
242 abs_builddir = @abs_builddir@
243 abs_srcdir = @abs_srcdir@
244 abs_top_builddir = @abs_top_builddir@
245 abs_top_srcdir = @abs_top_srcdir@
246 ac_ct_CC = @ac_ct_CC@
247 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248 am__include = @am__include@
249 am__leading_dot = @am__leading_dot@
250 am__quote = @am__quote@
251 am__tar = @am__tar@
252 am__untar = @am__untar@
253 bindir = @bindir@
254 build = @build@
255 build_alias = @build_alias@
256 build_cpu = @build_cpu@
257 build_os = @build_os@
258 build_vendor = @build_vendor@
259 builddir = @builddir@
260 datadir = @datadir@
261 datarootdir = @datarootdir@
262 docdir = @docdir@
263 dvidir = @dvidir@
264 exec_prefix = @exec_prefix@
265 host = @host@
266 host_alias = @host_alias@
267 host_cpu = @host_cpu@
268 host_os = @host_os@
269 host_vendor = @host_vendor@
270 htmldir = @htmldir@
271 includedir = @includedir@
272 infodir = @infodir@
273 install_sh = @install_sh@
274 libdir = @libdir@
275 libexecdir = @libexecdir@
276 localedir = @localedir@
277 localstatedir = @localstatedir@
278 lt_ECHO = @lt_ECHO@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 sbindir = @sbindir@
287 sharedstatedir = @sharedstatedir@
288 srcdir = @srcdir@
289 sysconfdir = @sysconfdir@
290 target_alias = @target_alias@
291 top_build_prefix = @top_build_prefix@
292 top_builddir = @top_builddir@
293 top_srcdir = @top_srcdir@
294 SUBDIRS = xmlsec
295 all: all-recursive
296
297 .SUFFIXES:
298 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
299         @for dep in $?; do \
300           case '$(am__configure_deps)' in \
301             *$$dep*) \
302               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303                 && { if test -f $@; then exit 0; else break; fi; }; \
304               exit 1;; \
305           esac; \
306         done; \
307         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
308         $(am__cd) $(top_srcdir) && \
309           $(AUTOMAKE) --gnu include/Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312         @case '$?' in \
313           *config.status*) \
314             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315           *) \
316             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318         esac;
319
320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(am__aclocal_m4_deps):
328
329 mostlyclean-libtool:
330         -rm -f *.lo
331
332 clean-libtool:
333         -rm -rf .libs _libs
334
335 # This directory's subdirectories are mostly independent; you can cd
336 # into them and run `make' without going through this Makefile.
337 # To change the values of `make' variables: instead of editing Makefiles,
338 # (1) if the variable is set in `config.status', edit `config.status'
339 #     (which will cause the Makefiles to be regenerated when you run `make');
340 # (2) otherwise, pass the desired values on the `make' command line.
341 $(RECURSIVE_TARGETS):
342         @failcom='exit 1'; \
343         for f in x $$MAKEFLAGS; do \
344           case $$f in \
345             *=* | --[!k]*);; \
346             *k*) failcom='fail=yes';; \
347           esac; \
348         done; \
349         dot_seen=no; \
350         target=`echo $@ | sed s/-recursive//`; \
351         list='$(SUBDIRS)'; for subdir in $$list; do \
352           echo "Making $$target in $$subdir"; \
353           if test "$$subdir" = "."; then \
354             dot_seen=yes; \
355             local_target="$$target-am"; \
356           else \
357             local_target="$$target"; \
358           fi; \
359           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360           || eval $$failcom; \
361         done; \
362         if test "$$dot_seen" = "no"; then \
363           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364         fi; test -z "$$fail"
365
366 $(RECURSIVE_CLEAN_TARGETS):
367         @failcom='exit 1'; \
368         for f in x $$MAKEFLAGS; do \
369           case $$f in \
370             *=* | --[!k]*);; \
371             *k*) failcom='fail=yes';; \
372           esac; \
373         done; \
374         dot_seen=no; \
375         case "$@" in \
376           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377           *) list='$(SUBDIRS)' ;; \
378         esac; \
379         rev=''; for subdir in $$list; do \
380           if test "$$subdir" = "."; then :; else \
381             rev="$$subdir $$rev"; \
382           fi; \
383         done; \
384         rev="$$rev ."; \
385         target=`echo $@ | sed s/-recursive//`; \
386         for subdir in $$rev; do \
387           echo "Making $$target in $$subdir"; \
388           if test "$$subdir" = "."; then \
389             local_target="$$target-am"; \
390           else \
391             local_target="$$target"; \
392           fi; \
393           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394           || eval $$failcom; \
395         done && test -z "$$fail"
396 tags-recursive:
397         list='$(SUBDIRS)'; for subdir in $$list; do \
398           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399         done
400 ctags-recursive:
401         list='$(SUBDIRS)'; for subdir in $$list; do \
402           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
403         done
404
405 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411               END { if (nonempty) { for (i in files) print i; }; }'`; \
412         mkid -fID $$unique
413 tags: TAGS
414
415 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416                 $(TAGS_FILES) $(LISP)
417         set x; \
418         here=`pwd`; \
419         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420           include_option=--etags-include; \
421           empty_fix=.; \
422         else \
423           include_option=--include; \
424           empty_fix=; \
425         fi; \
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           if test "$$subdir" = .; then :; else \
428             test ! -f $$subdir/TAGS || \
429               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
430           fi; \
431         done; \
432         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437               END { if (nonempty) { for (i in files) print i; }; }'`; \
438         shift; \
439         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440           test -n "$$unique" || unique=$$empty_fix; \
441           if test $$# -gt 0; then \
442             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443               "$$@" $$unique; \
444           else \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               $$unique; \
447           fi; \
448         fi
449 ctags: CTAGS
450 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
451                 $(TAGS_FILES) $(LISP)
452         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453         unique=`for i in $$list; do \
454             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455           done | \
456           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457               END { if (nonempty) { for (i in files) print i; }; }'`; \
458         test -z "$(CTAGS_ARGS)$$unique" \
459           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460              $$unique
461
462 GTAGS:
463         here=`$(am__cd) $(top_builddir) && pwd` \
464           && $(am__cd) $(top_srcdir) \
465           && gtags -i $(GTAGS_ARGS) "$$here"
466
467 distclean-tags:
468         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
470 distdir: $(DISTFILES)
471         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473         list='$(DISTFILES)'; \
474           dist_files=`for file in $$list; do echo $$file; done | \
475           sed -e "s|^$$srcdirstrip/||;t" \
476               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477         case $$dist_files in \
478           */*) $(MKDIR_P) `echo "$$dist_files" | \
479                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480                            sort -u` ;; \
481         esac; \
482         for file in $$dist_files; do \
483           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484           if test -d $$d/$$file; then \
485             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486             if test -d "$(distdir)/$$file"; then \
487               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488             fi; \
489             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
491               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492             fi; \
493             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
494           else \
495             test -f "$(distdir)/$$file" \
496             || cp -p $$d/$$file "$(distdir)/$$file" \
497             || exit 1; \
498           fi; \
499         done
500         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
501           if test "$$subdir" = .; then :; else \
502             test -d "$(distdir)/$$subdir" \
503             || $(MKDIR_P) "$(distdir)/$$subdir" \
504             || exit 1; \
505           fi; \
506         done
507         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508           if test "$$subdir" = .; then :; else \
509             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
510             $(am__relativize); \
511             new_distdir=$$reldir; \
512             dir1=$$subdir; dir2="$(top_distdir)"; \
513             $(am__relativize); \
514             new_top_distdir=$$reldir; \
515             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
516             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
517             ($(am__cd) $$subdir && \
518               $(MAKE) $(AM_MAKEFLAGS) \
519                 top_distdir="$$new_top_distdir" \
520                 distdir="$$new_distdir" \
521                 am__remove_distdir=: \
522                 am__skip_length_check=: \
523                 am__skip_mode_fix=: \
524                 distdir) \
525               || exit 1; \
526           fi; \
527         done
528 check-am: all-am
529 check: check-recursive
530 all-am: Makefile
531 installdirs: installdirs-recursive
532 installdirs-am:
533 install: install-recursive
534 install-exec: install-exec-recursive
535 install-data: install-data-recursive
536 uninstall: uninstall-recursive
537
538 install-am: all-am
539         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540
541 installcheck: installcheck-recursive
542 install-strip:
543         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545           `test -z '$(STRIP)' || \
546             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
547 mostlyclean-generic:
548
549 clean-generic:
550
551 distclean-generic:
552         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
553         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
554
555 maintainer-clean-generic:
556         @echo "This command is intended for maintainers to use"
557         @echo "it deletes files that may require special tools to rebuild."
558 clean: clean-recursive
559
560 clean-am: clean-generic clean-libtool mostlyclean-am
561
562 distclean: distclean-recursive
563         -rm -f Makefile
564 distclean-am: clean-am distclean-generic distclean-tags
565
566 dvi: dvi-recursive
567
568 dvi-am:
569
570 html: html-recursive
571
572 html-am:
573
574 info: info-recursive
575
576 info-am:
577
578 install-data-am:
579
580 install-dvi: install-dvi-recursive
581
582 install-dvi-am:
583
584 install-exec-am:
585
586 install-html: install-html-recursive
587
588 install-html-am:
589
590 install-info: install-info-recursive
591
592 install-info-am:
593
594 install-man:
595
596 install-pdf: install-pdf-recursive
597
598 install-pdf-am:
599
600 install-ps: install-ps-recursive
601
602 install-ps-am:
603
604 installcheck-am:
605
606 maintainer-clean: maintainer-clean-recursive
607         -rm -f Makefile
608 maintainer-clean-am: distclean-am maintainer-clean-generic
609
610 mostlyclean: mostlyclean-recursive
611
612 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
613
614 pdf: pdf-recursive
615
616 pdf-am:
617
618 ps: ps-recursive
619
620 ps-am:
621
622 uninstall-am:
623
624 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
625         install-am install-strip tags-recursive
626
627 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
628         all all-am check check-am clean clean-generic clean-libtool \
629         ctags ctags-recursive distclean distclean-generic \
630         distclean-libtool distclean-tags distdir dvi dvi-am html \
631         html-am info info-am install install-am install-data \
632         install-data-am install-dvi install-dvi-am install-exec \
633         install-exec-am install-html install-html-am install-info \
634         install-info-am install-man install-pdf install-pdf-am \
635         install-ps install-ps-am install-strip installcheck \
636         installcheck-am installdirs installdirs-am maintainer-clean \
637         maintainer-clean-generic mostlyclean mostlyclean-generic \
638         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
639         uninstall uninstall-am
640
641
642 # Tell versions [3.59,3.63) of GNU make to not export all variables.
643 # Otherwise a system limit (for SysV at least) may be exceeded.
644 .NOEXPORT: