* Update to version 2.19.2
[alpine.git] / pith / charconv / Makefile.in
blob09218224ca50328abf095a18a86407993045aef7
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # ========================================================================
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 pkgdatadir = $(datadir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@
33 pkglibexecdir = $(libexecdir)/@PACKAGE@
34 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35 install_sh_DATA = $(install_sh) -c -m 644
36 install_sh_PROGRAM = $(install_sh) -c
37 install_sh_SCRIPT = $(install_sh) -c
38 INSTALL_HEADER = $(INSTALL_DATA)
39 transform = $(program_transform_name)
40 NORMAL_INSTALL = :
41 PRE_INSTALL = :
42 POST_INSTALL = :
43 NORMAL_UNINSTALL = :
44 PRE_UNINSTALL = :
45 POST_UNINSTALL = :
46 build_triplet = @build@
47 host_triplet = @host@
48 subdir = pith/charconv
49 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
52 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
53 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
54 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
55 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
56 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
57 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
58 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION \
59 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
60 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
61 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
62 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
63 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
64 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68 CONFIG_HEADER = $(top_builddir)/include/config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 LIBRARIES = $(noinst_LIBRARIES)
72 ARFLAGS = cru
73 libpithcc_a_AR = $(AR) $(ARFLAGS)
74 libpithcc_a_LIBADD =
75 am_libpithcc_a_OBJECTS = filesys.$(OBJEXT) utf8.$(OBJEXT)
76 libpithcc_a_OBJECTS = $(am_libpithcc_a_OBJECTS)
77 DEFAULT_INCLUDES =
78 depcomp = $(SHELL) $(top_srcdir)/depcomp
79 am__depfiles_maybe = depfiles
80 am__mv = mv -f
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 CCLD = $(CC)
87 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89 $(LDFLAGS) -o $@
90 SOURCES = $(libpithcc_a_SOURCES)
91 DIST_SOURCES = $(libpithcc_a_SOURCES)
92 ETAGS = etags
93 CTAGS = ctags
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 ACLOCAL = @ACLOCAL@
96 AMTAR = @AMTAR@
97 AM_CFLAGS = @AM_CFLAGS@
98 AM_LDFLAGS = @AM_LDFLAGS@
99 AR = @AR@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CP = @CP@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
112 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
113 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
114 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
115 C_CLIENT_TARGET = @C_CLIENT_TARGET@
116 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GMSGFMT = @GMSGFMT@
128 GMSGFMT_015 = @GMSGFMT_015@
129 GREP = @GREP@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 INTLLIBS = @INTLLIBS@
136 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
137 ISPELLPROG = @ISPELLPROG@
138 Includedir = @Includedir@
139 LD = @LD@
140 LDFLAGS = @LDFLAGS@
141 LIBICONV = @LIBICONV@
142 LIBINTL = @LIBINTL@
143 LIBOBJS = @LIBOBJS@
144 LIBS = @LIBS@
145 LIBTOOL = @LIBTOOL@
146 LIBTOOL_DEPS = @LIBTOOL_DEPS@
147 LIPO = @LIPO@
148 LN = @LN@
149 LN_S = @LN_S@
150 LS = @LS@
151 LTLIBICONV = @LTLIBICONV@
152 LTLIBINTL = @LTLIBINTL@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAKE = @MAKE@
156 MAKEINFO = @MAKEINFO@
157 MKDIR_P = @MKDIR_P@
158 MSGFMT = @MSGFMT@
159 MSGFMT_015 = @MSGFMT_015@
160 MSGMERGE = @MSGMERGE@
161 NM = @NM@
162 NMEDIT = @NMEDIT@
163 NPA_PROG = @NPA_PROG@
164 OBJDUMP = @OBJDUMP@
165 OBJEXT = @OBJEXT@
166 OTOOL = @OTOOL@
167 OTOOL64 = @OTOOL64@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_URL = @PACKAGE_URL@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 POSUB = @POSUB@
177 PTHREAD_CC = @PTHREAD_CC@
178 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
179 PTHREAD_LIBS = @PTHREAD_LIBS@
180 PWPROG = @PWPROG@
181 RANLIB = @RANLIB@
182 REGEX_BUILD = @REGEX_BUILD@
183 RM = @RM@
184 SED = @SED@
185 SENDMAIL = @SENDMAIL@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 SPELLPROG = @SPELLPROG@
189 STRIP = @STRIP@
190 USE_NLS = @USE_NLS@
191 VERSION = @VERSION@
192 WEB_BINDIR = @WEB_BINDIR@
193 WEB_BUILD = @WEB_BUILD@
194 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
195 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
196 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
197 XGETTEXT = @XGETTEXT@
198 XGETTEXT_015 = @XGETTEXT_015@
199 abs_builddir = @abs_builddir@
200 abs_srcdir = @abs_srcdir@
201 abs_top_builddir = @abs_top_builddir@
202 abs_top_srcdir = @abs_top_srcdir@
203 ac_ct_CC = @ac_ct_CC@
204 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205 acx_pthread_config = @acx_pthread_config@
206 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
207 alpine_simple_spellcheck = @alpine_simple_spellcheck@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 exec_prefix = @exec_prefix@
225 host = @host@
226 host_alias = @host_alias@
227 host_cpu = @host_cpu@
228 host_os = @host_os@
229 host_vendor = @host_vendor@
230 htmldir = @htmldir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 libdir = @libdir@
234 libexecdir = @libexecdir@
235 localedir = @localedir@
236 localstatedir = @localstatedir@
237 lt_ECHO = @lt_ECHO@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 oldIncludedir = @oldIncludedir@
241 pdfdir = @pdfdir@
242 prefix = @prefix@
243 program_transform_name = @program_transform_name@
244 psdir = @psdir@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 srcdir = @srcdir@
248 sysconfdir = @sysconfdir@
249 target_alias = @target_alias@
250 top_build_prefix = @top_build_prefix@
251 top_builddir = @top_builddir@
252 top_srcdir = @top_srcdir@
253 noinst_LIBRARIES = libpithcc.a
254 libpithcc_a_SOURCES = filesys.c utf8.c
255 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
256 all: all-am
258 .SUFFIXES:
259 .SUFFIXES: .c .lo .o .obj
260 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
261 @for dep in $?; do \
262 case '$(am__configure_deps)' in \
263 *$$dep*) \
264 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
265 && { if test -f $@; then exit 0; else break; fi; }; \
266 exit 1;; \
267 esac; \
268 done; \
269 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/charconv/Makefile'; \
270 $(am__cd) $(top_srcdir) && \
271 $(AUTOMAKE) --foreign pith/charconv/Makefile
272 .PRECIOUS: Makefile
273 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274 @case '$?' in \
275 *config.status*) \
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277 *) \
278 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280 esac;
282 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 $(am__aclocal_m4_deps):
291 clean-noinstLIBRARIES:
292 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
293 libpithcc.a: $(libpithcc_a_OBJECTS) $(libpithcc_a_DEPENDENCIES)
294 -rm -f libpithcc.a
295 $(libpithcc_a_AR) libpithcc.a $(libpithcc_a_OBJECTS) $(libpithcc_a_LIBADD)
296 $(RANLIB) libpithcc.a
298 mostlyclean-compile:
299 -rm -f *.$(OBJEXT)
301 distclean-compile:
302 -rm -f *.tab.c
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesys.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Po@am__quote@
307 .c.o:
308 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
309 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
314 .c.obj:
315 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
316 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
321 .c.lo:
322 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
328 mostlyclean-libtool:
329 -rm -f *.lo
331 clean-libtool:
332 -rm -rf .libs _libs
334 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336 unique=`for i in $$list; do \
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338 done | \
339 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340 END { if (nonempty) { for (i in files) print i; }; }'`; \
341 mkid -fID $$unique
342 tags: TAGS
344 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
345 $(TAGS_FILES) $(LISP)
346 set x; \
347 here=`pwd`; \
348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | \
352 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in files) print i; }; }'`; \
354 shift; \
355 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
356 test -n "$$unique" || unique=$$empty_fix; \
357 if test $$# -gt 0; then \
358 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359 "$$@" $$unique; \
360 else \
361 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362 $$unique; \
363 fi; \
365 ctags: CTAGS
366 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
367 $(TAGS_FILES) $(LISP)
368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369 unique=`for i in $$list; do \
370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371 done | \
372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 test -z "$(CTAGS_ARGS)$$unique" \
375 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376 $$unique
378 GTAGS:
379 here=`$(am__cd) $(top_builddir) && pwd` \
380 && $(am__cd) $(top_srcdir) \
381 && gtags -i $(GTAGS_ARGS) "$$here"
383 distclean-tags:
384 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
386 distdir: $(DISTFILES)
387 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 list='$(DISTFILES)'; \
390 dist_files=`for file in $$list; do echo $$file; done | \
391 sed -e "s|^$$srcdirstrip/||;t" \
392 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393 case $$dist_files in \
394 */*) $(MKDIR_P) `echo "$$dist_files" | \
395 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396 sort -u` ;; \
397 esac; \
398 for file in $$dist_files; do \
399 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400 if test -d $$d/$$file; then \
401 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402 if test -d "$(distdir)/$$file"; then \
403 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404 fi; \
405 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 fi; \
409 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410 else \
411 test -f "$(distdir)/$$file" \
412 || cp -p $$d/$$file "$(distdir)/$$file" \
413 || exit 1; \
414 fi; \
415 done
416 check-am: all-am
417 check: check-am
418 all-am: Makefile $(LIBRARIES)
419 installdirs:
420 install: install-am
421 install-exec: install-exec-am
422 install-data: install-data-am
423 uninstall: uninstall-am
425 install-am: all-am
426 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428 installcheck: installcheck-am
429 install-strip:
430 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
431 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
432 `test -z '$(STRIP)' || \
433 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
434 mostlyclean-generic:
436 clean-generic:
438 distclean-generic:
439 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
440 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
442 maintainer-clean-generic:
443 @echo "This command is intended for maintainers to use"
444 @echo "it deletes files that may require special tools to rebuild."
445 clean: clean-am
447 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
448 mostlyclean-am
450 distclean: distclean-am
451 -rm -rf ./$(DEPDIR)
452 -rm -f Makefile
453 distclean-am: clean-am distclean-compile distclean-generic \
454 distclean-tags
456 dvi: dvi-am
458 dvi-am:
460 html: html-am
462 html-am:
464 info: info-am
466 info-am:
468 install-data-am:
470 install-dvi: install-dvi-am
472 install-dvi-am:
474 install-exec-am:
476 install-html: install-html-am
478 install-html-am:
480 install-info: install-info-am
482 install-info-am:
484 install-man:
486 install-pdf: install-pdf-am
488 install-pdf-am:
490 install-ps: install-ps-am
492 install-ps-am:
494 installcheck-am:
496 maintainer-clean: maintainer-clean-am
497 -rm -rf ./$(DEPDIR)
498 -rm -f Makefile
499 maintainer-clean-am: distclean-am maintainer-clean-generic
501 mostlyclean: mostlyclean-am
503 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
504 mostlyclean-libtool
506 pdf: pdf-am
508 pdf-am:
510 ps: ps-am
512 ps-am:
514 uninstall-am:
516 .MAKE: install-am install-strip
518 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
519 clean-libtool clean-noinstLIBRARIES ctags distclean \
520 distclean-compile distclean-generic distclean-libtool \
521 distclean-tags distdir dvi dvi-am html html-am info info-am \
522 install install-am install-data install-data-am install-dvi \
523 install-dvi-am install-exec install-exec-am install-html \
524 install-html-am install-info install-info-am install-man \
525 install-pdf install-pdf-am install-ps install-ps-am \
526 install-strip installcheck installcheck-am installdirs \
527 maintainer-clean maintainer-clean-generic mostlyclean \
528 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
529 pdf pdf-am ps ps-am tags uninstall uninstall-am
532 # Tell versions [3.59,3.63) of GNU make to not export all variables.
533 # Otherwise a system limit (for SysV at least) may be exceeded.
534 .NOEXPORT: