* NTLM authentication support with the ntlm library, in Unix systems.
[alpine.git] / pith / charconv / Makefile.in
blobbabdd454b5b36f014547a133f1ea39637dda19a3
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 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 2013-2017 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 # ========================================================================
29 VPATH = @srcdir@
30 am__is_gnu_make = { \
31 if test -z '$(MAKELEVEL)'; then \
32 false; \
33 elif test -n '$(MAKE_HOST)'; then \
34 true; \
35 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36 true; \
37 else \
38 false; \
39 fi; \
41 am__make_running_with_option = \
42 case $${target_option-} in \
43 ?) ;; \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
46 exit 1;; \
47 esac; \
48 has_opt=no; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
52 else \
53 case $$MAKEFLAGS in \
54 *\\[\ \ ]*) \
55 bs=\\; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
58 esac; \
59 fi; \
60 skip_next=no; \
61 strip_trailopt () \
62 { \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64 }; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; continue; }; \
67 case $$flg in \
68 *=*|--*) continue;; \
69 -*I) strip_trailopt 'I'; skip_next=yes;; \
70 -*I?*) strip_trailopt 'I';; \
71 -*O) strip_trailopt 'O'; skip_next=yes;; \
72 -*O?*) strip_trailopt 'O';; \
73 -*l) strip_trailopt 'l'; skip_next=yes;; \
74 -*l?*) strip_trailopt 'l';; \
75 -[dEDm]) skip_next=yes;; \
76 -[JT]) skip_next=yes;; \
77 esac; \
78 case $$flg in \
79 *$$target_option*) has_opt=yes; break;; \
80 esac; \
81 done; \
82 test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 subdir = pith/charconv
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
106 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
107 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
108 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
109 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
110 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
111 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
112 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION \
113 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
114 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
115 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
116 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
117 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
118 $(top_srcdir)/configure.ac
119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120 $(ACLOCAL_M4)
121 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
122 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123 CONFIG_HEADER = $(top_builddir)/include/config.h
124 CONFIG_CLEAN_FILES =
125 CONFIG_CLEAN_VPATH_FILES =
126 LIBRARIES = $(noinst_LIBRARIES)
127 ARFLAGS = cru
128 AM_V_AR = $(am__v_AR_@AM_V@)
129 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
130 am__v_AR_0 = @echo " AR " $@;
131 am__v_AR_1 =
132 libpithcc_a_AR = $(AR) $(ARFLAGS)
133 libpithcc_a_LIBADD =
134 am_libpithcc_a_OBJECTS = filesys.$(OBJEXT) utf8.$(OBJEXT)
135 libpithcc_a_OBJECTS = $(am_libpithcc_a_OBJECTS)
136 AM_V_P = $(am__v_P_@AM_V@)
137 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138 am__v_P_0 = false
139 am__v_P_1 = :
140 AM_V_GEN = $(am__v_GEN_@AM_V@)
141 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
142 am__v_GEN_0 = @echo " GEN " $@;
143 am__v_GEN_1 =
144 AM_V_at = $(am__v_at_@AM_V@)
145 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146 am__v_at_0 = @
147 am__v_at_1 =
148 DEFAULT_INCLUDES =
149 depcomp = $(SHELL) $(top_srcdir)/depcomp
150 am__depfiles_maybe = depfiles
151 am__mv = mv -f
152 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154 AM_V_lt = $(am__v_lt_@AM_V@)
155 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156 am__v_lt_0 = --silent
157 am__v_lt_1 =
158 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
160 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161 $(AM_CFLAGS) $(CFLAGS)
162 AM_V_CC = $(am__v_CC_@AM_V@)
163 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164 am__v_CC_0 = @echo " CC " $@;
165 am__v_CC_1 =
166 CCLD = $(CC)
167 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169 $(AM_LDFLAGS) $(LDFLAGS) -o $@
170 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172 am__v_CCLD_0 = @echo " CCLD " $@;
173 am__v_CCLD_1 =
174 SOURCES = $(libpithcc_a_SOURCES)
175 DIST_SOURCES = $(libpithcc_a_SOURCES)
176 am__can_run_installinfo = \
177 case $$AM_UPDATE_INFO_DIR in \
178 n|no|NO) false;; \
179 *) (install-info --version) >/dev/null 2>&1;; \
180 esac
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182 # Read a list of newline-separated strings from the standard input,
183 # and print each of them once, without duplicates. Input order is
184 # *not* preserved.
185 am__uniquify_input = $(AWK) '\
186 BEGIN { nonempty = 0; } \
187 { items[$$0] = 1; nonempty = 1; } \
188 END { if (nonempty) { for (i in items) print i; }; } \
190 # Make sure the list of sources is unique. This is necessary because,
191 # e.g., the same source file might be shared among _SOURCES variables
192 # for different programs/libraries.
193 am__define_uniq_tagged_files = \
194 list='$(am__tagged_files)'; \
195 unique=`for i in $$list; do \
196 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197 done | $(am__uniquify_input)`
198 ETAGS = etags
199 CTAGS = ctags
200 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
201 $(top_srcdir)/mkinstalldirs
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203 ACLOCAL = @ACLOCAL@
204 AMTAR = @AMTAR@
205 AM_CFLAGS = @AM_CFLAGS@
206 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207 AM_LDFLAGS = @AM_LDFLAGS@
208 AR = @AR@
209 AUTOCONF = @AUTOCONF@
210 AUTOHEADER = @AUTOHEADER@
211 AUTOMAKE = @AUTOMAKE@
212 AWK = @AWK@
213 CC = @CC@
214 CCDEPMODE = @CCDEPMODE@
215 CFLAGS = @CFLAGS@
216 CP = @CP@
217 CPP = @CPP@
218 CPPFLAGS = @CPPFLAGS@
219 CYGPATH_W = @CYGPATH_W@
220 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
221 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
222 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
223 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
224 C_CLIENT_TARGET = @C_CLIENT_TARGET@
225 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
226 DEFS = @DEFS@
227 DEPDIR = @DEPDIR@
228 DLLTOOL = @DLLTOOL@
229 DSYMUTIL = @DSYMUTIL@
230 DUMPBIN = @DUMPBIN@
231 ECHO_C = @ECHO_C@
232 ECHO_N = @ECHO_N@
233 ECHO_T = @ECHO_T@
234 EGREP = @EGREP@
235 EXEEXT = @EXEEXT@
236 FGREP = @FGREP@
237 GMSGFMT = @GMSGFMT@
238 GMSGFMT_015 = @GMSGFMT_015@
239 GREP = @GREP@
240 INSTALL = @INSTALL@
241 INSTALL_DATA = @INSTALL_DATA@
242 INSTALL_PROGRAM = @INSTALL_PROGRAM@
243 INSTALL_SCRIPT = @INSTALL_SCRIPT@
244 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245 INTLLIBS = @INTLLIBS@
246 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
247 ISPELLPROG = @ISPELLPROG@
248 LD = @LD@
249 LDFLAGS = @LDFLAGS@
250 LIBICONV = @LIBICONV@
251 LIBINTL = @LIBINTL@
252 LIBOBJS = @LIBOBJS@
253 LIBS = @LIBS@
254 LIBTOOL = @LIBTOOL@
255 LIBTOOL_DEPS = @LIBTOOL_DEPS@
256 LIPO = @LIPO@
257 LN = @LN@
258 LN_S = @LN_S@
259 LS = @LS@
260 LTLIBICONV = @LTLIBICONV@
261 LTLIBINTL = @LTLIBINTL@
262 LTLIBOBJS = @LTLIBOBJS@
263 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
264 MAINT = @MAINT@
265 MAKE = @MAKE@
266 MAKEINFO = @MAKEINFO@
267 MANIFEST_TOOL = @MANIFEST_TOOL@
268 MKDIR_P = @MKDIR_P@
269 MSGFMT = @MSGFMT@
270 MSGFMT_015 = @MSGFMT_015@
271 MSGMERGE = @MSGMERGE@
272 NM = @NM@
273 NMEDIT = @NMEDIT@
274 NPA_PROG = @NPA_PROG@
275 OBJDUMP = @OBJDUMP@
276 OBJEXT = @OBJEXT@
277 OTOOL = @OTOOL@
278 OTOOL64 = @OTOOL64@
279 PACKAGE = @PACKAGE@
280 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281 PACKAGE_NAME = @PACKAGE_NAME@
282 PACKAGE_STRING = @PACKAGE_STRING@
283 PACKAGE_TARNAME = @PACKAGE_TARNAME@
284 PACKAGE_URL = @PACKAGE_URL@
285 PACKAGE_VERSION = @PACKAGE_VERSION@
286 PATH_SEPARATOR = @PATH_SEPARATOR@
287 POSUB = @POSUB@
288 PTHREAD_CC = @PTHREAD_CC@
289 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
290 PTHREAD_LIBS = @PTHREAD_LIBS@
291 PWPROG = @PWPROG@
292 RANLIB = @RANLIB@
293 REGEX_BUILD = @REGEX_BUILD@
294 RM = @RM@
295 SED = @SED@
296 SENDMAIL = @SENDMAIL@
297 SET_MAKE = @SET_MAKE@
298 SHELL = @SHELL@
299 SPELLPROG = @SPELLPROG@
300 STRIP = @STRIP@
301 USE_NLS = @USE_NLS@
302 VERSION = @VERSION@
303 WEB_BINDIR = @WEB_BINDIR@
304 WEB_BUILD = @WEB_BUILD@
305 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
306 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
307 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
308 XGETTEXT = @XGETTEXT@
309 XGETTEXT_015 = @XGETTEXT_015@
310 abs_builddir = @abs_builddir@
311 abs_srcdir = @abs_srcdir@
312 abs_top_builddir = @abs_top_builddir@
313 abs_top_srcdir = @abs_top_srcdir@
314 ac_ct_AR = @ac_ct_AR@
315 ac_ct_CC = @ac_ct_CC@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 acx_pthread_config = @acx_pthread_config@
318 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
319 alpine_simple_spellcheck = @alpine_simple_spellcheck@
320 am__include = @am__include@
321 am__leading_dot = @am__leading_dot@
322 am__quote = @am__quote@
323 am__tar = @am__tar@
324 am__untar = @am__untar@
325 bindir = @bindir@
326 build = @build@
327 build_alias = @build_alias@
328 build_cpu = @build_cpu@
329 build_os = @build_os@
330 build_vendor = @build_vendor@
331 builddir = @builddir@
332 datadir = @datadir@
333 datarootdir = @datarootdir@
334 docdir = @docdir@
335 dvidir = @dvidir@
336 exec_prefix = @exec_prefix@
337 host = @host@
338 host_alias = @host_alias@
339 host_cpu = @host_cpu@
340 host_os = @host_os@
341 host_vendor = @host_vendor@
342 htmldir = @htmldir@
343 includedir = @includedir@
344 infodir = @infodir@
345 install_sh = @install_sh@
346 libdir = @libdir@
347 libexecdir = @libexecdir@
348 localedir = @localedir@
349 localstatedir = @localstatedir@
350 mandir = @mandir@
351 mkdir_p = @mkdir_p@
352 oldincludedir = @oldincludedir@
353 pdfdir = @pdfdir@
354 prefix = @prefix@
355 program_transform_name = @program_transform_name@
356 psdir = @psdir@
357 sbindir = @sbindir@
358 sharedstatedir = @sharedstatedir@
359 srcdir = @srcdir@
360 sysconfdir = @sysconfdir@
361 target_alias = @target_alias@
362 top_build_prefix = @top_build_prefix@
363 top_builddir = @top_builddir@
364 top_srcdir = @top_srcdir@
365 noinst_LIBRARIES = libpithcc.a
366 libpithcc_a_SOURCES = filesys.c utf8.c
367 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
368 all: all-am
370 .SUFFIXES:
371 .SUFFIXES: .c .lo .o .obj
372 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
373 @for dep in $?; do \
374 case '$(am__configure_deps)' in \
375 *$$dep*) \
376 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377 && { if test -f $@; then exit 0; else break; fi; }; \
378 exit 1;; \
379 esac; \
380 done; \
381 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/charconv/Makefile'; \
382 $(am__cd) $(top_srcdir) && \
383 $(AUTOMAKE) --foreign pith/charconv/Makefile
384 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385 @case '$?' in \
386 *config.status*) \
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
388 *) \
389 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
390 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
391 esac;
393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(am__aclocal_m4_deps):
402 clean-noinstLIBRARIES:
403 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
405 libpithcc.a: $(libpithcc_a_OBJECTS) $(libpithcc_a_DEPENDENCIES) $(EXTRA_libpithcc_a_DEPENDENCIES)
406 $(AM_V_at)-rm -f libpithcc.a
407 $(AM_V_AR)$(libpithcc_a_AR) libpithcc.a $(libpithcc_a_OBJECTS) $(libpithcc_a_LIBADD)
408 $(AM_V_at)$(RANLIB) libpithcc.a
410 mostlyclean-compile:
411 -rm -f *.$(OBJEXT)
413 distclean-compile:
414 -rm -f *.tab.c
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesys.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Po@am__quote@
419 .c.o:
420 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
426 .c.obj:
427 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
428 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
433 .c.lo:
434 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
440 mostlyclean-libtool:
441 -rm -f *.lo
443 clean-libtool:
444 -rm -rf .libs _libs
446 ID: $(am__tagged_files)
447 $(am__define_uniq_tagged_files); mkid -fID $$unique
448 tags: tags-am
449 TAGS: tags
451 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452 set x; \
453 here=`pwd`; \
454 $(am__define_uniq_tagged_files); \
455 shift; \
456 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
457 test -n "$$unique" || unique=$$empty_fix; \
458 if test $$# -gt 0; then \
459 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460 "$$@" $$unique; \
461 else \
462 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463 $$unique; \
464 fi; \
466 ctags: ctags-am
468 CTAGS: ctags
469 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
470 $(am__define_uniq_tagged_files); \
471 test -z "$(CTAGS_ARGS)$$unique" \
472 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
473 $$unique
475 GTAGS:
476 here=`$(am__cd) $(top_builddir) && pwd` \
477 && $(am__cd) $(top_srcdir) \
478 && gtags -i $(GTAGS_ARGS) "$$here"
479 cscopelist: cscopelist-am
481 cscopelist-am: $(am__tagged_files)
482 list='$(am__tagged_files)'; \
483 case "$(srcdir)" in \
484 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
485 *) sdir=$(subdir)/$(srcdir) ;; \
486 esac; \
487 for i in $$list; do \
488 if test -f "$$i"; then \
489 echo "$(subdir)/$$i"; \
490 else \
491 echo "$$sdir/$$i"; \
492 fi; \
493 done >> $(top_builddir)/cscope.files
495 distclean-tags:
496 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498 distdir: $(DISTFILES)
499 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501 list='$(DISTFILES)'; \
502 dist_files=`for file in $$list; do echo $$file; done | \
503 sed -e "s|^$$srcdirstrip/||;t" \
504 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505 case $$dist_files in \
506 */*) $(MKDIR_P) `echo "$$dist_files" | \
507 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508 sort -u` ;; \
509 esac; \
510 for file in $$dist_files; do \
511 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512 if test -d $$d/$$file; then \
513 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514 if test -d "$(distdir)/$$file"; then \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 fi; \
517 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
519 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520 fi; \
521 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
522 else \
523 test -f "$(distdir)/$$file" \
524 || cp -p $$d/$$file "$(distdir)/$$file" \
525 || exit 1; \
526 fi; \
527 done
528 check-am: all-am
529 check: check-am
530 all-am: Makefile $(LIBRARIES)
531 installdirs:
532 install: install-am
533 install-exec: install-exec-am
534 install-data: install-data-am
535 uninstall: uninstall-am
537 install-am: all-am
538 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540 installcheck: installcheck-am
541 install-strip:
542 if test -z '$(STRIP)'; then \
543 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545 install; \
546 else \
547 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
551 mostlyclean-generic:
553 clean-generic:
555 distclean-generic:
556 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
557 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
559 maintainer-clean-generic:
560 @echo "This command is intended for maintainers to use"
561 @echo "it deletes files that may require special tools to rebuild."
562 clean: clean-am
564 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
565 mostlyclean-am
567 distclean: distclean-am
568 -rm -rf ./$(DEPDIR)
569 -rm -f Makefile
570 distclean-am: clean-am distclean-compile distclean-generic \
571 distclean-tags
573 dvi: dvi-am
575 dvi-am:
577 html: html-am
579 html-am:
581 info: info-am
583 info-am:
585 install-data-am:
587 install-dvi: install-dvi-am
589 install-dvi-am:
591 install-exec-am:
593 install-html: install-html-am
595 install-html-am:
597 install-info: install-info-am
599 install-info-am:
601 install-man:
603 install-pdf: install-pdf-am
605 install-pdf-am:
607 install-ps: install-ps-am
609 install-ps-am:
611 installcheck-am:
613 maintainer-clean: maintainer-clean-am
614 -rm -rf ./$(DEPDIR)
615 -rm -f Makefile
616 maintainer-clean-am: distclean-am maintainer-clean-generic
618 mostlyclean: mostlyclean-am
620 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
621 mostlyclean-libtool
623 pdf: pdf-am
625 pdf-am:
627 ps: ps-am
629 ps-am:
631 uninstall-am:
633 .MAKE: install-am install-strip
635 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
636 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
637 ctags-am distclean distclean-compile distclean-generic \
638 distclean-libtool distclean-tags distdir dvi dvi-am html \
639 html-am info info-am install install-am install-data \
640 install-data-am install-dvi install-dvi-am install-exec \
641 install-exec-am install-html install-html-am install-info \
642 install-info-am install-man install-pdf install-pdf-am \
643 install-ps install-ps-am install-strip installcheck \
644 installcheck-am installdirs maintainer-clean \
645 maintainer-clean-generic mostlyclean mostlyclean-compile \
646 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
647 tags tags-am uninstall uninstall-am
649 .PRECIOUS: Makefile
652 # Tell versions [3.59,3.63) of GNU make to not export all variables.
653 # Otherwise a system limit (for SysV at least) may be exceeded.
654 .NOEXPORT: