* Move freeing for some SSL memory until after all connections are
[alpine.git] / pith / charconv / Makefile
blobf425ed1cdd8b890be454f349de3127af980aaad2
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # pith/charconv/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 2013-2018 Eduardo Chappa
19 # Copyright 2006 University of Washington
21 # Licensed under the Apache License, Version 2.0 (the "License");
22 # you may not use this file except in compliance with the License.
23 # You may obtain a copy of the License at
25 # http://www.apache.org/licenses/LICENSE-2.0
27 # ========================================================================
30 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
31 am__make_running_with_option = \
32 case $${target_option-} in \
33 ?) ;; \
34 *) echo "am__make_running_with_option: internal error: invalid" \
35 "target option '$${target_option-}' specified" >&2; \
36 exit 1;; \
37 esac; \
38 has_opt=no; \
39 sane_makeflags=$$MAKEFLAGS; \
40 if $(am__is_gnu_make); then \
41 sane_makeflags=$$MFLAGS; \
42 else \
43 case $$MAKEFLAGS in \
44 *\\[\ \ ]*) \
45 bs=\\; \
46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48 esac; \
49 fi; \
50 skip_next=no; \
51 strip_trailopt () \
52 { \
53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 }; \
55 for flg in $$sane_makeflags; do \
56 test $$skip_next = yes && { skip_next=no; continue; }; \
57 case $$flg in \
58 *=*|--*) continue;; \
59 -*I) strip_trailopt 'I'; skip_next=yes;; \
60 -*I?*) strip_trailopt 'I';; \
61 -*O) strip_trailopt 'O'; skip_next=yes;; \
62 -*O?*) strip_trailopt 'O';; \
63 -*l) strip_trailopt 'l'; skip_next=yes;; \
64 -*l?*) strip_trailopt 'l';; \
65 -[dEDm]) skip_next=yes;; \
66 -[JT]) skip_next=yes;; \
67 esac; \
68 case $$flg in \
69 *$$target_option*) has_opt=yes; break;; \
70 esac; \
71 done; \
72 test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/alpine
76 pkgincludedir = $(includedir)/alpine
77 pkglibdir = $(libdir)/alpine
78 pkglibexecdir = $(libexecdir)/alpine
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = x86_64-suse-linux-gnu
92 host_triplet = x86_64-suse-linux-gnu
93 subdir = pith/charconv
94 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
95 $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
98 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
99 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
100 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
101 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
102 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
103 $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
104 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
105 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
108 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109 CONFIG_HEADER = $(top_builddir)/include/config.h
110 CONFIG_CLEAN_FILES =
111 CONFIG_CLEAN_VPATH_FILES =
112 LIBRARIES = $(noinst_LIBRARIES)
113 ARFLAGS = cru
114 AM_V_AR = $(am__v_AR_$(V))
115 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
116 am__v_AR_0 = @echo " AR " $@;
117 am__v_AR_1 =
118 libpithcc_a_AR = $(AR) $(ARFLAGS)
119 libpithcc_a_LIBADD =
120 am_libpithcc_a_OBJECTS = filesys.$(OBJEXT) utf8.$(OBJEXT)
121 libpithcc_a_OBJECTS = $(am_libpithcc_a_OBJECTS)
122 AM_V_P = $(am__v_P_$(V))
123 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
124 am__v_P_0 = false
125 am__v_P_1 = :
126 AM_V_GEN = $(am__v_GEN_$(V))
127 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
128 am__v_GEN_0 = @echo " GEN " $@;
129 am__v_GEN_1 =
130 AM_V_at = $(am__v_at_$(V))
131 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
132 am__v_at_0 = @
133 am__v_at_1 =
134 DEFAULT_INCLUDES =
135 depcomp = $(SHELL) $(top_srcdir)/depcomp
136 am__depfiles_maybe = depfiles
137 am__mv = mv -f
138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 AM_V_lt = $(am__v_lt_$(V))
141 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
142 am__v_lt_0 = --silent
143 am__v_lt_1 =
144 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
146 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
147 $(AM_CFLAGS) $(CFLAGS)
148 AM_V_CC = $(am__v_CC_$(V))
149 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
150 am__v_CC_0 = @echo " CC " $@;
151 am__v_CC_1 =
152 CCLD = $(CC)
153 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155 $(AM_LDFLAGS) $(LDFLAGS) -o $@
156 AM_V_CCLD = $(am__v_CCLD_$(V))
157 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
158 am__v_CCLD_0 = @echo " CCLD " $@;
159 am__v_CCLD_1 =
160 SOURCES = $(libpithcc_a_SOURCES)
161 DIST_SOURCES = $(libpithcc_a_SOURCES)
162 am__can_run_installinfo = \
163 case $$AM_UPDATE_INFO_DIR in \
164 n|no|NO) false;; \
165 *) (install-info --version) >/dev/null 2>&1;; \
166 esac
167 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
168 # Read a list of newline-separated strings from the standard input,
169 # and print each of them once, without duplicates. Input order is
170 # *not* preserved.
171 am__uniquify_input = $(AWK) '\
172 BEGIN { nonempty = 0; } \
173 { items[$$0] = 1; nonempty = 1; } \
174 END { if (nonempty) { for (i in items) print i; }; } \
176 # Make sure the list of sources is unique. This is necessary because,
177 # e.g., the same source file might be shared among _SOURCES variables
178 # for different programs/libraries.
179 am__define_uniq_tagged_files = \
180 list='$(am__tagged_files)'; \
181 unique=`for i in $$list; do \
182 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183 done | $(am__uniquify_input)`
184 ETAGS = etags
185 CTAGS = ctags
186 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
187 ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13
188 ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018
189 ALPINE_HOSTSTAMP = linux.suse
190 AMTAR = $${TAR-tar}
191 AM_CFLAGS = -g -pthread
192 AM_DEFAULT_VERBOSITY = 1
193 AM_LDFLAGS =
194 AR = /usr/bin/ar
195 AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf
196 AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader
197 AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13
198 AWK = gawk
199 BUILD_EXEEXT =
200 BUILD_OBJEXT =
201 CC = gcc -std=gnu99
202 CCDEPMODE = depmode=gcc3
203 CC_FOR_BUILD = gcc
204 CFLAGS = -g
205 CFLAGS_FOR_BUILD = -g -O2
206 CP = /usr/bin/cp
207 CPP = gcc -E
208 CPPFLAGS = -I/usr/include/openssl
209 CPPFLAGS_FOR_BUILD =
210 CPP_FOR_BUILD = gcc -E
211 CYGPATH_W = echo
212 C_CLIENT_AUTHS = gss ntl
213 C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g"
214 C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0"
215 C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
216 C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private
217 C_CLIENT_TARGET = lsu
218 C_CLIENT_WITH_IPV6 = touch imap/ip6
219 DEFS = -DHAVE_CONFIG_H
220 DEPDIR = .deps
221 DLLTOOL = false
222 DSYMUTIL =
223 DUMPBIN =
224 ECHO_C =
225 ECHO_N = -n
226 ECHO_T =
227 EGREP = /usr/bin/grep -E
228 EXEEXT =
229 FGREP = /usr/bin/grep -F
230 GMSGFMT = /usr/bin/msgfmt
231 GMSGFMT_015 = /usr/bin/msgfmt
232 GREP = /usr/bin/grep
233 INSTALL = /usr/bin/install -c
234 INSTALL_DATA = ${INSTALL} -m 644
235 INSTALL_PROGRAM = ${INSTALL}
236 INSTALL_SCRIPT = ${INSTALL}
237 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
238 INTLLIBS =
239 INTL_MACOSX_LIBS =
240 ISPELLPROG = hunspell
241 LD = /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
242 LDFLAGS = -L/usr/lib
243 LDFLAGS_FOR_BUILD =
244 LIBICONV = -liconv
245 LIBINTL =
246 LIBOBJS =
247 LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
248 LIBTOOL = $(SHELL) $(top_builddir)/libtool
249 LIBTOOL_DEPS = ./ltmain.sh
250 LIPO =
251 LN = /usr/bin/ln
252 LN_S = ln -s
253 LS = /usr/bin/ls
254 LTLIBICONV = -liconv
255 LTLIBINTL =
256 LTLIBOBJS =
257 MAINT = #
258 MAKE = /usr/bin/make
259 MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo
260 MANIFEST_TOOL = :
261 MKDIR_P = /usr/bin/mkdir -p
262 MSGFMT = /usr/bin/msgfmt
263 MSGFMT_015 = /usr/bin/msgfmt
264 MSGMERGE = /usr/bin/msgmerge
265 NM = /usr/bin/nm -B
266 NMEDIT =
267 NPA_PROG =
268 OBJDUMP = objdump
269 OBJEXT = o
270 OTOOL =
271 OTOOL64 =
272 PACKAGE = alpine
273 PACKAGE_BUGREPORT = chappa@washington.edu
274 PACKAGE_NAME = alpine
275 PACKAGE_STRING = alpine 2.21.999
276 PACKAGE_TARNAME = alpine
277 PACKAGE_URL =
278 PACKAGE_VERSION = 2.21.999
279 PATH_SEPARATOR = :
280 POSUB = po
281 PTHREAD_CC = gcc -std=gnu99
282 PTHREAD_CFLAGS = -pthread
283 PTHREAD_LIBS =
284 PWPROG = /usr/bin/passwd
285 RANLIB = ranlib
286 REGEX_BUILD =
287 RM = /usr/bin/rm
288 SED = /usr/bin/sed
289 SENDMAIL = /usr/sbin/sendmail
290 SET_MAKE =
291 SHELL = /bin/sh
292 SPELLPROG = hunspell
293 STRIP = strip
294 USE_NLS = yes
295 VERSION = 2.21.999
296 WEB_BINDIR =
297 WEB_BUILD =
298 WEB_PUBCOOKIE_BUILD =
299 WEB_PUBCOOKIE_LIB =
300 WEB_PUBCOOKIE_LINK =
301 XGETTEXT = /usr/bin/xgettext
302 XGETTEXT_015 = /usr/bin/xgettext
303 abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/pith/charconv
304 abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pith/charconv
305 abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit
306 abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit
307 ac_ct_AR = ar
308 ac_ct_CC = gcc
309 ac_ct_CC_FOR_BUILD = gcc
310 ac_ct_DUMPBIN =
311 acx_pthread_config =
312 alpine_interactive_spellcheck = /usr/bin/hunspell
313 alpine_simple_spellcheck = /usr/bin/hunspell -l
314 am__include = include
315 am__leading_dot = .
316 am__quote =
317 am__tar = $${TAR-tar} chof - "$$tardir"
318 am__untar = $${TAR-tar} xf -
319 bindir = ${exec_prefix}/bin
320 build = x86_64-suse-linux-gnu
321 build_alias =
322 build_cpu = x86_64
323 build_os = linux-gnu
324 build_vendor = suse
325 builddir = .
326 datadir = ${datarootdir}
327 datarootdir = ${prefix}/share
328 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
329 dvidir = ${docdir}
330 exec_prefix = ${prefix}
331 host = x86_64-suse-linux-gnu
332 host_alias =
333 host_cpu = x86_64
334 host_os = linux-gnu
335 host_vendor = suse
336 htmldir = ${docdir}
337 includedir = ${prefix}/include
338 infodir = ${datarootdir}/info
339 install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh
340 libdir = ${exec_prefix}/lib64
341 libexecdir = ${exec_prefix}/lib
342 localedir = ${datadir}/locale
343 localstatedir = ${prefix}/var
344 mandir = ${datarootdir}/man
345 mkdir_p = $(MKDIR_P)
346 oldincludedir = /usr/include
347 pdfdir = ${docdir}
348 prefix = /usr/local
349 program_transform_name = s,x,x,
350 psdir = ${docdir}
351 sbindir = ${exec_prefix}/sbin
352 sharedstatedir = ${prefix}/com
353 srcdir = .
354 sysconfdir = ${prefix}/etc
355 target_alias =
356 top_build_prefix = ../../
357 top_builddir = ../..
358 top_srcdir = ../..
359 noinst_LIBRARIES = libpithcc.a
360 libpithcc_a_SOURCES = filesys.c utf8.c
361 AM_CPPFLAGS = -I../../include -I../../include
362 all: all-am
364 .SUFFIXES:
365 .SUFFIXES: .c .lo .o .obj
366 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
367 @for dep in $?; do \
368 case '$(am__configure_deps)' in \
369 *$$dep*) \
370 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
371 && { if test -f $@; then exit 0; else break; fi; }; \
372 exit 1;; \
373 esac; \
374 done; \
375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/charconv/Makefile'; \
376 $(am__cd) $(top_srcdir) && \
377 $(AUTOMAKE) --foreign pith/charconv/Makefile
378 .PRECIOUS: Makefile
379 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
383 *) \
384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
385 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
386 esac;
388 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(top_srcdir)/configure: # $(am__configure_deps)
392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395 $(am__aclocal_m4_deps):
397 clean-noinstLIBRARIES:
398 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
400 libpithcc.a: $(libpithcc_a_OBJECTS) $(libpithcc_a_DEPENDENCIES) $(EXTRA_libpithcc_a_DEPENDENCIES)
401 $(AM_V_at)-rm -f libpithcc.a
402 $(AM_V_AR)$(libpithcc_a_AR) libpithcc.a $(libpithcc_a_OBJECTS) $(libpithcc_a_LIBADD)
403 $(AM_V_at)$(RANLIB) libpithcc.a
405 mostlyclean-compile:
406 -rm -f *.$(OBJEXT)
408 distclean-compile:
409 -rm -f *.tab.c
411 include ./$(DEPDIR)/filesys.Po
412 include ./$(DEPDIR)/utf8.Po
414 .c.o:
415 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
416 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
417 # $(AM_V_CC)source='$<' object='$@' libtool=no \
418 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
419 # $(AM_V_CC_no)$(COMPILE) -c $<
421 .c.obj:
422 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
423 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
424 # $(AM_V_CC)source='$<' object='$@' libtool=no \
425 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
426 # $(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'`
428 .c.lo:
429 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
430 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
431 # $(AM_V_CC)source='$<' object='$@' libtool=yes \
432 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
433 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
435 mostlyclean-libtool:
436 -rm -f *.lo
438 clean-libtool:
439 -rm -rf .libs _libs
441 ID: $(am__tagged_files)
442 $(am__define_uniq_tagged_files); mkid -fID $$unique
443 tags: tags-am
444 TAGS: tags
446 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
447 set x; \
448 here=`pwd`; \
449 $(am__define_uniq_tagged_files); \
450 shift; \
451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452 test -n "$$unique" || unique=$$empty_fix; \
453 if test $$# -gt 0; then \
454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455 "$$@" $$unique; \
456 else \
457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458 $$unique; \
459 fi; \
461 ctags: ctags-am
463 CTAGS: ctags
464 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465 $(am__define_uniq_tagged_files); \
466 test -z "$(CTAGS_ARGS)$$unique" \
467 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468 $$unique
470 GTAGS:
471 here=`$(am__cd) $(top_builddir) && pwd` \
472 && $(am__cd) $(top_srcdir) \
473 && gtags -i $(GTAGS_ARGS) "$$here"
474 cscopelist: cscopelist-am
476 cscopelist-am: $(am__tagged_files)
477 list='$(am__tagged_files)'; \
478 case "$(srcdir)" in \
479 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
480 *) sdir=$(subdir)/$(srcdir) ;; \
481 esac; \
482 for i in $$list; do \
483 if test -f "$$i"; then \
484 echo "$(subdir)/$$i"; \
485 else \
486 echo "$$sdir/$$i"; \
487 fi; \
488 done >> $(top_builddir)/cscope.files
490 distclean-tags:
491 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493 distdir: $(DISTFILES)
494 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 list='$(DISTFILES)'; \
497 dist_files=`for file in $$list; do echo $$file; done | \
498 sed -e "s|^$$srcdirstrip/||;t" \
499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500 case $$dist_files in \
501 */*) $(MKDIR_P) `echo "$$dist_files" | \
502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503 sort -u` ;; \
504 esac; \
505 for file in $$dist_files; do \
506 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507 if test -d $$d/$$file; then \
508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509 if test -d "$(distdir)/$$file"; then \
510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511 fi; \
512 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515 fi; \
516 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517 else \
518 test -f "$(distdir)/$$file" \
519 || cp -p $$d/$$file "$(distdir)/$$file" \
520 || exit 1; \
521 fi; \
522 done
523 check-am: all-am
524 check: check-am
525 all-am: Makefile $(LIBRARIES)
526 installdirs:
527 install: install-am
528 install-exec: install-exec-am
529 install-data: install-data-am
530 uninstall: uninstall-am
532 install-am: all-am
533 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535 installcheck: installcheck-am
536 install-strip:
537 if test -z '$(STRIP)'; then \
538 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540 install; \
541 else \
542 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
546 mostlyclean-generic:
548 clean-generic:
550 distclean-generic:
551 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
552 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
554 maintainer-clean-generic:
555 @echo "This command is intended for maintainers to use"
556 @echo "it deletes files that may require special tools to rebuild."
557 clean: clean-am
559 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
560 mostlyclean-am
562 distclean: distclean-am
563 -rm -rf ./$(DEPDIR)
564 -rm -f Makefile
565 distclean-am: clean-am distclean-compile distclean-generic \
566 distclean-tags
568 dvi: dvi-am
570 dvi-am:
572 html: html-am
574 html-am:
576 info: info-am
578 info-am:
580 install-data-am:
582 install-dvi: install-dvi-am
584 install-dvi-am:
586 install-exec-am:
588 install-html: install-html-am
590 install-html-am:
592 install-info: install-info-am
594 install-info-am:
596 install-man:
598 install-pdf: install-pdf-am
600 install-pdf-am:
602 install-ps: install-ps-am
604 install-ps-am:
606 installcheck-am:
608 maintainer-clean: maintainer-clean-am
609 -rm -rf ./$(DEPDIR)
610 -rm -f Makefile
611 maintainer-clean-am: distclean-am maintainer-clean-generic
613 mostlyclean: mostlyclean-am
615 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
616 mostlyclean-libtool
618 pdf: pdf-am
620 pdf-am:
622 ps: ps-am
624 ps-am:
626 uninstall-am:
628 .MAKE: install-am install-strip
630 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
631 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
632 ctags-am distclean distclean-compile distclean-generic \
633 distclean-libtool distclean-tags distdir dvi dvi-am html \
634 html-am info info-am install install-am install-data \
635 install-data-am install-dvi install-dvi-am install-exec \
636 install-exec-am install-html install-html-am install-info \
637 install-info-am install-man install-pdf install-pdf-am \
638 install-ps install-ps-am install-strip installcheck \
639 installcheck-am installdirs maintainer-clean \
640 maintainer-clean-generic mostlyclean mostlyclean-compile \
641 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
642 tags tags-am uninstall uninstall-am
645 # Tell versions [3.59,3.63) of GNU make to not export all variables.
646 # Otherwise a system limit (for SysV at least) may be exceeded.
647 .NOEXPORT: