aca35300b5f30f191243493600bb26f62f4cf6c9
[platform/upstream/curl.git] / packages / Solaris / Makefile.in
1 # Makefile.in generated by automake 1.13.3 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_SMTP = @CURL_DISABLE_SMTP@
165 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
166 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
167 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
168 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
169 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
170 CYGPATH_W = @CYGPATH_W@
171 DEFS = @DEFS@
172 DEPDIR = @DEPDIR@
173 DLLTOOL = @DLLTOOL@
174 DSYMUTIL = @DSYMUTIL@
175 DUMPBIN = @DUMPBIN@
176 ECHO_C = @ECHO_C@
177 ECHO_N = @ECHO_N@
178 ECHO_T = @ECHO_T@
179 EGREP = @EGREP@
180 ENABLE_SHARED = @ENABLE_SHARED@
181 ENABLE_STATIC = @ENABLE_STATIC@
182 EXEEXT = @EXEEXT@
183 FGREP = @FGREP@
184 GREP = @GREP@
185 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
186 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
187 HAVE_LIBZ = @HAVE_LIBZ@
188 HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
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 KRB4_ENABLED = @KRB4_ENABLED@
198 LD = @LD@
199 LDFLAGS = @LDFLAGS@
200 LIBCURL_LIBS = @LIBCURL_LIBS@
201 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
202 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
203 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
204 LIBOBJS = @LIBOBJS@
205 LIBS = @LIBS@
206 LIBTOOL = @LIBTOOL@
207 LIPO = @LIPO@
208 LN_S = @LN_S@
209 LTLIBOBJS = @LTLIBOBJS@
210 MAINT = @MAINT@
211 MAKEINFO = @MAKEINFO@
212 MANIFEST_TOOL = @MANIFEST_TOOL@
213 MANOPT = @MANOPT@
214 MKDIR_P = @MKDIR_P@
215 NM = @NM@
216 NMEDIT = @NMEDIT@
217 NROFF = @NROFF@
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_NSS = @USE_NSS@
254 USE_OPENLDAP = @USE_OPENLDAP@
255 USE_POLARSSL = @USE_POLARSSL@
256 USE_SCHANNEL = @USE_SCHANNEL@
257 USE_SSLEAY = @USE_SSLEAY@
258 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
259 VERSION = @VERSION@
260 VERSIONNUM = @VERSIONNUM@
261 ZLIB_LIBS = @ZLIB_LIBS@
262 abs_builddir = @abs_builddir@
263 abs_srcdir = @abs_srcdir@
264 abs_top_builddir = @abs_top_builddir@
265 abs_top_srcdir = @abs_top_srcdir@
266 ac_ct_AR = @ac_ct_AR@
267 ac_ct_CC = @ac_ct_CC@
268 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
269 am__include = @am__include@
270 am__leading_dot = @am__leading_dot@
271 am__quote = @am__quote@
272 am__tar = @am__tar@
273 am__untar = @am__untar@
274 bindir = @bindir@
275 build = @build@
276 build_alias = @build_alias@
277 build_cpu = @build_cpu@
278 build_os = @build_os@
279 build_vendor = @build_vendor@
280 builddir = @builddir@
281 datadir = @datadir@
282 datarootdir = @datarootdir@
283 docdir = @docdir@
284 dvidir = @dvidir@
285 exec_prefix = @exec_prefix@
286 host = @host@
287 host_alias = @host_alias@
288 host_cpu = @host_cpu@
289 host_os = @host_os@
290 host_vendor = @host_vendor@
291 htmldir = @htmldir@
292 includedir = @includedir@
293 infodir = @infodir@
294 install_sh = @install_sh@
295 libdir = @libdir@
296 libexecdir = @libexecdir@
297 libext = @libext@
298 localedir = @localedir@
299 localstatedir = @localstatedir@
300 mandir = @mandir@
301 mkdir_p = @mkdir_p@
302 oldincludedir = @oldincludedir@
303 pdfdir = @pdfdir@
304 prefix = @prefix@
305 program_transform_name = @program_transform_name@
306 psdir = @psdir@
307 sbindir = @sbindir@
308 sharedstatedir = @sharedstatedir@
309 srcdir = @srcdir@
310 subdirs = @subdirs@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 PKGADD_ARCH = "@host_cpu@"
317 PKGADD_DESC = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@"
318 PKGADD_CLASSES = none
319 PKGADD_BASEDIR = /
320 PKGADD_FILE = ${PKGADD_PKG}-@PACKAGE@-@VERSION@-@host@.pkg
321 all: all-am
322
323 .SUFFIXES:
324 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
325         @for dep in $?; do \
326           case '$(am__configure_deps)' in \
327             *$$dep*) \
328               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329                 && { if test -f $@; then exit 0; else break; fi; }; \
330               exit 1;; \
331           esac; \
332         done; \
333         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Solaris/Makefile'; \
334         $(am__cd) $(top_srcdir) && \
335           $(AUTOMAKE) --foreign packages/Solaris/Makefile
336 .PRECIOUS: Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338         @case '$?' in \
339           *config.status*) \
340             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341           *) \
342             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344         esac;
345
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(am__aclocal_m4_deps):
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360 tags TAGS:
361
362 ctags CTAGS:
363
364 cscope cscopelist:
365
366
367 distdir: $(DISTFILES)
368         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370         list='$(DISTFILES)'; \
371           dist_files=`for file in $$list; do echo $$file; done | \
372           sed -e "s|^$$srcdirstrip/||;t" \
373               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
374         case $$dist_files in \
375           */*) $(MKDIR_P) `echo "$$dist_files" | \
376                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
377                            sort -u` ;; \
378         esac; \
379         for file in $$dist_files; do \
380           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
381           if test -d $$d/$$file; then \
382             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
383             if test -d "$(distdir)/$$file"; then \
384               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385             fi; \
386             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
388               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389             fi; \
390             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
391           else \
392             test -f "$(distdir)/$$file" \
393             || cp -p $$d/$$file "$(distdir)/$$file" \
394             || exit 1; \
395           fi; \
396         done
397 check-am: all-am
398 check: check-am
399 all-am: Makefile
400 installdirs:
401 install: install-am
402 install-exec: install-exec-am
403 install-data: install-data-am
404 uninstall: uninstall-am
405
406 install-am: all-am
407         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408
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
422 clean-generic:
423
424 distclean-generic:
425         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
426         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
427
428 maintainer-clean-generic:
429         @echo "This command is intended for maintainers to use"
430         @echo "it deletes files that may require special tools to rebuild."
431 clean: clean-am
432
433 clean-am: clean-generic clean-libtool mostlyclean-am
434
435 distclean: distclean-am
436         -rm -f Makefile
437 distclean-am: clean-am distclean-generic
438
439 dvi: dvi-am
440
441 dvi-am:
442
443 html: html-am
444
445 html-am:
446
447 info: info-am
448
449 info-am:
450
451 install-data-am:
452
453 install-dvi: install-dvi-am
454
455 install-dvi-am:
456
457 install-exec-am:
458
459 install-html: install-html-am
460
461 install-html-am:
462
463 install-info: install-info-am
464
465 install-info-am:
466
467 install-man:
468
469 install-pdf: install-pdf-am
470
471 install-pdf-am:
472
473 install-ps: install-ps-am
474
475 install-ps-am:
476
477 installcheck-am:
478
479 maintainer-clean: maintainer-clean-am
480         -rm -f Makefile
481 maintainer-clean-am: distclean-am maintainer-clean-generic
482
483 mostlyclean: mostlyclean-am
484
485 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
486
487 pdf: pdf-am
488
489 pdf-am:
490
491 ps: ps-am
492
493 ps-am:
494
495 uninstall-am:
496
497 .MAKE: install-am install-strip
498
499 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
500         cscopelist-am ctags-am distclean distclean-generic \
501         distclean-libtool distdir dvi dvi-am html html-am info info-am \
502         install install-am install-data install-data-am install-dvi \
503         install-dvi-am install-exec install-exec-am install-html \
504         install-html-am install-info install-info-am install-man \
505         install-pdf install-pdf-am install-ps install-ps-am \
506         install-strip installcheck installcheck-am installdirs \
507         maintainer-clean maintainer-clean-generic mostlyclean \
508         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
509         tags-am uninstall uninstall-am
510
511
512 package:
513         if [ ! -f release ]; then echo 0 > release; fi
514         if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
515         echo PKG=${PKGADD_PKG} > pkginfo
516         echo NAME=${PKGADD_NAME} >> pkginfo
517         echo VENDOR=${PKGADD_VENDOR} >> pkginfo
518         echo ARCH=${PKGADD_ARCH} >> pkginfo
519         echo DESC=${PKGADD_DESC} >> pkginfo
520         echo CLASSES=${PKGADD_CLASSES} >> pkginfo
521         echo BASEDIR=${PKGADD_BASEDIR} >> pkginfo
522         echo CATEGORY=application >> pkginfo
523         echo VERSION=`cat ./release` >> pkginfo
524         echo > prototype
525         for subdir in opt var etc usr; \
526         do if [ -d root/$$subdir ]; then \
527                 pkgproto root/$$subdir=$$subdir >> prototype;\
528         fi; done
529         for file in pkginfo preinstall postinstall copyright; \
530         do if [ -f $$file ]; then \
531                 echo "i $$file=$$file" >> prototype; \
532         fi; done
533         rm -rf ./tmp
534         mkdir ./tmp
535         pkgmk -o -d ./tmp
536         pkgtrans -so ./tmp ${top_srcdir}/../${PKGADD_FILE} ${PKGADD_PKG}
537
538 # Tell versions [3.59,3.63) of GNU make to not export all variables.
539 # Otherwise a system limit (for SysV at least) may be exceeded.
540 .NOEXPORT: