1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgincludedir = $(includedir)/@PACKAGE@
63pkglibdir = $(libdir)/@PACKAGE@
64pkglibexecdir = $(libexecdir)/@PACKAGE@
65am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66install_sh_DATA = $(install_sh) -c -m 644
67install_sh_PROGRAM = $(install_sh) -c
68install_sh_SCRIPT = $(install_sh) -c
69INSTALL_HEADER = $(INSTALL_DATA)
70transform = $(program_transform_name)
71NORMAL_INSTALL = :
72PRE_INSTALL = :
73POST_INSTALL = :
74NORMAL_UNINSTALL = :
75PRE_UNINSTALL = :
76POST_UNINSTALL = :
77build_triplet = @build@
78host_triplet = @host@
79subdir = docs/transformations
80DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81	$(top_srcdir)/mkinstalldirs
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__aclocal_m4_deps = $(top_srcdir)/build/as-compiler-flag.m4 \
84	$(top_srcdir)/build/binreloc.m4 $(top_srcdir)/build/gcov.m4 \
85	$(top_srcdir)/build/gettext.m4 \
86	$(top_srcdir)/build/glibtests.m4 \
87	$(top_srcdir)/build/gtk-doc.m4 $(top_srcdir)/build/iconv.m4 \
88	$(top_srcdir)/build/lib-ld.m4 $(top_srcdir)/build/lib-link.m4 \
89	$(top_srcdir)/build/lib-prefix.m4 $(top_srcdir)/build/nls.m4 \
90	$(top_srcdir)/build/po.m4 $(top_srcdir)/build/progtest.m4 \
91	$(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = $(top_builddir)/config.h
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98AM_V_P = $(am__v_P_@AM_V@)
99am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100am__v_P_0 = false
101am__v_P_1 = :
102AM_V_GEN = $(am__v_GEN_@AM_V@)
103am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104am__v_GEN_0 = @echo "  GEN     " $@;
105am__v_GEN_1 =
106AM_V_at = $(am__v_at_@AM_V@)
107am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108am__v_at_0 = @
109am__v_at_1 =
110SOURCES =
111DIST_SOURCES =
112am__can_run_installinfo = \
113  case $$AM_UPDATE_INFO_DIR in \
114    n|no|NO) false;; \
115    *) (install-info --version) >/dev/null 2>&1;; \
116  esac
117am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119pkgdatadir = @pkgdatadir@
120ACLOCAL = @ACLOCAL@
121ALL_LINGUAS = @ALL_LINGUAS@
122ALSA_CFLAGS = @ALSA_CFLAGS@
123ALSA_LIBS = @ALSA_LIBS@
124AMTAR = @AMTAR@
125AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
126AR = @AR@
127AUTOCONF = @AUTOCONF@
128AUTOHEADER = @AUTOHEADER@
129AUTOMAKE = @AUTOMAKE@
130AWK = @AWK@
131BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
132BINRELOC_LIBS = @BINRELOC_LIBS@
133CATALOGS = @CATALOGS@
134CATOBJEXT = @CATOBJEXT@
135CC = @CC@
136CCDEPMODE = @CCDEPMODE@
137CFLAGS = @CFLAGS@
138CPP = @CPP@
139CPPFLAGS = @CPPFLAGS@
140CXX = @CXX@
141CXXCPP = @CXXCPP@
142CXXDEPMODE = @CXXDEPMODE@
143CXXFLAGS = @CXXFLAGS@
144CYGPATH_W = @CYGPATH_W@
145DATADIRNAME = @DATADIRNAME@
146DEFS = @DEFS@
147DEPDIR = @DEPDIR@
148DLLTOOL = @DLLTOOL@
149DSYMUTIL = @DSYMUTIL@
150DUMPBIN = @DUMPBIN@
151ECHO_C = @ECHO_C@
152ECHO_N = @ECHO_N@
153ECHO_T = @ECHO_T@
154EGREP = @EGREP@
155EVINCE_2_0_CFLAGS = @EVINCE_2_0_CFLAGS@
156EVINCE_2_0_LIBS = @EVINCE_2_0_LIBS@
157EVINCE_2_30_CFLAGS = @EVINCE_2_30_CFLAGS@
158EVINCE_2_30_LIBS = @EVINCE_2_30_LIBS@
159EVINCE_2_32_CFLAGS = @EVINCE_2_32_CFLAGS@
160EVINCE_2_32_LIBS = @EVINCE_2_32_LIBS@
161EVINCE_CFLAGS = @EVINCE_CFLAGS@
162EVINCE_LIBS = @EVINCE_LIBS@
163EXEEXT = @EXEEXT@
164FFTW_CFLAGS = @FFTW_CFLAGS@
165FFTW_LIBS = @FFTW_LIBS@
166FGREP = @FGREP@
167FLUIDSYNTH_CFLAGS = @FLUIDSYNTH_CFLAGS@
168FLUIDSYNTH_LIBS = @FLUIDSYNTH_LIBS@
169FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
170FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
171GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
172GMOFILES = @GMOFILES@
173GMSGFMT = @GMSGFMT@
174GREP = @GREP@
175GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
176GTHREAD_LIBS = @GTHREAD_LIBS@
177GTK2_CFLAGS = @GTK2_CFLAGS@
178GTK2_LIBS = @GTK2_LIBS@
179GTK3_CFLAGS = @GTK3_CFLAGS@
180GTK3_LIBS = @GTK3_LIBS@
181GTKDOC_CHECK = @GTKDOC_CHECK@
182GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
183GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
184GTKDOC_MKPDF = @GTKDOC_MKPDF@
185GTKDOC_REBASE = @GTKDOC_REBASE@
186GTKSOURCEVIEW_CFLAGS = @GTKSOURCEVIEW_CFLAGS@
187GTKSOURCEVIEW_LIBS = @GTKSOURCEVIEW_LIBS@
188GUILE_1_8_CFLAGS = @GUILE_1_8_CFLAGS@
189GUILE_1_8_LIBS = @GUILE_1_8_LIBS@
190GUILE_2_CFLAGS = @GUILE_2_CFLAGS@
191GUILE_2_LIBS = @GUILE_2_LIBS@
192GUILE_CFLAGS = @GUILE_CFLAGS@
193GUILE_EFFECTIVE_VERSION = @GUILE_EFFECTIVE_VERSION@
194GUILE_LDFLAGS = @GUILE_LDFLAGS@
195GUILE_LIBS = @GUILE_LIBS@
196GUILE_LTLIBS = @GUILE_LTLIBS@
197HTML_DIR = @HTML_DIR@
198INSTALL = @INSTALL@
199INSTALL_DATA = @INSTALL_DATA@
200INSTALL_PROGRAM = @INSTALL_PROGRAM@
201INSTALL_SCRIPT = @INSTALL_SCRIPT@
202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203INSTOBJEXT = @INSTOBJEXT@
204INTLLIBS = @INTLLIBS@
205INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
206INTLTOOL_MERGE = @INTLTOOL_MERGE@
207INTLTOOL_PERL = @INTLTOOL_PERL@
208INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
209INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
210INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
211INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
212INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
213JACK_CFLAGS = @JACK_CFLAGS@
214JACK_LIBS = @JACK_LIBS@
215LD = @LD@
216LDFLAGS = @LDFLAGS@
217LEX = @LEX@
218LEXLIB = @LEXLIB@
219LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
220LIBAUBIO_3_CFLAGS = @LIBAUBIO_3_CFLAGS@
221LIBAUBIO_3_LIBS = @LIBAUBIO_3_LIBS@
222LIBAUBIO_4_CFLAGS = @LIBAUBIO_4_CFLAGS@
223LIBAUBIO_4_LIBS = @LIBAUBIO_4_LIBS@
224LIBICONV = @LIBICONV@
225LIBINTL = @LIBINTL@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
229LIPO = @LIPO@
230LN_S = @LN_S@
231LOCALEDIR = @LOCALEDIR@
232LTLIBICONV = @LTLIBICONV@
233LTLIBINTL = @LTLIBINTL@
234LTLIBOBJS = @LTLIBOBJS@
235MAINT = @MAINT@
236MAKEINFO = @MAKEINFO@
237MANIFEST_TOOL = @MANIFEST_TOOL@
238MKDIR_P = @MKDIR_P@
239MKINSTALLDIRS = @MKINSTALLDIRS@
240MSGFMT = @MSGFMT@
241MSGFMT_OPTS = @MSGFMT_OPTS@
242MSGMERGE = @MSGMERGE@
243NM = @NM@
244NMEDIT = @NMEDIT@
245OBJDUMP = @OBJDUMP@
246OBJEXT = @OBJEXT@
247OTOOL = @OTOOL@
248OTOOL64 = @OTOOL64@
249PACKAGE = @PACKAGE@
250PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
252PACKAGE_NAME = @PACKAGE_NAME@
253PACKAGE_STRING = @PACKAGE_STRING@
254PACKAGE_TARNAME = @PACKAGE_TARNAME@
255PACKAGE_URL = @PACKAGE_URL@
256PACKAGE_VERSION = @PACKAGE_VERSION@
257PATH_SEPARATOR = @PATH_SEPARATOR@
258PKG_CONFIG = @PKG_CONFIG@
259PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
260PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
261POFILES = @POFILES@
262PORTAUDIO_CFLAGS = @PORTAUDIO_CFLAGS@
263PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
264POSUB = @POSUB@
265PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
266PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
267RANLIB = @RANLIB@
268RSVG_CFLAGS = @RSVG_CFLAGS@
269RSVG_LIBS = @RSVG_LIBS@
270RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@
271RUBBERBAND_LIBS = @RUBBERBAND_LIBS@
272SED = @SED@
273SET_MAKE = @SET_MAKE@
274SHELL = @SHELL@
275SHTOOL = @SHTOOL@
276SMF_CFLAGS = @SMF_CFLAGS@
277SMF_LIBS = @SMF_LIBS@
278SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
279SNDFILE_LIBS = @SNDFILE_LIBS@
280STRIP = @STRIP@
281USE_NLS = @USE_NLS@
282VERSION = @VERSION@
283XGETTEXT = @XGETTEXT@
284XML2_CFLAGS = @XML2_CFLAGS@
285XML2_LIBS = @XML2_LIBS@
286YACC = @YACC@
287YFLAGS = @YFLAGS@
288abs_builddir = @abs_builddir@
289abs_srcdir = @abs_srcdir@
290abs_top_builddir = @abs_top_builddir@
291abs_top_srcdir = @abs_top_srcdir@
292ac_ct_AR = @ac_ct_AR@
293ac_ct_CC = @ac_ct_CC@
294ac_ct_CXX = @ac_ct_CXX@
295ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296am__include = @am__include@
297am__leading_dot = @am__leading_dot@
298am__quote = @am__quote@
299am__tar = @am__tar@
300am__untar = @am__untar@
301bindir = @bindir@
302build = @build@
303build_alias = @build_alias@
304build_cpu = @build_cpu@
305build_os = @build_os@
306build_vendor = @build_vendor@
307builddir = @builddir@
308datadir = @datadir@
309datarootdir = @datarootdir@
310denemo_bin_path = @denemo_bin_path@
311denemo_load_path = @denemo_load_path@
312docdir = @docdir@
313dvidir = @dvidir@
314exec_prefix = @exec_prefix@
315host = @host@
316host_alias = @host_alias@
317host_cpu = @host_cpu@
318host_os = @host_os@
319host_vendor = @host_vendor@
320htmldir = @htmldir@
321includedir = @includedir@
322infodir = @infodir@
323install_sh = @install_sh@
324installed_test_metadir = @installed_test_metadir@
325installed_testdir = @installed_testdir@
326intltool__v_merge_options_ = @intltool__v_merge_options_@
327intltool__v_merge_options_0 = @intltool__v_merge_options_0@
328libdir = @libdir@
329libexecdir = @libexecdir@
330localedir = @localedir@
331localstatedir = @localstatedir@
332mandir = @mandir@
333mkdir_p = @mkdir_p@
334oldincludedir = @oldincludedir@
335pdfdir = @pdfdir@
336prefix = @prefix@
337program_transform_name = @program_transform_name@
338psdir = @psdir@
339sbindir = @sbindir@
340sharedstatedir = @sharedstatedir@
341srcdir = @srcdir@
342sysconfdir = @sysconfdir@
343target_alias = @target_alias@
344top_build_prefix = @top_build_prefix@
345top_builddir = @top_builddir@
346top_srcdir = @top_srcdir@
347all: all-am
348
349.SUFFIXES:
350$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
351	@for dep in $?; do \
352	  case '$(am__configure_deps)' in \
353	    *$$dep*) \
354	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
355	        && { if test -f $@; then exit 0; else break; fi; }; \
356	      exit 1;; \
357	  esac; \
358	done; \
359	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/transformations/Makefile'; \
360	$(am__cd) $(top_srcdir) && \
361	  $(AUTOMAKE) --foreign docs/transformations/Makefile
362.PRECIOUS: Makefile
363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364	@case '$?' in \
365	  *config.status*) \
366	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367	  *) \
368	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
369	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
370	esac;
371
372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
375$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(am__aclocal_m4_deps):
380
381mostlyclean-libtool:
382	-rm -f *.lo
383
384clean-libtool:
385	-rm -rf .libs _libs
386tags TAGS:
387
388ctags CTAGS:
389
390cscope cscopelist:
391
392
393distdir: $(DISTFILES)
394	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396	list='$(DISTFILES)'; \
397	  dist_files=`for file in $$list; do echo $$file; done | \
398	  sed -e "s|^$$srcdirstrip/||;t" \
399	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400	case $$dist_files in \
401	  */*) $(MKDIR_P) `echo "$$dist_files" | \
402			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403			   sort -u` ;; \
404	esac; \
405	for file in $$dist_files; do \
406	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407	  if test -d $$d/$$file; then \
408	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409	    if test -d "$(distdir)/$$file"; then \
410	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411	    fi; \
412	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415	    fi; \
416	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417	  else \
418	    test -f "$(distdir)/$$file" \
419	    || cp -p $$d/$$file "$(distdir)/$$file" \
420	    || exit 1; \
421	  fi; \
422	done
423check-am: all-am
424check: check-am
425all-am: Makefile
426installdirs:
427install: install-am
428install-exec: install-exec-am
429install-data: install-data-am
430uninstall: uninstall-am
431
432install-am: all-am
433	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435installcheck: installcheck-am
436install-strip:
437	if test -z '$(STRIP)'; then \
438	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440	      install; \
441	else \
442	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
445	fi
446mostlyclean-generic:
447
448clean-generic:
449
450distclean-generic:
451	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
452	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
453
454maintainer-clean-generic:
455	@echo "This command is intended for maintainers to use"
456	@echo "it deletes files that may require special tools to rebuild."
457clean: clean-am
458
459clean-am: clean-generic clean-libtool mostlyclean-am
460
461distclean: distclean-am
462	-rm -f Makefile
463distclean-am: clean-am distclean-generic
464
465dvi: dvi-am
466
467dvi-am:
468
469html: html-am
470
471html-am:
472
473info: info-am
474
475info-am:
476
477install-data-am:
478
479install-dvi: install-dvi-am
480
481install-dvi-am:
482
483install-exec-am:
484
485install-html: install-html-am
486
487install-html-am:
488
489install-info: install-info-am
490
491install-info-am:
492
493install-man:
494
495install-pdf: install-pdf-am
496
497install-pdf-am:
498
499install-ps: install-ps-am
500
501install-ps-am:
502
503installcheck-am:
504
505maintainer-clean: maintainer-clean-am
506	-rm -f Makefile
507maintainer-clean-am: distclean-am maintainer-clean-generic
508
509mostlyclean: mostlyclean-am
510
511mostlyclean-am: mostlyclean-generic mostlyclean-libtool
512
513pdf: pdf-am
514
515pdf-am:
516
517ps: ps-am
518
519ps-am:
520
521uninstall-am:
522
523.MAKE: install-am install-strip
524
525.PHONY: all all-am check check-am clean clean-generic clean-libtool \
526	cscopelist-am ctags-am distclean distclean-generic \
527	distclean-libtool distdir dvi dvi-am html html-am info info-am \
528	install install-am install-data install-data-am install-dvi \
529	install-dvi-am install-exec install-exec-am install-html \
530	install-html-am install-info install-info-am install-man \
531	install-pdf install-pdf-am install-ps install-ps-am \
532	install-strip installcheck installcheck-am installdirs \
533	maintainer-clean maintainer-clean-generic mostlyclean \
534	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
535	tags-am uninstall uninstall-am
536
537
538# Tell versions [3.59,3.63) of GNU make to not export all variables.
539# Otherwise a system limit (for SysV at least) may be exceeded.
540.NOEXPORT:
541