Fix build error
[platform/upstream/libksba.git] / gl / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 # Copyright (C) 2004 Free Software Foundation, Inc.
18 #
19 # This file is free software, distributed under the terms of the GNU
20 # General Public License.  As a special exception to the GNU General
21 # Public License, this file may be distributed as part of a program
22 # that contains a configuration script generated by Automake, under
23 # the same distribution terms as the rest of that program.
24 #
25 # Generated by gnulib-tool.
26 # Invoked as: gnulib-tool --import
27 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --libtool  alloca alloca-opt valgrind-tests
28
29 VPATH = @srcdir@
30 am__is_gnu_make = { \
31   if test -z '$(MAKELEVEL)'; then \
32     false; \
33   elif test -n '$(MAKE_HOST)'; then \
34     true; \
35   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36     true; \
37   else \
38     false; \
39   fi; \
40 }
41 am__make_running_with_option = \
42   case $${target_option-} in \
43       ?) ;; \
44       *) echo "am__make_running_with_option: internal error: invalid" \
45               "target option '$${target_option-}' specified" >&2; \
46          exit 1;; \
47   esac; \
48   has_opt=no; \
49   sane_makeflags=$$MAKEFLAGS; \
50   if $(am__is_gnu_make); then \
51     sane_makeflags=$$MFLAGS; \
52   else \
53     case $$MAKEFLAGS in \
54       *\\[\ \   ]*) \
55         bs=\\; \
56         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
58     esac; \
59   fi; \
60   skip_next=no; \
61   strip_trailopt () \
62   { \
63     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64   }; \
65   for flg in $$sane_makeflags; do \
66     test $$skip_next = yes && { skip_next=no; continue; }; \
67     case $$flg in \
68       *=*|--*) continue;; \
69         -*I) strip_trailopt 'I'; skip_next=yes;; \
70       -*I?*) strip_trailopt 'I';; \
71         -*O) strip_trailopt 'O'; skip_next=yes;; \
72       -*O?*) strip_trailopt 'O';; \
73         -*l) strip_trailopt 'l'; skip_next=yes;; \
74       -*l?*) strip_trailopt 'l';; \
75       -[dEDm]) skip_next=yes;; \
76       -[JT]) skip_next=yes;; \
77     esac; \
78     case $$flg in \
79       *$$target_option*) has_opt=yes; break;; \
80     esac; \
81   done; \
82   test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 subdir = gl
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
106         $(top_srcdir)/gl/m4/gnulib.m4 \
107         $(top_srcdir)/gl/m4/valgrind-tests.m4 \
108         $(top_srcdir)/m4/autobuild.m4 \
109         $(top_srcdir)/m4/ax_cc_for_build.m4 \
110         $(top_srcdir)/m4/ax_prog_bison.m4 $(top_srcdir)/m4/gcov.m4 \
111         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libtool.m4 \
112         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
113         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
114         $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116         $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118 mkinstalldirs = $(install_sh) -d
119 CONFIG_HEADER = $(top_builddir)/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 LTLIBRARIES = $(noinst_LTLIBRARIES)
123 libgnu_la_DEPENDENCIES = @LTLIBOBJS@ @LTALLOCA@
124 am_libgnu_la_OBJECTS = dummyobj.lo
125 libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
126 AM_V_lt = $(am__v_lt_@AM_V@)
127 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
128 am__v_lt_0 = --silent
129 am__v_lt_1 = 
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143 depcomp =
144 am__maybe_remake_depfiles =
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
149         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
150         $(AM_CFLAGS) $(CFLAGS)
151 AM_V_CC = $(am__v_CC_@AM_V@)
152 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153 am__v_CC_0 = @echo "  CC      " $@;
154 am__v_CC_1 = 
155 CCLD = $(CC)
156 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158         $(AM_LDFLAGS) $(LDFLAGS) -o $@
159 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161 am__v_CCLD_0 = @echo "  CCLD    " $@;
162 am__v_CCLD_1 = 
163 SOURCES = $(libgnu_la_SOURCES)
164 DIST_SOURCES = $(libgnu_la_SOURCES)
165 am__can_run_installinfo = \
166   case $$AM_UPDATE_INFO_DIR in \
167     n|no|NO) false;; \
168     *) (install-info --version) >/dev/null 2>&1;; \
169   esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171 # Read a list of newline-separated strings from the standard input,
172 # and print each of them once, without duplicates.  Input order is
173 # *not* preserved.
174 am__uniquify_input = $(AWK) '\
175   BEGIN { nonempty = 0; } \
176   { items[$$0] = 1; nonempty = 1; } \
177   END { if (nonempty) { for (i in items) print i; }; } \
178 '
179 # Make sure the list of sources is unique.  This is necessary because,
180 # e.g., the same source file might be shared among _SOURCES variables
181 # for different programs/libraries.
182 am__define_uniq_tagged_files = \
183   list='$(am__tagged_files)'; \
184   unique=`for i in $$list; do \
185     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186   done | $(am__uniquify_input)`
187 am__DIST_COMMON = $(srcdir)/Makefile.in alloca.c
188 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189 ACLOCAL = @ACLOCAL@
190 ALLOCA = @ALLOCA@
191 ALLOCA_H = @ALLOCA_H@
192 AMTAR = @AMTAR@
193 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194 AR = @AR@
195 AS = @AS@
196 AUTOCONF = @AUTOCONF@
197 AUTOHEADER = @AUTOHEADER@
198 AUTOMAKE = @AUTOMAKE@
199 AWK = @AWK@
200 BUILD_FILEVERSION = @BUILD_FILEVERSION@
201 BUILD_REVISION = @BUILD_REVISION@
202 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
203 CC = @CC@
204 CCDEPMODE = @CCDEPMODE@
205 CC_FOR_BUILD = @CC_FOR_BUILD@
206 CFLAGS = @CFLAGS@
207 COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
208 COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
209 CPP = @CPP@
210 CPPFLAGS = @CPPFLAGS@
211 CSCOPE = @CSCOPE@
212 CTAGS = @CTAGS@
213 CYGPATH_W = @CYGPATH_W@
214 DEFS = @DEFS@
215 DEPDIR = @DEPDIR@
216 DLLTOOL = @DLLTOOL@
217 DSYMUTIL = @DSYMUTIL@
218 DUMPBIN = @DUMPBIN@
219 ECHO_C = @ECHO_C@
220 ECHO_N = @ECHO_N@
221 ECHO_T = @ECHO_T@
222 EGREP = @EGREP@
223 ETAGS = @ETAGS@
224 EXEEXT = @EXEEXT@
225 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
226 FGREP = @FGREP@
227 GCOV = @GCOV@
228 GENHTML = @GENHTML@
229 GPGRT_CONFIG = @GPGRT_CONFIG@
230 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
231 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
232 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
233 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
234 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
235 GREP = @GREP@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 KSBA_CONFIG_API_VERSION = @KSBA_CONFIG_API_VERSION@
242 KSBA_CONFIG_CFLAGS = @KSBA_CONFIG_CFLAGS@
243 KSBA_CONFIG_HOST = @KSBA_CONFIG_HOST@
244 KSBA_CONFIG_LIBS = @KSBA_CONFIG_LIBS@
245 LCOV = @LCOV@
246 LD = @LD@
247 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
248 LDFLAGS = @LDFLAGS@
249 LIBKSBA_LT_AGE = @LIBKSBA_LT_AGE@
250 LIBKSBA_LT_CURRENT = @LIBKSBA_LT_CURRENT@
251 LIBKSBA_LT_REVISION = @LIBKSBA_LT_REVISION@
252 LIBOBJS = @LIBOBJS@
253 LIBS = @LIBS@
254 LIBTOOL = @LIBTOOL@
255 LIPO = @LIPO@
256 LN_S = @LN_S@
257 LTALLOCA = @LTALLOCA@
258 LTLIBOBJS = @LTLIBOBJS@
259 MAINT = @MAINT@
260 MAKEINFO = @MAKEINFO@
261 MANIFEST_TOOL = @MANIFEST_TOOL@
262 MKDIR_P = @MKDIR_P@
263 NM = @NM@
264 NMEDIT = @NMEDIT@
265 OBJDUMP = @OBJDUMP@
266 OBJEXT = @OBJEXT@
267 OTOOL = @OTOOL@
268 OTOOL64 = @OTOOL64@
269 PACKAGE = @PACKAGE@
270 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271 PACKAGE_NAME = @PACKAGE_NAME@
272 PACKAGE_STRING = @PACKAGE_STRING@
273 PACKAGE_TARNAME = @PACKAGE_TARNAME@
274 PACKAGE_URL = @PACKAGE_URL@
275 PACKAGE_VERSION = @PACKAGE_VERSION@
276 PATH_SEPARATOR = @PATH_SEPARATOR@
277 RANLIB = @RANLIB@
278 RC = @RC@
279 SED = @SED@
280 SET_MAKE = @SET_MAKE@
281 SHELL = @SHELL@
282 SHTOOL = @SHTOOL@
283 STRIP = @STRIP@
284 VALGRIND = @VALGRIND@
285 VERSION = @VERSION@
286 VERSION_NUMBER = @VERSION_NUMBER@
287 YACC = @YACC@
288 YFLAGS = @YFLAGS@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296 am__include = @am__include@
297 am__leading_dot = @am__leading_dot@
298 am__quote = @am__quote@
299 am__tar = @am__tar@
300 am__untar = @am__untar@
301 bindir = @bindir@
302 build = @build@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 host = @host@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
316 host_os = @host_os@
317 host_vendor = @host_vendor@
318 htmldir = @htmldir@
319 includedir = @includedir@
320 infodir = @infodir@
321 install_sh = @install_sh@
322 libdir = @libdir@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
326 mandir = @mandir@
327 mkdir_p = @mkdir_p@
328 oldincludedir = @oldincludedir@
329 pdfdir = @pdfdir@
330 prefix = @prefix@
331 program_transform_name = @program_transform_name@
332 psdir = @psdir@
333 runstatedir = @runstatedir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target_alias = @target_alias@
339 top_build_prefix = @top_build_prefix@
340 top_builddir = @top_builddir@
341 top_srcdir = @top_srcdir@
342 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
343 noinst_LTLIBRARIES = libgnu.la
344 libgnu_la_SOURCES = dummyobj.c 
345 libgnu_la_LIBADD = @LTLIBOBJS@ @LTALLOCA@
346 EXTRA_DIST = alloca_.h
347 BUILT_SOURCES = $(ALLOCA_H)
348 SUFFIXES = 
349 MOSTLYCLEANFILES = alloca.h alloca.h-t
350 CLEANFILES = 
351 DISTCLEANFILES = 
352 MAINTAINERCLEANFILES = 
353 all: $(BUILT_SOURCES)
354         $(MAKE) $(AM_MAKEFLAGS) all-am
355
356 .SUFFIXES:
357 .SUFFIXES: .c .lo .o .obj
358 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
359         @for dep in $?; do \
360           case '$(am__configure_deps)' in \
361             *$$dep*) \
362               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363                 && { if test -f $@; then exit 0; else break; fi; }; \
364               exit 1;; \
365           esac; \
366         done; \
367         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gl/Makefile'; \
368         $(am__cd) $(top_srcdir) && \
369           $(AUTOMAKE) --gnits gl/Makefile
370 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371         @case '$?' in \
372           *config.status*) \
373             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374           *) \
375             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
376             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377         esac;
378
379 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
382 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
383         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
385         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386 $(am__aclocal_m4_deps):
387
388 clean-noinstLTLIBRARIES:
389         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
390         @list='$(noinst_LTLIBRARIES)'; \
391         locs=`for p in $$list; do echo $$p; done | \
392               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
393               sort -u`; \
394         test -z "$$locs" || { \
395           echo rm -f $${locs}; \
396           rm -f $${locs}; \
397         }
398
399 libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES) 
400         $(AM_V_CCLD)$(LINK)  $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
401
402 mostlyclean-compile:
403         -rm -f *.$(OBJEXT)
404
405 distclean-compile:
406         -rm -f *.tab.c
407
408 .c.o:
409         $(AM_V_CC)$(COMPILE) -c -o $@ $<
410
411 .c.obj:
412         $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
413
414 .c.lo:
415         $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
416
417 mostlyclean-libtool:
418         -rm -f *.lo
419
420 clean-libtool:
421         -rm -rf .libs _libs
422
423 ID: $(am__tagged_files)
424         $(am__define_uniq_tagged_files); mkid -fID $$unique
425 tags: tags-am
426 TAGS: tags
427
428 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429         set x; \
430         here=`pwd`; \
431         $(am__define_uniq_tagged_files); \
432         shift; \
433         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434           test -n "$$unique" || unique=$$empty_fix; \
435           if test $$# -gt 0; then \
436             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437               "$$@" $$unique; \
438           else \
439             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440               $$unique; \
441           fi; \
442         fi
443 ctags: ctags-am
444
445 CTAGS: ctags
446 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
447         $(am__define_uniq_tagged_files); \
448         test -z "$(CTAGS_ARGS)$$unique" \
449           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450              $$unique
451
452 GTAGS:
453         here=`$(am__cd) $(top_builddir) && pwd` \
454           && $(am__cd) $(top_srcdir) \
455           && gtags -i $(GTAGS_ARGS) "$$here"
456 cscopelist: cscopelist-am
457
458 cscopelist-am: $(am__tagged_files)
459         list='$(am__tagged_files)'; \
460         case "$(srcdir)" in \
461           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
462           *) sdir=$(subdir)/$(srcdir) ;; \
463         esac; \
464         for i in $$list; do \
465           if test -f "$$i"; then \
466             echo "$(subdir)/$$i"; \
467           else \
468             echo "$$sdir/$$i"; \
469           fi; \
470         done >> $(top_builddir)/cscope.files
471
472 distclean-tags:
473         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474 distdir: $(BUILT_SOURCES)
475         $(MAKE) $(AM_MAKEFLAGS) distdir-am
476
477 distdir-am: $(DISTFILES)
478         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480         list='$(DISTFILES)'; \
481           dist_files=`for file in $$list; do echo $$file; done | \
482           sed -e "s|^$$srcdirstrip/||;t" \
483               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484         case $$dist_files in \
485           */*) $(MKDIR_P) `echo "$$dist_files" | \
486                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487                            sort -u` ;; \
488         esac; \
489         for file in $$dist_files; do \
490           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491           if test -d $$d/$$file; then \
492             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493             if test -d "$(distdir)/$$file"; then \
494               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495             fi; \
496             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499             fi; \
500             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501           else \
502             test -f "$(distdir)/$$file" \
503             || cp -p $$d/$$file "$(distdir)/$$file" \
504             || exit 1; \
505           fi; \
506         done
507 check-am: all-am
508 check: $(BUILT_SOURCES)
509         $(MAKE) $(AM_MAKEFLAGS) check-am
510 all-am: Makefile $(LTLIBRARIES)
511 installdirs:
512 install: $(BUILT_SOURCES)
513         $(MAKE) $(AM_MAKEFLAGS) install-am
514 install-exec: $(BUILT_SOURCES)
515         $(MAKE) $(AM_MAKEFLAGS) install-exec-am
516 install-data: install-data-am
517 uninstall: uninstall-am
518
519 install-am: all-am
520         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521
522 installcheck: installcheck-am
523 install-strip:
524         if test -z '$(STRIP)'; then \
525           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
526             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
527               install; \
528         else \
529           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
532         fi
533 mostlyclean-generic:
534         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
535
536 clean-generic:
537         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
538
539 distclean-generic:
540         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
541         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
542         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
543
544 maintainer-clean-generic:
545         @echo "This command is intended for maintainers to use"
546         @echo "it deletes files that may require special tools to rebuild."
547         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
548         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
549 clean: clean-am
550
551 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
552         mostlyclean-am
553
554 distclean: distclean-am
555         -rm -f Makefile
556 distclean-am: clean-am distclean-compile distclean-generic \
557         distclean-tags
558
559 dvi: dvi-am
560
561 dvi-am:
562
563 html: html-am
564
565 html-am:
566
567 info: info-am
568
569 info-am:
570
571 install-data-am:
572
573 install-dvi: install-dvi-am
574
575 install-dvi-am:
576
577 install-exec-am:
578
579 install-html: install-html-am
580
581 install-html-am:
582
583 install-info: install-info-am
584
585 install-info-am:
586
587 install-man:
588
589 install-pdf: install-pdf-am
590
591 install-pdf-am:
592
593 install-ps: install-ps-am
594
595 install-ps-am:
596
597 installcheck-am:
598
599 maintainer-clean: maintainer-clean-am
600         -rm -f Makefile
601 maintainer-clean-am: distclean-am maintainer-clean-generic
602
603 mostlyclean: mostlyclean-am
604
605 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
606         mostlyclean-libtool
607
608 pdf: pdf-am
609
610 pdf-am:
611
612 ps: ps-am
613
614 ps-am:
615
616 uninstall-am:
617
618 .MAKE: all check install install-am install-exec install-strip
619
620 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
621         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
622         ctags-am distclean distclean-compile distclean-generic \
623         distclean-libtool distclean-tags distdir dvi dvi-am html \
624         html-am info info-am install install-am install-data \
625         install-data-am install-dvi install-dvi-am install-exec \
626         install-exec-am install-html install-html-am install-info \
627         install-info-am install-man install-pdf install-pdf-am \
628         install-ps install-ps-am install-strip installcheck \
629         installcheck-am installdirs maintainer-clean \
630         maintainer-clean-generic mostlyclean mostlyclean-compile \
631         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
632         tags tags-am uninstall uninstall-am
633
634 .PRECIOUS: Makefile
635
636
637 # We need the following in order to create an <alloca.h> when the system
638 # doesn't have one that works with the given compiler.
639 all-local $(libgnu_la_OBJECTS): $(ALLOCA_H)
640 alloca.h: alloca_.h
641         cp $(srcdir)/alloca_.h $@-t
642         mv $@-t $@
643
644 # Makefile.am ends here
645
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: