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