1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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 = .
37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
39	$(srcdir)/scim-tables.spec.in $(top_srcdir)/configure \
40	$(top_srcdir)/intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
41	ChangeLog INSTALL NEWS THANKS config.guess config.rpath \
42	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
45	$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
46	$(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
47	$(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
48	$(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
49	$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \
50	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
51	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
52	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longdouble.m4 \
53	$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltdl.m4 \
54	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
55	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
56	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
57	$(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
58	$(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
59	$(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
60	$(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
61	$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
62	$(top_srcdir)/configure.ac
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64	$(ACLOCAL_M4)
65am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66 configure.lineno config.status.lineno
67mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68CONFIG_HEADER = config.h
69CONFIG_CLEAN_FILES = intl/Makefile scim-tables.spec
70CONFIG_CLEAN_VPATH_FILES =
71SOURCES =
72DIST_SOURCES =
73RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74	html-recursive info-recursive install-data-recursive \
75	install-dvi-recursive install-exec-recursive \
76	install-html-recursive install-info-recursive \
77	install-pdf-recursive install-ps-recursive install-recursive \
78	installcheck-recursive installdirs-recursive pdf-recursive \
79	ps-recursive uninstall-recursive
80RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
81  distclean-recursive maintainer-clean-recursive
82AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84	distdir dist dist-all distcheck
85ETAGS = etags
86CTAGS = ctags
87DIST_SUBDIRS = icons tables
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89distdir = $(PACKAGE)-$(VERSION)
90top_distdir = $(distdir)
91am__remove_distdir = \
92  { test ! -d "$(distdir)" \
93    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
94         && rm -fr "$(distdir)"; }; }
95am__relativize = \
96  dir0=`pwd`; \
97  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
98  sed_rest='s,^[^/]*/*,,'; \
99  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
100  sed_butlast='s,/*[^/]*$$,,'; \
101  while test -n "$$dir1"; do \
102    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
103    if test "$$first" != "."; then \
104      if test "$$first" = ".."; then \
105        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
106        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
107      else \
108        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
109        if test "$$first2" = "$$first"; then \
110          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
111        else \
112          dir2="../$$dir2"; \
113        fi; \
114        dir0="$$dir0"/"$$first"; \
115      fi; \
116    fi; \
117    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
118  done; \
119  reldir="$$dir2"
120DIST_ARCHIVES = $(distdir).tar.gz
121GZIP_ENV = --best
122distuninstallcheck_listfiles = find . -type f -print
123distcleancheck_listfiles = find . -type f -print
124ACLOCAL = @ACLOCAL@
125ALLOCA = @ALLOCA@
126AMTAR = @AMTAR@
127AR = @AR@
128ARGZ_H = @ARGZ_H@
129AS = @AS@
130AUTOCONF = @AUTOCONF@
131AUTOHEADER = @AUTOHEADER@
132AUTOMAKE = @AUTOMAKE@
133AWK = @AWK@
134BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
135CATOBJEXT = @CATOBJEXT@
136CC = @CC@
137CCDEPMODE = @CCDEPMODE@
138CFLAGS = @CFLAGS@
139CPP = @CPP@
140CPPFLAGS = @CPPFLAGS@
141CXX = @CXX@
142CXXCPP = @CXXCPP@
143CXXDEPMODE = @CXXDEPMODE@
144CXXFLAGS = @CXXFLAGS@
145CYGPATH_W = @CYGPATH_W@
146DATADIRNAME = @DATADIRNAME@
147DEFS = @DEFS@
148DEPDIR = @DEPDIR@
149DLLTOOL = @DLLTOOL@
150DSYMUTIL = @DSYMUTIL@
151DUMPBIN = @DUMPBIN@
152ECHO_C = @ECHO_C@
153ECHO_N = @ECHO_N@
154ECHO_T = @ECHO_T@
155EGREP = @EGREP@
156EXEEXT = @EXEEXT@
157FGREP = @FGREP@
158GENCAT = @GENCAT@
159GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
160GLIBC21 = @GLIBC21@
161GMSGFMT = @GMSGFMT@
162GREP = @GREP@
163HAVE_ASPRINTF = @HAVE_ASPRINTF@
164HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
165HAVE_SNPRINTF = @HAVE_SNPRINTF@
166HAVE_WPRINTF = @HAVE_WPRINTF@
167INCLTDL = @INCLTDL@
168INSTALL = @INSTALL@
169INSTALL_DATA = @INSTALL_DATA@
170INSTALL_PROGRAM = @INSTALL_PROGRAM@
171INSTALL_SCRIPT = @INSTALL_SCRIPT@
172INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173INSTOBJEXT = @INSTOBJEXT@
174INTLBISON = @INTLBISON@
175INTLLIBS = @INTLLIBS@
176INTLOBJS = @INTLOBJS@
177INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
178KDEDIR = @KDEDIR@
179LD = @LD@
180LDFLAGS = @LDFLAGS@
181LIBADD_DL = @LIBADD_DL@
182LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
183LIBADD_DLOPEN = @LIBADD_DLOPEN@
184LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
185LIBICONV = @LIBICONV@
186LIBINTL = @LIBINTL@
187LIBLTDL = @LIBLTDL@
188LIBOBJS = @LIBOBJS@
189LIBS = @LIBS@
190LIBTOOL = @LIBTOOL@
191LIBTOOL_DEPS = @LIBTOOL_DEPS@
192LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
193LIPO = @LIPO@
194LN_S = @LN_S@
195LTDLDEPS = @LTDLDEPS@
196LTDLINCL = @LTDLINCL@
197LTDLOPEN = @LTDLOPEN@
198LTLIBICONV = @LTLIBICONV@
199LTLIBINTL = @LTLIBINTL@
200LTLIBOBJS = @LTLIBOBJS@
201LT_CONFIG_H = @LT_CONFIG_H@
202LT_DLLOADERS = @LT_DLLOADERS@
203LT_DLPREOPEN = @LT_DLPREOPEN@
204MAKEINFO = @MAKEINFO@
205MKDIR_P = @MKDIR_P@
206MKINSTALLDIRS = @MKINSTALLDIRS@
207MSGFMT = @MSGFMT@
208MSGMERGE = @MSGMERGE@
209NM = @NM@
210NMEDIT = @NMEDIT@
211OBJDUMP = @OBJDUMP@
212OBJEXT = @OBJEXT@
213OTOOL = @OTOOL@
214OTOOL64 = @OTOOL64@
215PACKAGE = @PACKAGE@
216PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217PACKAGE_NAME = @PACKAGE_NAME@
218PACKAGE_STRING = @PACKAGE_STRING@
219PACKAGE_TARNAME = @PACKAGE_TARNAME@
220PACKAGE_URL = @PACKAGE_URL@
221PACKAGE_VERSION = @PACKAGE_VERSION@
222PATH_SEPARATOR = @PATH_SEPARATOR@
223PKG_CONFIG = @PKG_CONFIG@
224PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226POSUB = @POSUB@
227RANLIB = @RANLIB@
228SCIM_BUILD_SETUP = @SCIM_BUILD_SETUP@
229SCIM_CFLAGS = @SCIM_CFLAGS@
230SCIM_DATADIR = @SCIM_DATADIR@
231SCIM_GTKUTILS_CFLAGS = @SCIM_GTKUTILS_CFLAGS@
232SCIM_GTKUTILS_LIBS = @SCIM_GTKUTILS_LIBS@
233SCIM_ICONDIR = @SCIM_ICONDIR@
234SCIM_KDEUTILS_CFLAGS = @SCIM_KDEUTILS_CFLAGS@
235SCIM_KDEUTILS_LIBS = @SCIM_KDEUTILS_LIBS@
236SCIM_LIBS = @SCIM_LIBS@
237SCIM_MODULEDIR = @SCIM_MODULEDIR@
238SCIM_TABLEDIR = @SCIM_TABLEDIR@
239SCIM_TABLES_ENABLE_SKIM_SUPPORT = @SCIM_TABLES_ENABLE_SKIM_SUPPORT@
240SCIM_VERSION = @SCIM_VERSION@
241SED = @SED@
242SET_MAKE = @SET_MAKE@
243SHELL = @SHELL@
244SKIM_CFLAGS = @SKIM_CFLAGS@
245SKIM_LIBS = @SKIM_LIBS@
246STRIP = @STRIP@
247USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
248USE_NLS = @USE_NLS@
249VERSION = @VERSION@
250XGETTEXT = @XGETTEXT@
251abs_builddir = @abs_builddir@
252abs_srcdir = @abs_srcdir@
253abs_top_builddir = @abs_top_builddir@
254abs_top_srcdir = @abs_top_srcdir@
255ac_ct_CC = @ac_ct_CC@
256ac_ct_CXX = @ac_ct_CXX@
257ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258am__include = @am__include@
259am__leading_dot = @am__leading_dot@
260am__quote = @am__quote@
261am__tar = @am__tar@
262am__untar = @am__untar@
263bindir = @bindir@
264build = @build@
265build_alias = @build_alias@
266build_cpu = @build_cpu@
267build_os = @build_os@
268build_vendor = @build_vendor@
269builddir = @builddir@
270datadir = @datadir@
271datarootdir = @datarootdir@
272docdir = @docdir@
273dvidir = @dvidir@
274exec_prefix = @exec_prefix@
275host = @host@
276host_alias = @host_alias@
277host_cpu = @host_cpu@
278host_os = @host_os@
279host_vendor = @host_vendor@
280htmldir = @htmldir@
281includedir = @includedir@
282infodir = @infodir@
283install_sh = @install_sh@
284libdir = @libdir@
285libexecdir = @libexecdir@
286localedir = @localedir@
287localstatedir = @localstatedir@
288lt_ECHO = @lt_ECHO@
289ltdl_LIBOBJS = @ltdl_LIBOBJS@
290ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293oldincludedir = @oldincludedir@
294pdfdir = @pdfdir@
295prefix = @prefix@
296program_transform_name = @program_transform_name@
297psdir = @psdir@
298sbindir = @sbindir@
299sharedstatedir = @sharedstatedir@
300srcdir = @srcdir@
301subdirs = @subdirs@
302sys_symbol_underscore = @sys_symbol_underscore@
303sysconfdir = @sysconfdir@
304target_alias = @target_alias@
305top_build_prefix = @top_build_prefix@
306top_builddir = @top_builddir@
307top_srcdir = @top_srcdir@
308AUX_DIST = $(ac_aux_dir)/config.guess \
309			$(ac_aux_dir)/config.sub \
310			$(ac_aux_dir)/install-sh \
311			$(ac_aux_dir)/ltconfig \
312			$(ac_aux_dir)/ltmain.sh \
313			$(ac_aux_dir)/missing \
314			$(ac_aux_dir)/mkinstalldirs
315
316EXTRA_DIST = config.rpath mkinstalldirs  bootstrap scim-tables.spec
317AUTOMAKE_OPTIONS = gnu
318@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim
319SUBDIRS = icons tables $(SKIM_SUBDIR)
320MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
321CLEANFILES = *.bak
322ACLOCAL_AMFLAGS = -I m4
323all: config.h
324	$(MAKE) $(AM_MAKEFLAGS) all-recursive
325
326.SUFFIXES:
327am--refresh:
328	@:
329$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
330	@for dep in $?; do \
331	  case '$(am__configure_deps)' in \
332	    *$$dep*) \
333	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
334	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
335		&& exit 0; \
336	      exit 1;; \
337	  esac; \
338	done; \
339	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
340	$(am__cd) $(top_srcdir) && \
341	  $(AUTOMAKE) --gnu Makefile
342.PRECIOUS: Makefile
343Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344	@case '$?' in \
345	  *config.status*) \
346	    echo ' $(SHELL) ./config.status'; \
347	    $(SHELL) ./config.status;; \
348	  *) \
349	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
350	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
351	esac;
352
353$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
354	$(SHELL) ./config.status --recheck
355
356$(top_srcdir)/configure:  $(am__configure_deps)
357	$(am__cd) $(srcdir) && $(AUTOCONF)
358$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
359	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
360$(am__aclocal_m4_deps):
361
362config.h: stamp-h1
363	@if test ! -f $@; then \
364	  rm -f stamp-h1; \
365	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
366	else :; fi
367
368stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
369	@rm -f stamp-h1
370	cd $(top_builddir) && $(SHELL) ./config.status config.h
371$(srcdir)/config.h.in:  $(am__configure_deps)
372	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
373	rm -f stamp-h1
374	touch $@
375
376distclean-hdr:
377	-rm -f config.h stamp-h1
378intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
379	cd $(top_builddir) && $(SHELL) ./config.status $@
380scim-tables.spec: $(top_builddir)/config.status $(srcdir)/scim-tables.spec.in
381	cd $(top_builddir) && $(SHELL) ./config.status $@
382
383mostlyclean-libtool:
384	-rm -f *.lo
385
386clean-libtool:
387	-rm -rf .libs _libs
388
389distclean-libtool:
390	-rm -f libtool config.lt
391
392# This directory's subdirectories are mostly independent; you can cd
393# into them and run `make' without going through this Makefile.
394# To change the values of `make' variables: instead of editing Makefiles,
395# (1) if the variable is set in `config.status', edit `config.status'
396#     (which will cause the Makefiles to be regenerated when you run `make');
397# (2) otherwise, pass the desired values on the `make' command line.
398$(RECURSIVE_TARGETS):
399	@fail= failcom='exit 1'; \
400	for f in x $$MAKEFLAGS; do \
401	  case $$f in \
402	    *=* | --[!k]*);; \
403	    *k*) failcom='fail=yes';; \
404	  esac; \
405	done; \
406	dot_seen=no; \
407	target=`echo $@ | sed s/-recursive//`; \
408	list='$(SUBDIRS)'; for subdir in $$list; do \
409	  echo "Making $$target in $$subdir"; \
410	  if test "$$subdir" = "."; then \
411	    dot_seen=yes; \
412	    local_target="$$target-am"; \
413	  else \
414	    local_target="$$target"; \
415	  fi; \
416	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417	  || eval $$failcom; \
418	done; \
419	if test "$$dot_seen" = "no"; then \
420	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
421	fi; test -z "$$fail"
422
423$(RECURSIVE_CLEAN_TARGETS):
424	@fail= failcom='exit 1'; \
425	for f in x $$MAKEFLAGS; do \
426	  case $$f in \
427	    *=* | --[!k]*);; \
428	    *k*) failcom='fail=yes';; \
429	  esac; \
430	done; \
431	dot_seen=no; \
432	case "$@" in \
433	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
434	  *) list='$(SUBDIRS)' ;; \
435	esac; \
436	rev=''; for subdir in $$list; do \
437	  if test "$$subdir" = "."; then :; else \
438	    rev="$$subdir $$rev"; \
439	  fi; \
440	done; \
441	rev="$$rev ."; \
442	target=`echo $@ | sed s/-recursive//`; \
443	for subdir in $$rev; do \
444	  echo "Making $$target in $$subdir"; \
445	  if test "$$subdir" = "."; then \
446	    local_target="$$target-am"; \
447	  else \
448	    local_target="$$target"; \
449	  fi; \
450	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451	  || eval $$failcom; \
452	done && test -z "$$fail"
453tags-recursive:
454	list='$(SUBDIRS)'; for subdir in $$list; do \
455	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
456	done
457ctags-recursive:
458	list='$(SUBDIRS)'; for subdir in $$list; do \
459	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
460	done
461
462ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464	unique=`for i in $$list; do \
465	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466	  done | \
467	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468	      END { if (nonempty) { for (i in files) print i; }; }'`; \
469	mkid -fID $$unique
470tags: TAGS
471
472TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
473		$(TAGS_FILES) $(LISP)
474	set x; \
475	here=`pwd`; \
476	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
477	  include_option=--etags-include; \
478	  empty_fix=.; \
479	else \
480	  include_option=--include; \
481	  empty_fix=; \
482	fi; \
483	list='$(SUBDIRS)'; for subdir in $$list; do \
484	  if test "$$subdir" = .; then :; else \
485	    test ! -f $$subdir/TAGS || \
486	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
487	  fi; \
488	done; \
489	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
490	unique=`for i in $$list; do \
491	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492	  done | \
493	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494	      END { if (nonempty) { for (i in files) print i; }; }'`; \
495	shift; \
496	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
497	  test -n "$$unique" || unique=$$empty_fix; \
498	  if test $$# -gt 0; then \
499	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500	      "$$@" $$unique; \
501	  else \
502	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503	      $$unique; \
504	  fi; \
505	fi
506ctags: CTAGS
507CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
508		$(TAGS_FILES) $(LISP)
509	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
510	unique=`for i in $$list; do \
511	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512	  done | \
513	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514	      END { if (nonempty) { for (i in files) print i; }; }'`; \
515	test -z "$(CTAGS_ARGS)$$unique" \
516	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
517	     $$unique
518
519GTAGS:
520	here=`$(am__cd) $(top_builddir) && pwd` \
521	  && $(am__cd) $(top_srcdir) \
522	  && gtags -i $(GTAGS_ARGS) "$$here"
523
524distclean-tags:
525	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
526
527distdir: $(DISTFILES)
528	$(am__remove_distdir)
529	test -d "$(distdir)" || mkdir "$(distdir)"
530	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532	list='$(DISTFILES)'; \
533	  dist_files=`for file in $$list; do echo $$file; done | \
534	  sed -e "s|^$$srcdirstrip/||;t" \
535	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536	case $$dist_files in \
537	  */*) $(MKDIR_P) `echo "$$dist_files" | \
538			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539			   sort -u` ;; \
540	esac; \
541	for file in $$dist_files; do \
542	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543	  if test -d $$d/$$file; then \
544	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545	    if test -d "$(distdir)/$$file"; then \
546	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547	    fi; \
548	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551	    fi; \
552	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553	  else \
554	    test -f "$(distdir)/$$file" \
555	    || cp -p $$d/$$file "$(distdir)/$$file" \
556	    || exit 1; \
557	  fi; \
558	done
559	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
560	  if test "$$subdir" = .; then :; else \
561	    test -d "$(distdir)/$$subdir" \
562	    || $(MKDIR_P) "$(distdir)/$$subdir" \
563	    || exit 1; \
564	  fi; \
565	done
566	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
567	  if test "$$subdir" = .; then :; else \
568	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
569	    $(am__relativize); \
570	    new_distdir=$$reldir; \
571	    dir1=$$subdir; dir2="$(top_distdir)"; \
572	    $(am__relativize); \
573	    new_top_distdir=$$reldir; \
574	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
575	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
576	    ($(am__cd) $$subdir && \
577	      $(MAKE) $(AM_MAKEFLAGS) \
578	        top_distdir="$$new_top_distdir" \
579	        distdir="$$new_distdir" \
580		am__remove_distdir=: \
581		am__skip_length_check=: \
582		am__skip_mode_fix=: \
583	        distdir) \
584	      || exit 1; \
585	  fi; \
586	done
587	-test -n "$(am__skip_mode_fix)" \
588	|| find "$(distdir)" -type d ! -perm -755 \
589		-exec chmod u+rwx,go+rx {} \; -o \
590	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
591	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
592	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
593	|| chmod -R a+r "$(distdir)"
594dist-gzip: distdir
595	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596	$(am__remove_distdir)
597
598dist-bzip2: distdir
599	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
600	$(am__remove_distdir)
601
602dist-lzma: distdir
603	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
604	$(am__remove_distdir)
605
606dist-xz: distdir
607	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
608	$(am__remove_distdir)
609
610dist-tarZ: distdir
611	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
612	$(am__remove_distdir)
613
614dist-shar: distdir
615	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
616	$(am__remove_distdir)
617
618dist-zip: distdir
619	-rm -f $(distdir).zip
620	zip -rq $(distdir).zip $(distdir)
621	$(am__remove_distdir)
622
623dist dist-all: distdir
624	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
625	$(am__remove_distdir)
626
627# This target untars the dist file and tries a VPATH configuration.  Then
628# it guarantees that the distribution is self-contained by making another
629# tarfile.
630distcheck: dist
631	case '$(DIST_ARCHIVES)' in \
632	*.tar.gz*) \
633	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
634	*.tar.bz2*) \
635	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
636	*.tar.lzma*) \
637	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
638	*.tar.xz*) \
639	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
640	*.tar.Z*) \
641	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
642	*.shar.gz*) \
643	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
644	*.zip*) \
645	  unzip $(distdir).zip ;;\
646	esac
647	chmod -R a-w $(distdir); chmod a+w $(distdir)
648	mkdir $(distdir)/_build
649	mkdir $(distdir)/_inst
650	chmod a-w $(distdir)
651	test -d $(distdir)/_build || exit 0; \
652	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
653	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
654	  && am__cwd=`pwd` \
655	  && $(am__cd) $(distdir)/_build \
656	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
657	    --with-included-gettext \
658	    $(DISTCHECK_CONFIGURE_FLAGS) \
659	  && $(MAKE) $(AM_MAKEFLAGS) \
660	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
661	  && $(MAKE) $(AM_MAKEFLAGS) check \
662	  && $(MAKE) $(AM_MAKEFLAGS) install \
663	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
664	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
665	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
666	        distuninstallcheck \
667	  && chmod -R a-w "$$dc_install_base" \
668	  && ({ \
669	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
670	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
671	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
672	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
673	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
674	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
675	  && rm -rf "$$dc_destdir" \
676	  && $(MAKE) $(AM_MAKEFLAGS) dist \
677	  && rm -rf $(DIST_ARCHIVES) \
678	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
679	  && cd "$$am__cwd" \
680	  || exit 1
681	$(am__remove_distdir)
682	@(echo "$(distdir) archives ready for distribution: "; \
683	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
684	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
685distuninstallcheck:
686	@$(am__cd) '$(distuninstallcheck_dir)' \
687	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
688	   || { echo "ERROR: files left after uninstall:" ; \
689	        if test -n "$(DESTDIR)"; then \
690	          echo "  (check DESTDIR support)"; \
691	        fi ; \
692	        $(distuninstallcheck_listfiles) ; \
693	        exit 1; } >&2
694distcleancheck: distclean
695	@if test '$(srcdir)' = . ; then \
696	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
697	  exit 1 ; \
698	fi
699	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
700	  || { echo "ERROR: files left in build directory after distclean:" ; \
701	       $(distcleancheck_listfiles) ; \
702	       exit 1; } >&2
703check-am: all-am
704check: check-recursive
705all-am: Makefile config.h
706installdirs: installdirs-recursive
707installdirs-am:
708install: install-recursive
709install-exec: install-exec-recursive
710install-data: install-data-recursive
711uninstall: uninstall-recursive
712
713install-am: all-am
714	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
715
716installcheck: installcheck-recursive
717install-strip:
718	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720	  `test -z '$(STRIP)' || \
721	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
722mostlyclean-generic:
723
724clean-generic:
725	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
726
727distclean-generic:
728	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730
731maintainer-clean-generic:
732	@echo "This command is intended for maintainers to use"
733	@echo "it deletes files that may require special tools to rebuild."
734	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
735clean: clean-recursive
736
737clean-am: clean-generic clean-libtool mostlyclean-am
738
739distclean: distclean-recursive
740	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
741	-rm -f Makefile
742distclean-am: clean-am distclean-generic distclean-hdr \
743	distclean-libtool distclean-tags
744
745dvi: dvi-recursive
746
747dvi-am:
748
749html: html-recursive
750
751html-am:
752
753info: info-recursive
754
755info-am:
756
757install-data-am:
758
759install-dvi: install-dvi-recursive
760
761install-dvi-am:
762
763install-exec-am:
764
765install-html: install-html-recursive
766
767install-html-am:
768
769install-info: install-info-recursive
770
771install-info-am:
772
773install-man:
774
775install-pdf: install-pdf-recursive
776
777install-pdf-am:
778
779install-ps: install-ps-recursive
780
781install-ps-am:
782
783installcheck-am:
784
785maintainer-clean: maintainer-clean-recursive
786	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
787	-rm -rf $(top_srcdir)/autom4te.cache
788	-rm -f Makefile
789maintainer-clean-am: distclean-am maintainer-clean-generic
790
791mostlyclean: mostlyclean-recursive
792
793mostlyclean-am: mostlyclean-generic mostlyclean-libtool
794
795pdf: pdf-recursive
796
797pdf-am:
798
799ps: ps-recursive
800
801ps-am:
802
803uninstall-am:
804
805.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
806	ctags-recursive install-am install-strip tags-recursive
807
808.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
809	all all-am am--refresh check check-am clean clean-generic \
810	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
811	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
812	distcheck distclean distclean-generic distclean-hdr \
813	distclean-libtool distclean-tags distcleancheck distdir \
814	distuninstallcheck dvi dvi-am html html-am info info-am \
815	install install-am install-data install-data-am install-dvi \
816	install-dvi-am install-exec install-exec-am install-html \
817	install-html-am install-info install-info-am install-man \
818	install-pdf install-pdf-am install-ps install-ps-am \
819	install-strip installcheck installcheck-am installdirs \
820	installdirs-am maintainer-clean maintainer-clean-generic \
821	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
822	ps ps-am tags tags-recursive uninstall uninstall-am
823
824
825.PHONY: update-ChangeLog
826
827update-ChangeLog:
828	/bin/sh $(top_srcdir)/cvs2cl.pl --gmt -P -r -b -T -S -U $(top_srcdir)/developers -f $(top_srcdir)/ChangeLog
829
830# Tell versions [3.59,3.63) of GNU make to not export all variables.
831# Otherwise a system limit (for SysV at least) may be exceeded.
832.NOEXPORT:
833