Initial commit to support emacs
[profile/ivi/m17n-db.git] / FLT / Makefile.in
1 # Makefile.in generated by automake 1.11 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@
17
18 # Makefile.am -- Makefile for the m17n database
19 # Copyright (C) 2007
20 #   National Institute of Advanced Industrial Science and Technology (AIST)
21 #   Registration Number H15PRO112
22
23 # This file is part of the m17n database; a sub-part of the m17n
24 # library.
25
26 # The m17n library is free software; you can redistribute it and/or
27 # modify it under the terms of the GNU Lesser General Public License
28 # as published by the Free Software Foundation; either version 2.1 of
29 # the License, or (at your option) any later version.
30
31 # The m17n library is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
34 # Lesser General Public License for more details.
35
36 # You should have received a copy of the GNU Lesser General Public
37 # License along with the m17n library; if not, write to the Free
38 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
39 # Boston, MA 02110-1301, USA.
40
41 VPATH = @srcdir@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkglibexecdir = $(libexecdir)/@PACKAGE@
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 subdir = FLT
60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
63         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
64         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
65         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
66         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70 CONFIG_CLEAN_FILES =
71 CONFIG_CLEAN_VPATH_FILES =
72 SOURCES =
73 DIST_SOURCES =
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77     *) f=$$p;; \
78   esac;
79 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80 am__install_max = 40
81 am__nobase_strip_setup = \
82   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83 am__nobase_strip = \
84   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85 am__nobase_list = $(am__nobase_strip_setup); \
86   for p in $$list; do echo "$$p $$p"; done | \
87   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89     if (++n[$$2] == $(am__install_max)) \
90       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91     END { for (dir in files) print dir, files[dir] }'
92 am__base_list = \
93   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95 am__installdirs = "$(DESTDIR)$(pkgdatadir)"
96 DATA = $(pkgdata_DATA)
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 pkgdatadir = $(datadir)/m17n
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 CC = @CC@
106 CCDEPMODE = @CCDEPMODE@
107 CFLAGS = @CFLAGS@
108 CHARMAPS = @CHARMAPS@
109 CHARMAP_CAT = @CHARMAP_CAT@
110 CHARMAP_EXT = @CHARMAP_EXT@
111 CPPFLAGS = @CPPFLAGS@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 ECHO_C = @ECHO_C@
116 ECHO_N = @ECHO_N@
117 ECHO_T = @ECHO_T@
118 EXEEXT = @EXEEXT@
119 GMSGFMT = @GMSGFMT@
120 GMSGFMT_015 = @GMSGFMT_015@
121 HAVE_MSGFMT = @HAVE_MSGFMT@
122 ICONS = @ICONS@
123 INSTALL = @INSTALL@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 INTLLIBS = @INTLLIBS@
129 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
130 LANGNAME_TABLES = @LANGNAME_TABLES@
131 LDFLAGS = @LDFLAGS@
132 LIBICONV = @LIBICONV@
133 LIBINTL = @LIBINTL@
134 LIBOBJS = @LIBOBJS@
135 LIBS = @LIBS@
136 LTLIBICONV = @LTLIBICONV@
137 LTLIBINTL = @LTLIBINTL@
138 LTLIBOBJS = @LTLIBOBJS@
139 MAKEINFO = @MAKEINFO@
140 MKDIR_P = @MKDIR_P@
141 MSGFMT = @MSGFMT@
142 MSGFMT_015 = @MSGFMT_015@
143 MSGMERGE = @MSGMERGE@
144 OBJEXT = @OBJEXT@
145 PACKAGE = @PACKAGE@
146 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147 PACKAGE_NAME = @PACKAGE_NAME@
148 PACKAGE_STRING = @PACKAGE_STRING@
149 PACKAGE_TARNAME = @PACKAGE_TARNAME@
150 PACKAGE_URL = @PACKAGE_URL@
151 PACKAGE_VERSION = @PACKAGE_VERSION@
152 PATH_SEPARATOR = @PATH_SEPARATOR@
153 POSUB = @POSUB@
154 SET_MAKE = @SET_MAKE@
155 SHELL = @SHELL@
156 STRIP = @STRIP@
157 USE_NLS = @USE_NLS@
158 VERSION = @VERSION@
159 XGETTEXT = @XGETTEXT@
160 XGETTEXT_015 = @XGETTEXT_015@
161 abs_builddir = @abs_builddir@
162 abs_srcdir = @abs_srcdir@
163 abs_top_builddir = @abs_top_builddir@
164 abs_top_srcdir = @abs_top_srcdir@
165 ac_ct_CC = @ac_ct_CC@
166 am__include = @am__include@
167 am__leading_dot = @am__leading_dot@
168 am__quote = @am__quote@
169 am__tar = @am__tar@
170 am__untar = @am__untar@
171 bindir = @bindir@
172 build = @build@
173 build_alias = @build_alias@
174 build_cpu = @build_cpu@
175 build_os = @build_os@
176 build_vendor = @build_vendor@
177 builddir = @builddir@
178 datadir = @datadir@
179 datarootdir = @datarootdir@
180 docdir = @docdir@
181 dvidir = @dvidir@
182 exec_prefix = @exec_prefix@
183 host = @host@
184 host_alias = @host_alias@
185 host_cpu = @host_cpu@
186 host_os = @host_os@
187 host_vendor = @host_vendor@
188 htmldir = @htmldir@
189 includedir = @includedir@
190 infodir = @infodir@
191 install_sh = @install_sh@
192 libdir = @libdir@
193 libexecdir = @libexecdir@
194 localedir = @localedir@
195 localstatedir = @localstatedir@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 oldincludedir = @oldincludedir@
199 pdfdir = @pdfdir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 psdir = @psdir@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target_alias = @target_alias@
208 top_build_prefix = @top_build_prefix@
209 top_builddir = @top_builddir@
210 top_srcdir = @top_srcdir@
211 pkgdata_DATA = ${FONT_LAYOUT_TABLE}
212 EXTRA_DIST = ${FONT_LAYOUT_TABLE}
213 FONT_LAYOUT_TABLE = \
214         ARAB.flt ARAB-OTF.flt ARAB-OTF-NO-GPOS.flt \
215         BENG-OTF.flt BNG2-OTF.flt \
216         CHAM-GENERIC.flt \
217         DEVA-CDAC.flt DEVA-OTF.flt DEV2-OTF.flt \
218         GUJR-OTF.flt GJR2-OTF.flt \
219         GURU-OTF.flt GUR2-OTF.flt \
220         HEBR.flt HEBR-FF.flt \
221         KHMR-ANLONG.flt KHMR-OTF.flt \
222         KNDA-OTF.flt KND2-OTF.flt \
223         LAOO-MULE.flt LAOO-ALICE.flt LAOO-GENERIC.flt LAOO-OTF.flt \
224         MLYM-CDAC.flt MLYM-OTF.flt MLYM-RACHANA.flt MLM2-OTF.flt \
225         MYMR-MYAZEDI.flt MYMR-SIL.flt \
226         ORYA-OTF.flt ORY2-OTF.flt \
227         SINH-OTF.flt \
228         SYRC-OTF.flt \
229         TAML-CDAC.flt TAML-OTF.flt TML2-OTF.flt \
230         TELU-OTF.flt TEL2-OTF.flt \
231         THAA-OTF.flt \
232         THAI-TIS620.flt THAI-NORASI.flt THAI-GENERIC.flt THAI-OTF.flt \
233         TIBT-MULE.flt TIBT-MTIB.flt TIBT-OTF.flt \
234         COMBINING.flt \
235         NO-CTL.flt
236
237 all: all-am
238
239 .SUFFIXES:
240 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241         @for dep in $?; do \
242           case '$(am__configure_deps)' in \
243             *$$dep*) \
244               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
245                 && { if test -f $@; then exit 0; else break; fi; }; \
246               exit 1;; \
247           esac; \
248         done; \
249         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu FLT/Makefile'; \
250         $(am__cd) $(top_srcdir) && \
251           $(AUTOMAKE) --gnu FLT/Makefile
252 .PRECIOUS: Makefile
253 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254         @case '$?' in \
255           *config.status*) \
256             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
257           *) \
258             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
260         esac;
261
262 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
265 $(top_srcdir)/configure:  $(am__configure_deps)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
268         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269 $(am__aclocal_m4_deps):
270 install-pkgdataDATA: $(pkgdata_DATA)
271         @$(NORMAL_INSTALL)
272         test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
273         @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
274         for p in $$list; do \
275           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
276           echo "$$d$$p"; \
277         done | $(am__base_list) | \
278         while read files; do \
279           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
280           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
281         done
282
283 uninstall-pkgdataDATA:
284         @$(NORMAL_UNINSTALL)
285         @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
286         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
287         test -n "$$files" || exit 0; \
288         echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
289         cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
290 tags: TAGS
291 TAGS:
292
293 ctags: CTAGS
294 CTAGS:
295
296
297 distdir: $(DISTFILES)
298         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
299         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
300         list='$(DISTFILES)'; \
301           dist_files=`for file in $$list; do echo $$file; done | \
302           sed -e "s|^$$srcdirstrip/||;t" \
303               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
304         case $$dist_files in \
305           */*) $(MKDIR_P) `echo "$$dist_files" | \
306                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
307                            sort -u` ;; \
308         esac; \
309         for file in $$dist_files; do \
310           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
311           if test -d $$d/$$file; then \
312             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
313             if test -d "$(distdir)/$$file"; then \
314               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
315             fi; \
316             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
318               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
319             fi; \
320             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
321           else \
322             test -f "$(distdir)/$$file" \
323             || cp -p $$d/$$file "$(distdir)/$$file" \
324             || exit 1; \
325           fi; \
326         done
327 check-am: all-am
328 check: check-am
329 all-am: Makefile $(DATA)
330 installdirs:
331         for dir in "$(DESTDIR)$(pkgdatadir)"; do \
332           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
333         done
334 install: install-am
335 install-exec: install-exec-am
336 install-data: install-data-am
337 uninstall: uninstall-am
338
339 install-am: all-am
340         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
341
342 installcheck: installcheck-am
343 install-strip:
344         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
345           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
346           `test -z '$(STRIP)' || \
347             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
348 mostlyclean-generic:
349
350 clean-generic:
351
352 distclean-generic:
353         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
354         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
355
356 maintainer-clean-generic:
357         @echo "This command is intended for maintainers to use"
358         @echo "it deletes files that may require special tools to rebuild."
359 clean: clean-am
360
361 clean-am: clean-generic mostlyclean-am
362
363 distclean: distclean-am
364         -rm -f Makefile
365 distclean-am: clean-am distclean-generic
366
367 dvi: dvi-am
368
369 dvi-am:
370
371 html: html-am
372
373 html-am:
374
375 info: info-am
376
377 info-am:
378
379 install-data-am: install-pkgdataDATA
380
381 install-dvi: install-dvi-am
382
383 install-dvi-am:
384
385 install-exec-am:
386
387 install-html: install-html-am
388
389 install-html-am:
390
391 install-info: install-info-am
392
393 install-info-am:
394
395 install-man:
396
397 install-pdf: install-pdf-am
398
399 install-pdf-am:
400
401 install-ps: install-ps-am
402
403 install-ps-am:
404
405 installcheck-am:
406
407 maintainer-clean: maintainer-clean-am
408         -rm -f Makefile
409 maintainer-clean-am: distclean-am maintainer-clean-generic
410
411 mostlyclean: mostlyclean-am
412
413 mostlyclean-am: mostlyclean-generic
414
415 pdf: pdf-am
416
417 pdf-am:
418
419 ps: ps-am
420
421 ps-am:
422
423 uninstall-am: uninstall-pkgdataDATA
424
425 .MAKE: install-am install-strip
426
427 .PHONY: all all-am check check-am clean clean-generic distclean \
428         distclean-generic distdir dvi dvi-am html html-am info info-am \
429         install install-am install-data install-data-am install-dvi \
430         install-dvi-am install-exec install-exec-am install-html \
431         install-html-am install-info install-info-am install-man \
432         install-pdf install-pdf-am install-pkgdataDATA install-ps \
433         install-ps-am install-strip installcheck installcheck-am \
434         installdirs maintainer-clean maintainer-clean-generic \
435         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
436         uninstall-am uninstall-pkgdataDATA
437
438
439 # Tell versions [3.59,3.63) of GNU make to not export all variables.
440 # Otherwise a system limit (for SysV at least) may be exceeded.
441 .NOEXPORT: