Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # tests/certs/scripts/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2013 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. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  12. am__make_running_with_option = \
  13. case $${target_option-} in \
  14. ?) ;; \
  15. *) echo "am__make_running_with_option: internal error: invalid" \
  16. "target option '$${target_option-}' specified" >&2; \
  17. exit 1;; \
  18. esac; \
  19. has_opt=no; \
  20. sane_makeflags=$$MAKEFLAGS; \
  21. if $(am__is_gnu_make); then \
  22. sane_makeflags=$$MFLAGS; \
  23. else \
  24. case $$MAKEFLAGS in \
  25. *\\[\ \ ]*) \
  26. bs=\\; \
  27. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  28. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  29. esac; \
  30. fi; \
  31. skip_next=no; \
  32. strip_trailopt () \
  33. { \
  34. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  35. }; \
  36. for flg in $$sane_makeflags; do \
  37. test $$skip_next = yes && { skip_next=no; continue; }; \
  38. case $$flg in \
  39. *=*|--*) continue;; \
  40. -*I) strip_trailopt 'I'; skip_next=yes;; \
  41. -*I?*) strip_trailopt 'I';; \
  42. -*O) strip_trailopt 'O'; skip_next=yes;; \
  43. -*O?*) strip_trailopt 'O';; \
  44. -*l) strip_trailopt 'l'; skip_next=yes;; \
  45. -*l?*) strip_trailopt 'l';; \
  46. -[dEDm]) skip_next=yes;; \
  47. -[JT]) skip_next=yes;; \
  48. esac; \
  49. case $$flg in \
  50. *$$target_option*) has_opt=yes; break;; \
  51. esac; \
  52. done; \
  53. test $$has_opt = yes
  54. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  55. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  56. pkgdatadir = $(datadir)/curl
  57. pkgincludedir = $(includedir)/curl
  58. pkglibdir = $(libdir)/curl
  59. pkglibexecdir = $(libexecdir)/curl
  60. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  61. install_sh_DATA = $(install_sh) -c -m 644
  62. install_sh_PROGRAM = $(install_sh) -c
  63. install_sh_SCRIPT = $(install_sh) -c
  64. INSTALL_HEADER = $(INSTALL_DATA)
  65. transform = $(program_transform_name)
  66. NORMAL_INSTALL = :
  67. PRE_INSTALL = :
  68. POST_INSTALL = :
  69. NORMAL_UNINSTALL = :
  70. PRE_UNINSTALL = :
  71. POST_UNINSTALL = :
  72. build_triplet = x86_64-unknown-linux-gnu
  73. host_triplet = arm-unknown-linux-gnueabihf
  74. subdir = tests/certs/scripts
  75. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  76. $(top_srcdir)/mkinstalldirs
  77. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  78. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  79. $(top_srcdir)/m4/curl-confopts.m4 \
  80. $(top_srcdir)/m4/curl-functions.m4 \
  81. $(top_srcdir)/m4/curl-openssl.m4 \
  82. $(top_srcdir)/m4/curl-override.m4 \
  83. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  84. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  85. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  86. $(top_srcdir)/m4/xc-am-iface.m4 \
  87. $(top_srcdir)/m4/xc-cc-check.m4 \
  88. $(top_srcdir)/m4/xc-lt-iface.m4 \
  89. $(top_srcdir)/m4/xc-translit.m4 \
  90. $(top_srcdir)/m4/xc-val-flgs.m4 \
  91. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  92. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  93. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  94. $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  98. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  99. $(top_builddir)/include/curl/curlbuild.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_$(V))
  103. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_$(V))
  107. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_$(V))
  111. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  122. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  123. ACLOCAL = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run aclocal-1.14
  124. AMTAR = $${TAR-tar}
  125. AM_DEFAULT_VERBOSITY = 1
  126. AR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar
  127. AS = as
  128. AUTOCONF = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run autoconf
  129. AUTOHEADER = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run autoheader
  130. AUTOMAKE = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run automake-1.14
  131. AWK = gawk
  132. BLANK_AT_MAKETIME =
  133. CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
  134. CCDEPMODE = depmode=gcc3
  135. CFLAGS = -O2 -Wno-system-headers
  136. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  137. CONFIGURE_OPTIONS = " '--host=arm-linux-gnueabihf' '--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/release' '--with-ssl' '--with-zlib' '--enable-static' '--enable-libgcc' 'CC=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc' 'AR=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar' 'RANLIB=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib' 'STRIP=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip' 'CXX=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-g++' 'host_alias=arm-linux-gnueabihf'"
  138. CPP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
  139. CPPFLAGS =
  140. CPPFLAG_CURL_STATICLIB =
  141. CURLVERSION = 7.37.1
  142. CURL_CA_BUNDLE =
  143. CURL_CFLAG_EXTRAS =
  144. CURL_DISABLE_DICT =
  145. CURL_DISABLE_FILE =
  146. CURL_DISABLE_FTP =
  147. CURL_DISABLE_GOPHER =
  148. CURL_DISABLE_HTTP =
  149. CURL_DISABLE_IMAP =
  150. CURL_DISABLE_LDAP = 1
  151. CURL_DISABLE_LDAPS = 1
  152. CURL_DISABLE_POP3 =
  153. CURL_DISABLE_PROXY =
  154. CURL_DISABLE_RTSP =
  155. CURL_DISABLE_SMTP =
  156. CURL_DISABLE_TELNET =
  157. CURL_DISABLE_TFTP =
  158. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  159. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  160. CURL_NETWORK_LIBS = -lgcc
  161. CYGPATH_W = echo
  162. DEFS = -DHAVE_CONFIG_H
  163. DEPDIR = .deps
  164. DLLTOOL = false
  165. DSYMUTIL =
  166. DUMPBIN = :
  167. ECHO_C =
  168. ECHO_N = -n
  169. ECHO_T =
  170. EGREP = /bin/grep -E
  171. ENABLE_SHARED = yes
  172. ENABLE_STATIC = yes
  173. EXEEXT =
  174. FGREP = /bin/grep -F
  175. GREP = /bin/grep
  176. HAVE_GNUTLS_SRP =
  177. HAVE_LDAP_SSL = 1
  178. HAVE_LIBZ = 1
  179. HAVE_SSLEAY_SRP = 1
  180. IDN_ENABLED =
  181. INSTALL = /usr/bin/install -c
  182. INSTALL_DATA = ${INSTALL} -m 644
  183. INSTALL_PROGRAM = ${INSTALL}
  184. INSTALL_SCRIPT = ${INSTALL}
  185. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  186. IPV6_ENABLED =
  187. LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
  188. LDFLAGS =
  189. LIBCURL_LIBS = -lssl -lcrypto -lz -lgcc
  190. LIBMETALINK_CPPFLAGS =
  191. LIBMETALINK_LDFLAGS =
  192. LIBMETALINK_LIBS =
  193. LIBOBJS =
  194. LIBS = -lssl -lcrypto -lz -lgcc
  195. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  196. LIPO =
  197. LN_S = ln -s
  198. LTLIBOBJS =
  199. MAINT = #
  200. MAKEINFO = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run makeinfo
  201. MANIFEST_TOOL = :
  202. MANOPT = -man
  203. MKDIR_P = /bin/mkdir -p
  204. NM = nm
  205. NMEDIT =
  206. NROFF = /usr/bin/nroff
  207. OBJDUMP = objdump
  208. OBJEXT = o
  209. OTOOL =
  210. OTOOL64 =
  211. PACKAGE = curl
  212. PACKAGE_BUGREPORT = a suitable curl mailing list: http://curl.haxx.se/mail/
  213. PACKAGE_NAME = curl
  214. PACKAGE_STRING = curl -
  215. PACKAGE_TARNAME = curl
  216. PACKAGE_URL =
  217. PACKAGE_VERSION = -
  218. PATH_SEPARATOR = :
  219. PERL = /usr/bin/perl
  220. PKGADD_NAME = cURL - a client that groks URLs
  221. PKGADD_PKG = HAXXcurl
  222. PKGADD_VENDOR = curl.haxx.se
  223. PKGCONFIG = no
  224. RANDOM_FILE =
  225. RANLIB = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib
  226. REQUIRE_LIB_DEPS = no
  227. SED = /bin/sed
  228. SET_MAKE =
  229. SHELL = /bin/bash
  230. SSL_ENABLED = 1
  231. STRIP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip
  232. SUPPORT_FEATURES = SSL libz NTLM NTLM_WB TLS-SRP
  233. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP
  234. USE_ARES =
  235. USE_AXTLS =
  236. USE_CYASSL =
  237. USE_DARWINSSL =
  238. USE_GNUTLS =
  239. USE_GNUTLS_NETTLE =
  240. USE_LIBRTMP =
  241. USE_LIBSSH2 =
  242. USE_NGHTTP2 =
  243. USE_NSS =
  244. USE_OPENLDAP =
  245. USE_POLARSSL =
  246. USE_SCHANNEL =
  247. USE_SSLEAY = 1
  248. USE_WINDOWS_SSPI =
  249. VERSION = -
  250. VERSIONNUM = 072501
  251. ZLIB_LIBS = -lz
  252. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/tests/certs/scripts
  253. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/tests/certs/scripts
  254. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1
  255. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1
  256. ac_ct_AR =
  257. ac_ct_CC =
  258. ac_ct_DUMPBIN = link -dump
  259. am__include = include
  260. am__leading_dot = .
  261. am__quote =
  262. am__tar = $${TAR-tar} chof - "$$tardir"
  263. am__untar = $${TAR-tar} xf -
  264. bindir = ${exec_prefix}/bin
  265. build = x86_64-unknown-linux-gnu
  266. build_alias =
  267. build_cpu = x86_64
  268. build_os = linux-gnu
  269. build_vendor = unknown
  270. builddir = .
  271. datadir = ${datarootdir}
  272. datarootdir = ${prefix}/share
  273. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  274. dvidir = ${docdir}
  275. exec_prefix = ${prefix}
  276. host = arm-unknown-linux-gnueabihf
  277. host_alias = arm-linux-gnueabihf
  278. host_cpu = arm
  279. host_os = linux-gnueabihf
  280. host_vendor = unknown
  281. htmldir = ${docdir}
  282. includedir = ${prefix}/include
  283. infodir = ${datarootdir}/info
  284. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/install-sh
  285. libdir = ${exec_prefix}/lib
  286. libexecdir = ${exec_prefix}/libexec
  287. libext = a
  288. localedir = ${datarootdir}/locale
  289. localstatedir = ${prefix}/var
  290. mandir = ${datarootdir}/man
  291. mkdir_p = $(MKDIR_P)
  292. oldincludedir = /usr/include
  293. pdfdir = ${docdir}
  294. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/release
  295. program_transform_name = s,x,x,
  296. psdir = ${docdir}
  297. sbindir = ${exec_prefix}/sbin
  298. sharedstatedir = ${prefix}/com
  299. srcdir = .
  300. subdirs =
  301. sysconfdir = ${prefix}/etc
  302. target_alias =
  303. top_build_prefix = ../../../
  304. top_builddir = ../../..
  305. top_srcdir = ../../..
  306. #***************************************************************************
  307. # _ _ ____ _
  308. # Project ___| | | | _ \| |
  309. # / __| | | | |_) | |
  310. # | (__| |_| | _ <| |___
  311. # \___|\___/|_| \_\_____|
  312. #
  313. # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
  314. #
  315. # This software is licensed as described in the file COPYING, which
  316. # you should have received as part of this distribution. The terms
  317. # are also available at http://curl.haxx.se/docs/copyright.html.
  318. #
  319. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  320. # copies of the Software, and permit persons to whom the Software is
  321. # furnished to do so, under the terms of the COPYING file.
  322. #
  323. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  324. # KIND, either express or implied.
  325. #
  326. ###########################################################################
  327. AUTOMAKE_OPTIONS = foreign
  328. SCRIPTFILES = \
  329. genroot.sh \
  330. genserv.sh
  331. EXTRA_DIST = $(SCRIPTFILES)
  332. all: all-am
  333. .SUFFIXES:
  334. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  335. @for dep in $?; do \
  336. case '$(am__configure_deps)' in \
  337. *$$dep*) \
  338. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  339. && { if test -f $@; then exit 0; else break; fi; }; \
  340. exit 1;; \
  341. esac; \
  342. done; \
  343. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/scripts/Makefile'; \
  344. $(am__cd) $(top_srcdir) && \
  345. $(AUTOMAKE) --foreign tests/certs/scripts/Makefile
  346. .PRECIOUS: Makefile
  347. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  348. @case '$?' in \
  349. *config.status*) \
  350. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  351. *) \
  352. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  353. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  354. esac;
  355. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  356. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  357. $(top_srcdir)/configure: # $(am__configure_deps)
  358. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  359. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  360. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  361. $(am__aclocal_m4_deps):
  362. mostlyclean-libtool:
  363. -rm -f *.lo
  364. clean-libtool:
  365. -rm -rf .libs _libs
  366. tags TAGS:
  367. ctags CTAGS:
  368. cscope cscopelist:
  369. distdir: $(DISTFILES)
  370. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  371. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  372. list='$(DISTFILES)'; \
  373. dist_files=`for file in $$list; do echo $$file; done | \
  374. sed -e "s|^$$srcdirstrip/||;t" \
  375. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  376. case $$dist_files in \
  377. */*) $(MKDIR_P) `echo "$$dist_files" | \
  378. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  379. sort -u` ;; \
  380. esac; \
  381. for file in $$dist_files; do \
  382. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  383. if test -d $$d/$$file; then \
  384. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  385. if test -d "$(distdir)/$$file"; then \
  386. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  387. fi; \
  388. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  389. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  390. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  391. fi; \
  392. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  393. else \
  394. test -f "$(distdir)/$$file" \
  395. || cp -p $$d/$$file "$(distdir)/$$file" \
  396. || exit 1; \
  397. fi; \
  398. done
  399. check-am: all-am
  400. check: check-am
  401. all-am: Makefile
  402. installdirs:
  403. install: install-am
  404. install-exec: install-exec-am
  405. install-data: install-data-am
  406. uninstall: uninstall-am
  407. install-am: all-am
  408. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  409. installcheck: installcheck-am
  410. install-strip:
  411. if test -z '$(STRIP)'; then \
  412. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  413. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  414. install; \
  415. else \
  416. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  417. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  418. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  419. fi
  420. mostlyclean-generic:
  421. clean-generic:
  422. distclean-generic:
  423. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  424. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  425. maintainer-clean-generic:
  426. @echo "This command is intended for maintainers to use"
  427. @echo "it deletes files that may require special tools to rebuild."
  428. clean: clean-am
  429. clean-am: clean-generic clean-libtool mostlyclean-am
  430. distclean: distclean-am
  431. -rm -f Makefile
  432. distclean-am: clean-am distclean-generic
  433. dvi: dvi-am
  434. dvi-am:
  435. html: html-am
  436. html-am:
  437. info: info-am
  438. info-am:
  439. install-data-am:
  440. install-dvi: install-dvi-am
  441. install-dvi-am:
  442. install-exec-am:
  443. install-html: install-html-am
  444. install-html-am:
  445. install-info: install-info-am
  446. install-info-am:
  447. install-man:
  448. install-pdf: install-pdf-am
  449. install-pdf-am:
  450. install-ps: install-ps-am
  451. install-ps-am:
  452. installcheck-am:
  453. maintainer-clean: maintainer-clean-am
  454. -rm -f Makefile
  455. maintainer-clean-am: distclean-am maintainer-clean-generic
  456. mostlyclean: mostlyclean-am
  457. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  458. pdf: pdf-am
  459. pdf-am:
  460. ps: ps-am
  461. ps-am:
  462. uninstall-am:
  463. .MAKE: install-am install-strip
  464. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  465. cscopelist-am ctags-am distclean distclean-generic \
  466. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  467. install install-am install-data install-data-am install-dvi \
  468. install-dvi-am install-exec install-exec-am install-html \
  469. install-html-am install-info install-info-am install-man \
  470. install-pdf install-pdf-am install-ps install-ps-am \
  471. install-strip installcheck installcheck-am installdirs \
  472. maintainer-clean maintainer-clean-generic mostlyclean \
  473. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  474. tags-am uninstall uninstall-am
  475. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  476. # Otherwise a system limit (for SysV at least) may be exceeded.
  477. .NOEXPORT: