]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/hts_engine_API/bin/Makefile.in
Update to newer version of HTS engine
[flightgear.git] / 3rdparty / hts_engine_API / bin / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 bin_PROGRAMS = hts_engine$(EXEEXT)
92 subdir = bin
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96         $(ACLOCAL_M4)
97 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 am__installdirs = "$(DESTDIR)$(bindir)"
102 PROGRAMS = $(bin_PROGRAMS)
103 am_hts_engine_OBJECTS = hts_engine.$(OBJEXT)
104 hts_engine_OBJECTS = $(am_hts_engine_OBJECTS)
105 hts_engine_DEPENDENCIES = ../lib/libHTSEngine.a
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo "  GEN     " $@;
113 am__v_GEN_1 = 
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 = 
118 DEFAULT_INCLUDES = -I.@am__isrc@
119 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
120 am__depfiles_maybe = depfiles
121 am__mv = mv -f
122 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 AM_V_CC = $(am__v_CC_@AM_V@)
125 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
126 am__v_CC_0 = @echo "  CC      " $@;
127 am__v_CC_1 = 
128 CCLD = $(CC)
129 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
130 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
131 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
132 am__v_CCLD_0 = @echo "  CCLD    " $@;
133 am__v_CCLD_1 = 
134 SOURCES = $(hts_engine_SOURCES)
135 DIST_SOURCES = $(hts_engine_SOURCES)
136 am__can_run_installinfo = \
137   case $$AM_UPDATE_INFO_DIR in \
138     n|no|NO) false;; \
139     *) (install-info --version) >/dev/null 2>&1;; \
140   esac
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates.  Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146   BEGIN { nonempty = 0; } \
147   { items[$$0] = 1; nonempty = 1; } \
148   END { if (nonempty) { for (i in items) print i; }; } \
149 '
150 # Make sure the list of sources is unique.  This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154   list='$(am__tagged_files)'; \
155   unique=`for i in $$list; do \
156     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157   done | $(am__uniquify_input)`
158 ETAGS = etags
159 CTAGS = ctags
160 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 ACLOCAL = @ACLOCAL@
163 AMTAR = @AMTAR@
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165 AR = @AR@
166 AUTOCONF = @AUTOCONF@
167 AUTOHEADER = @AUTOHEADER@
168 AUTOMAKE = @AUTOMAKE@
169 AWK = @AWK@
170 CC = @CC@
171 CCDEPMODE = @CCDEPMODE@
172 CFLAGS = @CFLAGS@
173 CPP = @CPP@
174 CPPFLAGS = @CPPFLAGS@
175 CYGPATH_W = @CYGPATH_W@
176 DEFS = @DEFS@
177 DEPDIR = @DEPDIR@
178 ECHO_C = @ECHO_C@
179 ECHO_N = @ECHO_N@
180 ECHO_T = @ECHO_T@
181 EGREP = @EGREP@
182 EXEEXT = @EXEEXT@
183 GREP = @GREP@
184 INSTALL = @INSTALL@
185 INSTALL_DATA = @INSTALL_DATA@
186 INSTALL_PROGRAM = @INSTALL_PROGRAM@
187 INSTALL_SCRIPT = @INSTALL_SCRIPT@
188 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189 LDFLAGS = @LDFLAGS@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LTLIBOBJS = @LTLIBOBJS@
193 MAKEINFO = @MAKEINFO@
194 MKDIR_P = @MKDIR_P@
195 OBJEXT = @OBJEXT@
196 PACKAGE = @PACKAGE@
197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198 PACKAGE_NAME = @PACKAGE_NAME@
199 PACKAGE_STRING = @PACKAGE_STRING@
200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
201 PACKAGE_URL = @PACKAGE_URL@
202 PACKAGE_VERSION = @PACKAGE_VERSION@
203 PATH_SEPARATOR = @PATH_SEPARATOR@
204 RANLIB = @RANLIB@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_CC = @ac_ct_CC@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 build = @build@
221 build_alias = @build_alias@
222 build_cpu = @build_cpu@
223 build_os = @build_os@
224 build_vendor = @build_vendor@
225 builddir = @builddir@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 exec_prefix = @exec_prefix@
231 host = @host@
232 host_alias = @host_alias@
233 host_cpu = @host_cpu@
234 host_os = @host_os@
235 host_vendor = @host_vendor@
236 htmldir = @htmldir@
237 includedir = @includedir@
238 infodir = @infodir@
239 install_sh = @install_sh@
240 libdir = @libdir@
241 libexecdir = @libexecdir@
242 localedir = @localedir@
243 localstatedir = @localstatedir@
244 mandir = @mandir@
245 mkdir_p = @mkdir_p@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 sbindir = @sbindir@
252 sharedstatedir = @sharedstatedir@
253 srcdir = @srcdir@
254 sysconfdir = @sysconfdir@
255 target_alias = @target_alias@
256 top_build_prefix = @top_build_prefix@
257 top_builddir = @top_builddir@
258 top_srcdir = @top_srcdir@
259 EXTRA_DIST = Makefile.mak
260 AM_CPPFLAGS = -I @top_srcdir@/include
261 hts_engine_SOURCES = hts_engine.c 
262 hts_engine_LDADD = ../lib/libHTSEngine.a
263 DISTCLEANFILES = *.log *.out *~
264 MAINTAINERCLEANFILES = Makefile.in
265 all: all-am
266
267 .SUFFIXES:
268 .SUFFIXES: .c .o .obj
269 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
270         @for dep in $?; do \
271           case '$(am__configure_deps)' in \
272             *$$dep*) \
273               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
274                 && { if test -f $@; then exit 0; else break; fi; }; \
275               exit 1;; \
276           esac; \
277         done; \
278         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \
279         $(am__cd) $(top_srcdir) && \
280           $(AUTOMAKE) --gnu bin/Makefile
281 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282         @case '$?' in \
283           *config.status*) \
284             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
285           *) \
286             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
287             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
288         esac;
289
290 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
293 $(top_srcdir)/configure:  $(am__configure_deps)
294         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
296         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(am__aclocal_m4_deps):
298 install-binPROGRAMS: $(bin_PROGRAMS)
299         @$(NORMAL_INSTALL)
300         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
301         if test -n "$$list"; then \
302           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
303           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
304         fi; \
305         for p in $$list; do echo "$$p $$p"; done | \
306         sed 's/$(EXEEXT)$$//' | \
307         while read p p1; do if test -f $$p \
308           ; then echo "$$p"; echo "$$p"; else :; fi; \
309         done | \
310         sed -e 'p;s,.*/,,;n;h' \
311             -e 's|.*|.|' \
312             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
313         sed 'N;N;N;s,\n, ,g' | \
314         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
315           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
316             if ($$2 == $$4) files[d] = files[d] " " $$1; \
317             else { print "f", $$3 "/" $$4, $$1; } } \
318           END { for (d in files) print "f", d, files[d] }' | \
319         while read type dir files; do \
320             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
321             test -z "$$files" || { \
322               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
323               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
324             } \
325         ; done
326
327 uninstall-binPROGRAMS:
328         @$(NORMAL_UNINSTALL)
329         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
330         files=`for p in $$list; do echo "$$p"; done | \
331           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
332               -e 's/$$/$(EXEEXT)/' \
333         `; \
334         test -n "$$list" || exit 0; \
335         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
336         cd "$(DESTDIR)$(bindir)" && rm -f $$files
337
338 clean-binPROGRAMS:
339         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
340
341 hts_engine$(EXEEXT): $(hts_engine_OBJECTS) $(hts_engine_DEPENDENCIES) $(EXTRA_hts_engine_DEPENDENCIES) 
342         @rm -f hts_engine$(EXEEXT)
343         $(AM_V_CCLD)$(LINK) $(hts_engine_OBJECTS) $(hts_engine_LDADD) $(LIBS)
344
345 mostlyclean-compile:
346         -rm -f *.$(OBJEXT)
347
348 distclean-compile:
349         -rm -f *.tab.c
350
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hts_engine.Po@am__quote@
352
353 .c.o:
354 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
355 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
359
360 .c.obj:
361 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
362 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
363 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
366
367 ID: $(am__tagged_files)
368         $(am__define_uniq_tagged_files); mkid -fID $$unique
369 tags: tags-am
370 TAGS: tags
371
372 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
373         set x; \
374         here=`pwd`; \
375         $(am__define_uniq_tagged_files); \
376         shift; \
377         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378           test -n "$$unique" || unique=$$empty_fix; \
379           if test $$# -gt 0; then \
380             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381               "$$@" $$unique; \
382           else \
383             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384               $$unique; \
385           fi; \
386         fi
387 ctags: ctags-am
388
389 CTAGS: ctags
390 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
391         $(am__define_uniq_tagged_files); \
392         test -z "$(CTAGS_ARGS)$$unique" \
393           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394              $$unique
395
396 GTAGS:
397         here=`$(am__cd) $(top_builddir) && pwd` \
398           && $(am__cd) $(top_srcdir) \
399           && gtags -i $(GTAGS_ARGS) "$$here"
400 cscopelist: cscopelist-am
401
402 cscopelist-am: $(am__tagged_files)
403         list='$(am__tagged_files)'; \
404         case "$(srcdir)" in \
405           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
406           *) sdir=$(subdir)/$(srcdir) ;; \
407         esac; \
408         for i in $$list; do \
409           if test -f "$$i"; then \
410             echo "$(subdir)/$$i"; \
411           else \
412             echo "$$sdir/$$i"; \
413           fi; \
414         done >> $(top_builddir)/cscope.files
415
416 distclean-tags:
417         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418
419 distdir: $(DISTFILES)
420         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         list='$(DISTFILES)'; \
423           dist_files=`for file in $$list; do echo $$file; done | \
424           sed -e "s|^$$srcdirstrip/||;t" \
425               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426         case $$dist_files in \
427           */*) $(MKDIR_P) `echo "$$dist_files" | \
428                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429                            sort -u` ;; \
430         esac; \
431         for file in $$dist_files; do \
432           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433           if test -d $$d/$$file; then \
434             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435             if test -d "$(distdir)/$$file"; then \
436               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437             fi; \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441             fi; \
442             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443           else \
444             test -f "$(distdir)/$$file" \
445             || cp -p $$d/$$file "$(distdir)/$$file" \
446             || exit 1; \
447           fi; \
448         done
449 check-am: all-am
450 check: check-am
451 all-am: Makefile $(PROGRAMS)
452 installdirs:
453         for dir in "$(DESTDIR)$(bindir)"; do \
454           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
455         done
456 install: install-am
457 install-exec: install-exec-am
458 install-data: install-data-am
459 uninstall: uninstall-am
460
461 install-am: all-am
462         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464 installcheck: installcheck-am
465 install-strip:
466         if test -z '$(STRIP)'; then \
467           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469               install; \
470         else \
471           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
474         fi
475 mostlyclean-generic:
476
477 clean-generic:
478
479 distclean-generic:
480         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
481         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
482         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
483
484 maintainer-clean-generic:
485         @echo "This command is intended for maintainers to use"
486         @echo "it deletes files that may require special tools to rebuild."
487         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
488 clean: clean-am
489
490 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
491
492 distclean: distclean-am
493         -rm -rf ./$(DEPDIR)
494         -rm -f Makefile
495 distclean-am: clean-am distclean-compile distclean-generic \
496         distclean-tags
497
498 dvi: dvi-am
499
500 dvi-am:
501
502 html: html-am
503
504 html-am:
505
506 info: info-am
507
508 info-am:
509
510 install-data-am:
511
512 install-dvi: install-dvi-am
513
514 install-dvi-am:
515
516 install-exec-am: install-binPROGRAMS
517
518 install-html: install-html-am
519
520 install-html-am:
521
522 install-info: install-info-am
523
524 install-info-am:
525
526 install-man:
527
528 install-pdf: install-pdf-am
529
530 install-pdf-am:
531
532 install-ps: install-ps-am
533
534 install-ps-am:
535
536 installcheck-am:
537
538 maintainer-clean: maintainer-clean-am
539         -rm -rf ./$(DEPDIR)
540         -rm -f Makefile
541 maintainer-clean-am: distclean-am maintainer-clean-generic
542
543 mostlyclean: mostlyclean-am
544
545 mostlyclean-am: mostlyclean-compile mostlyclean-generic
546
547 pdf: pdf-am
548
549 pdf-am:
550
551 ps: ps-am
552
553 ps-am:
554
555 uninstall-am: uninstall-binPROGRAMS
556
557 .MAKE: install-am install-strip
558
559 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
560         clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
561         distclean distclean-compile distclean-generic distclean-tags \
562         distdir dvi dvi-am html html-am info info-am install \
563         install-am install-binPROGRAMS install-data install-data-am \
564         install-dvi install-dvi-am install-exec install-exec-am \
565         install-html install-html-am install-info install-info-am \
566         install-man install-pdf install-pdf-am install-ps \
567         install-ps-am install-strip installcheck installcheck-am \
568         installdirs maintainer-clean maintainer-clean-generic \
569         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
570         ps ps-am tags tags-am uninstall uninstall-am \
571         uninstall-binPROGRAMS
572
573 .PRECIOUS: Makefile
574
575
576 # Tell versions [3.59,3.63) of GNU make to not export all variables.
577 # Otherwise a system limit (for SysV at least) may be exceeded.
578 .NOEXPORT: