~lidaobing/ibus/ibus-table-rustrad

« back to all changes in this revision

Viewing changes to tables/Makefile.in

  • Committer: LI Daobing
  • Date: 2010-01-02 12:50:29 UTC
  • Revision ID: lidaobing@gmail.com-20100102125029-nbgogg71pgnzbhep
importĀ 1.2.0.20090907

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# vim:set ts=4
 
19
#
 
20
# ibus-table-rustrad - The Russian Traditional table for IBus-Table.
 
21
#
 
22
# Copyright (c) 2009- Caius 'kaio' Chance <k at kaio.me>
 
23
#
 
24
# This program is free software; you can redistribute it and/or modify
 
25
# it under the terms of the GNU General Public License as published by
 
26
# the Free Software Foundation; either version 2, or (at your option)
 
27
# any later version.
 
28
#
 
29
# This program is distributed in the hope that it will be useful,
 
30
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
31
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
32
# GNU General Public License for more details.
 
33
#
 
34
# You should have received a copy of the GNU General Public License
 
35
# along with this program; if not, write to the Free Software
 
36
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
37
#
 
38
# $Id: $
 
39
#
 
40
 
 
41
VPATH = @srcdir@
 
42
pkgdatadir = $(datadir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
 
44
pkglibdir = $(libdir)/@PACKAGE@
 
45
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
install_sh_DATA = $(install_sh) -c -m 644
 
48
install_sh_PROGRAM = $(install_sh) -c
 
49
install_sh_SCRIPT = $(install_sh) -c
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = $(program_transform_name)
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
@IBUS_TABLE_BUILD_RUSTRAD_TRUE@am__append_1 = rustrad.db
 
59
subdir = tables
 
60
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
62
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
64
        $(ACLOCAL_M4)
 
65
mkinstalldirs = $(install_sh) -d
 
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
 
68
SOURCES =
 
69
DIST_SOURCES =
 
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
71
am__vpath_adj = case $$p in \
 
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
73
    *) f=$$p;; \
 
74
  esac;
 
75
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
76
am__install_max = 40
 
77
am__nobase_strip_setup = \
 
78
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
79
am__nobase_strip = \
 
80
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
81
am__nobase_list = $(am__nobase_strip_setup); \
 
82
  for p in $$list; do echo "$$p $$p"; done | \
 
83
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
84
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
85
    if (++n[$$2] == $(am__install_max)) \
 
86
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
87
    END { for (dir in files) print dir, files[dir] }'
 
88
am__base_list = \
 
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
91
am__installdirs = "$(DESTDIR)$(tablesdir)"
 
92
DATA = $(tables_DATA)
 
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
ACLOCAL = @ACLOCAL@
 
95
AMTAR = @AMTAR@
 
96
AUTOCONF = @AUTOCONF@
 
97
AUTOHEADER = @AUTOHEADER@
 
98
AUTOMAKE = @AUTOMAKE@
 
99
AWK = @AWK@
 
100
CYGPATH_W = @CYGPATH_W@
 
101
DEFS = @DEFS@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
IBUS_TABLE_CFLAGS = @IBUS_TABLE_CFLAGS@
 
106
IBUS_TABLE_CREATEDB = @IBUS_TABLE_CREATEDB@
 
107
IBUS_TABLE_LIBS = @IBUS_TABLE_LIBS@
 
108
INSTALL = @INSTALL@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
LIBOBJS = @LIBOBJS@
 
114
LIBS = @LIBS@
 
115
LTLIBOBJS = @LTLIBOBJS@
 
116
MAINT = @MAINT@
 
117
MAKEINFO = @MAKEINFO@
 
118
MKDIR_P = @MKDIR_P@
 
119
PACKAGE = @PACKAGE@
 
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
121
PACKAGE_NAME = @PACKAGE_NAME@
 
122
PACKAGE_STRING = @PACKAGE_STRING@
 
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
124
PACKAGE_VERSION = @PACKAGE_VERSION@
 
125
PATH_SEPARATOR = @PATH_SEPARATOR@
 
126
PKG_CONFIG = @PKG_CONFIG@
 
127
PYTHON = @PYTHON@
 
128
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
129
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
130
PYTHON_PREFIX = @PYTHON_PREFIX@
 
131
PYTHON_VERSION = @PYTHON_VERSION@
 
132
SET_MAKE = @SET_MAKE@
 
133
SHELL = @SHELL@
 
134
STRIP = @STRIP@
 
