Makefile 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # packages/Solaris/Makefile. Generated from Makefile.in by configure.
  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. #
  12. #
  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)/curl
  69. pkgincludedir = $(includedir)/curl
  70. pkglibdir = $(libdir)/curl
  71. pkglibexecdir = $(libexecdir)/curl
  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 = x86_64-pc-linux-gnu
  85. host_triplet = arm-unknown-linux-gnueabihf
  86. subdir = packages/Solaris
  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_$(V))
  115. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_$(V))
  119. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_$(V))
  123. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  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 = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing aclocal-1.16
  137. AMTAR = $${TAR-tar}
  138. AM_DEFAULT_VERBOSITY = 0
  139. 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
  140. AR_FLAGS = cr
  141. AS = as
  142. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoconf
  143. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoheader
  144. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing automake-1.16
  145. AWK = gawk
  146. BLANK_AT_MAKETIME =
  147. 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
  148. CCDEPMODE = depmode=gcc3
  149. CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers -pthread
  150. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  151. CODE_COVERAGE_CFLAGS =
  152. CODE_COVERAGE_CPPFLAGS =
  153. CODE_COVERAGE_CXXFLAGS =
  154. CODE_COVERAGE_ENABLED = no
  155. CODE_COVERAGE_LDFLAGS =
  156. CODE_COVERAGE_LIBS =
  157. CONFIGURE_OPTIONS = " '--host=arm-linux-gnueabihf' '--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release' '--with-ssl=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release' '--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'"
  158. 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
  159. CPPFLAGS = -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include
  160. CPPFLAG_CURL_STATICLIB =
  161. CURLVERSION = 7.61.1
  162. CURL_CA_BUNDLE =
  163. CURL_CFLAG_EXTRAS =
  164. CURL_DISABLE_DICT =
  165. CURL_DISABLE_FILE =
  166. CURL_DISABLE_FTP =
  167. CURL_DISABLE_GOPHER =
  168. CURL_DISABLE_HTTP =
  169. CURL_DISABLE_IMAP =
  170. CURL_DISABLE_LDAP = 1
  171. CURL_DISABLE_LDAPS = 1
  172. CURL_DISABLE_POP3 =
  173. CURL_DISABLE_PROXY =
  174. CURL_DISABLE_RTSP =
  175. CURL_DISABLE_SMB =
  176. CURL_DISABLE_SMTP =
  177. CURL_DISABLE_TELNET =
  178. CURL_DISABLE_TFTP =
  179. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  180. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  181. CURL_NETWORK_LIBS = -lgcc
  182. CURL_WITH_MULTI_SSL =
  183. CYGPATH_W = echo
  184. DEFAULT_SSL_BACKEND = no
  185. DEFS = -DHAVE_CONFIG_H
  186. DEPDIR = .deps
  187. DLLTOOL = false
  188. DSYMUTIL =
  189. DUMPBIN = :
  190. ECHO_C =
  191. ECHO_N = -n
  192. ECHO_T =
  193. EGREP = /bin/grep -E
  194. ENABLE_SHARED = yes
  195. ENABLE_STATIC = yes
  196. EXEEXT =
  197. FGREP = /bin/grep -F
  198. GCOV =
  199. GENHTML =
  200. GREP = /bin/grep
  201. HAVE_BROTLI =
  202. HAVE_GNUTLS_SRP =
  203. HAVE_LDAP_SSL = 1
  204. HAVE_LIBZ = 1
  205. HAVE_OPENSSL_SRP = 1
  206. IDN_ENABLED =
  207. INSTALL = /usr/bin/install -c
  208. INSTALL_DATA = ${INSTALL} -m 644
  209. INSTALL_PROGRAM = ${INSTALL}
  210. INSTALL_SCRIPT = ${INSTALL}
  211. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  212. IPV6_ENABLED = 1
  213. LCOV =
  214. 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
  215. LDFLAGS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib
  216. LIBCURL_LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  217. LIBMETALINK_CPPFLAGS =
  218. LIBMETALINK_LDFLAGS =
  219. LIBMETALINK_LIBS =
  220. LIBOBJS =
  221. LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  222. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  223. LIPO =
  224. LN_S = ln -s
  225. LTLIBOBJS =
  226. LT_SYS_LIBRARY_PATH =
  227. MAINT = #
  228. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing makeinfo
  229. MANIFEST_TOOL = :
  230. MANOPT = -man
  231. MKDIR_P = /bin/mkdir -p
  232. NM = nm
  233. NMEDIT =
  234. NROFF = /usr/bin/nroff
  235. NSS_LIBS =
  236. OBJDUMP = objdump
  237. OBJEXT = o
  238. OTOOL =
  239. OTOOL64 =
  240. PACKAGE = curl
  241. PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.haxx.se/mail/
  242. PACKAGE_NAME = curl
  243. PACKAGE_STRING = curl -
  244. PACKAGE_TARNAME = curl
  245. PACKAGE_URL =
  246. PACKAGE_VERSION = -
  247. PATH_SEPARATOR = :
  248. PERL = /usr/bin/perl
  249. PKGADD_NAME = "curl-- - curl - a client that groks URLs"
  250. PKGADD_PKG = "HAXXcurl"
  251. PKGADD_VENDOR = "curl.haxx.se"
  252. PKGCONFIG = no
  253. RANDOM_FILE =
  254. 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
  255. REQUIRE_LIB_DEPS = no
  256. SED = /bin/sed
  257. SET_MAKE =
  258. SHELL = /bin/bash
  259. SSL_BACKENDS = OpenSSL
  260. SSL_ENABLED = 1
  261. SSL_LIBS = -lssl -lcrypto
  262. 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
  263. SUPPORT_FEATURES = SSL IPv6 UnixSockets libz AsynchDNS NTLM NTLM_WB TLS-SRP HTTPS-proxy
  264. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  265. USE_ARES =
  266. USE_AXTLS =
  267. USE_CYASSL =
  268. USE_DARWINSSL =
  269. USE_GNUTLS =
  270. USE_GNUTLS_NETTLE =
  271. USE_LIBRTMP =
  272. USE_LIBSSH =
  273. USE_LIBSSH2 =
  274. USE_MBEDTLS =
  275. USE_NGHTTP2 =
  276. USE_NSS =
  277. USE_OPENLDAP =
  278. USE_POLARSSL =
  279. USE_SCHANNEL =
  280. USE_UNIX_SOCKETS = 1
  281. USE_WINDOWS_SSPI =
  282. VERSION = -
  283. VERSIONNUM = 073d01
  284. ZLIB_LIBS = -lz
  285. ZSH_FUNCTIONS_DIR = ${prefix}/share/zsh/site-functions
  286. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/packages/Solaris
  287. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/packages/Solaris
  288. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  289. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  290. ac_ct_AR =
  291. ac_ct_CC =
  292. ac_ct_DUMPBIN = link -dump
  293. am__include = include
  294. am__leading_dot = .
  295. am__quote =
  296. am__tar = $${TAR-tar} chof - "$$tardir"
  297. am__untar = $${TAR-tar} xf -
  298. bindir = ${exec_prefix}/bin
  299. build = x86_64-pc-linux-gnu
  300. build_alias =
  301. build_cpu = x86_64
  302. build_os = linux-gnu
  303. build_vendor = pc
  304. builddir = .
  305. datadir = ${datarootdir}
  306. datarootdir = ${prefix}/share
  307. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  308. dvidir = ${docdir}
  309. exec_prefix = ${prefix}
  310. host = arm-unknown-linux-gnueabihf
  311. host_alias = arm-linux-gnueabihf
  312. host_cpu = arm
  313. host_os = linux-gnueabihf
  314. host_vendor = unknown
  315. htmldir = ${docdir}
  316. includedir = ${prefix}/include
  317. infodir = ${datarootdir}/info
  318. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/install-sh
  319. libdir = ${exec_prefix}/lib
  320. libexecdir = ${exec_prefix}/libexec
  321. libext = a
  322. localedir = ${datarootdir}/locale
  323. localstatedir = ${prefix}/var
  324. mandir = ${datarootdir}/man
  325. mkdir_p = $(MKDIR_P)
  326. oldincludedir = /usr/include
  327. pdfdir = ${docdir}
  328. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release
  329. program_transform_name = s,x,x,
  330. psdir = ${docdir}
  331. runstatedir = ${localstatedir}/run
  332. sbindir = ${exec_prefix}/sbin
  333. sharedstatedir = ${prefix}/com
  334. srcdir = .
  335. subdirs =
  336. sysconfdir = ${prefix}/etc
  337. target_alias =
  338. top_build_prefix = ../../
  339. top_builddir = ../..
  340. top_srcdir = ../..
  341. PKGADD_ARCH = "arm"
  342. PKGADD_DESC = "curl-- - curl - a client that groks URLs"
  343. PKGADD_CLASSES = none
  344. PKGADD_BASEDIR = /
  345. PKGADD_FILE = ${PKGADD_PKG}-curl---arm-unknown-linux-gnueabihf.pkg
  346. all: all-am
  347. .SUFFIXES:
  348. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  349. @for dep in $?; do \
  350. case '$(am__configure_deps)' in \
  351. *$$dep*) \
  352. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  353. && { if test -f $@; then exit 0; else break; fi; }; \
  354. exit 1;; \
  355. esac; \
  356. done; \
  357. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Solaris/Makefile'; \
  358. $(am__cd) $(top_srcdir) && \
  359. $(AUTOMAKE) --foreign packages/Solaris/Makefile
  360. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  361. @case '$?' in \
  362. *config.status*) \
  363. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  364. *) \
  365. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  366. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  367. esac;
  368. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  369. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  370. $(top_srcdir)/configure: # $(am__configure_deps)
  371. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  372. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  373. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  374. $(am__aclocal_m4_deps):
  375. mostlyclean-libtool:
  376. -rm -f *.lo
  377. clean-libtool:
  378. -rm -rf .libs _libs
  379. tags TAGS:
  380. ctags CTAGS:
  381. cscope cscopelist:
  382. distdir: $(BUILT_SOURCES)
  383. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  384. distdir-am: $(DISTFILES)
  385. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  386. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  387. list='$(DISTFILES)'; \
  388. dist_files=`for file in $$list; do echo $$file; done | \
  389. sed -e "s|^$$srcdirstrip/||;t" \
  390. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  391. case $$dist_files in \
  392. */*) $(MKDIR_P) `echo "$$dist_files" | \
  393. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  394. sort -u` ;; \
  395. esac; \
  396. for file in $$dist_files; do \
  397. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  398. if test -d $$d/$$file; then \
  399. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  400. if test -d "$(distdir)/$$file"; then \
  401. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  402. fi; \
  403. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  404. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  405. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  406. fi; \
  407. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  408. else \
  409. test -f "$(distdir)/$$file" \
  410. || cp -p $$d/$$file "$(distdir)/$$file" \
  411. || exit 1; \
  412. fi; \
  413. done
  414. check-am: all-am
  415. check: check-am
  416. all-am: Makefile
  417. installdirs:
  418. install: install-am
  419. install-exec: install-exec-am
  420. install-data: install-data-am
  421. uninstall: uninstall-am
  422. install-am: all-am
  423. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  424. installcheck: installcheck-am
  425. install-strip:
  426. if test -z '$(STRIP)'; then \
  427. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  428. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  429. install; \
  430. else \
  431. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  432. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  433. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  434. fi
  435. mostlyclean-generic:
  436. clean-generic:
  437. distclean-generic:
  438. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  439. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  440. maintainer-clean-generic:
  441. @echo "This command is intended for maintainers to use"
  442. @echo "it deletes files that may require special tools to rebuild."
  443. clean: clean-am
  444. clean-am: clean-generic clean-libtool mostlyclean-am
  445. distclean: distclean-am
  446. -rm -f Makefile
  447. distclean-am: clean-am distclean-generic
  448. dvi: dvi-am
  449. dvi-am:
  450. html: html-am
  451. html-am:
  452. info: info-am
  453. info-am:
  454. install-data-am:
  455. install-dvi: install-dvi-am
  456. install-dvi-am:
  457. install-exec-am:
  458. install-html: install-html-am
  459. install-html-am:
  460. install-info: install-info-am
  461. install-info-am:
  462. install-man:
  463. install-pdf: install-pdf-am
  464. install-pdf-am:
  465. install-ps: install-ps-am
  466. install-ps-am:
  467. installcheck-am:
  468. maintainer-clean: maintainer-clean-am
  469. -rm -f Makefile
  470. maintainer-clean-am: distclean-am maintainer-clean-generic
  471. mostlyclean: mostlyclean-am
  472. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  473. pdf: pdf-am
  474. pdf-am:
  475. ps: ps-am
  476. ps-am:
  477. uninstall-am:
  478. .MAKE: install-am install-strip
  479. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  480. cscopelist-am ctags-am distclean distclean-generic \
  481. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  482. install install-am install-data install-data-am install-dvi \
  483. install-dvi-am install-exec install-exec-am install-html \
  484. install-html-am install-info install-info-am install-man \
  485. install-pdf install-pdf-am install-ps install-ps-am \
  486. install-strip installcheck installcheck-am installdirs \
  487. maintainer-clean maintainer-clean-generic mostlyclean \
  488. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  489. tags-am uninstall uninstall-am
  490. .PRECIOUS: Makefile
  491. package:
  492. if [ ! -f release ]; then echo 0 > release; fi
  493. if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
  494. echo PKG=${PKGADD_PKG} > pkginfo
  495. echo NAME=${PKGADD_NAME} >> pkginfo
  496. echo VENDOR=${PKGADD_VENDOR} >> pkginfo
  497. echo ARCH=${PKGADD_ARCH} >> pkginfo
  498. echo DESC=${PKGADD_DESC} >> pkginfo
  499. echo CLASSES=${PKGADD_CLASSES} >> pkginfo
  500. echo BASEDIR=${PKGADD_BASEDIR} >> pkginfo
  501. echo CATEGORY=application >> pkginfo
  502. echo VERSION=`cat ./release` >> pkginfo
  503. echo > prototype
  504. for subdir in opt var etc usr; \
  505. do if [ -d root/$$subdir ]; then \
  506. pkgproto root/$$subdir=$$subdir >> prototype;\
  507. fi; done
  508. for file in pkginfo preinstall postinstall copyright; \
  509. do if [ -f $$file ]; then \
  510. echo "i $$file=$$file" >> prototype; \
  511. fi; done
  512. rm -rf ./tmp
  513. mkdir ./tmp
  514. pkgmk -o -d ./tmp
  515. pkgtrans -so ./tmp ${top_srcdir}/../${PKGADD_FILE} ${PKGADD_PKG}
  516. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  517. # Otherwise a system limit (for SysV at least) may be exceeded.
  518. .NOEXPORT: