1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, 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.
10
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.
15
16@SET_MAKE@
17
18#
19#
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37subdir = lib
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41	$(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48SOURCES =
49DIST_SOURCES =
50RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51	html-recursive info-recursive install-data-recursive \
52	install-dvi-recursive install-exec-recursive \
53	install-html-recursive install-info-recursive \
54	install-pdf-recursive install-ps-recursive install-recursive \
55	installcheck-recursive installdirs-recursive pdf-recursive \
56	ps-recursive uninstall-recursive
57RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
58  distclean-recursive maintainer-clean-recursive
59AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
60	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
61	distdir
62ETAGS = etags
63CTAGS = ctags
64DIST_SUBDIRS = $(SUBDIRS)
65DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66am__relativize = \
67  dir0=`pwd`; \
68  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
69  sed_rest='s,^[^/]*/*,,'; \
70  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
71  sed_butlast='s,/*[^/]*$$,,'; \
72  while test -n "$$dir1"; do \
73    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
74    if test "$$first" != "."; then \
75      if test "$$first" = ".."; then \
76        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
77        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
78      else \
79        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
80        if test "$$first2" = "$$first"; then \
81          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
82        else \
83          dir2="../$$dir2"; \
84        fi; \
85        dir0="$$dir0"/"$$first"; \
86      fi; \
87    fi; \
88    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
89  done; \
90  reldir="$$dir2"
91ACLOCAL = @ACLOCAL@
92AMTAR = @AMTAR@
93AR = @AR@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCDEPMODE = @CCDEPMODE@
100CFLAGS = @CFLAGS@
101COMPILER_VERSION = @COMPILER_VERSION@
102CPP = @CPP@
103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXDEPMODE = @CXXDEPMODE@
106CXXFLAGS = @CXXFLAGS@
107CYGPATH_W = @CYGPATH_W@
108DEFS = @DEFS@
109DEPDIR = @DEPDIR@
110ECHO_C = @ECHO_C@
111ECHO_N = @ECHO_N@
112ECHO_T = @ECHO_T@
113EGREP = @EGREP@
114EXEEXT = @EXEEXT@
115GREP = @GREP@
116GZIP = @GZIP@
117G_CAPABILITIES = @G_CAPABILITIES@
118HAVE_DOXYGEN = @HAVE_DOXYGEN@
119HAVE_MAN2HTML = @HAVE_MAN2HTML@
120INSTALL = @INSTALL@
121INSTALL_DATA = @INSTALL_DATA@
122INSTALL_PROGRAM = @INSTALL_PROGRAM@
123INSTALL_SCRIPT = @INSTALL_SCRIPT@
124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125LDFLAGS = @LDFLAGS@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LTLIBOBJS = @LTLIBOBJS@
129MAINT = @MAINT@
130MAKE = @MAKE@
131MAKEINFO = @MAKEINFO@
132MKDIR_P = @MKDIR_P@
133MOC = @MOC@
134OBJEXT = @OBJEXT@
135PACKAGE = @PACKAGE@
136PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137PACKAGE_NAME = @PACKAGE_NAME@
138PACKAGE_STRING = @PACKAGE_STRING@
139PACKAGE_TARNAME = @PACKAGE_TARNAME@
140PACKAGE_URL = @PACKAGE_URL@
141PACKAGE_VERSION = @PACKAGE_VERSION@
142PAM_INCLUDE = @PAM_INCLUDE@
143PAM_LIBS = @PAM_LIBS@
144PATH_SEPARATOR = @PATH_SEPARATOR@
145PKG_CONFIG = @PKG_CONFIG@
146PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
147PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
148QT_CFLAGS = @QT_CFLAGS@
149QT_LIBS = @QT_LIBS@
150RANLIB = @RANLIB@
151SET_MAKE = @SET_MAKE@
152SHELL = @SHELL@
153SSL_LIBS = @SSL_LIBS@
154STATIC_END = @STATIC_END@
155STATIC_START = @STATIC_START@
156STRIP = @STRIP@
157VERSION = @VERSION@
158ZLIB_LIBS = @ZLIB_LIBS@
159abs_builddir = @abs_builddir@
160abs_srcdir = @abs_srcdir@
161abs_top_builddir = @abs_top_builddir@
162abs_top_srcdir = @abs_top_srcdir@
163ac_ct_CC = @ac_ct_CC@
164ac_ct_CXX = @ac_ct_CXX@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build_alias = @build_alias@
172builddir = @builddir@
173datadir = @datadir@
174datarootdir = @datarootdir@
175docdir = @docdir@
176dvidir = @dvidir@
177e_docdir = @e_docdir@
178e_examplesdir = @e_examplesdir@
179e_icondir = @e_icondir@
180e_initdir = @e_initdir@
181e_libexecdir = @e_libexecdir@
182e_pamdir = @e_pamdir@
183e_qtmoc = @e_qtmoc@
184e_spooldir = @e_spooldir@
185e_sysconfdir = @e_sysconfdir@
186exec_prefix = @exec_prefix@
187host_alias = @host_alias@
188htmldir = @htmldir@
189includedir = @includedir@
190infodir = @infodir@
191install_sh = @install_sh@
192libdir = @libdir@
193libexecdir = @libexecdir@
194localedir = @localedir@
195localstatedir = @localstatedir@
196mandir = @mandir@
197mkdir_p = @mkdir_p@
198oldincludedir = @oldincludedir@
199pdfdir = @pdfdir@
200prefix = @prefix@
201program_transform_name = @program_transform_name@
202psdir = @psdir@
203sbindir = @sbindir@
204sharedstatedir = @sharedstatedir@
205srcdir = @srcdir@
206sysconfdir = @sysconfdir@
207target_alias = @target_alias@
208top_build_prefix = @top_build_prefix@
209top_builddir = @top_builddir@
210top_srcdir = @top_srcdir@
211SUBDIRS = gcc2.95 msvc6.0
212all: all-recursive
213
214.SUFFIXES:
215$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
216	@for dep in $?; do \
217	  case '$(am__configure_deps)' in \
218	    *$$dep*) \
219	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
220	        && { if test -f $@; then exit 0; else break; fi; }; \
221	      exit 1;; \
222	  esac; \
223	done; \
224	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
225	$(am__cd) $(top_srcdir) && \
226	  $(AUTOMAKE) --gnu lib/Makefile
227.PRECIOUS: Makefile
228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229	@case '$?' in \
230	  *config.status*) \
231	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
232	  *) \
233	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235	esac;
236
237$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
240$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
241	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
243	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244$(am__aclocal_m4_deps):
245
246# This directory's subdirectories are mostly independent; you can cd
247# into them and run `make' without going through this Makefile.
248# To change the values of `make' variables: instead of editing Makefiles,
249# (1) if the variable is set in `config.status', edit `config.status'
250#     (which will cause the Makefiles to be regenerated when you run `make');
251# (2) otherwise, pass the desired values on the `make' command line.
252$(RECURSIVE_TARGETS):
253	@fail= failcom='exit 1'; \
254	for f in x $$MAKEFLAGS; do \
255	  case $$f in \
256	    *=* | --[!k]*);; \
257	    *k*) failcom='fail=yes';; \
258	  esac; \
259	done; \
260	dot_seen=no; \
261	target=`echo $@ | sed s/-recursive//`; \
262	list='$(SUBDIRS)'; for subdir in $$list; do \
263	  echo "Making $$target in $$subdir"; \
264	  if test "$$subdir" = "."; then \
265	    dot_seen=yes; \
266	    local_target="$$target-am"; \
267	  else \
268	    local_target="$$target"; \
269	  fi; \
270	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
271	  || eval $$failcom; \
272	done; \
273	if test "$$dot_seen" = "no"; then \
274	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
275	fi; test -z "$$fail"
276
277$(RECURSIVE_CLEAN_TARGETS):
278	@fail= failcom='exit 1'; \
279	for f in x $$MAKEFLAGS; do \
280	  case $$f in \
281	    *=* | --[!k]*);; \
282	    *k*) failcom='fail=yes';; \
283	  esac; \
284	done; \
285	dot_seen=no; \
286	case "$@" in \
287	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
288	  *) list='$(SUBDIRS)' ;; \
289	esac; \
290	rev=''; for subdir in $$list; do \
291	  if test "$$subdir" = "."; then :; else \
292	    rev="$$subdir $$rev"; \
293	  fi; \
294	done; \
295	rev="$$rev ."; \
296	target=`echo $@ | sed s/-recursive//`; \
297	for subdir in $$rev; do \
298	  echo "Making $$target in $$subdir"; \
299	  if test "$$subdir" = "."; then \
300	    local_target="$$target-am"; \
301	  else \
302	    local_target="$$target"; \
303	  fi; \
304	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
305	  || eval $$failcom; \
306	done && test -z "$$fail"
307tags-recursive:
308	list='$(SUBDIRS)'; for subdir in $$list; do \
309	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310	done
311ctags-recursive:
312	list='$(SUBDIRS)'; for subdir in $$list; do \
313	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314	done
315
316ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318	unique=`for i in $$list; do \
319	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320	  done | \
321	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322	      END { if (nonempty) { for (i in files) print i; }; }'`; \
323	mkid -fID $$unique
324tags: TAGS
325
326TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327		$(TAGS_FILES) $(LISP)
328	set x; \
329	here=`pwd`; \
330	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
331	  include_option=--etags-include; \
332	  empty_fix=.; \
333	else \
334	  include_option=--include; \
335	  empty_fix=; \
336	fi; \
337	list='$(SUBDIRS)'; for subdir in $$list; do \
338	  if test "$$subdir" = .; then :; else \
339	    test ! -f $$subdir/TAGS || \
340	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
341	  fi; \
342	done; \
343	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344	unique=`for i in $$list; do \
345	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346	  done | \
347	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348	      END { if (nonempty) { for (i in files) print i; }; }'`; \
349	shift; \
350	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
351	  test -n "$$unique" || unique=$$empty_fix; \
352	  if test $$# -gt 0; then \
353	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354	      "$$@" $$unique; \
355	  else \
356	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357	      $$unique; \
358	  fi; \
359	fi
360ctags: CTAGS
361CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362		$(TAGS_FILES) $(LISP)
363	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364	unique=`for i in $$list; do \
365	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366	  done | \
367	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368	      END { if (nonempty) { for (i in files) print i; }; }'`; \
369	test -z "$(CTAGS_ARGS)$$unique" \
370	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371	     $$unique
372
373GTAGS:
374	here=`$(am__cd) $(top_builddir) && pwd` \
375	  && $(am__cd) $(top_srcdir) \
376	  && gtags -i $(GTAGS_ARGS) "$$here"
377
378distclean-tags:
379	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380
381distdir: $(DISTFILES)
382	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
383	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
384	list='$(DISTFILES)'; \
385	  dist_files=`for file in $$list; do echo $$file; done | \
386	  sed -e "s|^$$srcdirstrip/||;t" \
387	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
388	case $$dist_files in \
389	  */*) $(MKDIR_P) `echo "$$dist_files" | \
390			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
391			   sort -u` ;; \
392	esac; \
393	for file in $$dist_files; do \
394	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395	  if test -d $$d/$$file; then \
396	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
397	    if test -d "$(distdir)/$$file"; then \
398	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399	    fi; \
400	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
401	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
402	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403	    fi; \
404	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
405	  else \
406	    test -f "$(distdir)/$$file" \
407	    || cp -p $$d/$$file "$(distdir)/$$file" \
408	    || exit 1; \
409	  fi; \
410	done
411	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
412	  if test "$$subdir" = .; then :; else \
413	    test -d "$(distdir)/$$subdir" \
414	    || $(MKDIR_P) "$(distdir)/$$subdir" \
415	    || exit 1; \
416	  fi; \
417	done
418	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
419	  if test "$$subdir" = .; then :; else \
420	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
421	    $(am__relativize); \
422	    new_distdir=$$reldir; \
423	    dir1=$$subdir; dir2="$(top_distdir)"; \
424	    $(am__relativize); \
425	    new_top_distdir=$$reldir; \
426	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
427	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
428	    ($(am__cd) $$subdir && \
429	      $(MAKE) $(AM_MAKEFLAGS) \
430	        top_distdir="$$new_top_distdir" \
431	        distdir="$$new_distdir" \
432		am__remove_distdir=: \
433		am__skip_length_check=: \
434		am__skip_mode_fix=: \
435	        distdir) \
436	      || exit 1; \
437	  fi; \
438	done
439check-am: all-am
440check: check-recursive
441all-am: Makefile
442installdirs: installdirs-recursive
443installdirs-am:
444install: install-recursive
445install-exec: install-exec-recursive
446install-data: install-data-recursive
447uninstall: uninstall-recursive
448
449install-am: all-am
450	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452installcheck: installcheck-recursive
453install-strip:
454	if test -z '$(STRIP)'; then \
455	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457	      install; \
458	else \
459	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462	fi
463mostlyclean-generic:
464
465clean-generic:
466
467distclean-generic:
468	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
471maintainer-clean-generic:
472	@echo "This command is intended for maintainers to use"
473	@echo "it deletes files that may require special tools to rebuild."
474clean: clean-recursive
475
476clean-am: clean-generic mostlyclean-am
477
478distclean: distclean-recursive
479	-rm -f Makefile
480distclean-am: clean-am distclean-generic distclean-tags
481
482dvi: dvi-recursive
483
484dvi-am:
485
486html: html-recursive
487
488html-am:
489
490info: info-recursive
491
492info-am:
493
494install-data-am:
495
496install-dvi: install-dvi-recursive
497
498install-dvi-am:
499
500install-exec-am:
501
502install-html: install-html-recursive
503
504install-html-am:
505
506install-info: install-info-recursive
507
508install-info-am:
509
510install-man:
511
512install-pdf: install-pdf-recursive
513
514install-pdf-am:
515
516install-ps: install-ps-recursive
517
518install-ps-am:
519
520installcheck-am:
521
522maintainer-clean: maintainer-clean-recursive
523	-rm -f Makefile
524maintainer-clean-am: distclean-am maintainer-clean-generic
525
526mostlyclean: mostlyclean-recursive
527
528mostlyclean-am: mostlyclean-generic
529
530pdf: pdf-recursive
531
532pdf-am:
533
534ps: ps-recursive
535
536ps-am:
537
538uninstall-am:
539
540.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
541	install-am install-strip tags-recursive
542
543.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
544	all all-am check check-am clean clean-generic ctags \
545	ctags-recursive distclean distclean-generic distclean-tags \
546	distdir dvi dvi-am html html-am info info-am install \
547	install-am install-data install-data-am install-dvi \
548	install-dvi-am install-exec install-exec-am install-html \
549	install-html-am install-info install-info-am install-man \
550	install-pdf install-pdf-am install-ps install-ps-am \
551	install-strip installcheck installcheck-am installdirs \
552	installdirs-am maintainer-clean maintainer-clean-generic \
553	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
554	tags-recursive uninstall uninstall-am
555
556
557# Tell versions [3.59,3.63) of GNU make to not export all variables.
558# Otherwise a system limit (for SysV at least) may be exceeded.
559.NOEXPORT:
560