135
VERSION = @VERSION@
 
136
abs_builddir = @abs_builddir@
 
137
abs_srcdir = @abs_srcdir@
 
138
abs_top_builddir = @abs_top_builddir@
 
139
abs_top_srcdir = @abs_top_srcdir@
 
140
am__leading_dot = @am__leading_dot@
 
141
am__tar = @am__tar@
 
142
am__untar = @am__untar@
 
143
bindir = @bindir@
 
144
build_alias = @build_alias@
 
145
builddir = @builddir@
 
146
datadir = @datadir@
 
147
datarootdir = @datarootdir@
 
148
docdir = @docdir@
 
149
dvidir = @dvidir@
 
150
exec_prefix = @exec_prefix@
 
151
host_alias = @host_alias@
 
152
htmldir = @htmldir@
 
153
includedir = @includedir@
 
154
infodir = @infodir@
 
155
install_sh = @install_sh@
 
156
libdir = @libdir@
 
157
libexecdir = @libexecdir@
 
158
localedir = @localedir@
 
159
localstatedir = @localstatedir@
 
160
mandir = @mandir@
 
161
mkdir_p = @mkdir_p@
 
162
oldincludedir = @oldincludedir@
 
163
pdfdir = @pdfdir@
 
164
pkgpyexecdir = @pkgpyexecdir@
 
165
pkgpythondir = @pkgpythondir@
 
166
prefix = @prefix@
 
167
program_transform_name = @program_transform_name@
 
168
psdir = @psdir@
 
169
pyexecdir = @pyexecdir@
 
170
pythondir = @pythondir@
 
171
sbindir = @sbindir@
 
172
sharedstatedir = @sharedstatedir@
 
173
srcdir = @srcdir@
 
174
sysconfdir = @sysconfdir@
 
175
target_alias = @target_alias@
 
176
top_build_prefix = @top_build_prefix@
 
177
top_builddir = @top_builddir@
 
178
top_srcdir = @top_srcdir@
 
179
createdb = \
 
180
        $(IBUS_TABLE_CREATEDB) 
 
181
 
 
182
tables_DATA = $(am__append_1) $(NULL)
 
183
tablesdir = $(datadir)/ibus-table/tables
 
184
EXTRA_DIST = \
 
185
        rustrad.txt \
 
186
        $(NULL)
 
187
 
 
188
DISTCLEANFILES = \
 
189
        *.db \
 
190
        $(NULL)
 
191
 
 
192
all: all-am
 
193
 
 
194
.SUFFIXES:
 
195
.SUFFIXES: .db .txt
 
196
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
197
        @for dep in $?; do \
 
198
          case '$(am__configure_deps)' in \
 
199
            *$$dep*) \
 
200
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
201
                && { if test -f $@; then exit 0; else break; fi; }; \
 
202
              exit 1;; \
 
203
          esac; \
 
204
        done; \
 
205
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tables/Makefile'; \
 
206
        $(am__cd) $(top_srcdir) && \
 
207
          $(AUTOMAKE) --gnu tables/Makefile
 
208
.PRECIOUS: Makefile
 
209
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
210
        @case '$?' in \
 
211
          *config.status*) \
 
212
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
213
          *) \
 
214
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
215
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
216
        esac;
 
217
 
 
218
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
219
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
220
 
 
221
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
223
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
225
$(am__aclocal_m4_deps):
 
226
install-tablesDATA: $(tables_DATA)
 
227
        @$(NORMAL_INSTALL)
 
228
        test -z "$(tablesdir)" || $(MKDIR_P) "$(DESTDIR)$(tablesdir)"
 
229
        @list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
 
230
        for p in $$list; do \
 
231
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
232
          echo "$$d$$p"; \
 
233
        done | $(am__base_list) | \
 
234
        while read files; do \
 
235
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tablesdir)'"; \
 
236
          $(INSTALL_DATA) $$files "$(DESTDIR)$(tablesdir)" || exit $$?; \
 
237
        done
 
238
 
 
239
uninstall-tablesDATA:
 
240
        @$(NORMAL_UNINSTALL)
 
241
        @list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
 
242
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
243
        test -n "$$files" || exit 0; \
 
244
        echo " ( cd '$(DESTDIR)$(tablesdir)' && rm -f" $$files ")"; \
 
245
        cd "$(DESTDIR)$(tablesdir)" && rm -f $$files
 
246
tags: TAGS
 
247
TAGS:
 
248
 
 
249
ctags: CTAGS
 
250
CTAGS:
 
251
 
 
252
 
 
253
distdir: $(DISTFILES)
 
254
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
255
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
256
        list='$(DISTFILES)'; \
 
257
          dist_files=`for file in $$list; do echo $$file; done | \
 
258
          sed -e "s|^$$srcdirstrip/||;t" \
 
259
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
260
        case $$dist_files in \
 
261
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
262
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
263
                           sort -u` ;; \
 
264
        esac; \
 
265
        for file in $$dist_files; do \
 
266
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
267
          if test -d $$d/$$file; then \
 
268
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
269
            if test -d "$(distdir)/$$file"; then \
 
270
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
271
            fi; \
 
272
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
273
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
274
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
275
            fi; \
 
276
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
277
          else \
 
278
            test -f "$(distdir)/$$file" \
 
279
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
280
            || exit 1; \
 
281
          fi; \
 
282
        done
 
283
check-am: all-am
 
284
check: check-am
 
285
all-am: Makefile $(DATA)
 
286
installdirs:
 
287
        for dir in "$(DESTDIR)$(tablesdir)"; do \
 
288
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
289
        done
 
290
install: install-am
 
291
install-exec: install-exec-am
 
292
install-data: install-data-am
 
293
uninstall: uninstall-am
 
294
 
 
295
install-am: all-am
 
296
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
297
 
 
298
installcheck: installcheck-am
 
299
install-strip:
 
300
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
301
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
302
          `test -z '$(STRIP)' || \
 
303
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
304
mostlyclean-generic:
 
305
 
 
306
clean-generic:
 
307
 
 
308
distclean-generic:
 
309
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
310
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
311
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
312
 
 
313
maintainer-clean-generic:
 
314
        @echo "This command is intended for maintainers to use"
 
315
        @echo "it deletes files that may require special tools to rebuild."
 
316
clean: clean-am
 
317
 
 
318
clean-am: clean-generic mostlyclean-am
 
319
 
 
320
distclean: distclean-am
 
321
        -rm -f Makefile
 
322
distclean-am: clean-am distclean-generic
 
323
 
 
324
dvi: dvi-am
 
325
 
 
326
dvi-am:
 
327
 
 
328
html: html-am
 
329
 
 
330
html-am:
 
331
 
 
332
info: info-am
 
333
 
 
334
info-am:
 
335
 
 
336
install-data-am: install-tablesDATA
 
337
 
 
338
install-dvi: install-dvi-am
 
339
 
 
340
install-dvi-am:
 
341
 
 
342
install-exec-am:
 
343
 
 
344
install-html: install-html-am
 
345
 
 
346
install-html-am:
 
347
 
 
348
install-info: install-info-am
 
349
 
 
350
install-info-am:
 
351
 
 
352
install-man:
 
353
 
 
354
install-pdf: install-pdf-am
 
355
 
 
356
install-pdf-am:
 
357
 
 
358
install-ps: install-ps-am
 
359
 
 
360
install-ps-am:
 
361
 
 
362
installcheck-am:
 
363
 
 
364
maintainer-clean: maintainer-clean-am
 
365
        -rm -f Makefile
 
366
maintainer-clean-am: distclean-am maintainer-clean-generic
 
367
 
 
368
mostlyclean: mostlyclean-am
 
369
 
 
370
mostlyclean-am: mostlyclean-generic
 
371
 
 
372
pdf: pdf-am
 
373
 
 
374
pdf-am:
 
375
 
 
376
ps: ps-am
 
377
 
 
378
ps-am:
 
379
 
 
380
uninstall-am: uninstall-tablesDATA
 
381
 
 
382
.MAKE: install-am install-strip
 
383
 
 
384
.PHONY: all all-am check check-am clean clean-generic distclean \
 
385
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
386
        install install-am install-data install-data-am install-dvi \
 
387
        install-dvi-am install-exec install-exec-am install-html \
 
388
        install-html-am install-info install-info-am install-man \
 
389
        install-pdf install-pdf-am install-ps install-ps-am \
 
390
        install-strip install-tablesDATA installcheck installcheck-am \
 
391
        installdirs maintainer-clean maintainer-clean-generic \
 
392
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
393
        uninstall-am uninstall-tablesDATA
 
394
 
 
395
 
 
396
.txt.db:
 
397
        $(createdb) -n $@ -s $<
 
398
 
 
399
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
400
# Otherwise a system limit (for SysV at least) may be exceeded.
 
401
.NOEXPORT: