* Clear out some warnings given by gcc 10.
[alpine.git] / web / src / Makefile.in
blobd01304227637c919bb09a4e118b5a56b527ed0f6
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 # ========================================================================
18 # Copyright 2006-2008 University of Washington
20 # Licensed under the Apache License, Version 2.0 (the "License");
21 # you may not use this file except in compliance with the License.
22 # You may obtain a copy of the License at
24 # http://www.apache.org/licenses/LICENSE-2.0
26 # ========================================================================
27 VPATH = @srcdir@
28 am__is_gnu_make = { \
29 if test -z '$(MAKELEVEL)'; then \
30 false; \
31 elif test -n '$(MAKE_HOST)'; then \
32 true; \
33 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34 true; \
35 else \
36 false; \
37 fi; \
39 am__make_running_with_option = \
40 case $${target_option-} in \
41 ?) ;; \
42 *) echo "am__make_running_with_option: internal error: invalid" \
43 "target option '$${target_option-}' specified" >&2; \
44 exit 1;; \
45 esac; \
46 has_opt=no; \
47 sane_makeflags=$$MAKEFLAGS; \
48 if $(am__is_gnu_make); then \
49 sane_makeflags=$$MFLAGS; \
50 else \
51 case $$MAKEFLAGS in \
52 *\\[\ \ ]*) \
53 bs=\\; \
54 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
56 esac; \
57 fi; \
58 skip_next=no; \
59 strip_trailopt () \
60 { \
61 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62 }; \
63 for flg in $$sane_makeflags; do \
64 test $$skip_next = yes && { skip_next=no; continue; }; \
65 case $$flg in \
66 *=*|--*) continue;; \
67 -*I) strip_trailopt 'I'; skip_next=yes;; \
68 -*I?*) strip_trailopt 'I';; \
69 -*O) strip_trailopt 'O'; skip_next=yes;; \
70 -*O?*) strip_trailopt 'O';; \
71 -*l) strip_trailopt 'l'; skip_next=yes;; \
72 -*l?*) strip_trailopt 'l';; \
73 -[dEDm]) skip_next=yes;; \
74 -[JT]) skip_next=yes;; \
75 esac; \
76 case $$flg in \
77 *$$target_option*) has_opt=yes; break;; \
78 esac; \
79 done; \
80 test $$has_opt = yes
81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83 pkgdatadir = $(datadir)/@PACKAGE@
84 pkgincludedir = $(includedir)/@PACKAGE@
85 pkglibdir = $(libdir)/@PACKAGE@
86 pkglibexecdir = $(libexecdir)/@PACKAGE@
87 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88 install_sh_DATA = $(install_sh) -c -m 644
89 install_sh_PROGRAM = $(install_sh) -c
90 install_sh_SCRIPT = $(install_sh) -c
91 INSTALL_HEADER = $(INSTALL_DATA)
92 transform = $(program_transform_name)
93 NORMAL_INSTALL = :
94 PRE_INSTALL = :
95 POST_INSTALL = :
96 NORMAL_UNINSTALL = :
97 PRE_UNINSTALL = :
98 POST_UNINSTALL = :
99 build_triplet = @build@
100 host_triplet = @host@
101 subdir = web/src
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
105 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
106 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
107 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
108 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
109 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
110 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
111 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112 $(ACLOCAL_M4)
113 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
114 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115 CONFIG_HEADER = $(top_builddir)/include/config.h
116 CONFIG_CLEAN_FILES =
117 CONFIG_CLEAN_VPATH_FILES =
118 AM_V_P = $(am__v_P_@AM_V@)
119 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120 am__v_P_0 = false
121 am__v_P_1 = :
122 AM_V_GEN = $(am__v_GEN_@AM_V@)
123 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124 am__v_GEN_0 = @echo " GEN " $@;
125 am__v_GEN_1 =
126 AM_V_at = $(am__v_at_@AM_V@)
127 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128 am__v_at_0 = @
129 am__v_at_1 =
130 SOURCES =
131 DIST_SOURCES =
132 am__can_run_installinfo = \
133 case $$AM_UPDATE_INFO_DIR in \
134 n|no|NO) false;; \
135 *) (install-info --version) >/dev/null 2>&1;; \
136 esac
137 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
139 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140 ACLOCAL = @ACLOCAL@
141 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
142 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
143 AMTAR = @AMTAR@
144 AM_CFLAGS = @AM_CFLAGS@
145 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146 AM_LDFLAGS = @AM_LDFLAGS@
147 AR = @AR@
148 AUTOCONF = @AUTOCONF@
149 AUTOHEADER = @AUTOHEADER@
150 AUTOMAKE = @AUTOMAKE@
151 AWK = @AWK@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CP = @CP@
156 CPP = @CPP@
157 CPPFLAGS = @CPPFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
160 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
161 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
162 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
163 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
164 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
165 C_CLIENT_TARGET = @C_CLIENT_TARGET@
166 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
167 DEFS = @DEFS@
168 DEPDIR = @DEPDIR@
169 DLLTOOL = @DLLTOOL@
170 DSYMUTIL = @DSYMUTIL@
171 DUMPBIN = @DUMPBIN@
172 ECHO_C = @ECHO_C@
173 ECHO_N = @ECHO_N@
174 ECHO_T = @ECHO_T@
175 EGREP = @EGREP@
176 EXEEXT = @EXEEXT@
177 FGREP = @FGREP@
178 GMSGFMT = @GMSGFMT@
179 GMSGFMT_015 = @GMSGFMT_015@
180 GREP = @GREP@
181 INSTALL = @INSTALL@
182 INSTALL_DATA = @INSTALL_DATA@
183 INSTALL_PROGRAM = @INSTALL_PROGRAM@
184 INSTALL_SCRIPT = @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186 INTLLIBS = @INTLLIBS@
187 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
188 ISPELLPROG = @ISPELLPROG@
189 LD = @LD@
190 LDFLAGS = @LDFLAGS@
191 LIBICONV = @LIBICONV@
192 LIBINTL = @LIBINTL@
193 LIBOBJS = @LIBOBJS@
194 LIBS = @LIBS@
195 LIBTOOL = @LIBTOOL@
196 LIBTOOL_DEPS = @LIBTOOL_DEPS@
197 LIPO = @LIPO@
198 LN = @LN@
199 LN_S = @LN_S@
200 LS = @LS@
201 LTLIBICONV = @LTLIBICONV@
202 LTLIBINTL = @LTLIBINTL@
203 LTLIBOBJS = @LTLIBOBJS@
204 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
205 MAINT = @MAINT@
206 MAKE = @MAKE@
207 MAKEINFO = @MAKEINFO@
208 MANIFEST_TOOL = @MANIFEST_TOOL@
209 MKDIR_P = @MKDIR_P@
210 MSGFMT = @MSGFMT@
211 MSGFMT_015 = @MSGFMT_015@
212 MSGMERGE = @MSGMERGE@
213 NM = @NM@
214 NMEDIT = @NMEDIT@
215 NPA_PROG = @NPA_PROG@
216 OBJDUMP = @OBJDUMP@
217 OBJEXT = @OBJEXT@
218 OTOOL = @OTOOL@
219 OTOOL64 = @OTOOL64@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_URL = @PACKAGE_URL@
226 PACKAGE_VERSION = @PACKAGE_VERSION@
227 PATH_SEPARATOR = @PATH_SEPARATOR@
228 POSUB = @POSUB@
229 PTHREAD_CC = @PTHREAD_CC@
230 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
231 PTHREAD_LIBS = @PTHREAD_LIBS@
232 PWPROG = @PWPROG@
233 RANLIB = @RANLIB@
234 REGEX_BUILD = @REGEX_BUILD@
235 RM = @RM@
236 SED = @SED@
237 SENDMAIL = @SENDMAIL@
238 SET_MAKE = @SET_MAKE@
239 SHELL = @SHELL@
240 SPELLPROG = @SPELLPROG@
241 STRIP = @STRIP@
242 USE_NLS = @USE_NLS@
243 VERSION = @VERSION@
244 WEB_BINDIR = @WEB_BINDIR@
245 WEB_BUILD = @WEB_BUILD@
246 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
247 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
248 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
249 XGETTEXT = @XGETTEXT@
250 XGETTEXT_015 = @XGETTEXT_015@
251 abs_builddir = @abs_builddir@
252 abs_srcdir = @abs_srcdir@
253 abs_top_builddir = @abs_top_builddir@
254 abs_top_srcdir = @abs_top_srcdir@
255 ac_ct_AR = @ac_ct_AR@
256 ac_ct_CC = @ac_ct_CC@
257 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258 acx_pthread_config = @acx_pthread_config@
259 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
260 alpine_simple_spellcheck = @alpine_simple_spellcheck@
261 am__include = @am__include@
262 am__leading_dot = @am__leading_dot@
263 am__quote = @am__quote@
264 am__tar = @am__tar@
265 am__untar = @am__untar@
266 bindir = @bindir@
267 build = @build@
268 build_alias = @build_alias@
269 build_cpu = @build_cpu@
270 build_os = @build_os@
271 build_vendor = @build_vendor@
272 builddir = @builddir@
273 datadir = @datadir@
274 datarootdir = @datarootdir@
275 docdir = @docdir@
276 dvidir = @dvidir@
277 exec_prefix = @exec_prefix@
278 host = @host@
279 host_alias = @host_alias@
280 host_cpu = @host_cpu@
281 host_os = @host_os@
282 host_vendor = @host_vendor@
283 htmldir = @htmldir@
284 includedir = @includedir@
285 infodir = @infodir@
286 install_sh = @install_sh@
287 libdir = @libdir@
288 libexecdir = @libexecdir@
289 localedir = @localedir@
290 localstatedir = @localstatedir@
291 mandir = @mandir@
292 mkdir_p = @mkdir_p@
293 oldincludedir = @oldincludedir@
294 pdfdir = @pdfdir@
295 prefix = @prefix@
296 program_transform_name = @program_transform_name@
297 psdir = @psdir@
298 sbindir = @sbindir@
299 sharedstatedir = @sharedstatedir@
300 srcdir = @srcdir@
301 sysconfdir = @sysconfdir@
302 target_alias = @target_alias@
303 top_build_prefix = @top_build_prefix@
304 top_builddir = @top_builddir@
305 top_srcdir = @top_srcdir@
306 all: all-am
308 .SUFFIXES:
309 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
310 @for dep in $?; do \
311 case '$(am__configure_deps)' in \
312 *$$dep*) \
313 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314 && { if test -f $@; then exit 0; else break; fi; }; \
315 exit 1;; \
316 esac; \
317 done; \
318 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign web/src/Makefile'; \
319 $(am__cd) $(top_srcdir) && \
320 $(AUTOMAKE) --foreign web/src/Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322 @case '$?' in \
323 *config.status*) \
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325 *) \
326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328 esac;
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(am__aclocal_m4_deps):
339 mostlyclean-libtool:
340 -rm -f *.lo
342 clean-libtool:
343 -rm -rf .libs _libs
344 tags TAGS:
346 ctags CTAGS:
348 cscope cscopelist:
351 distdir: $(DISTFILES)
352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354 list='$(DISTFILES)'; \
355 dist_files=`for file in $$list; do echo $$file; done | \
356 sed -e "s|^$$srcdirstrip/||;t" \
357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
358 case $$dist_files in \
359 */*) $(MKDIR_P) `echo "$$dist_files" | \
360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
361 sort -u` ;; \
362 esac; \
363 for file in $$dist_files; do \
364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365 if test -d $$d/$$file; then \
366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
367 if test -d "$(distdir)/$$file"; then \
368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369 fi; \
370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373 fi; \
374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375 else \
376 test -f "$(distdir)/$$file" \
377 || cp -p $$d/$$file "$(distdir)/$$file" \
378 || exit 1; \
379 fi; \
380 done
381 check-am: all-am
382 check: check-am
383 all-am: Makefile
384 installdirs:
385 install-exec: install-exec-am
386 install-data: install-data-am
387 uninstall: uninstall-am
389 install-am: all-am
390 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
392 installcheck: installcheck-am
393 install-strip:
394 if test -z '$(STRIP)'; then \
395 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
397 install; \
398 else \
399 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
403 mostlyclean-generic:
405 clean-generic:
407 distclean-generic:
408 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
411 maintainer-clean-generic:
412 @echo "This command is intended for maintainers to use"
413 @echo "it deletes files that may require special tools to rebuild."
414 clean: clean-am
416 clean-am: clean-generic clean-libtool mostlyclean-am
418 distclean: distclean-am
419 -rm -f Makefile
420 distclean-am: clean-am distclean-generic
422 dvi: dvi-am
424 dvi-am:
426 html: html-am
428 html-am:
430 info: info-am
432 info-am:
434 install-data-am:
436 install-dvi: install-dvi-am
438 install-dvi-am:
440 install-exec-am:
442 install-html: install-html-am
444 install-html-am:
446 install-info: install-info-am
448 install-info-am:
450 install-man:
452 install-pdf: install-pdf-am
454 install-pdf-am:
456 install-ps: install-ps-am
458 install-ps-am:
460 installcheck-am:
462 maintainer-clean: maintainer-clean-am
463 -rm -f Makefile
464 maintainer-clean-am: distclean-am maintainer-clean-generic
466 mostlyclean: mostlyclean-am
468 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
470 pdf: pdf-am
472 pdf-am:
474 ps: ps-am
476 ps-am:
478 uninstall-am:
480 .MAKE: install-am install-strip
482 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
483 cscopelist-am ctags-am distclean distclean-generic \
484 distclean-libtool distdir dvi dvi-am html html-am info info-am \
485 install install-am install-data install-data-am install-dvi \
486 install-dvi-am install-exec install-exec-am install-html \
487 install-html-am install-info install-info-am install-man \
488 install-pdf install-pdf-am install-ps install-ps-am \
489 install-strip installcheck installcheck-am installdirs \
490 maintainer-clean maintainer-clean-generic mostlyclean \
491 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
492 tags-am uninstall uninstall-am
494 .PRECIOUS: Makefile
497 all:
498 cd @abs_top_srcdir@/web/src/cgi.tcl-1.10 && ./configure --prefix=@abs_top_srcdir@/web/lib
500 install:
501 cd @abs_top_srcdir@/web/src/alpined.d && make install
502 cd @abs_top_srcdir@/web/src/cgi.tcl-1.10 && make install SCRIPTDIR=@abs_top_srcdir@/web/lib
503 cd @abs_top_srcdir@/web/lib && tclsh ./pkgcreate
504 if test -x pubcookie/wp_uidmapper ; then $(LN) -f pubcookie/wp_uidmapper @abs_top_srcdir@/web/bin ; fi
505 if test -x pubcookie/wp_tclsh ; then $(LN) -f pubcookie/wp_tclsh @abs_top_srcdir@/web/bin ; fi
506 if test -x pubcookie/wp_gssapi_proxy ; then $(LN) -f pubcookie/wp_gssapi_proxy @abs_top_srcdir@/web/bin ; fi
508 # Tell versions [3.59,3.63) of GNU make to not export all variables.
509 # Otherwise a system limit (for SysV at least) may be exceeded.
510 .NOEXPORT: