Imported Upstream version 0.160
[platform/upstream/elfutils.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
83         $(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
84         $(noinst_HEADERS) ChangeLog
85 subdir = lib
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
88         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
89         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
90         $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 mkinstalldirs = $(install_sh) -d
94 CONFIG_HEADER = $(top_builddir)/config.h
95 CONFIG_CLEAN_FILES =
96 CONFIG_CLEAN_VPATH_FILES =
97 LIBRARIES = $(noinst_LIBRARIES)
98 ARFLAGS = cru
99 AM_V_AR = $(am__v_AR_@AM_V@)
100 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
101 am__v_AR_0 = @echo "  AR      " $@;
102 am__v_AR_1 = 
103 libeu_a_AR = $(AR) $(ARFLAGS)
104 libeu_a_LIBADD =
105 am_libeu_a_OBJECTS = xstrdup.$(OBJEXT) xstrndup.$(OBJEXT) \
106         xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT) \
107         crc32_file.$(OBJEXT) md5.$(OBJEXT) sha1.$(OBJEXT) \
108         color.$(OBJEXT)
109 libeu_a_OBJECTS = $(am_libeu_a_OBJECTS)
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 = 
122 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
123 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
124 am__depfiles_maybe = depfiles
125 am__mv = mv -f
126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128 AM_V_CC = $(am__v_CC_@AM_V@)
129 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
130 am__v_CC_0 = @echo "  CC      " $@;
131 am__v_CC_1 = 
132 CCLD = $(CC)
133 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136 am__v_CCLD_0 = @echo "  CCLD    " $@;
137 am__v_CCLD_1 = 
138 SOURCES = $(libeu_a_SOURCES)
139 DIST_SOURCES = $(libeu_a_SOURCES)
140 am__can_run_installinfo = \
141   case $$AM_UPDATE_INFO_DIR in \
142     n|no|NO) false;; \
143     *) (install-info --version) >/dev/null 2>&1;; \
144   esac
145 HEADERS = $(noinst_HEADERS)
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147 # Read a list of newline-separated strings from the standard input,
148 # and print each of them once, without duplicates.  Input order is
149 # *not* preserved.
150 am__uniquify_input = $(AWK) '\
151   BEGIN { nonempty = 0; } \
152   { items[$$0] = 1; nonempty = 1; } \
153   END { if (nonempty) { for (i in items) print i; }; } \
154 '
155 # Make sure the list of sources is unique.  This is necessary because,
156 # e.g., the same source file might be shared among _SOURCES variables
157 # for different programs/libraries.
158 am__define_uniq_tagged_files = \
159   list='$(am__tagged_files)'; \
160   unique=`for i in $$list; do \
161     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162   done | $(am__uniquify_input)`
163 ETAGS = etags
164 CTAGS = ctags
165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166 ACLOCAL = @ACLOCAL@
167 AMTAR = @AMTAR@
168 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
169 AR = @AR@
170 AUTOCONF = @AUTOCONF@
171 AUTOHEADER = @AUTOHEADER@
172 AUTOMAKE = @AUTOMAKE@
173 AWK = @AWK@
174 CC = @CC@
175 CCDEPMODE = @CCDEPMODE@
176 CC_BIARCH = @CC_BIARCH@
177 CFLAGS = @CFLAGS@
178 CPP = @CPP@
179 CPPFLAGS = @CPPFLAGS@
180 CYGPATH_W = @CYGPATH_W@
181 DEBUGPRED = @DEBUGPRED@
182 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
183 DEPDIR = @DEPDIR@
184 ECHO_C = @ECHO_C@
185 ECHO_N = @ECHO_N@
186 ECHO_T = @ECHO_T@
187 EGREP = @EGREP@
188 EXEEXT = @EXEEXT@
189 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
190 GMSGFMT = @GMSGFMT@
191 GMSGFMT_015 = @GMSGFMT_015@
192 GREP = @GREP@
193 HAVE_VALGRIND = @HAVE_VALGRIND@
194 INSTALL = @INSTALL@
195 INSTALL_DATA = @INSTALL_DATA@
196 INSTALL_PROGRAM = @INSTALL_PROGRAM@
197 INSTALL_SCRIPT = @INSTALL_SCRIPT@
198 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199 LDFLAGS = @LDFLAGS@
200 LEX = @LEX@
201 LEXLIB = @LEXLIB@
202 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
203 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
204 LIBOBJS = @LIBOBJS@
205 LIBS = @LIBS@
206 LTLIBOBJS = @LTLIBOBJS@
207 MAINT = @MAINT@
208 MAKEINFO = @MAKEINFO@
209 MKDIR_P = @MKDIR_P@
210 MODVERSION = @MODVERSION@
211 MSGFMT = @MSGFMT@
212 MSGFMT_015 = @MSGFMT_015@
213 MSGMERGE = @MSGMERGE@
214 NM = @NM@
215 OBJEXT = @OBJEXT@
216 PACKAGE = @PACKAGE@
217 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218 PACKAGE_NAME = @PACKAGE_NAME@
219 PACKAGE_STRING = @PACKAGE_STRING@
220 PACKAGE_TARNAME = @PACKAGE_TARNAME@
221 PACKAGE_URL = @PACKAGE_URL@
222 PACKAGE_VERSION = @PACKAGE_VERSION@
223 PATH_SEPARATOR = @PATH_SEPARATOR@
224 RANLIB = @RANLIB@
225 READELF = @READELF@
226 SET_MAKE = @SET_MAKE@
227 SHELL = @SHELL@
228 STRIP = @STRIP@
229 USE_NLS = @USE_NLS@
230 VERSION = @VERSION@
231 XGETTEXT = @XGETTEXT@
232 XGETTEXT_015 = @XGETTEXT_015@
233 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
234 YACC = @YACC@
235 YFLAGS = @YFLAGS@
236 abs_builddir = @abs_builddir@
237 abs_srcdir = @abs_srcdir@
238 abs_top_builddir = @abs_top_builddir@
239 abs_top_srcdir = @abs_top_srcdir@
240 ac_ct_AR = @ac_ct_AR@
241 ac_ct_CC = @ac_ct_CC@
242 am__include = @am__include@
243 am__leading_dot = @am__leading_dot@
244 am__quote = @am__quote@
245 am__tar = @am__tar@
246 am__untar = @am__untar@
247 base_cpu = @base_cpu@
248 bindir = @bindir@
249 build = @build@
250 build_alias = @build_alias@
251 build_cpu = @build_cpu@
252 build_os = @build_os@
253 build_vendor = @build_vendor@
254 builddir = @builddir@
255 datadir = @datadir@
256 datarootdir = @datarootdir@
257 docdir = @docdir@
258 dvidir = @dvidir@
259 eu_version = @eu_version@
260 exec_prefix = @exec_prefix@
261 host = @host@
262 host_alias = @host_alias@
263 host_cpu = @host_cpu@
264 host_os = @host_os@
265 host_vendor = @host_vendor@
266 htmldir = @htmldir@
267 includedir = @includedir@
268 infodir = @infodir@
269 install_sh = @install_sh@
270 libdir = @libdir@
271 libexecdir = @libexecdir@
272 localedir = @localedir@
273 localstatedir = @localstatedir@
274 mandir = @mandir@
275 mkdir_p = @mkdir_p@
276 oldincludedir = @oldincludedir@
277 pdfdir = @pdfdir@
278 prefix = @prefix@
279 program_transform_name = @program_transform_name@
280 psdir = @psdir@
281 sbindir = @sbindir@
282 sharedstatedir = @sharedstatedir@
283 srcdir = @srcdir@
284 sysconfdir = @sysconfdir@
285 target_alias = @target_alias@
286 top_build_prefix = @top_build_prefix@
287 top_builddir = @top_builddir@
288 top_srcdir = @top_srcdir@
289 zip_LIBS = @zip_LIBS@
290 AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
291         -I$(srcdir)/../libelf
292 AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 $(if \
293         $($(*F)_no_Werror),,-Werror) $(if \
294         $($(*F)_no_Wunused),,-Wunused -Wextra) $($(*F)_CFLAGS) -fpic
295 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
296 CLEANFILES = *.gcno *.gcda
297 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then exit 1; fi
298 noinst_LIBRARIES = libeu.a
299 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
300                   crc32.c crc32_file.c md5.c sha1.c \
301                   color.c
302
303 noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h md5.h \
304                  sha1.h eu-config.h
305
306 EXTRA_DIST = dynamicsizehash.c
307 @GPROF_FALSE@xmalloc_CFLAGS = -ffunction-sections
308 all: all-am
309
310 .SUFFIXES:
311 .SUFFIXES: .c .o .obj
312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
313         @for dep in $?; do \
314           case '$(am__configure_deps)' in \
315             *$$dep*) \
316               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
317                 && { if test -f $@; then exit 0; else break; fi; }; \
318               exit 1;; \
319           esac; \
320         done; \
321         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
322         $(am__cd) $(top_srcdir) && \
323           $(AUTOMAKE) --gnits lib/Makefile
324 .PRECIOUS: Makefile
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326         @case '$?' in \
327           *config.status*) \
328             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
329           *) \
330             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
331             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
332         esac;
333 $(top_srcdir)/config/eu.am:
334
335 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342 $(am__aclocal_m4_deps):
343
344 clean-noinstLIBRARIES:
345         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
346
347 libeu.a: $(libeu_a_OBJECTS) $(libeu_a_DEPENDENCIES) $(EXTRA_libeu_a_DEPENDENCIES) 
348         $(AM_V_at)-rm -f libeu.a
349         $(AM_V_AR)$(libeu_a_AR) libeu.a $(libeu_a_OBJECTS) $(libeu_a_LIBADD)
350         $(AM_V_at)$(RANLIB) libeu.a
351
352 mostlyclean-compile:
353         -rm -f *.$(OBJEXT)
354
355 distclean-compile:
356         -rm -f *.tab.c
357
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32_file.Po@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next_prime.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
367
368 .c.o:
369 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
370 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
374
375 .c.obj:
376 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
377 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
381
382 ID: $(am__tagged_files)
383         $(am__define_uniq_tagged_files); mkid -fID $$unique
384 tags: tags-am
385 TAGS: tags
386
387 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
388         set x; \
389         here=`pwd`; \
390         $(am__define_uniq_tagged_files); \
391         shift; \
392         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393           test -n "$$unique" || unique=$$empty_fix; \
394           if test $$# -gt 0; then \
395             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396               "$$@" $$unique; \
397           else \
398             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399               $$unique; \
400           fi; \
401         fi
402 ctags: ctags-am
403
404 CTAGS: ctags
405 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
406         $(am__define_uniq_tagged_files); \
407         test -z "$(CTAGS_ARGS)$$unique" \
408           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409              $$unique
410
411 GTAGS:
412         here=`$(am__cd) $(top_builddir) && pwd` \
413           && $(am__cd) $(top_srcdir) \
414           && gtags -i $(GTAGS_ARGS) "$$here"
415 cscopelist: cscopelist-am
416
417 cscopelist-am: $(am__tagged_files)
418         list='$(am__tagged_files)'; \
419         case "$(srcdir)" in \
420           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
421           *) sdir=$(subdir)/$(srcdir) ;; \
422         esac; \
423         for i in $$list; do \
424           if test -f "$$i"; then \
425             echo "$(subdir)/$$i"; \
426           else \
427             echo "$$sdir/$$i"; \
428           fi; \
429         done >> $(top_builddir)/cscope.files
430
431 distclean-tags:
432         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
433
434 distdir: $(DISTFILES)
435         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437         list='$(DISTFILES)'; \
438           dist_files=`for file in $$list; do echo $$file; done | \
439           sed -e "s|^$$srcdirstrip/||;t" \
440               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
441         case $$dist_files in \
442           */*) $(MKDIR_P) `echo "$$dist_files" | \
443                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
444                            sort -u` ;; \
445         esac; \
446         for file in $$dist_files; do \
447           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
448           if test -d $$d/$$file; then \
449             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
450             if test -d "$(distdir)/$$file"; then \
451               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452             fi; \
453             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
454               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
455               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456             fi; \
457             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
458           else \
459             test -f "$(distdir)/$$file" \
460             || cp -p $$d/$$file "$(distdir)/$$file" \
461             || exit 1; \
462           fi; \
463         done
464 check-am: all-am
465 check: check-am
466 all-am: Makefile $(LIBRARIES) $(HEADERS)
467 installdirs:
468 install: install-am
469 install-exec: install-exec-am
470 install-data: install-data-am
471 uninstall: uninstall-am
472
473 install-am: all-am
474         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
475
476 installcheck: installcheck-am
477 install-strip:
478         if test -z '$(STRIP)'; then \
479           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
480             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481               install; \
482         else \
483           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
484             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
485             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
486         fi
487 mostlyclean-generic:
488
489 clean-generic:
490         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
491
492 distclean-generic:
493         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
494         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
495
496 maintainer-clean-generic:
497         @echo "This command is intended for maintainers to use"
498         @echo "it deletes files that may require special tools to rebuild."
499 clean: clean-am
500
501 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
502
503 distclean: distclean-am
504         -rm -rf ./$(DEPDIR)
505         -rm -f Makefile
506 distclean-am: clean-am distclean-compile distclean-generic \
507         distclean-tags
508
509 dvi: dvi-am
510
511 dvi-am:
512
513 html: html-am
514
515 html-am:
516
517 info: info-am
518
519 info-am:
520
521 install-data-am:
522
523 install-dvi: install-dvi-am
524
525 install-dvi-am:
526
527 install-exec-am:
528
529 install-html: install-html-am
530
531 install-html-am:
532
533 install-info: install-info-am
534
535 install-info-am:
536
537 install-man:
538
539 install-pdf: install-pdf-am
540
541 install-pdf-am:
542
543 install-ps: install-ps-am
544
545 install-ps-am:
546
547 installcheck-am:
548
549 maintainer-clean: maintainer-clean-am
550         -rm -rf ./$(DEPDIR)
551         -rm -f Makefile
552 maintainer-clean-am: distclean-am maintainer-clean-generic
553
554 mostlyclean: mostlyclean-am
555
556 mostlyclean-am: mostlyclean-compile mostlyclean-generic
557
558 pdf: pdf-am
559
560 pdf-am:
561
562 ps: ps-am
563
564 ps-am:
565
566 uninstall-am:
567
568 .MAKE: install-am install-strip
569
570 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
571         clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
572         distclean-compile distclean-generic distclean-tags distdir dvi \
573         dvi-am html html-am info info-am install install-am \
574         install-data install-data-am install-dvi install-dvi-am \
575         install-exec install-exec-am install-html install-html-am \
576         install-info install-info-am install-man install-pdf \
577         install-pdf-am install-ps install-ps-am install-strip \
578         installcheck installcheck-am installdirs maintainer-clean \
579         maintainer-clean-generic mostlyclean mostlyclean-compile \
580         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
581         uninstall-am
582
583
584 %.os: %.c %.o
585 @AMDEP_TRUE@    if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
586 @AMDEP_TRUE@      -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
587 @AMDEP_TRUE@    then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
588 @AMDEP_TRUE@         rm -f "$(DEPDIR)/$*.Tpo"; \
589 @AMDEP_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
590 @AMDEP_TRUE@    fi
591 @AMDEP_FALSE@   $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
592
593 # Tell versions [3.59,3.63) of GNU make to not export all variables.
594 # Otherwise a system limit (for SysV at least) may be exceeded.
595 .NOEXPORT: