Merge branch 'ical'
[alpine.git] / web / src / Makefile
blob01573395dfbae584c2ebb11ac92a5a4f78ceddff
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # web/src/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994-2013 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.
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 # ========================================================================
28 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/alpine
74 pkgincludedir = $(includedir)/alpine
75 pkglibdir = $(libdir)/alpine
76 pkglibexecdir = $(libexecdir)/alpine
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = x86_64-suse-linux-gnu
90 host_triplet = x86_64-suse-linux-gnu
91 subdir = web/src
92 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
93 $(top_srcdir)/mkinstalldirs
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
96 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
97 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
98 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
99 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101 $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
102 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
103 $(top_srcdir)/m4/progtest.m4 $(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)/include/config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_$(V))
111 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_$(V))
115 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_$(V))
119 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131 ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13
132 ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017
133 ALPINE_HOSTSTAMP = jctgjb2
134 AMTAR = $${TAR-tar}
135 AM_CFLAGS = -g -pthread
136 AM_DEFAULT_VERBOSITY = 1
137 AM_LDFLAGS =
138 AR = /usr/bin/ar
139 AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf
140 AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader
141 AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13
142 AWK = gawk
143 BUILD_EXEEXT =
144 BUILD_OBJEXT =
145 CC = gcc -std=gnu99
146 CCDEPMODE = depmode=gcc3
147 CC_FOR_BUILD = gcc
148 CFLAGS = -g
149 CFLAGS_FOR_BUILD = -g -O2
150 CP = /usr/bin/cp
151 CPP = gcc -E
152 CPPFLAGS = -I/usr/include/openssl
153 CPPFLAGS_FOR_BUILD =
154 CPP_FOR_BUILD = gcc -E
155 CYGPATH_W = echo
156 C_CLIENT_AUTHS = gss
157 C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g"
158 C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0"
159 C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
160 C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private
161 C_CLIENT_TARGET = lsu
162 C_CLIENT_WITH_IPV6 = touch imap/ip6
163 DEFS = -DHAVE_CONFIG_H
164 DEPDIR = .deps
165 DLLTOOL = false
166 DSYMUTIL =
167 DUMPBIN =
168 ECHO_C =
169 ECHO_N = -n
170 ECHO_T =
171 EGREP = /usr/bin/grep -E
172 EXEEXT =
173 FGREP = /usr/bin/grep -F
174 GMSGFMT = /usr/bin/msgfmt
175 GMSGFMT_015 = /usr/bin/msgfmt
176 GREP = /usr/bin/grep
177 INSTALL = /usr/bin/install -c
178 INSTALL_DATA = ${INSTALL} -m 644
179 INSTALL_PROGRAM = ${INSTALL}
180 INSTALL_SCRIPT = ${INSTALL}
181 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
182 INTLLIBS =
183 INTL_MACOSX_LIBS =
184 ISPELLPROG = hunspell
185 LD = /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
186 LDFLAGS = -L/usr/lib
187 LDFLAGS_FOR_BUILD =
188 LIBICONV = -liconv
189 LIBINTL =
190 LIBOBJS =
191 LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
192 LIBTOOL = $(SHELL) $(top_builddir)/libtool
193 LIBTOOL_DEPS = ./ltmain.sh
194 LIPO =
195 LN = /usr/bin/ln
196 LN_S = ln -s
197 LS = /usr/bin/ls
198 LTLIBICONV = -liconv
199 LTLIBINTL =
200 LTLIBOBJS =
201 MAINT = #
202 MAKE = /usr/bin/make
203 MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo
204 MANIFEST_TOOL = :
205 MKDIR_P = /usr/bin/mkdir -p
206 MSGFMT = /usr/bin/msgfmt
207 MSGFMT_015 = /usr/bin/msgfmt
208 MSGMERGE = /usr/bin/msgmerge
209 NM = /usr/bin/nm -B
210 NMEDIT =
211 NPA_PROG =
212 OBJDUMP = objdump
213 OBJEXT = o
214 OTOOL =
215 OTOOL64 =
216 PACKAGE = alpine
217 PACKAGE_BUGREPORT = chappa@washington.edu
218 PACKAGE_NAME = alpine
219 PACKAGE_STRING = alpine 2.21.9
220 PACKAGE_TARNAME = alpine
221 PACKAGE_URL =
222 PACKAGE_VERSION = 2.21.9
223 PATH_SEPARATOR = :
224 POSUB = po
225 PTHREAD_CC = gcc -std=gnu99
226 PTHREAD_CFLAGS = -pthread
227 PTHREAD_LIBS =
228 PWPROG = /usr/bin/passwd
229 RANLIB = ranlib
230 REGEX_BUILD =
231 RM = /usr/bin/rm
232 SED = /usr/bin/sed
233 SENDMAIL = /usr/sbin/sendmail
234 SET_MAKE =
235 SHELL = /bin/sh
236 SPELLPROG = hunspell
237 STRIP = strip
238 USE_NLS = yes
239 VERSION = 2.21.9
240 WEB_BINDIR =
241 WEB_BUILD =
242 WEB_PUBCOOKIE_BUILD =
243 WEB_PUBCOOKIE_LIB =
244 WEB_PUBCOOKIE_LINK =
245 XGETTEXT = /usr/bin/xgettext
246 XGETTEXT_015 = /usr/bin/xgettext
247 abs_builddir = /run/media/chappa/Work/alpine/alpinegit/web/src
248 abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/web/src
249 abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit
250 abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit
251 ac_ct_AR = ar
252 ac_ct_CC = gcc
253 ac_ct_CC_FOR_BUILD = gcc
254 ac_ct_DUMPBIN =
255 acx_pthread_config =
256 alpine_interactive_spellcheck = /usr/bin/hunspell
257 alpine_simple_spellcheck = /usr/bin/hunspell -l
258 am__include = include
259 am__leading_dot = .
260 am__quote =
261 am__tar = $${TAR-tar} chof - "$$tardir"
262 am__untar = $${TAR-tar} xf -
263 bindir = ${exec_prefix}/bin
264 build = x86_64-suse-linux-gnu
265 build_alias =
266 build_cpu = x86_64
267 build_os = linux-gnu
268 build_vendor = suse
269 builddir = .
270 datadir = ${datarootdir}
271 datarootdir = ${prefix}/share
272 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
273 dvidir = ${docdir}
274 exec_prefix = ${prefix}
275 host = x86_64-suse-linux-gnu
276 host_alias =
277 host_cpu = x86_64
278 host_os = linux-gnu
279 host_vendor = suse
280 htmldir = ${docdir}
281 includedir = ${prefix}/include
282 infodir = ${datarootdir}/info
283 install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh
284 libdir = ${exec_prefix}/lib64
285 libexecdir = ${exec_prefix}/lib
286 localedir = ${datadir}/locale
287 localstatedir = ${prefix}/var
288 mandir = ${datarootdir}/man
289 mkdir_p = $(MKDIR_P)
290 oldincludedir = /usr/include
291 pdfdir = ${docdir}
292 prefix = /usr/local
293 program_transform_name = s,x,x,
294 psdir = ${docdir}
295 sbindir = ${exec_prefix}/sbin
296 sharedstatedir = ${prefix}/com
297 srcdir = .
298 sysconfdir = ${prefix}/etc
299 target_alias =
300 top_build_prefix = ../../
301 top_builddir = ../..
302 top_srcdir = ../..
303 all: all-am
305 .SUFFIXES:
306 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
307 @for dep in $?; do \
308 case '$(am__configure_deps)' in \
309 *$$dep*) \
310 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311 && { if test -f $@; then exit 0; else break; fi; }; \
312 exit 1;; \
313 esac; \
314 done; \
315 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign web/src/Makefile'; \
316 $(am__cd) $(top_srcdir) && \
317 $(AUTOMAKE) --foreign web/src/Makefile
318 .PRECIOUS: Makefile
319 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320 @case '$?' in \
321 *config.status*) \
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323 *) \
324 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
325 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326 esac;
328 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(top_srcdir)/configure: # $(am__configure_deps)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(am__aclocal_m4_deps):
337 mostlyclean-libtool:
338 -rm -f *.lo
340 clean-libtool:
341 -rm -rf .libs _libs
342 tags TAGS:
344 ctags CTAGS:
346 cscope cscopelist:
349 distdir: $(DISTFILES)
350 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352 list='$(DISTFILES)'; \
353 dist_files=`for file in $$list; do echo $$file; done | \
354 sed -e "s|^$$srcdirstrip/||;t" \
355 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
356 case $$dist_files in \
357 */*) $(MKDIR_P) `echo "$$dist_files" | \
358 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
359 sort -u` ;; \
360 esac; \
361 for file in $$dist_files; do \
362 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
363 if test -d $$d/$$file; then \
364 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
365 if test -d "$(distdir)/$$file"; then \
366 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
367 fi; \
368 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
370 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371 fi; \
372 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
373 else \
374 test -f "$(distdir)/$$file" \
375 || cp -p $$d/$$file "$(distdir)/$$file" \
376 || exit 1; \
377 fi; \
378 done
379 check-am: all-am
380 check: check-am
381 all-am: Makefile
382 installdirs:
383 install-exec: install-exec-am
384 install-data: install-data-am
385 uninstall: uninstall-am
387 install-am: all-am
388 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
390 installcheck: installcheck-am
391 install-strip:
392 if test -z '$(STRIP)'; then \
393 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395 install; \
396 else \
397 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
401 mostlyclean-generic:
403 clean-generic:
405 distclean-generic:
406 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
407 -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
414 clean-am: clean-generic clean-libtool mostlyclean-am
416 distclean: distclean-am
417 -rm -f Makefile
418 distclean-am: clean-am distclean-generic
420 dvi: dvi-am
422 dvi-am:
424 html: html-am
426 html-am:
428 info: info-am
430 info-am:
432 install-data-am:
434 install-dvi: install-dvi-am
436 install-dvi-am:
438 install-exec-am:
440 install-html: install-html-am
442 install-html-am:
444 install-info: install-info-am
446 install-info-am:
448 install-man:
450 install-pdf: install-pdf-am
452 install-pdf-am:
454 install-ps: install-ps-am
456 install-ps-am:
458 installcheck-am:
460 maintainer-clean: maintainer-clean-am
461 -rm -f Makefile
462 maintainer-clean-am: distclean-am maintainer-clean-generic
464 mostlyclean: mostlyclean-am
466 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
468 pdf: pdf-am
470 pdf-am:
472 ps: ps-am
474 ps-am:
476 uninstall-am:
478 .MAKE: install-am install-strip
480 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
481 cscopelist-am ctags-am distclean distclean-generic \
482 distclean-libtool distdir dvi dvi-am html html-am info info-am \
483 install install-am install-data install-data-am install-dvi \
484 install-dvi-am install-exec install-exec-am install-html \
485 install-html-am install-info install-info-am install-man \
486 install-pdf install-pdf-am install-ps install-ps-am \
487 install-strip installcheck installcheck-am installdirs \
488 maintainer-clean maintainer-clean-generic mostlyclean \
489 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
490 tags-am uninstall uninstall-am
493 all:
494 cd /run/media/chappa/Work/alpine/alpinegit/web/src/cgi.tcl-1.10 && ./configure --prefix=/run/media/chappa/Work/alpine/alpinegit/web/lib
496 install:
497 cd /run/media/chappa/Work/alpine/alpinegit/web/src/alpined.d && make install
498 cd /run/media/chappa/Work/alpine/alpinegit/web/src/cgi.tcl-1.10 && make install SCRIPTDIR=/run/media/chappa/Work/alpine/alpinegit/web/lib
499 cd /run/media/chappa/Work/alpine/alpinegit/web/lib && tclsh ./pkgcreate
500 if test -x pubcookie/wp_uidmapper ; then $(LN) -f pubcookie/wp_uidmapper /run/media/chappa/Work/alpine/alpinegit/web/bin ; fi
501 if test -x pubcookie/wp_tclsh ; then $(LN) -f pubcookie/wp_tclsh /run/media/chappa/Work/alpine/alpinegit/web/bin ; fi
502 if test -x pubcookie/wp_gssapi_proxy ; then $(LN) -f pubcookie/wp_gssapi_proxy /run/media/chappa/Work/alpine/alpinegit/web/bin ; fi
504 # Tell versions [3.59,3.63) of GNU make to not export all variables.
505 # Otherwise a system limit (for SysV at least) may be exceeded.
506 .NOEXPORT: