1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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# vim:set noet ts=4:
18#
19# ibus-libpinyin - Intelligent Pinyin engine based on libpinyin for IBus
20#
21# Copyright (c) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
22#
23# This library is free software; you can redistribute it and/or
24# modify it under the terms of the GNU Lesser General Public
25# License as published by the Free Software Foundation; either
26# version 2 of the License, or (at your option) any later version.
27#
28# This library is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU Lesser General Public License for more details.
32#
33# You should have received a copy of the GNU Lesser General Public
34# License along with this program; if not, write to the
35# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
36# Boston, MA  02111-1307  USA
37
38VPATH = @srcdir@
39am__is_gnu_make = { \
40  if test -z '$(MAKELEVEL)'; then \
41    false; \
42  elif test -n '$(MAKE_HOST)'; then \
43    true; \
44  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45    true; \
46  else \
47    false; \
48  fi; \
49}
50am__make_running_with_option = \
51  case $${target_option-} in \
52      ?) ;; \
53      *) echo "am__make_running_with_option: internal error: invalid" \
54              "target option '$${target_option-}' specified" >&2; \
55         exit 1;; \
56  esac; \
57  has_opt=no; \
58  sane_makeflags=$$MAKEFLAGS; \
59  if $(am__is_gnu_make); then \
60    sane_makeflags=$$MFLAGS; \
61  else \
62    case $$MAKEFLAGS in \
63      *\\[\ \	]*) \
64        bs=\\; \
65        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
67    esac; \
68  fi; \
69  skip_next=no; \
70  strip_trailopt () \
71  { \
72    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73  }; \
74  for flg in $$sane_makeflags; do \
75    test $$skip_next = yes && { skip_next=no; continue; }; \
76    case $$flg in \
77      *=*|--*) continue;; \
78        -*I) strip_trailopt 'I'; skip_next=yes;; \
79      -*I?*) strip_trailopt 'I';; \
80        -*O) strip_trailopt 'O'; skip_next=yes;; \
81      -*O?*) strip_trailopt 'O';; \
82        -*l) strip_trailopt 'l'; skip_next=yes;; \
83      -*l?*) strip_trailopt 'l';; \
84      -[dEDm]) skip_next=yes;; \
85      -[JT]) skip_next=yes;; \
86    esac; \
87    case $$flg in \
88      *$$target_option*) has_opt=yes; break;; \
89    esac; \
90  done; \
91  test $$has_opt = yes
92am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94pkgdatadir = $(datadir)/@PACKAGE@
95pkgincludedir = $(includedir)/@PACKAGE@
96pkglibdir = $(libdir)/@PACKAGE@
97pkglibexecdir = $(libexecdir)/@PACKAGE@
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = @build@
111host_triplet = @host@
112subdir = data/icons
113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
115	$(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/gettext.m4 \
116	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
117	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
118	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
119	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
120	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
121	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
122	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124	$(ACLOCAL_M4)
125DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126mkinstalldirs = $(install_sh) -d
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES =
129CONFIG_CLEAN_VPATH_FILES =
130AM_V_P = $(am__v_P_@AM_V@)
131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132am__v_P_0 = false
133am__v_P_1 = :
134AM_V_GEN = $(am__v_GEN_@AM_V@)
135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136am__v_GEN_0 = @echo "  GEN     " $@;
137am__v_GEN_1 =
138AM_V_at = $(am__v_at_@AM_V@)
139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140am__v_at_0 = @
141am__v_at_1 =
142SOURCES =
143DIST_SOURCES =
144am__can_run_installinfo = \
145  case $$AM_UPDATE_INFO_DIR in \
146    n|no|NO) false;; \
147    *) (install-info --version) >/dev/null 2>&1;; \
148  esac
149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150am__vpath_adj = case $$p in \
151    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152    *) f=$$p;; \
153  esac;
154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155am__install_max = 40
156am__nobase_strip_setup = \
157  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158am__nobase_strip = \
159  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160am__nobase_list = $(am__nobase_strip_setup); \
161  for p in $$list; do echo "$$p $$p"; done | \
162  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164    if (++n[$$2] == $(am__install_max)) \
165      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166    END { for (dir in files) print dir, files[dir] }'
167am__base_list = \
168  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170am__uninstall_files_from_dir = { \
171  test -z "$$files" \
172    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174         $(am__cd) "$$dir" && rm -f $$files; }; \
175  }
176am__installdirs = "$(DESTDIR)$(iconsdir)"
177DATA = $(icons_DATA)
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179am__DIST_COMMON = $(srcdir)/Makefile.in
180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181ACLOCAL = @ACLOCAL@
182AMTAR = @AMTAR@
183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184AR = @AR@
185AUTOCONF = @AUTOCONF@
186AUTOHEADER = @AUTOHEADER@
187AUTOMAKE = @AUTOMAKE@
188AWK = @AWK@
189BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
190BOOST_ROOT = @BOOST_ROOT@
191CC = @CC@
192CCDEPMODE = @CCDEPMODE@
193CFLAGS = @CFLAGS@
194CPP = @CPP@
195CPPFLAGS = @CPPFLAGS@
196CXX = @CXX@
197CXXCPP = @CXXCPP@
198CXXDEPMODE = @CXXDEPMODE@
199CXXFLAGS = @CXXFLAGS@
200CYGPATH_W = @CYGPATH_W@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
204DLLTOOL = @DLLTOOL@
205DSYMUTIL = @DSYMUTIL@
206DUMPBIN = @DUMPBIN@
207ECHO_C = @ECHO_C@
208ECHO_N = @ECHO_N@
209ECHO_T = @ECHO_T@
210EGREP = @EGREP@
211ENV = @ENV@
212EXEEXT = @EXEEXT@
213FGREP = @FGREP@
214GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
215GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
216GIO2_CFLAGS = @GIO2_CFLAGS@
217GIO2_LIBS = @GIO2_LIBS@
218GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
219GMSGFMT = @GMSGFMT@
220GMSGFMT_015 = @GMSGFMT_015@
221GREP = @GREP@
222GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
223IBUS_CFLAGS = @IBUS_CFLAGS@
224IBUS_LIBS = @IBUS_LIBS@
225ICON_PROP_KEY_XML = @ICON_PROP_KEY_XML@
226INSTALL = @INSTALL@
227INSTALL_DATA = @INSTALL_DATA@
228INSTALL_PROGRAM = @INSTALL_PROGRAM@
229INSTALL_SCRIPT = @INSTALL_SCRIPT@
230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231INTLLIBS = @INTLLIBS@
232INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
233LD = @LD@
234LDFLAGS = @LDFLAGS@
235LIBICONV = @LIBICONV@
236LIBINTL = @LIBINTL@
237LIBOBJS = @LIBOBJS@
238LIBPINYIN_CFLAGS = @LIBPINYIN_CFLAGS@
239LIBPINYIN_DATADIR = @LIBPINYIN_DATADIR@
240LIBPINYIN_LIBS = @LIBPINYIN_LIBS@
241LIBS = @LIBS@
242LIBTOOL = @LIBTOOL@
243LIPO = @LIPO@
244LN_S = @LN_S@
245LTLIBICONV = @LTLIBICONV@
246LTLIBINTL = @LTLIBINTL@
247LTLIBOBJS = @LTLIBOBJS@
248LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
249LUA_CFLAGS = @LUA_CFLAGS@
250LUA_LIBS = @LUA_LIBS@
251MAINT = @MAINT@
252MAKEINFO = @MAKEINFO@
253MANIFEST_TOOL = @MANIFEST_TOOL@
254MKDIR_P = @MKDIR_P@
255MSGFMT = @MSGFMT@
256MSGFMT_015 = @MSGFMT_015@
257MSGMERGE = @MSGMERGE@
258NM = @NM@
259NMEDIT = @NMEDIT@
260OBJDUMP = @OBJDUMP@
261OBJEXT = @OBJEXT@
262OPENCC_CFLAGS = @OPENCC_CFLAGS@
263OPENCC_LIBS = @OPENCC_LIBS@
264OTOOL = @OTOOL@
265OTOOL64 = @OTOOL64@
266PACKAGE = @PACKAGE@
267PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268PACKAGE_NAME = @PACKAGE_NAME@
269PACKAGE_STRING = @PACKAGE_STRING@
270PACKAGE_TARNAME = @PACKAGE_TARNAME@
271PACKAGE_URL = @PACKAGE_URL@
272PACKAGE_VERSION = @PACKAGE_VERSION@
273PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
274PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
275PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
276PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
277PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
278PATH_SEPARATOR = @PATH_SEPARATOR@
279PKG_CONFIG = @PKG_CONFIG@
280PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
281PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
282POSUB = @POSUB@
283PYTHON = @PYTHON@
284PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
285PYTHON_PLATFORM = @PYTHON_PLATFORM@
286PYTHON_PREFIX = @PYTHON_PREFIX@
287PYTHON_VERSION = @PYTHON_VERSION@
288RANLIB = @RANLIB@
289SED = @SED@
290SET_MAKE = @SET_MAKE@
291SHELL = @SHELL@
292SQLITE3 = @SQLITE3@
293SQLITE_CFLAGS = @SQLITE_CFLAGS@
294SQLITE_LIBS = @SQLITE_LIBS@
295STRIP = @STRIP@
296USE_NLS = @USE_NLS@
297VERSION = @VERSION@
298XGETTEXT = @XGETTEXT@
299XGETTEXT_015 = @XGETTEXT_015@
300XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
301abs_builddir = @abs_builddir@
302abs_srcdir = @abs_srcdir@
303abs_top_builddir = @abs_top_builddir@
304abs_top_srcdir = @abs_top_srcdir@
305ac_ct_AR = @ac_ct_AR@
306ac_ct_CC = @ac_ct_CC@
307ac_ct_CXX = @ac_ct_CXX@
308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = @docdir@
324dvidir = @dvidir@
325exec_prefix = @exec_prefix@
326gsettingsschemadir = @gsettingsschemadir@
327host = @host@
328host_alias = @host_alias@
329host_cpu = @host_cpu@
330host_os = @host_os@
331host_vendor = @host_vendor@
332htmldir = @htmldir@
333includedir = @includedir@
334infodir = @infodir@
335install_sh = @install_sh@
336libdir = @libdir@
337libexecdir = @libexecdir@
338localedir = @localedir@
339localstatedir = @localstatedir@
340mandir = @mandir@
341mkdir_p = @mkdir_p@
342oldincludedir = @oldincludedir@
343pdfdir = @pdfdir@
344pkgpyexecdir = @pkgpyexecdir@
345pkgpythondir = @pkgpythondir@
346prefix = @prefix@
347program_transform_name = @program_transform_name@
348psdir = @psdir@
349pyexecdir = @pyexecdir@
350pythondir = @pythondir@
351sbindir = @sbindir@
352sharedstatedir = @sharedstatedir@
353srcdir = @srcdir@
354sysconfdir = @sysconfdir@
355target_alias = @target_alias@
356top_build_prefix = @top_build_prefix@
357top_builddir = @top_builddir@
358top_srcdir = @top_srcdir@
359icons_DATA = \
360	ibus-pinyin.svg \
361	ibus-bopomofo.svg \
362	chinese.svg \
363	english.svg \
364	full.svg \
365	full-punct.svg \
366	half.svg \
367	half-punct.svg \
368	simp-chinese.svg \
369	trad-chinese.svg \
370	$(NULL)
371
372iconsdir = $(pkgdatadir)/icons
373EXTRA_DIST = \
374	$(icons_DATA) \
375	$(NULL)
376
377all: all-am
378
379.SUFFIXES:
380$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
381	@for dep in $?; do \
382	  case '$(am__configure_deps)' in \
383	    *$$dep*) \
384	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
385	        && { if test -f $@; then exit 0; else break; fi; }; \
386	      exit 1;; \
387	  esac; \
388	done; \
389	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/Makefile'; \
390	$(am__cd) $(top_srcdir) && \
391	  $(AUTOMAKE) --gnu data/icons/Makefile
392Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393	@case '$?' in \
394	  *config.status*) \
395	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
404$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
407	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408$(am__aclocal_m4_deps):
409
410mostlyclean-libtool:
411	-rm -f *.lo
412
413clean-libtool:
414	-rm -rf .libs _libs
415install-iconsDATA: $(icons_DATA)
416	@$(NORMAL_INSTALL)
417	@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
418	if test -n "$$list"; then \
419	  echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
420	  $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
421	fi; \
422	for p in $$list; do \
423	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424	  echo "$$d$$p"; \
425	done | $(am__base_list) | \
426	while read files; do \
427	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
428	  $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
429	done
430
431uninstall-iconsDATA:
432	@$(NORMAL_UNINSTALL)
433	@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
434	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435	dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
436tags TAGS:
437
438ctags CTAGS:
439
440cscope cscopelist:
441
442
443distdir: $(BUILT_SOURCES)
444	$(MAKE) $(AM_MAKEFLAGS) distdir-am
445
446distdir-am: $(DISTFILES)
447	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449	list='$(DISTFILES)'; \
450	  dist_files=`for file in $$list; do echo $$file; done | \
451	  sed -e "s|^$$srcdirstrip/||;t" \
452	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453	case $$dist_files in \
454	  */*) $(MKDIR_P) `echo "$$dist_files" | \
455			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456			   sort -u` ;; \
457	esac; \
458	for file in $$dist_files; do \
459	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460	  if test -d $$d/$$file; then \
461	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462	    if test -d "$(distdir)/$$file"; then \
463	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464	    fi; \
465	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468	    fi; \
469	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470	  else \
471	    test -f "$(distdir)/$$file" \
472	    || cp -p $$d/$$file "$(distdir)/$$file" \
473	    || exit 1; \
474	  fi; \
475	done
476check-am: all-am
477check: check-am
478all-am: Makefile $(DATA)
479installdirs:
480	for dir in "$(DESTDIR)$(iconsdir)"; do \
481	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482	done
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
493	if test -z '$(STRIP)'; then \
494	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496	      install; \
497	else \
498	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501	fi
502mostlyclean-generic:
503
504clean-generic:
505
506distclean-generic:
507	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
510maintainer-clean-generic:
511	@echo "This command is intended for maintainers to use"
512	@echo "it deletes files that may require special tools to rebuild."
513clean: clean-am
514
515clean-am: clean-generic clean-libtool mostlyclean-am
516
517distclean: distclean-am
518	-rm -f Makefile
519distclean-am: clean-am distclean-generic
520
521dvi: dvi-am
522
523dvi-am:
524
525html: html-am
526
527html-am:
528
529info: info-am
530
531info-am:
532
533install-data-am: install-iconsDATA
534
535install-dvi: install-dvi-am
536
537install-dvi-am:
538
539install-exec-am:
540
541install-html: install-html-am
542
543install-html-am:
544
545install-info: install-info-am
546
547install-info-am:
548
549install-man:
550
551install-pdf: install-pdf-am
552
553install-pdf-am:
554
555install-ps: install-ps-am
556
557install-ps-am:
558
559installcheck-am:
560
561maintainer-clean: maintainer-clean-am
562	-rm -f Makefile
563maintainer-clean-am: distclean-am maintainer-clean-generic
564
565mostlyclean: mostlyclean-am
566
567mostlyclean-am: mostlyclean-generic mostlyclean-libtool
568
569pdf: pdf-am
570
571pdf-am:
572
573ps: ps-am
574
575ps-am:
576
577uninstall-am: uninstall-iconsDATA
578
579.MAKE: install-am install-strip
580
581.PHONY: all all-am check check-am clean clean-generic clean-libtool \
582	cscopelist-am ctags-am distclean distclean-generic \
583	distclean-libtool distdir dvi dvi-am html html-am info info-am \
584	install install-am install-data install-data-am install-dvi \
585	install-dvi-am install-exec install-exec-am install-html \
586	install-html-am install-iconsDATA install-info install-info-am \
587	install-man install-pdf install-pdf-am install-ps \
588	install-ps-am install-strip installcheck installcheck-am \
589	installdirs maintainer-clean maintainer-clean-generic \
590	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
591	ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
592
593.PRECIOUS: Makefile
594
595
596# Tell versions [3.59,3.63) of GNU make to not export all variables.
597# Otherwise a system limit (for SysV at least) may be exceeded.
598.NOEXPORT:
599