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