NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / doc / Makefile
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # doc/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15
16
17
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/asn1c
74 pkgincludedir = $(includedir)/asn1c
75 pkglibdir = $(libdir)/asn1c
76 pkglibexecdir = $(libexecdir)/asn1c
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = x86_64-pc-linux-gnu
90 host_triplet = x86_64-pc-linux-gnu
91 subdir = doc
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps =  \
94         $(top_srcdir)/m4/ax_check_compile_and_link_flag.m4 \
95         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96         $(top_srcdir)/m4/ax_code_coverage.m4 \
97         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 AM_V_P = $(am__v_P_$(V))
108 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
109 am__v_P_0 = false
110 am__v_P_1 = :
111 AM_V_GEN = $(am__v_GEN_$(V))
112 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113 am__v_GEN_0 = @echo "  GEN     " $@;
114 am__v_GEN_1 = 
115 AM_V_at = $(am__v_at_$(V))
116 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
117 am__v_at_0 = @
118 am__v_at_1 = 
119 SOURCES =
120 DIST_SOURCES =
121 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122         ctags-recursive dvi-recursive html-recursive info-recursive \
123         install-data-recursive install-dvi-recursive \
124         install-exec-recursive install-html-recursive \
125         install-info-recursive install-pdf-recursive \
126         install-ps-recursive install-recursive installcheck-recursive \
127         installdirs-recursive pdf-recursive ps-recursive \
128         tags-recursive uninstall-recursive
129 am__can_run_installinfo = \
130   case $$AM_UPDATE_INFO_DIR in \
131     n|no|NO) false;; \
132     *) (install-info --version) >/dev/null 2>&1;; \
133   esac
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137     *) f=$$p;; \
138   esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146   for p in $$list; do echo "$$p $$p"; done | \
147   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149     if (++n[$$2] == $(am__install_max)) \
150       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151     END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156   test -z "$$files" \
157     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159          $(am__cd) "$$dir" && rm -f $$files; }; \
160   }
161 am__installdirs = "$(DESTDIR)$(docsdir)"
162 DATA = $(docs_DATA)
163 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164   distclean-recursive maintainer-clean-recursive
165 am__recursive_targets = \
166   $(RECURSIVE_TARGETS) \
167   $(RECURSIVE_CLEAN_TARGETS) \
168   $(am__extra_recursive_targets)
169 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170         distdir
171 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172 # Read a list of newline-separated strings from the standard input,
173 # and print each of them once, without duplicates.  Input order is
174 # *not* preserved.
175 am__uniquify_input = $(AWK) '\
176   BEGIN { nonempty = 0; } \
177   { items[$$0] = 1; nonempty = 1; } \
178   END { if (nonempty) { for (i in items) print i; }; } \
179 '
180 # Make sure the list of sources is unique.  This is necessary because,
181 # e.g., the same source file might be shared among _SOURCES variables
182 # for different programs/libraries.
183 am__define_uniq_tagged_files = \
184   list='$(am__tagged_files)'; \
185   unique=`for i in $$list; do \
186     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187   done | $(am__uniquify_input)`
188 ETAGS = etags
189 CTAGS = ctags
190 DIST_SUBDIRS = $(SUBDIRS)
191 am__DIST_COMMON = $(srcdir)/Makefile.in
192 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193 am__relativize = \
194   dir0=`pwd`; \
195   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
196   sed_rest='s,^[^/]*/*,,'; \
197   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
198   sed_butlast='s,/*[^/]*$$,,'; \
199   while test -n "$$dir1"; do \
200     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
201     if test "$$first" != "."; then \
202       if test "$$first" = ".."; then \
203         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
204         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
205       else \
206         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
207         if test "$$first2" = "$$first"; then \
208           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
209         else \
210           dir2="../$$dir2"; \
211         fi; \
212         dir0="$$dir0"/"$$first"; \
213       fi; \
214     fi; \
215     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
216   done; \
217   reldir="$$dir2"
218 ACLOCAL = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing aclocal-1.15
219 ADD_CFLAGS = 
220 AMTAR = $${TAR-tar}
221 AM_DEFAULT_VERBOSITY = 0
222 AR = ar
223 ASAN_ENV_FLAGS =  ASAN_OPTIONS=detect_leaks=1
224 AUTOCONF = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoconf
225 AUTOHEADER = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoheader
226 AUTOMAKE = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing automake-1.15
227 AWK = gawk
228 CC = gcc
229 CCDEPMODE = depmode=gcc3
230 CFLAGS = -g -O2 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99
231 CFLAGS_M32 = 
232 CODE_COVERAGE_CFLAGS = 
233 CODE_COVERAGE_CPPFLAGS = 
234 CODE_COVERAGE_CXXFLAGS = 
235 CODE_COVERAGE_ENABLED = no
236 CODE_COVERAGE_LDFLAGS = 
237 CODE_COVERAGE_LIBS = 
238 CPP = gcc -E
239 CPPFLAGS = 
240 CXX = g++
241 CXXCPP = g++ -E
242 CXXDEPMODE = depmode=gcc3
243 CXXFLAGS = -std=c++11
244 CYGPATH_W = echo
245 DEFS = -DHAVE_CONFIG_H
246 DEPDIR = .deps
247 DLLTOOL = false
248 DSYMUTIL = 
249 DUMPBIN = 
250 ECHO_C = 
251 ECHO_N = -n
252 ECHO_T = 
253 EGREP = /bin/grep -E
254 EXEEXT = 
255 FGREP = /bin/grep -F
256 GCOV = 
257 GENHTML = 
258 GREP = /bin/grep
259 INSTALL = /usr/bin/install -c
260 INSTALL_DATA = ${INSTALL} -m 644
261 INSTALL_PROGRAM = ${INSTALL}
262 INSTALL_SCRIPT = ${INSTALL}
263 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
264 LCOV = 
265 LD = /usr/bin/ld -m elf_x86_64
266 LDFLAGS = 
267 LEX = flex
268 LEXLIB = -lfl
269 LEX_OUTPUT_ROOT = lex.yy
270 LIBFUZZER_CFLAGS = 
271 LIBOBJS = 
272 LIBS = 
273 LIBTOOL = $(SHELL) $(top_builddir)/libtool
274 LIPO = 
275 LN_S = ln -s
276 LTLIBOBJS = 
277 LT_SYS_LIBRARY_PATH = 
278 MAKEINFO = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing makeinfo
279 MANIFEST_TOOL = :
280 MKDIR_P = /bin/mkdir -p
281 NM = /usr/bin/nm -B
282 NMEDIT = 
283 OBJDUMP = objdump
284 OBJEXT = o
285 OTOOL = 
286 OTOOL64 = 
287 PACKAGE = asn1c
288 PACKAGE_BUGREPORT = vlm@lionet.info
289 PACKAGE_NAME = asn1c
290 PACKAGE_STRING = asn1c 0.9.29
291 PACKAGE_TARNAME = asn1c
292 PACKAGE_URL = 
293 PACKAGE_VERSION = 0.9.29
294 PANDOC = 
295 PATH_SEPARATOR = :
296 RANLIB = ranlib
297 SANITIZER_CFLAGS =  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
298 SED = /bin/sed
299 SET_MAKE = 
300 SHELL = /bin/bash
301 SKELETONS_CFLAGS =   -std=c89 -Wpedantic -Wno-long-long  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
302 STRIP = strip
303 TESTSUITE_CFLAGS =  -std=gnu99 -Wno-error=unused-variable  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
304 VERSION = 0.9.29
305 YACC = bison -y
306 YFLAGS = 
307 abs_builddir = /home/nokia/mouse07410/asn1c/doc
308 abs_srcdir = /home/nokia/mouse07410/asn1c/doc
309 abs_top_builddir = /home/nokia/mouse07410/asn1c
310 abs_top_srcdir = /home/nokia/mouse07410/asn1c
311 ac_ct_AR = ar
312 ac_ct_CC = gcc
313 ac_ct_CXX = g++
314 ac_ct_DUMPBIN = 
315 am__include = include
316 am__leading_dot = .
317 am__quote = 
318 am__tar = $${TAR-tar} chof - "$$tardir"
319 am__untar = $${TAR-tar} xf -
320 bindir = ${exec_prefix}/bin
321 build = x86_64-pc-linux-gnu
322 build_alias = 
323 build_cpu = x86_64
324 build_os = linux-gnu
325 build_vendor = pc
326 builddir = .
327 datadir = ${datarootdir}
328 datarootdir = ${prefix}/share
329 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
330 dvidir = ${docdir}
331 exec_prefix = ${prefix}
332 host = x86_64-pc-linux-gnu
333 host_alias = 
334 host_cpu = x86_64
335 host_os = linux-gnu
336 host_vendor = pc
337 htmldir = ${docdir}
338 includedir = ${prefix}/include
339 infodir = ${datarootdir}/info
340 install_sh = ${SHELL} /home/nokia/mouse07410/asn1c/config/install-sh
341 libdir = ${exec_prefix}/lib
342 libexecdir = ${exec_prefix}/libexec
343 localedir = ${datarootdir}/locale
344 localstatedir = ${prefix}/var
345 mandir = ${datarootdir}/man
346 mkdir_p = $(MKDIR_P)
347 oldincludedir = /usr/include
348 pdfdir = ${docdir}
349 prefix = /usr/local
350 program_transform_name = s,x,x,
351 psdir = ${docdir}
352 runstatedir = ${localstatedir}/run
353 sbindir = ${exec_prefix}/sbin
354 sharedstatedir = ${prefix}/com
355 srcdir = .
356 sysconfdir = ${prefix}/etc
357 target_alias = 
358 top_build_prefix = ../
359 top_builddir = ..
360 top_srcdir = ..
361 SUBDIRS = docsrc man
362 docsdir = $(datadir)/doc/asn1c
363 docs_DATA = $(srcdir)/asn1c-*.pdf
364 EXTRA_DIST = $(srcdir)/asn1c-*.pdf
365 all: all-recursive
366
367 .SUFFIXES:
368 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
369         @for dep in $?; do \
370           case '$(am__configure_deps)' in \
371             *$$dep*) \
372               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
373                 && { if test -f $@; then exit 0; else break; fi; }; \
374               exit 1;; \
375           esac; \
376         done; \
377         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
378         $(am__cd) $(top_srcdir) && \
379           $(AUTOMAKE) --foreign doc/Makefile
380 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381         @case '$?' in \
382           *config.status*) \
383             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
384           *) \
385             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
386             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
387         esac;
388
389 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
392 $(top_srcdir)/configure:  $(am__configure_deps)
393         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
395         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(am__aclocal_m4_deps):
397
398 mostlyclean-libtool:
399         -rm -f *.lo
400
401 clean-libtool:
402         -rm -rf .libs _libs
403 install-docsDATA: $(docs_DATA)
404         @$(NORMAL_INSTALL)
405         @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
406         if test -n "$$list"; then \
407           echo " $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \
408           $(MKDIR_P) "$(DESTDIR)$(docsdir)" || exit 1; \
409         fi; \
410         for p in $$list; do \
411           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
412           echo "$$d$$p"; \
413         done | $(am__base_list) | \
414         while read files; do \
415           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
416           $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
417         done
418
419 uninstall-docsDATA:
420         @$(NORMAL_UNINSTALL)
421         @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
422         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
423         dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
424
425 # This directory's subdirectories are mostly independent; you can cd
426 # into them and run 'make' without going through this Makefile.
427 # To change the values of 'make' variables: instead of editing Makefiles,
428 # (1) if the variable is set in 'config.status', edit 'config.status'
429 #     (which will cause the Makefiles to be regenerated when you run 'make');
430 # (2) otherwise, pass the desired values on the 'make' command line.
431 $(am__recursive_targets):
432         @fail=; \
433         if $(am__make_keepgoing); then \
434           failcom='fail=yes'; \
435         else \
436           failcom='exit 1'; \
437         fi; \
438         dot_seen=no; \
439         target=`echo $@ | sed s/-recursive//`; \
440         case "$@" in \
441           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
442           *) list='$(SUBDIRS)' ;; \
443         esac; \
444         for subdir in $$list; do \
445           echo "Making $$target in $$subdir"; \
446           if test "$$subdir" = "."; then \
447             dot_seen=yes; \
448             local_target="$$target-am"; \
449           else \
450             local_target="$$target"; \
451           fi; \
452           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453           || eval $$failcom; \
454         done; \
455         if test "$$dot_seen" = "no"; then \
456           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
457         fi; test -z "$$fail"
458
459 ID: $(am__tagged_files)
460         $(am__define_uniq_tagged_files); mkid -fID $$unique
461 tags: tags-recursive
462 TAGS: tags
463
464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
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         $(am__define_uniq_tagged_files); \
481         shift; \
482         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
483           test -n "$$unique" || unique=$$empty_fix; \
484           if test $$# -gt 0; then \
485             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486               "$$@" $$unique; \
487           else \
488             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489               $$unique; \
490           fi; \
491         fi
492 ctags: ctags-recursive
493
494 CTAGS: ctags
495 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496         $(am__define_uniq_tagged_files); \
497         test -z "$(CTAGS_ARGS)$$unique" \
498           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499              $$unique
500
501 GTAGS:
502         here=`$(am__cd) $(top_builddir) && pwd` \
503           && $(am__cd) $(top_srcdir) \
504           && gtags -i $(GTAGS_ARGS) "$$here"
505 cscopelist: cscopelist-recursive
506
507 cscopelist-am: $(am__tagged_files)
508         list='$(am__tagged_files)'; \
509         case "$(srcdir)" in \
510           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
511           *) sdir=$(subdir)/$(srcdir) ;; \
512         esac; \
513         for i in $$list; do \
514           if test -f "$$i"; then \
515             echo "$(subdir)/$$i"; \
516           else \
517             echo "$$sdir/$$i"; \
518           fi; \
519         done >> $(top_builddir)/cscope.files
520
521 distclean-tags:
522         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
523
524 distdir: $(DISTFILES)
525         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527         list='$(DISTFILES)'; \
528           dist_files=`for file in $$list; do echo $$file; done | \
529           sed -e "s|^$$srcdirstrip/||;t" \
530               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
531         case $$dist_files in \
532           */*) $(MKDIR_P) `echo "$$dist_files" | \
533                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
534                            sort -u` ;; \
535         esac; \
536         for file in $$dist_files; do \
537           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
538           if test -d $$d/$$file; then \
539             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
540             if test -d "$(distdir)/$$file"; then \
541               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542             fi; \
543             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
545               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546             fi; \
547             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
548           else \
549             test -f "$(distdir)/$$file" \
550             || cp -p $$d/$$file "$(distdir)/$$file" \
551             || exit 1; \
552           fi; \
553         done
554         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
555           if test "$$subdir" = .; then :; else \
556             $(am__make_dryrun) \
557               || test -d "$(distdir)/$$subdir" \
558               || $(MKDIR_P) "$(distdir)/$$subdir" \
559               || exit 1; \
560             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
561             $(am__relativize); \
562             new_distdir=$$reldir; \
563             dir1=$$subdir; dir2="$(top_distdir)"; \
564             $(am__relativize); \
565             new_top_distdir=$$reldir; \
566             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
567             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
568             ($(am__cd) $$subdir && \
569               $(MAKE) $(AM_MAKEFLAGS) \
570                 top_distdir="$$new_top_distdir" \
571                 distdir="$$new_distdir" \
572                 am__remove_distdir=: \
573                 am__skip_length_check=: \
574                 am__skip_mode_fix=: \
575                 distdir) \
576               || exit 1; \
577           fi; \
578         done
579 check-am: all-am
580 check: check-recursive
581 all-am: Makefile $(DATA)
582 installdirs: installdirs-recursive
583 installdirs-am:
584         for dir in "$(DESTDIR)$(docsdir)"; do \
585           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
586         done
587 install: install-recursive
588 install-exec: install-exec-recursive
589 install-data: install-data-recursive
590 uninstall: uninstall-recursive
591
592 install-am: all-am
593         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594
595 installcheck: installcheck-recursive
596 install-strip:
597         if test -z '$(STRIP)'; then \
598           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600               install; \
601         else \
602           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
605         fi
606 mostlyclean-generic:
607
608 clean-generic:
609
610 distclean-generic:
611         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
612         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
614 maintainer-clean-generic:
615         @echo "This command is intended for maintainers to use"
616         @echo "it deletes files that may require special tools to rebuild."
617 clean: clean-recursive
618
619 clean-am: clean-generic clean-libtool mostlyclean-am
620
621 distclean: distclean-recursive
622         -rm -f Makefile
623 distclean-am: clean-am distclean-generic distclean-tags
624
625 dvi: dvi-recursive
626
627 dvi-am:
628
629 html: html-recursive
630
631 html-am:
632
633 info: info-recursive
634
635 info-am:
636
637 install-data-am: install-docsDATA
638
639 install-dvi: install-dvi-recursive
640
641 install-dvi-am:
642
643 install-exec-am:
644
645 install-html: install-html-recursive
646
647 install-html-am:
648
649 install-info: install-info-recursive
650
651 install-info-am:
652
653 install-man:
654
655 install-pdf: install-pdf-recursive
656
657 install-pdf-am:
658
659 install-ps: install-ps-recursive
660
661 install-ps-am:
662
663 installcheck-am:
664
665 maintainer-clean: maintainer-clean-recursive
666         -rm -f Makefile
667 maintainer-clean-am: distclean-am maintainer-clean-generic
668
669 mostlyclean: mostlyclean-recursive
670
671 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
672
673 pdf: pdf-recursive
674
675 pdf-am:
676
677 ps: ps-recursive
678
679 ps-am:
680
681 uninstall-am: uninstall-docsDATA
682
683 .MAKE: $(am__recursive_targets) install-am install-strip
684
685 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
686         check-am clean clean-generic clean-libtool cscopelist-am ctags \
687         ctags-am distclean distclean-generic distclean-libtool \
688         distclean-tags distdir dvi dvi-am html html-am info info-am \
689         install install-am install-data install-data-am \
690         install-docsDATA install-dvi install-dvi-am install-exec \
691         install-exec-am install-html install-html-am install-info \
692         install-info-am install-man install-pdf install-pdf-am \
693         install-ps install-ps-am install-strip installcheck \
694         installcheck-am installdirs installdirs-am maintainer-clean \
695         maintainer-clean-generic mostlyclean mostlyclean-generic \
696         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
697         uninstall-am uninstall-docsDATA
698
699 .PRECIOUS: Makefile
700
701
702 # Tell versions [3.59,3.63) of GNU make to not export all variables.
703 # Otherwise a system limit (for SysV at least) may be exceeded.
704 .NOEXPORT: