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