Imported Upstream version 1.46.0
[platform/upstream/nghttp2.git] / script / Makefile.in
1 # Makefile.in generated by automake 1.16.4 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 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2015 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
34 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
40 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 target_triplet = @target@
115 subdir = script
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
118         $(top_srcdir)/m4/ax_boost_base.m4 \
119         $(top_srcdir)/m4/ax_boost_system.m4 \
120         $(top_srcdir)/m4/ax_boost_thread.m4 \
121         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
122         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
123         $(top_srcdir)/m4/ax_python_devel.m4 \
124         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
125         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
126         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
127 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128         $(ACLOCAL_M4)
129 DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_SCRIPTS) \
130         $(am__DIST_COMMON)
131 mkinstalldirs = $(install_sh) -d
132 CONFIG_HEADER = $(top_builddir)/config.h
133 CONFIG_CLEAN_FILES =
134 CONFIG_CLEAN_VPATH_FILES =
135 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136 am__vpath_adj = case $$p in \
137     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138     *) f=$$p;; \
139   esac;
140 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141 am__install_max = 40
142 am__nobase_strip_setup = \
143   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144 am__nobase_strip = \
145   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146 am__nobase_list = $(am__nobase_strip_setup); \
147   for p in $$list; do echo "$$p $$p"; done | \
148   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150     if (++n[$$2] == $(am__install_max)) \
151       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152     END { for (dir in files) print dir, files[dir] }'
153 am__base_list = \
154   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156 am__uninstall_files_from_dir = { \
157   test -z "$$files" \
158     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160          $(am__cd) "$$dir" && rm -f $$files; }; \
161   }
162 am__installdirs = "$(DESTDIR)$(pkgdatadir)"
163 SCRIPTS = $(dist_pkgdata_SCRIPTS)
164 AM_V_P = $(am__v_P_@AM_V@)
165 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
166 am__v_P_0 = false
167 am__v_P_1 = :
168 AM_V_GEN = $(am__v_GEN_@AM_V@)
169 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170 am__v_GEN_0 = @echo "  GEN     " $@;
171 am__v_GEN_1 = 
172 AM_V_at = $(am__v_at_@AM_V@)
173 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174 am__v_at_0 = @
175 am__v_at_1 = 
176 SOURCES =
177 DIST_SOURCES =
178 am__can_run_installinfo = \
179   case $$AM_UPDATE_INFO_DIR in \
180     n|no|NO) false;; \
181     *) (install-info --version) >/dev/null 2>&1;; \
182   esac
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 am__DIST_COMMON = $(srcdir)/Makefile.in
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 ACLOCAL = @ACLOCAL@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 APPLDFLAGS = @APPLDFLAGS@
190 AR = @AR@
191 AUTOCONF = @AUTOCONF@
192 AUTOHEADER = @AUTOHEADER@
193 AUTOMAKE = @AUTOMAKE@
194 AWK = @AWK@
195 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
196 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
197 BOOST_LDFLAGS = @BOOST_LDFLAGS@
198 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
199 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
200 BPFCFLAGS = @BPFCFLAGS@
201 CC = @CC@
202 CCDEPMODE = @CCDEPMODE@
203 CFLAGS = @CFLAGS@
204 CPP = @CPP@
205 CPPFLAGS = @CPPFLAGS@
206 CSCOPE = @CSCOPE@
207 CTAGS = @CTAGS@
208 CUNIT_CFLAGS = @CUNIT_CFLAGS@
209 CUNIT_LIBS = @CUNIT_LIBS@
210 CXX = @CXX@
211 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
212 CXXCPP = @CXXCPP@
213 CXXDEPMODE = @CXXDEPMODE@
214 CXXFLAGS = @CXXFLAGS@
215 CYGPATH_W = @CYGPATH_W@
216 CYTHON = @CYTHON@
217 DEFS = @DEFS@
218 DEPDIR = @DEPDIR@
219 DLLTOOL = @DLLTOOL@
220 DSYMUTIL = @DSYMUTIL@
221 DUMPBIN = @DUMPBIN@
222 ECHO_C = @ECHO_C@
223 ECHO_N = @ECHO_N@
224 ECHO_T = @ECHO_T@
225 EGREP = @EGREP@
226 ETAGS = @ETAGS@
227 EXEEXT = @EXEEXT@
228 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
229 EXTRACFLAG = @EXTRACFLAG@
230 EXTRA_DEFS = @EXTRA_DEFS@
231 FGREP = @FGREP@
232 GREP = @GREP@
233 HAVE_CXX14 = @HAVE_CXX14@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 JANSSON_CFLAGS = @JANSSON_CFLAGS@
240 JANSSON_LIBS = @JANSSON_LIBS@
241 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
242 JEMALLOC_LIBS = @JEMALLOC_LIBS@
243 LD = @LD@
244 LDFLAGS = @LDFLAGS@
245 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
246 LIBBPF_LIBS = @LIBBPF_LIBS@
247 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
248 LIBCARES_LIBS = @LIBCARES_LIBS@
249 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
250 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
251 LIBEV_CFLAGS = @LIBEV_CFLAGS@
252 LIBEV_LIBS = @LIBEV_LIBS@
253 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
254 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
255 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
256 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
257 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
258 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
259 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
260 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
261 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
262 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
263 LIBOBJS = @LIBOBJS@
264 LIBS = @LIBS@
265 LIBTOOL = @LIBTOOL@
266 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
267 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
268 LIBXML2_LIBS = @LIBXML2_LIBS@
269 LIPO = @LIPO@
270 LN_S = @LN_S@
271 LTLIBOBJS = @LTLIBOBJS@
272 LT_AGE = @LT_AGE@
273 LT_CURRENT = @LT_CURRENT@
274 LT_REVISION = @LT_REVISION@
275 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
276 MAKEINFO = @MAKEINFO@
277 MANIFEST_TOOL = @MANIFEST_TOOL@
278 MKDIR_P = @MKDIR_P@
279 NM = @NM@
280 NMEDIT = @NMEDIT@
281 OBJDUMP = @OBJDUMP@
282 OBJEXT = @OBJEXT@
283 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
284 OPENSSL_LIBS = @OPENSSL_LIBS@
285 OTOOL = @OTOOL@
286 OTOOL64 = @OTOOL64@
287 PACKAGE = @PACKAGE@
288 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289 PACKAGE_NAME = @PACKAGE_NAME@
290 PACKAGE_STRING = @PACKAGE_STRING@
291 PACKAGE_TARNAME = @PACKAGE_TARNAME@
292 PACKAGE_URL = @PACKAGE_URL@
293 PACKAGE_VERSION = @PACKAGE_VERSION@
294 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
295 PATH_SEPARATOR = @PATH_SEPARATOR@
296 PKG_CONFIG = @PKG_CONFIG@
297 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
298 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
299 PYTHON = @PYTHON@
300 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
301 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
302 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
303 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
304 PYTHON_LIBS = @PYTHON_LIBS@
305 PYTHON_PLATFORM = @PYTHON_PLATFORM@
306 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
307 PYTHON_PREFIX = @PYTHON_PREFIX@
308 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
309 PYTHON_VERSION = @PYTHON_VERSION@
310 RANLIB = @RANLIB@
311 SED = @SED@
312 SET_MAKE = @SET_MAKE@
313 SHELL = @SHELL@
314 STRIP = @STRIP@
315 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
316 SYSTEMD_LIBS = @SYSTEMD_LIBS@
317 TESTLDADD = @TESTLDADD@
318 VERSION = @VERSION@
319 WARNCFLAGS = @WARNCFLAGS@
320 WARNCXXFLAGS = @WARNCXXFLAGS@
321 ZLIB_CFLAGS = @ZLIB_CFLAGS@
322 ZLIB_LIBS = @ZLIB_LIBS@
323 abs_builddir = @abs_builddir@
324 abs_srcdir = @abs_srcdir@
325 abs_top_builddir = @abs_top_builddir@
326 abs_top_srcdir = @abs_top_srcdir@
327 ac_ct_AR = @ac_ct_AR@
328 ac_ct_CC = @ac_ct_CC@
329 ac_ct_CXX = @ac_ct_CXX@
330 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
331 am__include = @am__include@
332 am__leading_dot = @am__leading_dot@
333 am__quote = @am__quote@
334 am__tar = @am__tar@
335 am__untar = @am__untar@
336 bindir = @bindir@
337 build = @build@
338 build_alias = @build_alias@
339 build_cpu = @build_cpu@
340 build_os = @build_os@
341 build_vendor = @build_vendor@
342 builddir = @builddir@
343 datadir = @datadir@
344 datarootdir = @datarootdir@
345 docdir = @docdir@
346 dvidir = @dvidir@
347 exec_prefix = @exec_prefix@
348 host = @host@
349 host_alias = @host_alias@
350 host_cpu = @host_cpu@
351 host_os = @host_os@
352 host_vendor = @host_vendor@
353 htmldir = @htmldir@
354 includedir = @includedir@
355 infodir = @infodir@
356 install_sh = @install_sh@
357 libdir = @libdir@
358 libexecdir = @libexecdir@
359 localedir = @localedir@
360 localstatedir = @localstatedir@
361 mandir = @mandir@
362 mkdir_p = @mkdir_p@
363 oldincludedir = @oldincludedir@
364 pdfdir = @pdfdir@
365 pkgpyexecdir = @pkgpyexecdir@
366 pkgpythondir = @pkgpythondir@
367 prefix = @prefix@
368 program_transform_name = @program_transform_name@
369 psdir = @psdir@
370 pyexecdir = @pyexecdir@
371 pythondir = @pythondir@
372 runstatedir = @runstatedir@
373 sbindir = @sbindir@
374 sharedstatedir = @sharedstatedir@
375 srcdir = @srcdir@
376 sysconfdir = @sysconfdir@
377 target = @target@
378 target_alias = @target_alias@
379 target_cpu = @target_cpu@
380 target_os = @target_os@
381 target_vendor = @target_vendor@
382 top_build_prefix = @top_build_prefix@
383 top_builddir = @top_builddir@
384 top_srcdir = @top_srcdir@
385 EXTRA_DIST = README.rst CMakeLists.txt
386 dist_pkgdata_SCRIPTS = fetch-ocsp-response
387 all: all-am
388
389 .SUFFIXES:
390 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
391         @for dep in $?; do \
392           case '$(am__configure_deps)' in \
393             *$$dep*) \
394               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
395                 && { if test -f $@; then exit 0; else break; fi; }; \
396               exit 1;; \
397           esac; \
398         done; \
399         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu script/Makefile'; \
400         $(am__cd) $(top_srcdir) && \
401           $(AUTOMAKE) --gnu script/Makefile
402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403         @case '$?' in \
404           *config.status*) \
405             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406           *) \
407             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
408             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
409         esac;
410
411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414 $(top_srcdir)/configure:  $(am__configure_deps)
415         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
417         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(am__aclocal_m4_deps):
419 install-dist_pkgdataSCRIPTS: $(dist_pkgdata_SCRIPTS)
420         @$(NORMAL_INSTALL)
421         @list='$(dist_pkgdata_SCRIPTS)'; test -n "$(pkgdatadir)" || list=; \
422         if test -n "$$list"; then \
423           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
424           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
425         fi; \
426         for p in $$list; do \
427           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
428           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
429         done | \
430         sed -e 'p;s,.*/,,;n' \
431             -e 'h;s|.*|.|' \
432             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
433         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
434           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
435             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
436               if (++n[d] == $(am__install_max)) { \
437                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
438             else { print "f", d "/" $$4, $$1 } } \
439           END { for (d in files) print "f", d, files[d] }' | \
440         while read type dir files; do \
441              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
442              test -z "$$files" || { \
443                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgdatadir)$$dir'"; \
444                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgdatadir)$$dir" || exit $$?; \
445              } \
446         ; done
447
448 uninstall-dist_pkgdataSCRIPTS:
449         @$(NORMAL_UNINSTALL)
450         @list='$(dist_pkgdata_SCRIPTS)'; test -n "$(pkgdatadir)" || exit 0; \
451         files=`for p in $$list; do echo "$$p"; done | \
452                sed -e 's,.*/,,;$(transform)'`; \
453         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
454
455 mostlyclean-libtool:
456         -rm -f *.lo
457
458 clean-libtool:
459         -rm -rf .libs _libs
460 tags TAGS:
461
462 ctags CTAGS:
463
464 cscope cscopelist:
465
466 distdir: $(BUILT_SOURCES)
467         $(MAKE) $(AM_MAKEFLAGS) distdir-am
468
469 distdir-am: $(DISTFILES)
470         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472         list='$(DISTFILES)'; \
473           dist_files=`for file in $$list; do echo $$file; done | \
474           sed -e "s|^$$srcdirstrip/||;t" \
475               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476         case $$dist_files in \
477           */*) $(MKDIR_P) `echo "$$dist_files" | \
478                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479                            sort -u` ;; \
480         esac; \
481         for file in $$dist_files; do \
482           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483           if test -d $$d/$$file; then \
484             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485             if test -d "$(distdir)/$$file"; then \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491             fi; \
492             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493           else \
494             test -f "$(distdir)/$$file" \
495             || cp -p $$d/$$file "$(distdir)/$$file" \
496             || exit 1; \
497           fi; \
498         done
499 check-am: all-am
500 check: check-am
501 all-am: Makefile $(SCRIPTS)
502 installdirs:
503         for dir in "$(DESTDIR)$(pkgdatadir)"; do \
504           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
505         done
506 install: install-am
507 install-exec: install-exec-am
508 install-data: install-data-am
509 uninstall: uninstall-am
510
511 install-am: all-am
512         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
514 installcheck: installcheck-am
515 install-strip:
516         if test -z '$(STRIP)'; then \
517           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519               install; \
520         else \
521           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
524         fi
525 mostlyclean-generic:
526
527 clean-generic:
528
529 distclean-generic:
530         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
531         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
532
533 maintainer-clean-generic:
534         @echo "This command is intended for maintainers to use"
535         @echo "it deletes files that may require special tools to rebuild."
536 clean: clean-am
537
538 clean-am: clean-generic clean-libtool mostlyclean-am
539
540 distclean: distclean-am
541         -rm -f Makefile
542 distclean-am: clean-am distclean-generic
543
544 dvi: dvi-am
545
546 dvi-am:
547
548 html: html-am
549
550 html-am:
551
552 info: info-am
553
554 info-am:
555
556 install-data-am: install-dist_pkgdataSCRIPTS
557
558 install-dvi: install-dvi-am
559
560 install-dvi-am:
561
562 install-exec-am:
563
564 install-html: install-html-am
565
566 install-html-am:
567
568 install-info: install-info-am
569
570 install-info-am:
571
572 install-man:
573
574 install-pdf: install-pdf-am
575
576 install-pdf-am:
577
578 install-ps: install-ps-am
579
580 install-ps-am:
581
582 installcheck-am:
583
584 maintainer-clean: maintainer-clean-am
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-am
589
590 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
591
592 pdf: pdf-am
593
594 pdf-am:
595
596 ps: ps-am
597
598 ps-am:
599
600 uninstall-am: uninstall-dist_pkgdataSCRIPTS
601
602 .MAKE: install-am install-strip
603
604 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
605         cscopelist-am ctags-am distclean distclean-generic \
606         distclean-libtool distdir dvi dvi-am html html-am info info-am \
607         install install-am install-data install-data-am \
608         install-dist_pkgdataSCRIPTS install-dvi install-dvi-am \
609         install-exec install-exec-am install-html install-html-am \
610         install-info install-info-am install-man install-pdf \
611         install-pdf-am install-ps install-ps-am install-strip \
612         installcheck installcheck-am installdirs maintainer-clean \
613         maintainer-clean-generic mostlyclean mostlyclean-generic \
614         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
615         uninstall-am uninstall-dist_pkgdataSCRIPTS
616
617 .PRECIOUS: Makefile
618
619
620 # Tell versions [3.59,3.63) of GNU make to not export all variables.
621 # Otherwise a system limit (for SysV at least) may be exceeded.
622 .NOEXPORT: