4e4b02dbe3e38cb94c68ec048031e540b6cb2965
[com/asn1c.git] / libasn1print / Makefile
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # libasn1print/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 = 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_$(V))
113 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
114 am__v_lt_0 = --silent
115 am__v_lt_1 = 
116 AM_V_P = $(am__v_P_$(V))
117 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
118 am__v_P_0 = false
119 am__v_P_1 = :
120 AM_V_GEN = $(am__v_GEN_$(V))
121 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
122 am__v_GEN_0 = @echo "  GEN     " $@;
123 am__v_GEN_1 = 
124 AM_V_at = $(am__v_at_$(V))
125 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
126 am__v_at_0 = @
127 am__v_at_1 = 
128 DEFAULT_INCLUDES = -I. -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_$(V))
139 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
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_$(V))
147 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
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 = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing aclocal-1.15
180 ADD_CFLAGS = 
181 AMTAR = $${TAR-tar}
182 AM_DEFAULT_VERBOSITY = 0
183 AR = ar
184 ASAN_ENV_FLAGS =  ASAN_OPTIONS=detect_leaks=1
185 AUTOCONF = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoconf
186 AUTOHEADER = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoheader
187 AUTOMAKE = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing automake-1.15
188 AWK = gawk
189 CC = gcc
190 CCDEPMODE = depmode=gcc3
191 CFLAGS = -g -O2 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99
192 CFLAGS_M32 = 
193 CODE_COVERAGE_CFLAGS = 
194 CODE_COVERAGE_CPPFLAGS = 
195 CODE_COVERAGE_CXXFLAGS = 
196 CODE_COVERAGE_ENABLED = no
197 CODE_COVERAGE_LDFLAGS = 
198 CODE_COVERAGE_LIBS = 
199 CPP = gcc -E
200 CPPFLAGS = 
201 CXX = g++
202 CXXCPP = g++ -E
203 CXXDEPMODE = depmode=gcc3
204 CXXFLAGS = -std=c++11
205 CYGPATH_W = echo
206 DEFS = -DHAVE_CONFIG_H
207 DEPDIR = .deps
208 DLLTOOL = false
209 DSYMUTIL = 
210 DUMPBIN = 
211 ECHO_C = 
212 ECHO_N = -n
213 ECHO_T = 
214 EGREP = /bin/grep -E
215 EXEEXT = 
216 FGREP = /bin/grep -F
217 GCOV = 
218 GENHTML = 
219 GREP = /bin/grep
220 INSTALL = /usr/bin/install -c
221 INSTALL_DATA = ${INSTALL} -m 644
222 INSTALL_PROGRAM = ${INSTALL}
223 INSTALL_SCRIPT = ${INSTALL}
224 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
225 LCOV = 
226 LD = /usr/bin/ld -m elf_x86_64
227 LDFLAGS = 
228 LEX = flex
229 LEXLIB = -lfl
230 LEX_OUTPUT_ROOT = lex.yy
231 LIBFUZZER_CFLAGS = 
232 LIBOBJS = 
233 LIBS = 
234 LIBTOOL = $(SHELL) $(top_builddir)/libtool
235 LIPO = 
236 LN_S = ln -s
237 LTLIBOBJS = 
238 LT_SYS_LIBRARY_PATH = 
239 MAKEINFO = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing makeinfo
240 MANIFEST_TOOL = :
241 MKDIR_P = /bin/mkdir -p
242 NM = /usr/bin/nm -B
243 NMEDIT = 
244 OBJDUMP = objdump
245 OBJEXT = o
246 OTOOL = 
247 OTOOL64 = 
248 PACKAGE = asn1c
249 PACKAGE_BUGREPORT = vlm@lionet.info
250 PACKAGE_NAME = asn1c
251 PACKAGE_STRING = asn1c 0.9.29
252 PACKAGE_TARNAME = asn1c
253 PACKAGE_URL = 
254 PACKAGE_VERSION = 0.9.29
255 PANDOC = 
256 PATH_SEPARATOR = :
257 RANLIB = ranlib
258 SANITIZER_CFLAGS =  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
259 SED = /bin/sed
260 SET_MAKE = 
261 SHELL = /bin/bash
262 SKELETONS_CFLAGS =   -std=c89 -Wpedantic -Wno-long-long  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
263 STRIP = strip
264 TESTSUITE_CFLAGS =  -std=gnu99 -Wno-error=unused-variable  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
265 VERSION = 0.9.29
266 YACC = bison -y
267 YFLAGS = 
268 abs_builddir = /home/nokia/mouse07410/asn1c/libasn1print
269 abs_srcdir = /home/nokia/mouse07410/asn1c/libasn1print
270 abs_top_builddir = /home/nokia/mouse07410/asn1c
271 abs_top_srcdir = /home/nokia/mouse07410/asn1c
272 ac_ct_AR = ar
273 ac_ct_CC = gcc
274 ac_ct_CXX = g++
275 ac_ct_DUMPBIN = 
276 am__include = include
277 am__leading_dot = .
278 am__quote = 
279 am__tar = $${TAR-tar} chof - "$$tardir"
280 am__untar = $${TAR-tar} xf -
281 bindir = ${exec_prefix}/bin
282 build = x86_64-pc-linux-gnu
283 build_alias = 
284 build_cpu = x86_64
285 build_os = linux-gnu
286 build_vendor = pc
287 builddir = .
288 datadir = ${datarootdir}
289 datarootdir = ${prefix}/share
290 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
291 dvidir = ${docdir}
292 exec_prefix = ${prefix}
293 host = x86_64-pc-linux-gnu
294 host_alias = 
295 host_cpu = x86_64
296 host_os = linux-gnu
297 host_vendor = pc
298 htmldir = ${docdir}
299 includedir = ${prefix}/include
300 infodir = ${datarootdir}/info
301 install_sh = ${SHELL} /home/nokia/mouse07410/asn1c/config/install-sh
302 libdir = ${exec_prefix}/lib
303 libexecdir = ${exec_prefix}/libexec
304 localedir = ${datarootdir}/locale
305 localstatedir = ${prefix}/var
306 mandir = ${datarootdir}/man
307 mkdir_p = $(MKDIR_P)
308 oldincludedir = /usr/include
309 pdfdir = ${docdir}
310 prefix = /usr/local
311 program_transform_name = s,x,x,
312 psdir = ${docdir}
313 runstatedir = ${localstatedir}/run
314 sbindir = ${exec_prefix}/sbin
315 sharedstatedir = ${prefix}/com
316 srcdir = .
317 sysconfdir = ${prefix}/etc
318 target_alias = 
319 top_build_prefix = ../
320 top_builddir = ..
321 top_srcdir = ..
322 AM_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 include ./$(DEPDIR)/asn1print.Plo
388
389 .c.o:
390         $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391         $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 #       $(AM_V_CC)source='$<' object='$@' libtool=no \
393 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
394 #       $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
395
396 .c.obj:
397         $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398         $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 #       $(AM_V_CC)source='$<' object='$@' libtool=no \
400 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
401 #       $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
402
403 .c.lo:
404         $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405         $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406 #       $(AM_V_CC)source='$<' object='$@' libtool=yes \
407 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
408 #       $(AM_V_CC_no)$(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: