Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / script / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 CC = @CC@
201 CCDEPMODE = @CCDEPMODE@
202 CFLAGS = @CFLAGS@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CUNIT_CFLAGS = @CUNIT_CFLAGS@
206 CUNIT_LIBS = @CUNIT_LIBS@
207 CXX = @CXX@
208 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
209 CXXCPP = @CXXCPP@
210 CXXDEPMODE = @CXXDEPMODE@
211 CXXFLAGS = @CXXFLAGS@
212 CYGPATH_W = @CYGPATH_W@
213 CYTHON = @CYTHON@
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 EXEEXT = @EXEEXT@
224 EXTRACFLAG = @EXTRACFLAG@
225 FGREP = @FGREP@
226 GREP = @GREP@
227 HAVE_CXX14 = @HAVE_CXX14@
228 INSTALL = @INSTALL@
229 INSTALL_DATA = @INSTALL_DATA@
230 INSTALL_PROGRAM = @INSTALL_PROGRAM@
231 INSTALL_SCRIPT = @INSTALL_SCRIPT@
232 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233 JANSSON_CFLAGS = @JANSSON_CFLAGS@
234 JANSSON_LIBS = @JANSSON_LIBS@
235 JEMALLOC_LIBS = @JEMALLOC_LIBS@
236 LD = @LD@
237 LDFLAGS = @LDFLAGS@
238 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
239 LIBCARES_LIBS = @LIBCARES_LIBS@
240 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
241 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
242 LIBEV_CFLAGS = @LIBEV_CFLAGS@
243 LIBEV_LIBS = @LIBEV_LIBS@
244 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
245 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
246 LIBOBJS = @LIBOBJS@
247 LIBS = @LIBS@
248 LIBTOOL = @LIBTOOL@
249 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
250 LIBXML2_LIBS = @LIBXML2_LIBS@
251 LIPO = @LIPO@
252 LN_S = @LN_S@
253 LTLIBOBJS = @LTLIBOBJS@
254 LT_AGE = @LT_AGE@
255 LT_CURRENT = @LT_CURRENT@
256 LT_REVISION = @LT_REVISION@
257 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
258 MAKEINFO = @MAKEINFO@
259 MANIFEST_TOOL = @MANIFEST_TOOL@
260 MKDIR_P = @MKDIR_P@
261 NM = @NM@
262 NMEDIT = @NMEDIT@
263 OBJDUMP = @OBJDUMP@
264 OBJEXT = @OBJEXT@
265 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
266 OPENSSL_LIBS = @OPENSSL_LIBS@
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 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 PKG_CONFIG = @PKG_CONFIG@
279 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
280 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
281 PYTHON = @PYTHON@
282 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
283 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
284 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
285 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
286 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
287 PYTHON_PLATFORM = @PYTHON_PLATFORM@
288 PYTHON_PREFIX = @PYTHON_PREFIX@
289 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
290 PYTHON_VERSION = @PYTHON_VERSION@
291 RANLIB = @RANLIB@
292 SED = @SED@
293 SET_MAKE = @SET_MAKE@
294 SHELL = @SHELL@
295 STRIP = @STRIP@
296 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
297 SYSTEMD_LIBS = @SYSTEMD_LIBS@
298 TESTLDADD = @TESTLDADD@
299 VERSION = @VERSION@
300 WARNCFLAGS = @WARNCFLAGS@
301 WARNCXXFLAGS = @WARNCXXFLAGS@
302 ZLIB_CFLAGS = @ZLIB_CFLAGS@
303 ZLIB_LIBS = @ZLIB_LIBS@
304 abs_builddir = @abs_builddir@
305 abs_srcdir = @abs_srcdir@
306 abs_top_builddir = @abs_top_builddir@
307 abs_top_srcdir = @abs_top_srcdir@
308 ac_ct_AR = @ac_ct_AR@
309 ac_ct_CC = @ac_ct_CC@
310 ac_ct_CXX = @ac_ct_CXX@
311 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
312 am__include = @am__include@
313 am__leading_dot = @am__leading_dot@
314 am__quote = @am__quote@
315 am__tar = @am__tar@
316 am__untar = @am__untar@
317 bindir = @bindir@
318 build = @build@
319 build_alias = @build_alias@
320 build_cpu = @build_cpu@
321 build_os = @build_os@
322 build_vendor = @build_vendor@
323 builddir = @builddir@
324 datadir = @datadir@
325 datarootdir = @datarootdir@
326 docdir = @docdir@
327 dvidir = @dvidir@
328 exec_prefix = @exec_prefix@
329 host = @host@
330 host_alias = @host_alias@
331 host_cpu = @host_cpu@
332 host_os = @host_os@
333 host_vendor = @host_vendor@
334 htmldir = @htmldir@
335 includedir = @includedir@
336 infodir = @infodir@
337 install_sh = @install_sh@
338 libdir = @libdir@
339 libexecdir = @libexecdir@
340 localedir = @localedir@
341 localstatedir = @localstatedir@
342 mandir = @mandir@
343 mkdir_p = @mkdir_p@
344 oldincludedir = @oldincludedir@
345 pdfdir = @pdfdir@
346 pkgpyexecdir = @pkgpyexecdir@
347 pkgpythondir = @pkgpythondir@
348 prefix = @prefix@
349 program_transform_name = @program_transform_name@
350 psdir = @psdir@
351 pyexecdir = @pyexecdir@
352 pythondir = @pythondir@
353 runstatedir = @runstatedir@
354 sbindir = @sbindir@
355 sharedstatedir = @sharedstatedir@
356 srcdir = @srcdir@
357 sysconfdir = @sysconfdir@
358 target = @target@
359 target_alias = @target_alias@
360 target_cpu = @target_cpu@
361 target_os = @target_os@
362 target_vendor = @target_vendor@
363 top_build_prefix = @top_build_prefix@
364 top_builddir = @top_builddir@
365 top_srcdir = @top_srcdir@
366 EXTRA_DIST = README.rst CMakeLists.txt
367 dist_pkgdata_SCRIPTS = fetch-ocsp-response
368 all: all-am
369
370 .SUFFIXES:
371 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
372         @for dep in $?; do \
373           case '$(am__configure_deps)' in \
374             *$$dep*) \
375               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376                 && { if test -f $@; then exit 0; else break; fi; }; \
377               exit 1;; \
378           esac; \
379         done; \
380         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu script/Makefile'; \
381         $(am__cd) $(top_srcdir) && \
382           $(AUTOMAKE) --gnu script/Makefile
383 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384         @case '$?' in \
385           *config.status*) \
386             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
387           *) \
388             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
389             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
390         esac;
391
392 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394
395 $(top_srcdir)/configure:  $(am__configure_deps)
396         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
398         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399 $(am__aclocal_m4_deps):
400 install-dist_pkgdataSCRIPTS: $(dist_pkgdata_SCRIPTS)
401         @$(NORMAL_INSTALL)
402         @list='$(dist_pkgdata_SCRIPTS)'; test -n "$(pkgdatadir)" || list=; \
403         if test -n "$$list"; then \
404           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
405           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
406         fi; \
407         for p in $$list; do \
408           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
409           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
410         done | \
411         sed -e 'p;s,.*/,,;n' \
412             -e 'h;s|.*|.|' \
413             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
414         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
415           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
416             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
417               if (++n[d] == $(am__install_max)) { \
418                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
419             else { print "f", d "/" $$4, $$1 } } \
420           END { for (d in files) print "f", d, files[d] }' | \
421         while read type dir files; do \
422              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
423              test -z "$$files" || { \
424                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgdatadir)$$dir'"; \
425                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgdatadir)$$dir" || exit $$?; \
426              } \
427         ; done
428
429 uninstall-dist_pkgdataSCRIPTS:
430         @$(NORMAL_UNINSTALL)
431         @list='$(dist_pkgdata_SCRIPTS)'; test -n "$(pkgdatadir)" || exit 0; \
432         files=`for p in $$list; do echo "$$p"; done | \
433                sed -e 's,.*/,,;$(transform)'`; \
434         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
435
436 mostlyclean-libtool:
437         -rm -f *.lo
438
439 clean-libtool:
440         -rm -rf .libs _libs
441 tags TAGS:
442
443 ctags CTAGS:
444
445 cscope cscopelist:
446
447
448 distdir: $(BUILT_SOURCES)
449         $(MAKE) $(AM_MAKEFLAGS) distdir-am
450
451 distdir-am: $(DISTFILES)
452         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454         list='$(DISTFILES)'; \
455           dist_files=`for file in $$list; do echo $$file; done | \
456           sed -e "s|^$$srcdirstrip/||;t" \
457               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
458         case $$dist_files in \
459           */*) $(MKDIR_P) `echo "$$dist_files" | \
460                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
461                            sort -u` ;; \
462         esac; \
463         for file in $$dist_files; do \
464           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
465           if test -d $$d/$$file; then \
466             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
467             if test -d "$(distdir)/$$file"; then \
468               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469             fi; \
470             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
472               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473             fi; \
474             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
475           else \
476             test -f "$(distdir)/$$file" \
477             || cp -p $$d/$$file "$(distdir)/$$file" \
478             || exit 1; \
479           fi; \
480         done
481 check-am: all-am
482 check: check-am
483 all-am: Makefile $(SCRIPTS)
484 installdirs:
485         for dir in "$(DESTDIR)$(pkgdatadir)"; do \
486           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
487         done
488 install: install-am
489 install-exec: install-exec-am
490 install-data: install-data-am
491 uninstall: uninstall-am
492
493 install-am: all-am
494         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
495
496 installcheck: installcheck-am
497 install-strip:
498         if test -z '$(STRIP)'; then \
499           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501               install; \
502         else \
503           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
506         fi
507 mostlyclean-generic:
508
509 clean-generic:
510
511 distclean-generic:
512         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
515 maintainer-clean-generic:
516         @echo "This command is intended for maintainers to use"
517         @echo "it deletes files that may require special tools to rebuild."
518 clean: clean-am
519
520 clean-am: clean-generic clean-libtool mostlyclean-am
521
522 distclean: distclean-am
523         -rm -f Makefile
524 distclean-am: clean-am distclean-generic
525
526 dvi: dvi-am
527
528 dvi-am:
529
530 html: html-am
531
532 html-am:
533
534 info: info-am
535
536 info-am:
537
538 install-data-am: install-dist_pkgdataSCRIPTS
539
540 install-dvi: install-dvi-am
541
542 install-dvi-am:
543
544 install-exec-am:
545
546 install-html: install-html-am
547
548 install-html-am:
549
550 install-info: install-info-am
551
552 install-info-am:
553
554 install-man:
555
556 install-pdf: install-pdf-am
557
558 install-pdf-am:
559
560 install-ps: install-ps-am
561
562 install-ps-am:
563
564 installcheck-am:
565
566 maintainer-clean: maintainer-clean-am
567         -rm -f Makefile
568 maintainer-clean-am: distclean-am maintainer-clean-generic
569
570 mostlyclean: mostlyclean-am
571
572 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
573
574 pdf: pdf-am
575
576 pdf-am:
577
578 ps: ps-am
579
580 ps-am:
581
582 uninstall-am: uninstall-dist_pkgdataSCRIPTS
583
584 .MAKE: install-am install-strip
585
586 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
587         cscopelist-am ctags-am distclean distclean-generic \
588         distclean-libtool distdir dvi dvi-am html html-am info info-am \
589         install install-am install-data install-data-am \
590         install-dist_pkgdataSCRIPTS install-dvi install-dvi-am \
591         install-exec install-exec-am install-html install-html-am \
592         install-info install-info-am install-man install-pdf \
593         install-pdf-am install-ps install-ps-am install-strip \
594         installcheck installcheck-am installdirs maintainer-clean \
595         maintainer-clean-generic mostlyclean mostlyclean-generic \
596         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
597         uninstall-am uninstall-dist_pkgdataSCRIPTS
598
599 .PRECIOUS: Makefile
600
601
602 # Tell versions [3.59,3.63) of GNU make to not export all variables.
603 # Otherwise a system limit (for SysV at least) may be exceeded.
604 .NOEXPORT: