Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = packages/vms
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
  89. $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
  90. $(top_srcdir)/m4/curl-compilers.m4 \
  91. $(top_srcdir)/m4/curl-confopts.m4 \
  92. $(top_srcdir)/m4/curl-functions.m4 \
  93. $(top_srcdir)/m4/curl-openssl.m4 \
  94. $(top_srcdir)/m4/curl-override.m4 \
  95. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  96. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  97. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  98. $(top_srcdir)/m4/xc-am-iface.m4 \
  99. $(top_srcdir)/m4/xc-cc-check.m4 \
  100. $(top_srcdir)/m4/xc-lt-iface.m4 \
  101. $(top_srcdir)/m4/xc-translit.m4 \
  102. $(top_srcdir)/m4/xc-val-flgs.m4 \
  103. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  104. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  105. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  106. $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108. $(ACLOCAL_M4)
  109. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  110. mkinstalldirs = $(install_sh) -d
  111. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  112. CONFIG_CLEAN_FILES =
  113. CONFIG_CLEAN_VPATH_FILES =
  114. AM_V_P = $(am__v_P_@AM_V@)
  115. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_@AM_V@)
  119. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_@AM_V@)
  123. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. SOURCES =
  127. DIST_SOURCES =
  128. am__can_run_installinfo = \
  129. case $$AM_UPDATE_INFO_DIR in \
  130. n|no|NO) false;; \
  131. *) (install-info --version) >/dev/null 2>&1;; \
  132. esac
  133. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  134. am__DIST_COMMON = $(srcdir)/Makefile.in
  135. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  136. ACLOCAL = @ACLOCAL@
  137. AMTAR = @AMTAR@
  138. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  139. AR = @AR@
  140. AR_FLAGS = @AR_FLAGS@
  141. AS = @AS@
  142. AUTOCONF = @AUTOCONF@
  143. AUTOHEADER = @AUTOHEADER@
  144. AUTOMAKE = @AUTOMAKE@
  145. AWK = @AWK@
  146. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  147. CC = @CC@
  148. CCDEPMODE = @CCDEPMODE@
  149. CFLAGS = @CFLAGS@
  150. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  151. CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
  152. CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
  153. CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
  154. CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
  155. CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
  156. CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
  157. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  158. CPP = @CPP@
  159. CPPFLAGS = @CPPFLAGS@
  160. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  161. CURLVERSION = @CURLVERSION@
  162. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  163. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  164. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  165. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  166. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  167. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  168. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  169. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  170. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  171. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  172. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  173. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  174. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  175. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  176. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  177. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  178. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  179. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  180. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  181. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  182. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  183. CYGPATH_W = @CYGPATH_W@
  184. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  185. DEFS = @DEFS@
  186. DEPDIR = @DEPDIR@
  187. DLLTOOL = @DLLTOOL@
  188. DSYMUTIL = @DSYMUTIL@
  189. DUMPBIN = @DUMPBIN@
  190. ECHO_C = @ECHO_C@
  191. ECHO_N = @ECHO_N@
  192. ECHO_T = @ECHO_T@
  193. EGREP = @EGREP@
  194. ENABLE_SHARED = @ENABLE_SHARED@
  195. ENABLE_STATIC = @ENABLE_STATIC@
  196. EXEEXT = @EXEEXT@
  197. FGREP = @FGREP@
  198. GCOV = @GCOV@
  199. GENHTML = @GENHTML@
  200. GREP = @GREP@
  201. HAVE_BROTLI = @HAVE_BROTLI@
  202. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  203. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  204. HAVE_LIBZ = @HAVE_LIBZ@
  205. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  206. IDN_ENABLED = @IDN_ENABLED@
  207. INSTALL = @INSTALL@
  208. INSTALL_DATA = @INSTALL_DATA@
  209. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  210. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  211. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  212. IPV6_ENABLED = @IPV6_ENABLED@
  213. LCOV = @LCOV@
  214. LD = @LD@
  215. LDFLAGS = @LDFLAGS@
  216. LIBCURL_LIBS = @LIBCURL_LIBS@
  217. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  218. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  219. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  220. LIBOBJS = @LIBOBJS@
  221. LIBS = @LIBS@
  222. LIBTOOL = @LIBTOOL@
  223. LIPO = @LIPO@
  224. LN_S = @LN_S@
  225. LTLIBOBJS = @LTLIBOBJS@
  226. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  227. MAINT = @MAINT@
  228. MAKEINFO = @MAKEINFO@
  229. MANIFEST_TOOL = @MANIFEST_TOOL@
  230. MANOPT = @MANOPT@
  231. MKDIR_P = @MKDIR_P@
  232. NM = @NM@
  233. NMEDIT = @NMEDIT@
  234. NROFF = @NROFF@
  235. NSS_LIBS = @NSS_LIBS@
  236. OBJDUMP = @OBJDUMP@
  237. OBJEXT = @OBJEXT@
  238. OTOOL = @OTOOL@
  239. OTOOL64 = @OTOOL64@
  240. PACKAGE = @PACKAGE@
  241. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  242. PACKAGE_NAME = @PACKAGE_NAME@
  243. PACKAGE_STRING = @PACKAGE_STRING@
  244. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  245. PACKAGE_URL = @PACKAGE_URL@
  246. PACKAGE_VERSION = @PACKAGE_VERSION@
  247. PATH_SEPARATOR = @PATH_SEPARATOR@
  248. PERL = @PERL@
  249. PKGADD_NAME = @PKGADD_NAME@
  250. PKGADD_PKG = @PKGADD_PKG@
  251. PKGADD_VENDOR = @PKGADD_VENDOR@
  252. PKGCONFIG = @PKGCONFIG@
  253. RANDOM_FILE = @RANDOM_FILE@
  254. RANLIB = @RANLIB@
  255. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  256. SED = @SED@
  257. SET_MAKE = @SET_MAKE@
  258. SHELL = @SHELL@
  259. SSL_BACKENDS = @SSL_BACKENDS@
  260. SSL_ENABLED = @SSL_ENABLED@
  261. SSL_LIBS = @SSL_LIBS@
  262. STRIP = @STRIP@
  263. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  264. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  265. USE_ARES = @USE_ARES@
  266. USE_AXTLS = @USE_AXTLS@
  267. USE_CYASSL = @USE_CYASSL@
  268. USE_DARWINSSL = @USE_DARWINSSL@
  269. USE_GNUTLS = @USE_GNUTLS@
  270. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  271. USE_LIBRTMP = @USE_LIBRTMP@
  272. USE_LIBSSH = @USE_LIBSSH@
  273. USE_LIBSSH2 = @USE_LIBSSH2@
  274. USE_MBEDTLS = @USE_MBEDTLS@
  275. USE_NGHTTP2 = @USE_NGHTTP2@
  276. USE_NSS = @USE_NSS@
  277. USE_OPENLDAP = @USE_OPENLDAP@
  278. USE_POLARSSL = @USE_POLARSSL@
  279. USE_SCHANNEL = @USE_SCHANNEL@
  280. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  281. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  282. VERSION = @VERSION@
  283. VERSIONNUM = @VERSIONNUM@
  284. ZLIB_LIBS = @ZLIB_LIBS@
  285. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  286. abs_builddir = @abs_builddir@
  287. abs_srcdir = @abs_srcdir@
  288. abs_top_builddir = @abs_top_builddir@
  289. abs_top_srcdir = @abs_top_srcdir@
  290. ac_ct_AR = @ac_ct_AR@
  291. ac_ct_CC = @ac_ct_CC@
  292. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  293. am__include = @am__include@
  294. am__leading_dot = @am__leading_dot@
  295. am__quote = @am__quote@
  296. am__tar = @am__tar@
  297. am__untar = @am__untar@
  298. bindir = @bindir@
  299. build = @build@
  300. build_alias = @build_alias@
  301. build_cpu = @build_cpu@
  302. build_os = @build_os@
  303. build_vendor = @build_vendor@
  304. builddir = @builddir@
  305. datadir = @datadir@
  306. datarootdir = @datarootdir@
  307. docdir = @docdir@
  308. dvidir = @dvidir@
  309. exec_prefix = @exec_prefix@
  310. host = @host@
  311. host_alias = @host_alias@
  312. host_cpu = @host_cpu@
  313. host_os = @host_os@
  314. host_vendor = @host_vendor@
  315. htmldir = @htmldir@
  316. includedir = @includedir@
  317. infodir = @infodir@
  318. install_sh = @install_sh@
  319. libdir = @libdir@
  320. libexecdir = @libexecdir@
  321. libext = @libext@
  322. localedir = @localedir@
  323. localstatedir = @localstatedir@
  324. mandir = @mandir@
  325. mkdir_p = @mkdir_p@
  326. oldincludedir = @oldincludedir@
  327. pdfdir = @pdfdir@
  328. prefix = @prefix@
  329. program_transform_name = @program_transform_name@
  330. psdir = @psdir@
  331. runstatedir = @runstatedir@
  332. sbindir = @sbindir@
  333. sharedstatedir = @sharedstatedir@
  334. srcdir = @srcdir@
  335. subdirs = @subdirs@
  336. sysconfdir = @sysconfdir@
  337. target_alias = @target_alias@
  338. top_build_prefix = @top_build_prefix@
  339. top_builddir = @top_builddir@
  340. top_srcdir = @top_srcdir@
  341. EXTRA_DIST = \
  342. backup_gnv_curl_src.com \
  343. build_curl-config_script.com \
  344. build_gnv_curl.com \
  345. build_gnv_curl_pcsi_desc.com \
  346. build_gnv_curl_pcsi_text.com \
  347. build_gnv_curl_release_notes.com \
  348. build_libcurl_pc.com \
  349. build_vms.com \
  350. clean_gnv_curl.com \
  351. compare_curl_source.com \
  352. config_h.com \
  353. curl_crtl_init.c \
  354. curl_gnv_build_steps.txt \
  355. curl_release_note_start.txt \
  356. curl_startup.com \
  357. curlmsg.h \
  358. curlmsg.msg \
  359. curlmsg.sdl \
  360. curlmsg_vms.h \
  361. generate_config_vms_h_curl.com \
  362. generate_vax_transfer.com \
  363. gnv_conftest.c_first \
  364. gnv_curl_configure.sh \
  365. gnv_libcurl_symbols.opt \
  366. gnv_link_curl.com \
  367. macro32_exactcase.patch \
  368. make_gnv_curl_install.sh \
  369. make_pcsi_curl_kit_name.com \
  370. pcsi_gnv_curl_file_list.txt \
  371. pcsi_product_gnv_curl.com \
  372. readme \
  373. report_openssl_version.c \
  374. setup_gnv_curl_build.com \
  375. stage_curl_install.com \
  376. vms_eco_level.h
  377. all: all-am
  378. .SUFFIXES:
  379. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  380. @for dep in $?; do \
  381. case '$(am__configure_deps)' in \
  382. *$$dep*) \
  383. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  384. && { if test -f $@; then exit 0; else break; fi; }; \
  385. exit 1;; \
  386. esac; \
  387. done; \
  388. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/vms/Makefile'; \
  389. $(am__cd) $(top_srcdir) && \
  390. $(AUTOMAKE) --foreign packages/vms/Makefile
  391. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  392. @case '$?' in \
  393. *config.status*) \
  394. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  395. *) \
  396. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  397. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  398. esac;
  399. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  400. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  401. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  402. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  403. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  404. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  405. $(am__aclocal_m4_deps):
  406. mostlyclean-libtool:
  407. -rm -f *.lo
  408. clean-libtool:
  409. -rm -rf .libs _libs
  410. tags TAGS:
  411. ctags CTAGS:
  412. cscope cscopelist:
  413. distdir: $(BUILT_SOURCES)
  414. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  415. distdir-am: $(DISTFILES)
  416. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  417. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  418. list='$(DISTFILES)'; \
  419. dist_files=`for file in $$list; do echo $$file; done | \
  420. sed -e "s|^$$srcdirstrip/||;t" \
  421. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  422. case $$dist_files in \
  423. */*) $(MKDIR_P) `echo "$$dist_files" | \
  424. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  425. sort -u` ;; \
  426. esac; \
  427. for file in $$dist_files; do \
  428. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  429. if test -d $$d/$$file; then \
  430. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  431. if test -d "$(distdir)/$$file"; then \
  432. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  433. fi; \
  434. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  435. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  436. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  437. fi; \
  438. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  439. else \
  440. test -f "$(distdir)/$$file" \
  441. || cp -p $$d/$$file "$(distdir)/$$file" \
  442. || exit 1; \
  443. fi; \
  444. done
  445. check-am: all-am
  446. check: check-am
  447. all-am: Makefile
  448. installdirs:
  449. install: install-am
  450. install-exec: install-exec-am
  451. install-data: install-data-am
  452. uninstall: uninstall-am
  453. install-am: all-am
  454. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  455. installcheck: installcheck-am
  456. install-strip:
  457. if test -z '$(STRIP)'; then \
  458. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  459. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  460. install; \
  461. else \
  462. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  463. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  464. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  465. fi
  466. mostlyclean-generic:
  467. clean-generic:
  468. distclean-generic:
  469. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  470. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  471. maintainer-clean-generic:
  472. @echo "This command is intended for maintainers to use"
  473. @echo "it deletes files that may require special tools to rebuild."
  474. clean: clean-am
  475. clean-am: clean-generic clean-libtool mostlyclean-am
  476. distclean: distclean-am
  477. -rm -f Makefile
  478. distclean-am: clean-am distclean-generic
  479. dvi: dvi-am
  480. dvi-am:
  481. html: html-am
  482. html-am:
  483. info: info-am
  484. info-am:
  485. install-data-am:
  486. install-dvi: install-dvi-am
  487. install-dvi-am:
  488. install-exec-am:
  489. install-html: install-html-am
  490. install-html-am:
  491. install-info: install-info-am
  492. install-info-am:
  493. install-man:
  494. install-pdf: install-pdf-am
  495. install-pdf-am:
  496. install-ps: install-ps-am
  497. install-ps-am:
  498. installcheck-am:
  499. maintainer-clean: maintainer-clean-am
  500. -rm -f Makefile
  501. maintainer-clean-am: distclean-am maintainer-clean-generic
  502. mostlyclean: mostlyclean-am
  503. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  504. pdf: pdf-am
  505. pdf-am:
  506. ps: ps-am
  507. ps-am:
  508. uninstall-am:
  509. .MAKE: install-am install-strip
  510. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  511. cscopelist-am ctags-am distclean distclean-generic \
  512. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  513. install install-am install-data install-data-am install-dvi \
  514. install-dvi-am install-exec install-exec-am install-html \
  515. install-html-am install-info install-info-am install-man \
  516. install-pdf install-pdf-am install-ps install-ps-am \
  517. install-strip installcheck installcheck-am installdirs \
  518. maintainer-clean maintainer-clean-generic mostlyclean \
  519. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  520. tags-am uninstall uninstall-am
  521. .PRECIOUS: Makefile
  522. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  523. # Otherwise a system limit (for SysV at least) may be exceeded.
  524. .NOEXPORT: