诸暨麻将添加redis
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

541 righe
16 KiB

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