Update tag value for tizen 2.0 build
[external/curl.git] / include / curl / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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.
9
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.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 top_builddir = ../..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = include/curl
39 DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in $(srcdir)/curlbuild.h.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
43         $(top_srcdir)/m4/curl-confopts.m4 \
44         $(top_srcdir)/m4/curl-functions.m4 \
45         $(top_srcdir)/m4/curl-override.m4 \
46         $(top_srcdir)/m4/curl-reentrant.m4 \
47         $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
48         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
55         $(top_builddir)/src/curl_config.h curlbuild.h
56 CONFIG_CLEAN_FILES =
57 SOURCES =
58 DIST_SOURCES =
59 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60 am__vpath_adj = case $$p in \
61     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62     *) f=$$p;; \
63   esac;
64 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
65 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
66 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
67 HEADERS = $(pkginclude_HEADERS)
68 ETAGS = etags
69 CTAGS = ctags
70 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71 pkgincludedir = $(includedir)/curl
72 ACLOCAL = @ACLOCAL@
73 AMDEP_FALSE = @AMDEP_FALSE@
74 AMDEP_TRUE = @AMDEP_TRUE@
75 AMTAR = @AMTAR@
76 AR = @AR@
77 AS = @AS@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
83 BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
84 CC = @CC@
85 CCDEPMODE = @CCDEPMODE@
86 CFLAGS = @CFLAGS@
87 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
88 CPP = @CPP@
89 CPPFLAGS = @CPPFLAGS@
90 CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
91 CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
92 CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
93 CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
94 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
95 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
96 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
97 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
98 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
99 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
100 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
101 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
102 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
103 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
104 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
105 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
106 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
107 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
108 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
109 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
110 CURL_LIBS = @CURL_LIBS@
111 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 DLLTOOL = @DLLTOOL@
116 DSYMUTIL = @DSYMUTIL@
117 DUMPBIN = @DUMPBIN@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 EGREP = @EGREP@
122 ENABLE_SHARED = @ENABLE_SHARED@
123 EXEEXT = @EXEEXT@
124 FGREP = @FGREP@
125 GREP = @GREP@
126 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
127 HAVE_LIBZ = @HAVE_LIBZ@
128 HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
129 HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
130 HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
131 IDN_ENABLED = @IDN_ENABLED@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 IPV6_ENABLED = @IPV6_ENABLED@
137 KRB4_ENABLED = @KRB4_ENABLED@
138 LD = @LD@
139 LDFLAGS = @LDFLAGS@
140 LIBCURL_LIBS = @LIBCURL_LIBS@
141 LIBOBJS = @LIBOBJS@
142 LIBS = @LIBS@
143 LIBTOOL = @LIBTOOL@
144 LIPO = @LIPO@
145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAINT = @MAINT@
148 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
149 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
150 MAKEINFO = @MAKEINFO@
151 MANOPT = @MANOPT@
152 MIMPURE_FALSE = @MIMPURE_FALSE@
153 MIMPURE_TRUE = @MIMPURE_TRUE@
154 NM = @NM@
155 NMEDIT = @NMEDIT@
156 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
157 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
158 NROFF = @NROFF@
159 OBJDUMP = @OBJDUMP@
160 OBJEXT = @OBJEXT@
161 OTOOL = @OTOOL@
162 OTOOL64 = @OTOOL64@
163 PACKAGE = @PACKAGE@
164 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165 PACKAGE_NAME = @PACKAGE_NAME@
166 PACKAGE_STRING = @PACKAGE_STRING@
167 PACKAGE_TARNAME = @PACKAGE_TARNAME@
168 PACKAGE_URL = @PACKAGE_URL@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH = @PATH@
171 PATH_SEPARATOR = @PATH_SEPARATOR@
172 PERL = @PERL@
173 PKGADD_NAME = @PKGADD_NAME@
174 PKGADD_PKG = @PKGADD_PKG@
175 PKGADD_VENDOR = @PKGADD_VENDOR@
176 PKGCONFIG = @PKGCONFIG@
177 RANDOM_FILE = @RANDOM_FILE@
178 RANLIB = @RANLIB@
179 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@
183 SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
184 SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
185 SSL_ENABLED = @SSL_ENABLED@
186 STATICLIB_FALSE = @STATICLIB_FALSE@
187 STATICLIB_TRUE = @STATICLIB_TRUE@
188 STRIP = @STRIP@
189 SUPPORT_FEATURES = @SUPPORT_FEATURES@
190 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
191 TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
192 USE_ARES = @USE_ARES@
193 USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
194 USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
195 USE_GNUTLS = @USE_GNUTLS@
196 USE_LIBRTMP = @USE_LIBRTMP@
197 USE_LIBSSH2 = @USE_LIBSSH2@
198 USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
199 USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
200 USE_NSS = @USE_NSS@
201 USE_OPENLDAP = @USE_OPENLDAP@
202 USE_POLARSSL = @USE_POLARSSL@
203 USE_SSLEAY = @USE_SSLEAY@
204 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
205 VERSION = @VERSION@
206 VERSIONNUM = @VERSIONNUM@
207 ac_ct_CC = @ac_ct_CC@
208 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
210 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
211 am__include = @am__include@
212 am__leading_dot = @am__leading_dot@
213 am__quote = @am__quote@
214 am__tar = @am__tar@
215 am__untar = @am__untar@
216 bindir = @bindir@
217 build = @build@
218 build_alias = @build_alias@
219 build_cpu = @build_cpu@
220 build_os = @build_os@
221 build_vendor = @build_vendor@
222 datadir = @datadir@
223 datarootdir = @datarootdir@
224 docdir = @docdir@
225 dvidir = @dvidir@
226 exec_prefix = @exec_prefix@
227 host = @host@
228 host_alias = @host_alias@
229 host_cpu = @host_cpu@
230 host_os = @host_os@
231 host_vendor = @host_vendor@
232 htmldir = @htmldir@
233 includedir = @includedir@
234 infodir = @infodir@
235 install_sh = @install_sh@
236 libdir = @libdir@
237 libexecdir = @libexecdir@
238 libext = @libext@
239 localedir = @localedir@
240 localstatedir = @localstatedir@
241 lt_ECHO = @lt_ECHO@
242 mandir = @mandir@
243 mkdir_p = @mkdir_p@
244 oldincludedir = @oldincludedir@
245 pdfdir = @pdfdir@
246 prefix = @prefix@
247 program_transform_name = @program_transform_name@
248 psdir = @psdir@
249 sbindir = @sbindir@
250 sharedstatedir = @sharedstatedir@
251 subdirs = @subdirs@
252 sysconfdir = @sysconfdir@
253 target_alias = @target_alias@
254 pkginclude_HEADERS = \
255         curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h \
256         typecheck-gcc.h curlbuild.h curlrules.h
257
258
259 # curlbuild.h does not exist in the git tree. When the original libcurl
260 # source code distribution archive file is created, curlbuild.h.dist is
261 # renamed to curlbuild.h and included in the tarball so that it can be
262 # used directly on non-configure systems.
263 #
264 # The distributed curlbuild.h will be overwritten on configure systems
265 # when the configure script runs, with one that is suitable and specific
266 # to the library being configured and built.
267 #
268 # curlbuild.h.in is the distributed template file from which the configure
269 # script creates curlbuild.h at library configuration time, overwiting the
270 # one included in the distribution archive.
271 #
272 # curlbuild.h.dist is not included in the source code distribution archive.
273 EXTRA_DIST = curlbuild.h.in
274 DISTCLEANFILES = curlbuild.h
275 all: curlbuild.h
276         $(MAKE) $(AM_MAKEFLAGS) all-am
277
278 .SUFFIXES:
279 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
280         @for dep in $?; do \
281           case '$(am__configure_deps)' in \
282             *$$dep*) \
283               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
284                 && exit 0; \
285               exit 1;; \
286           esac; \
287         done; \
288         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/curl/Makefile'; \
289         cd $(top_srcdir) && \
290           $(AUTOMAKE) --gnu  include/curl/Makefile
291 .PRECIOUS: Makefile
292 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293         @case '$?' in \
294           *config.status*) \
295             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296           *) \
297             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299         esac;
300
301 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
307         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309 curlbuild.h: stamp-h3
310         @if test ! -f $@; then \
311           rm -f stamp-h3; \
312           $(MAKE) stamp-h3; \
313         else :; fi
314
315 stamp-h3: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
316         @rm -f stamp-h3
317         cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
318 $(srcdir)/curlbuild.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
319         cd $(top_srcdir) && $(AUTOHEADER)
320         rm -f stamp-h3
321         touch $@
322
323 distclean-hdr:
324         -rm -f curlbuild.h stamp-h3
325
326 mostlyclean-libtool:
327         -rm -f *.lo
328
329 clean-libtool:
330         -rm -rf .libs _libs
331
332 distclean-libtool:
333         -rm -f libtool
334 uninstall-info-am:
335 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
336         @$(NORMAL_INSTALL)
337         test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
338         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
339           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
340           f=$(am__strip_dir) \
341           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
342           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
343         done
344
345 uninstall-pkgincludeHEADERS:
346         @$(NORMAL_UNINSTALL)
347         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
348           f=$(am__strip_dir) \
349           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
350           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
351         done
352
353 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355         unique=`for i in $$list; do \
356             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357           done | \
358           $(AWK) '    { files[$$0] = 1; } \
359                END { for (i in files) print i; }'`; \
360         mkid -fID $$unique
361 tags: TAGS
362
363 TAGS:  $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) \
364                 $(TAGS_FILES) $(LISP)
365         tags=; \
366         here=`pwd`; \
367         list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; \
368         unique=`for i in $$list; do \
369             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370           done | \
371           $(AWK) '    { files[$$0] = 1; } \
372                END { for (i in files) print i; }'`; \
373         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
374           test -n "$$unique" || unique=$$empty_fix; \
375           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376             $$tags $$unique; \
377         fi
378 ctags: CTAGS
379 CTAGS:  $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) \
380                 $(TAGS_FILES) $(LISP)
381         tags=; \
382         here=`pwd`; \
383         list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '    { files[$$0] = 1; } \
388                END { for (i in files) print i; }'`; \
389         test -z "$(CTAGS_ARGS)$$tags$$unique" \
390           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391              $$tags $$unique
392
393 GTAGS:
394         here=`$(am__cd) $(top_builddir) && pwd` \
395           && cd $(top_srcdir) \
396           && gtags -i $(GTAGS_ARGS) $$here
397
398 distclean-tags:
399         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401 distdir: $(DISTFILES)
402         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
403         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
404         list='$(DISTFILES)'; for file in $$list; do \
405           case $$file in \
406             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
407             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
408           esac; \
409           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
411           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
412             dir="/$$dir"; \
413             $(mkdir_p) "$(distdir)$$dir"; \
414           else \
415             dir=''; \
416           fi; \
417           if test -d $$d/$$file; then \
418             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
419               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
420             fi; \
421             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
422           else \
423             test -f $(distdir)/$$file \
424             || cp -p $$d/$$file $(distdir)/$$file \
425             || exit 1; \
426           fi; \
427         done
428 check-am: all-am
429 check: check-am
430 all-am: Makefile $(HEADERS) curlbuild.h
431 installdirs:
432         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
433           test -z "$$dir" || $(mkdir_p) "$$dir"; \
434         done
435 install: install-am
436 install-exec: install-exec-am
437 install-data: install-data-am
438 uninstall: uninstall-am
439
440 install-am: all-am
441         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443 installcheck: installcheck-am
444 install-strip:
445         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447           `test -z '$(STRIP)' || \
448             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449 mostlyclean-generic:
450
451 clean-generic:
452
453 distclean-generic:
454         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
456
457 maintainer-clean-generic:
458         @echo "This command is intended for maintainers to use"
459         @echo "it deletes files that may require special tools to rebuild."
460 clean: clean-am
461
462 clean-am: clean-generic clean-libtool mostlyclean-am
463
464 distclean: distclean-am
465         -rm -f Makefile
466 distclean-am: clean-am distclean-generic distclean-hdr \
467         distclean-libtool distclean-tags
468
469 dvi: dvi-am
470
471 dvi-am:
472
473 html: html-am
474
475 info: info-am
476
477 info-am:
478
479 install-data-am: install-pkgincludeHEADERS
480
481 install-exec-am:
482
483 install-info: install-info-am
484
485 install-man:
486
487 installcheck-am:
488
489 maintainer-clean: maintainer-clean-am
490         -rm -f Makefile
491 maintainer-clean-am: distclean-am maintainer-clean-generic
492
493 mostlyclean: mostlyclean-am
494
495 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
496
497 pdf: pdf-am
498
499 pdf-am:
500
501 ps: ps-am
502
503 ps-am:
504
505 uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
506
507 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
508         clean-libtool ctags distclean distclean-generic distclean-hdr \
509         distclean-libtool distclean-tags distdir dvi dvi-am html \
510         html-am info info-am install install-am install-data \
511         install-data-am install-exec install-exec-am install-info \
512         install-info-am install-man install-pkgincludeHEADERS \
513         install-strip installcheck installcheck-am installdirs \
514         maintainer-clean maintainer-clean-generic mostlyclean \
515         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
516         tags uninstall uninstall-am uninstall-info-am \
517         uninstall-pkgincludeHEADERS
518
519 # Tell versions [3.59,3.63) of GNU make to not export all variables.
520 # Otherwise a system limit (for SysV at least) may be exceeded.
521 .NOEXPORT: