NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / libasn1print / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
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 @SET_MAKE@
16
17 VPATH = @srcdir@
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)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
90 host_triplet = @host@
91 subdir = libasn1print
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 LTLIBRARIES = $(noinst_LTLIBRARIES)
108 libasn1print_la_DEPENDENCIES =  \
109         $(top_builddir)/libasn1common/libasn1common.la
110 am_libasn1print_la_OBJECTS = asn1print.lo
111 libasn1print_la_OBJECTS = $(am_libasn1print_la_OBJECTS)
112 AM_V_lt = $(am__v_lt_@AM_V@)
113 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114 am__v_lt_0 = --silent
115 am__v_lt_1 = 
116 AM_V_P = $(am__v_P_@AM_V@)
117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118 am__v_P_0 = false
119 am__v_P_1 = :
120 AM_V_GEN = $(am__v_GEN_@AM_V@)
121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122 am__v_GEN_0 = @echo "  GEN     " $@;
123 am__v_GEN_1 = 
124 AM_V_at = $(am__v_at_@AM_V@)
125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126 am__v_at_0 = @
127 am__v_at_1 = 
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
130 am__depfiles_maybe = depfiles
131 am__mv = mv -f
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
136         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
137         $(AM_CFLAGS) $(CFLAGS)
138 AM_V_CC = $(am__v_CC_@AM_V@)
139 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140 am__v_CC_0 = @echo "  CC      " $@;
141 am__v_CC_1 = 
142 CCLD = $(CC)
143 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145         $(AM_LDFLAGS) $(LDFLAGS) -o $@
146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148 am__v_CCLD_0 = @echo "  CCLD    " $@;
149 am__v_CCLD_1 = 
150 SOURCES = $(libasn1print_la_SOURCES)
151 DIST_SOURCES = $(libasn1print_la_SOURCES)
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
157 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158 # Read a list of newline-separated strings from the standard input,
159 # and print each of them once, without duplicates.  Input order is
160 # *not* preserved.
161 am__uniquify_input = $(AWK) '\
162   BEGIN { nonempty = 0; } \
163   { items[$$0] = 1; nonempty = 1; } \
164   END { if (nonempty) { for (i in items) print i; }; } \
165 '
166 # Make sure the list of sources is unique.  This is necessary because,
167 # e.g., the same source file might be shared among _SOURCES variables
168 # for different programs/libraries.
169 am__define_uniq_tagged_files = \
170   list='$(am__tagged_files)'; \
171   unique=`for i in $$list; do \
172     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173   done | $(am__uniquify_input)`
174 ETAGS = etags
175 CTAGS = ctags
176 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
177         README
178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179 ACLOCAL = @ACLOCAL@
180 ADD_CFLAGS = @ADD_CFLAGS@
181 AMTAR = @AMTAR@
182 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183 AR = @AR@
184 ASAN_ENV_FLAGS = @ASAN_ENV_FLAGS@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AWK = @AWK@
189 CC = @CC@
190 CCDEPMODE = @CCDEPMODE@
191 CFLAGS = @CFLAGS@
192 CFLAGS_M32 = @CFLAGS_M32@
193 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
194 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
195 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
196 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
197 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
198 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@
207 DEPDIR = @DEPDIR@
208 DLLTOOL = @DLLTOOL@
209 DSYMUTIL = @DSYMUTIL@
210 DUMPBIN = @DUMPBIN@
211 ECHO_C = @ECHO_C@
212 ECHO_N = @ECHO_N@
213 ECHO_T = @ECHO_T@
214 EGREP = @EGREP@
215 EXEEXT = @EXEEXT@
216 FGREP = @FGREP@
217 GCOV = @GCOV@
218 GENHTML = @GENHTML@
219 GREP = @GREP@
220 INSTALL = @INSTALL@
221 INSTALL_DATA = @INSTALL_DATA@
222 INSTALL_PROGRAM = @INSTALL_PROGRAM@
223 INSTALL_SCRIPT = @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225 LCOV = @LCOV@
226 LD = @LD@
227 LDFLAGS = @LDFLAGS@
228 LEX = @LEX@
229 LEXLIB = @LEXLIB@
230 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
231 LIBFUZZER_CFLAGS = @LIBFUZZER_CFLAGS@
232 LIBOBJS = @LIBOBJS@
233 LIBS = @LIBS@
234 LIBTOOL = @LIBTOOL@
235 LIPO = @LIPO@
236 LN_S = @LN_S@
237 LTLIBOBJS = @LTLIBOBJS@
238 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
239 MAKEINFO = @MAKEINFO@
240 MANIFEST_TOOL = @MANIFEST_TOOL@
241 MKDIR_P = @MKDIR_P@
242 NM = @NM@
243 NMEDIT = @NMEDIT@
244 OBJDUMP = @OBJDUMP@
245 OBJEXT = @OBJEXT@
246 OTOOL = @OTOOL@
247 OTOOL64 = @OTOOL64@
248 PACKAGE = @PACKAGE@
249 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250 PACKAGE_NAME = @PACKAGE_NAME@
251 PACKAGE_STRING = @PACKAGE_STRING@
252 PACKAGE_TARNAME = @PACKAGE_TARNAME@
253 PACKAGE_URL = @PACKAGE_URL@
254 PACKAGE_VERSION = @PACKAGE_VERSION@
255 PANDOC = @PANDOC@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 RANLIB = @RANLIB@
258 SANITIZER_CFLAGS = @SANITIZER_CFLAGS@
259 SED = @SED@
260 SET_MAKE = @SET_MAKE@
261 SHELL = @SHELL@
262 SKELETONS_CFLAGS = @SKELETONS_CFLAGS@
263 STRIP = @STRIP@
264 TESTSUITE_CFLAGS = @TESTSUITE_CFLAGS@
265 VERSION = @VERSION@
266 YACC = @YACC@
267 YFLAGS = @YFLAGS@
268 abs_builddir = @abs_builddir@
269 abs_srcdir = @abs_srcdir@
270 abs_top_builddir = @abs_top_builddir@
271 abs_top_srcdir = @abs_top_srcdir@
272 ac_ct_AR = @ac_ct_AR@
273 ac_ct_CC = @ac_ct_CC@
274 ac_ct_CXX = @ac_ct_CXX@
275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276 am__include = @am__include@
277 am__leading_dot = @am__leading_dot@
278 am__quote = @am__quote@
279 am__tar = @am__tar@
280 am__untar = @am__untar@
281 bindir = @bindir@
282 build = @build@
283 build_alias = @build_alias@
284 build_cpu = @build_cpu@
285 build_os = @build_os@
286 build_vendor = @build_vendor@
287 builddir = @builddir@
288 datadir = @datadir@
289 datarootdir = @datarootdir@
290 docdir = @docdir@
291 dvidir = @dvidir@
292 exec_prefix = @exec_prefix@
293 host = @host@
294 host_alias = @host_alias@
295 host_cpu = @host_cpu@
296 host_os = @host_os@
297 host_vendor = @host_vendor@
298 htmldir = @htmldir@
299 includedir = @includedir@
300 infodir = @infodir@
301 install_sh = @install_sh@
302 libdir = @libdir@
303 libexecdir = @libexecdir@
304 localedir = @localedir@
305 localstatedir = @localstatedir@
306 mandir = @mandir@
307 mkdir_p = @mkdir_p@
308 oldincludedir = @oldincludedir@
309 pdfdir = @pdfdir@
310 prefix = @prefix@
311 program_transform_name = @program_transform_name@
312 psdir = @psdir@
313 runstatedir = @runstatedir@
314 sbindir = @sbindir@
315 sharedstatedir = @sharedstatedir@
316 srcdir = @srcdir@
317 sysconfdir = @sysconfdir@
318 target_alias = @target_alias@
319 top_build_prefix = @top_build_prefix@
320 top_builddir = @top_builddir@
321 top_srcdir = @top_srcdir@
322 AM_CFLAGS = @ADD_CFLAGS@
323 AM_CPPFLAGS = \
324     -I$(top_srcdir)/libasn1common   \
325     -I$(top_srcdir)/libasn1parser   \
326     -I$(top_srcdir)/libasn1fix
327
328 noinst_LTLIBRARIES = libasn1print.la
329 libasn1print_la_LIBADD = $(top_builddir)/libasn1common/libasn1common.la
330 libasn1print_la_SOURCES = \
331     asn1print.c asn1print.h
332
333 all: all-am
334
335 .SUFFIXES:
336 .SUFFIXES: .c .lo .o .obj
337 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
338         @for dep in $?; do \
339           case '$(am__configure_deps)' in \
340             *$$dep*) \
341               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342                 && { if test -f $@; then exit 0; else break; fi; }; \
343               exit 1;; \
344           esac; \
345         done; \
346         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1print/Makefile'; \
347         $(am__cd) $(top_srcdir) && \
348           $(AUTOMAKE) --foreign libasn1print/Makefile
349 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350         @case '$?' in \
351           *config.status*) \
352             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361 $(top_srcdir)/configure:  $(am__configure_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
364         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(am__aclocal_m4_deps):
366
367 clean-noinstLTLIBRARIES:
368         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
369         @list='$(noinst_LTLIBRARIES)'; \
370         locs=`for p in $$list; do echo $$p; done | \
371               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
372               sort -u`; \
373         test -z "$$locs" || { \
374           echo rm -f $${locs}; \
375           rm -f $${locs}; \
376         }
377
378 libasn1print.la: $(libasn1print_la_OBJECTS) $(libasn1print_la_DEPENDENCIES) $(EXTRA_libasn1print_la_DEPENDENCIES) 
379         $(AM_V_CCLD)$(LINK)  $(libasn1print_la_OBJECTS) $(libasn1print_la_LIBADD) $(LIBS)
380
381 mostlyclean-compile:
382         -rm -f *.$(OBJEXT)
383
384 distclean-compile:
385         -rm -f *.tab.c
386
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1print.Plo@am__quote@
388
389 .c.o:
390 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
395
396 .c.obj:
397 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
402
403 .c.lo:
404 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
409
410 mostlyclean-libtool:
411         -rm -f *.lo
412
413 clean-libtool:
414         -rm -rf .libs _libs
415
416 ID: $(am__tagged_files)
417         $(am__define_uniq_tagged_files); mkid -fID $$unique
418 tags: tags-am
419 TAGS: tags
420
421 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
422         set x; \
423         here=`pwd`; \
424         $(am__define_uniq_tagged_files); \
425         shift; \
426         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
427           test -n "$$unique" || unique=$$empty_fix; \
428           if test $$# -gt 0; then \
429             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430               "$$@" $$unique; \
431           else \
432             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433               $$unique; \
434           fi; \
435         fi
436 ctags: ctags-am
437
438 CTAGS: ctags
439 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440         $(am__define_uniq_tagged_files); \
441         test -z "$(CTAGS_ARGS)$$unique" \
442           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443              $$unique
444
445 GTAGS:
446         here=`$(am__cd) $(top_builddir) && pwd` \
447           && $(am__cd) $(top_srcdir) \
448           && gtags -i $(GTAGS_ARGS) "$$here"
449 cscopelist: cscopelist-am
450
451 cscopelist-am: $(am__tagged_files)
452         list='$(am__tagged_files)'; \
453         case "$(srcdir)" in \
454           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
455           *) sdir=$(subdir)/$(srcdir) ;; \
456         esac; \
457         for i in $$list; do \
458           if test -f "$$i"; then \
459             echo "$(subdir)/$$i"; \
460           else \
461             echo "$$sdir/$$i"; \
462           fi; \
463         done >> $(top_builddir)/cscope.files
464
465 distclean-tags:
466         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
468 distdir: $(DISTFILES)
469         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         list='$(DISTFILES)'; \
472           dist_files=`for file in $$list; do echo $$file; done | \
473           sed -e "s|^$$srcdirstrip/||;t" \
474               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475         case $$dist_files in \
476           */*) $(MKDIR_P) `echo "$$dist_files" | \
477                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478                            sort -u` ;; \
479         esac; \
480         for file in $$dist_files; do \
481           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482           if test -d $$d/$$file; then \
483             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484             if test -d "$(distdir)/$$file"; then \
485               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486             fi; \
487             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
489               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490             fi; \
491             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492           else \
493             test -f "$(distdir)/$$file" \
494             || cp -p $$d/$$file "$(distdir)/$$file" \
495             || exit 1; \
496           fi; \
497         done
498 check-am: all-am
499 check: check-am
500 all-am: Makefile $(LTLIBRARIES)
501 installdirs:
502 install: install-am
503 install-exec: install-exec-am
504 install-data: install-data-am
505 uninstall: uninstall-am
506
507 install-am: all-am
508         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
509
510 installcheck: installcheck-am
511 install-strip:
512         if test -z '$(STRIP)'; then \
513           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515               install; \
516         else \
517           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
520         fi
521 mostlyclean-generic:
522
523 clean-generic:
524
525 distclean-generic:
526         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
528
529 maintainer-clean-generic:
530         @echo "This command is intended for maintainers to use"
531         @echo "it deletes files that may require special tools to rebuild."
532 clean: clean-am
533
534 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
535         mostlyclean-am
536
537 distclean: distclean-am
538         -rm -rf ./$(DEPDIR)
539         -rm -f Makefile
540 distclean-am: clean-am distclean-compile distclean-generic \
541         distclean-tags
542
543 dvi: dvi-am
544
545 dvi-am:
546
547 html: html-am
548
549 html-am:
550
551 info: info-am
552
553 info-am:
554
555 install-data-am:
556
557 install-dvi: install-dvi-am
558
559 install-dvi-am:
560
561 install-exec-am:
562
563 install-html: install-html-am
564
565 install-html-am:
566
567 install-info: install-info-am
568
569 install-info-am:
570
571 install-man:
572
573 install-pdf: install-pdf-am
574
575 install-pdf-am:
576
577 install-ps: install-ps-am
578
579 install-ps-am:
580
581 installcheck-am:
582
583 maintainer-clean: maintainer-clean-am
584         -rm -rf ./$(DEPDIR)
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-am
589
590 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591         mostlyclean-libtool
592
593 pdf: pdf-am
594
595 pdf-am:
596
597 ps: ps-am
598
599 ps-am:
600
601 uninstall-am:
602
603 .MAKE: install-am install-strip
604
605 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
606         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
607         ctags-am distclean distclean-compile distclean-generic \
608         distclean-libtool distclean-tags distdir dvi dvi-am html \
609         html-am info info-am install install-am install-data \
610         install-data-am install-dvi install-dvi-am install-exec \
611         install-exec-am install-html install-html-am install-info \
612         install-info-am install-man install-pdf install-pdf-am \
613         install-ps install-ps-am install-strip installcheck \
614         installcheck-am installdirs maintainer-clean \
615         maintainer-clean-generic mostlyclean mostlyclean-compile \
616         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
617         tags tags-am uninstall uninstall-am
618
619 .PRECIOUS: Makefile
620
621
622 # Tell versions [3.59,3.63) of GNU make to not export all variables.
623 # Otherwise a system limit (for SysV at least) may be exceeded.
624 .NOEXPORT: