Makefile.in 16 KB

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