Initial import to Tizen
[profile/ivi/sphinxbase.git] / src / sphinx_jsgf2fsg / Makefile.in
1 # Makefile.in generated by automake 1.10.2 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  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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 bin_PROGRAMS = sphinx_jsgf2fsg$(EXEEXT)
36 subdir = src/sphinx_jsgf2fsg
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
40         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
41         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
42         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/include/config.h \
49         $(top_builddir)/include/sphinx_config.h
50 CONFIG_CLEAN_FILES =
51 am__installdirs = "$(DESTDIR)$(bindir)"
52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53 PROGRAMS = $(bin_PROGRAMS)
54 am_sphinx_jsgf2fsg_OBJECTS = main.$(OBJEXT)
55 sphinx_jsgf2fsg_OBJECTS = $(am_sphinx_jsgf2fsg_OBJECTS)
56 sphinx_jsgf2fsg_DEPENDENCIES =  \
57         $(top_builddir)/src/libsphinxbase/libsphinxbase.la
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66 CCLD = $(CC)
67 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
69         $(LDFLAGS) -o $@
70 SOURCES = $(sphinx_jsgf2fsg_SOURCES)
71 DIST_SOURCES = $(sphinx_jsgf2fsg_SOURCES)
72 ETAGS = etags
73 CTAGS = ctags
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75 ACLOCAL = @ACLOCAL@
76 AMTAR = @AMTAR@
77 AR = @AR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 CC = @CC@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 DSYMUTIL = @DSYMUTIL@
91 DUMPBIN = @DUMPBIN@
92 ECHO_C = @ECHO_C@
93 ECHO_N = @ECHO_N@
94 ECHO_T = @ECHO_T@
95 EGREP = @EGREP@
96 EXEEXT = @EXEEXT@
97 FGREP = @FGREP@
98 GREP = @GREP@
99 HAVE_CYTHON = @HAVE_CYTHON@
100 HAVE_DOXYGEN = @HAVE_DOXYGEN@
101 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
102 INSTALL = @INSTALL@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LD = @LD@
108 LDFLAGS = @LDFLAGS@
109 LIBICONV = @LIBICONV@
110 LIBOBJS = @LIBOBJS@
111 LIBS = @LIBS@
112 LIBTOOL = @LIBTOOL@
113 LIPO = @LIPO@
114 LN_S = @LN_S@
115 LTLIBICONV = @LTLIBICONV@
116 LTLIBOBJS = @LTLIBOBJS@
117 MAKEINFO = @MAKEINFO@
118 MKDIR_P = @MKDIR_P@
119 NM = @NM@
120 NMEDIT = @NMEDIT@
121 OBJDUMP = @OBJDUMP@
122 OBJEXT = @OBJEXT@
123 OTOOL = @OTOOL@
124 OTOOL64 = @OTOOL64@
125 PACKAGE = @PACKAGE@
126 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127 PACKAGE_NAME = @PACKAGE_NAME@
128 PACKAGE_STRING = @PACKAGE_STRING@
129 PACKAGE_TARNAME = @PACKAGE_TARNAME@
130 PACKAGE_VERSION = @PACKAGE_VERSION@
131 PATH_SEPARATOR = @PATH_SEPARATOR@
132 PKG_CONFIG = @PKG_CONFIG@
133 PYTHON = @PYTHON@
134 PYTHON_CONFIG = @PYTHON_CONFIG@
135 RANLIB = @RANLIB@
136 SED = @SED@
137 SET_MAKE = @SET_MAKE@
138 SHELL = @SHELL@
139 SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
140 SNDFILE_LIBS = @SNDFILE_LIBS@
141 STRIP = @STRIP@
142 VERSION = @VERSION@
143 YACC = @YACC@
144 abs_builddir = @abs_builddir@
145 abs_srcdir = @abs_srcdir@
146 abs_top_builddir = @abs_top_builddir@
147 abs_top_srcdir = @abs_top_srcdir@
148 ac_ct_CC = @ac_ct_CC@
149 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
150 ad_backend = @ad_backend@
151 ad_files = @ad_files@
152 ad_libs = @ad_libs@
153 am__include = @am__include@
154 am__leading_dot = @am__leading_dot@
155 am__quote = @am__quote@
156 am__tar = @am__tar@
157 am__untar = @am__untar@
158 bindir = @bindir@
159 build = @build@
160 build_alias = @build_alias@
161 build_cpu = @build_cpu@
162 build_os = @build_os@
163 build_vendor = @build_vendor@
164 builddir = @builddir@
165 datadir = @datadir@
166 datarootdir = @datarootdir@
167 docdir = @docdir@
168 dvidir = @dvidir@
169 exec_prefix = @exec_prefix@
170 host = @host@
171 host_alias = @host_alias@
172 host_cpu = @host_cpu@
173 host_os = @host_os@
174 host_vendor = @host_vendor@
175 htmldir = @htmldir@
176 includedir = @includedir@
177 infodir = @infodir@
178 install_sh = @install_sh@
179 libdir = @libdir@
180 libexecdir = @libexecdir@
181 localedir = @localedir@
182 localstatedir = @localstatedir@
183 lt_ECHO = @lt_ECHO@
184 mandir = @mandir@
185 mkdir_p = @mkdir_p@
186 oldincludedir = @oldincludedir@
187 pdfdir = @pdfdir@
188 prefix = @prefix@
189 program_transform_name = @program_transform_name@
190 psdir = @psdir@
191 sbindir = @sbindir@
192 sharedstatedir = @sharedstatedir@
193 srcdir = @srcdir@
194 sysconfdir = @sysconfdir@
195 target_alias = @target_alias@
196 top_build_prefix = @top_build_prefix@
197 top_builddir = @top_builddir@
198 top_srcdir = @top_srcdir@
199 sphinx_jsgf2fsg_SOURCES = main.c
200 sphinx_jsgf2fsg_LDADD = \
201         $(top_builddir)/src/libsphinxbase/libsphinxbase.la
202
203 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
204 EXTRA_DIST = fsg2dot.pl
205 all: all-am
206
207 .SUFFIXES:
208 .SUFFIXES: .c .lo .o .obj
209 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
210         @for dep in $?; do \
211           case '$(am__configure_deps)' in \
212             *$$dep*) \
213               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
214                 && { if test -f $@; then exit 0; else break; fi; }; \
215               exit 1;; \
216           esac; \
217         done; \
218         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/sphinx_jsgf2fsg/Makefile'; \
219         cd $(top_srcdir) && \
220           $(AUTOMAKE) --gnu  src/sphinx_jsgf2fsg/Makefile
221 .PRECIOUS: Makefile
222 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223         @case '$?' in \
224           *config.status*) \
225             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
226           *) \
227             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
228             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
229         esac;
230
231 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
232         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
234 $(top_srcdir)/configure:  $(am__configure_deps)
235         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238 install-binPROGRAMS: $(bin_PROGRAMS)
239         @$(NORMAL_INSTALL)
240         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
241         @list='$(bin_PROGRAMS)'; for p in $$list; do \
242           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
243           if test -f $$p \
244              || test -f $$p1 \
245           ; then \
246             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
247            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
248            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
249           else :; fi; \
250         done
251
252 uninstall-binPROGRAMS:
253         @$(NORMAL_UNINSTALL)
254         @list='$(bin_PROGRAMS)'; for p in $$list; do \
255           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
256           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
257           rm -f "$(DESTDIR)$(bindir)/$$f"; \
258         done
259
260 clean-binPROGRAMS:
261         @list='$(bin_PROGRAMS)'; for p in $$list; do \
262           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
263           echo " rm -f $$p $$f"; \
264           rm -f $$p $$f ; \
265         done
266 sphinx_jsgf2fsg$(EXEEXT): $(sphinx_jsgf2fsg_OBJECTS) $(sphinx_jsgf2fsg_DEPENDENCIES) 
267         @rm -f sphinx_jsgf2fsg$(EXEEXT)
268         $(LINK) $(sphinx_jsgf2fsg_OBJECTS) $(sphinx_jsgf2fsg_LDADD) $(LIBS)
269
270 mostlyclean-compile:
271         -rm -f *.$(OBJEXT)
272
273 distclean-compile:
274         -rm -f *.tab.c
275
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
277
278 .c.o:
279 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
284
285 .c.obj:
286 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
287 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
291
292 .c.lo:
293 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
294 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
298
299 mostlyclean-libtool:
300         -rm -f *.lo
301
302 clean-libtool:
303         -rm -rf .libs _libs
304
305 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307         unique=`for i in $$list; do \
308             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309           done | \
310           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311               END { if (nonempty) { for (i in files) print i; }; }'`; \
312         mkid -fID $$unique
313 tags: TAGS
314
315 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316                 $(TAGS_FILES) $(LISP)
317         tags=; \
318         here=`pwd`; \
319         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
320         unique=`for i in $$list; do \
321             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322           done | \
323           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324               END { if (nonempty) { for (i in files) print i; }; }'`; \
325         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
326           test -n "$$unique" || unique=$$empty_fix; \
327           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328             $$tags $$unique; \
329         fi
330 ctags: CTAGS
331 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332                 $(TAGS_FILES) $(LISP)
333         tags=; \
334         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335         unique=`for i in $$list; do \
336             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337           done | \
338           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339               END { if (nonempty) { for (i in files) print i; }; }'`; \
340         test -z "$(CTAGS_ARGS)$$tags$$unique" \
341           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342              $$tags $$unique
343
344 GTAGS:
345         here=`$(am__cd) $(top_builddir) && pwd` \
346           && cd $(top_srcdir) \
347           && gtags -i $(GTAGS_ARGS) $$here
348
349 distclean-tags:
350         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
352 distdir: $(DISTFILES)
353         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355         list='$(DISTFILES)'; \
356           dist_files=`for file in $$list; do echo $$file; done | \
357           sed -e "s|^$$srcdirstrip/||;t" \
358               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
359         case $$dist_files in \
360           */*) $(MKDIR_P) `echo "$$dist_files" | \
361                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
362                            sort -u` ;; \
363         esac; \
364         for file in $$dist_files; do \
365           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
366           if test -d $$d/$$file; then \
367             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
368             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
370             fi; \
371             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
372           else \
373             test -f $(distdir)/$$file \
374             || cp -p $$d/$$file $(distdir)/$$file \
375             || exit 1; \
376           fi; \
377         done
378 check-am: all-am
379 check: check-am
380 all-am: Makefile $(PROGRAMS)
381 installdirs:
382         for dir in "$(DESTDIR)$(bindir)"; do \
383           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
384         done
385 install: install-am
386 install-exec: install-exec-am
387 install-data: install-data-am
388 uninstall: uninstall-am
389
390 install-am: all-am
391         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
392
393 installcheck: installcheck-am
394 install-strip:
395         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
397           `test -z '$(STRIP)' || \
398             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
399 mostlyclean-generic:
400
401 clean-generic:
402
403 distclean-generic:
404         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
405
406 maintainer-clean-generic:
407         @echo "This command is intended for maintainers to use"
408         @echo "it deletes files that may require special tools to rebuild."
409 clean: clean-am
410
411 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
412
413 distclean: distclean-am
414         -rm -rf ./$(DEPDIR)
415         -rm -f Makefile
416 distclean-am: clean-am distclean-compile distclean-generic \
417         distclean-tags
418
419 dvi: dvi-am
420
421 dvi-am:
422
423 html: html-am
424
425 info: info-am
426
427 info-am:
428
429 install-data-am:
430
431 install-dvi: install-dvi-am
432
433 install-exec-am: install-binPROGRAMS
434
435 install-html: install-html-am
436
437 install-info: install-info-am
438
439 install-man:
440
441 install-pdf: install-pdf-am
442
443 install-ps: install-ps-am
444
445 installcheck-am:
446
447 maintainer-clean: maintainer-clean-am
448         -rm -rf ./$(DEPDIR)
449         -rm -f Makefile
450 maintainer-clean-am: distclean-am maintainer-clean-generic
451
452 mostlyclean: mostlyclean-am
453
454 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
455         mostlyclean-libtool
456
457 pdf: pdf-am
458
459 pdf-am:
460
461 ps: ps-am
462
463 ps-am:
464
465 uninstall-am: uninstall-binPROGRAMS
466
467 .MAKE: install-am install-strip
468
469 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
470         clean-generic clean-libtool ctags distclean distclean-compile \
471         distclean-generic distclean-libtool distclean-tags distdir dvi \
472         dvi-am html html-am info info-am install install-am \
473         install-binPROGRAMS install-data install-data-am install-dvi \
474         install-dvi-am install-exec install-exec-am install-html \
475         install-html-am install-info install-info-am install-man \
476         install-pdf install-pdf-am install-ps install-ps-am \
477         install-strip installcheck installcheck-am installdirs \
478         maintainer-clean maintainer-clean-generic mostlyclean \
479         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
480         pdf pdf-am ps ps-am tags uninstall uninstall-am \
481         uninstall-binPROGRAMS
482
483 # Tell versions [3.59,3.63) of GNU make to not export all variables.
484 # Otherwise a system limit (for SysV at least) may be exceeded.
485 .NOEXPORT: