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