~mshinke/nvdajp/MiscellaneousDependencies

« back to all changes in this revision

Viewing changes to include/jtalk/libopenjtalk/text2mecab/Makefile.in

  • Committer: Masataka Shinke
  • Date: 2012-01-12 20:01:32 UTC
  • mfrom: (26.1.42 miscdep)
  • Revision ID: mshinke@users.sourceforge.jp-20120112200132-fvksmjulcjdzu5mk
mergedĀ lp:~nishimotz/nvdajp/MiscellaneousDependenciesĀ 68

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
 
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
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = text2mecab
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(install_sh) -d
 
42
CONFIG_HEADER = $(top_builddir)/mecab/config.h
 
43
CONFIG_CLEAN_FILES =
 
44
LIBRARIES = $(noinst_LIBRARIES)
 
45
ARFLAGS = cru
 
46
libtext2mecab_a_AR = $(AR) $(ARFLAGS)
 
47
libtext2mecab_a_LIBADD =
 
48
am_libtext2mecab_a_OBJECTS = text2mecab.$(OBJEXT)
 
49
libtext2mecab_a_OBJECTS = $(am_libtext2mecab_a_OBJECTS)
 
50
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/mecab
 
51
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
52
am__depfiles_maybe = depfiles
 
53
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
54
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
55
CCLD = $(CC)
 
56
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
57
SOURCES = $(libtext2mecab_a_SOURCES)
 
58
DIST_SOURCES = $(libtext2mecab_a_SOURCES)
 
59
ETAGS = etags
 
60
CTAGS = ctags
 
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
62
ACLOCAL = @ACLOCAL@
 
63
AMTAR = @AMTAR@
 
64
AR = @AR@
 
65
AUDIO_PLAY = @AUDIO_PLAY@
 
66
AUTOCONF = @AUTOCONF@
 
67
AUTOHEADER = @AUTOHEADER@
 
68
AUTOMAKE = @AUTOMAKE@
 
69
AWK = @AWK@
 
70
CC = @CC@
 
71
CCDEPMODE = @CCDEPMODE@
 
72
CFLAGS = @CFLAGS@
 
73
CHARSET = @CHARSET@
 
74
CPP = @CPP@
 
75
CPPFLAGS = @CPPFLAGS@
 
76
CXX = @CXX@
 
77
CXXDEPMODE = @CXXDEPMODE@
 
78
CXXFLAGS = @CXXFLAGS@
 
79
CYGPATH_W = @CYGPATH_W@
 
80
DEFS = @DEFS@
 
81
DEPDIR = @DEPDIR@
 
82
DIC_VERSION = @DIC_VERSION@
 
83
ECHO_C = @ECHO_C@
 
84
ECHO_N = @ECHO_N@
 
85
ECHO_T = @ECHO_T@
 
86
EGREP = @EGREP@
 
87
EXEEXT = @EXEEXT@
 
88
GREP = @GREP@
 
89
HTS_EMBEDDED = @HTS_EMBEDDED@
 
90
HTS_ENGINE_HEADER = @HTS_ENGINE_HEADER@
 
91
HTS_ENGINE_HEADER_DIR = @HTS_ENGINE_HEADER_DIR@
 
92
HTS_ENGINE_LIBRARY = @HTS_ENGINE_LIBRARY@
 
93
HTS_ENGINE_LIBRARY_DIR = @HTS_ENGINE_LIBRARY_DIR@
 
94
INSTALL = @INSTALL@
 
95
INSTALL_DATA = @INSTALL_DATA@
 
96
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
97
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
98
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
99
LDFLAGS = @LDFLAGS@
 
100
LIBOBJS = @LIBOBJS@
 
101
LIBS = @LIBS@
 
102
LTLIBOBJS = @LTLIBOBJS@
 
103
MAKEINFO = @MAKEINFO@
 
104
MECAB_CHARSET = @MECAB_CHARSET@
 
105
MECAB_DEFAULT_RC = @MECAB_DEFAULT_RC@
 
106
MECAB_LIBS = @MECAB_LIBS@
 
107
MECAB_USE_UTF8_ONLY = @MECAB_USE_UTF8_ONLY@
 
108
MECAB_WITHOUT_MUTEX_LOCK = @MECAB_WITHOUT_MUTEX_LOCK@
 
109
MKDIR_P = @MKDIR_P@
 
110
OBJEXT = @OBJEXT@
 
111
PACKAGE = @PACKAGE@
 
112
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
113
PACKAGE_NAME = @PACKAGE_NAME@
 
114
PACKAGE_STRING = @PACKAGE_STRING@
 
115
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
116
PACKAGE_VERSION = @PACKAGE_VERSION@
 
117
PATH_SEPARATOR = @PATH_SEPARATOR@
 
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
STRIP = @STRIP@
 
122
VERSION = @VERSION@
 
123
abs_builddir = @abs_builddir@
 
124
abs_srcdir = @abs_srcdir@
 
125
abs_top_builddir = @abs_top_builddir@
 
126
abs_top_srcdir = @abs_top_srcdir@
 
127
ac_ct_CC = @ac_ct_CC@
 
128
ac_ct_CXX = @ac_ct_CXX@
 
129
am__include = @am__include@
 
130
am__leading_dot = @am__leading_dot@
 
131
am__quote = @am__quote@
 
132
am__tar = @am__tar@
 
133
am__untar = @am__untar@
 
134
bindir = @bindir@
 
135
build = @build@
 
136
build_alias = @build_alias@
 
137
build_cpu = @build_cpu@
 
138
build_os = @build_os@
 
139
build_vendor = @build_vendor@
 
140
builddir = @builddir@
 
141
datadir = @datadir@
 
142
datarootdir = @datarootdir@
 
143
docdir = @docdir@
 
144
dvidir = @dvidir@
 
145
exec_prefix = @exec_prefix@
 
146
host = @host@
 
147
host_alias = @host_alias@
 
148
host_cpu = @host_cpu@
 
149
host_os = @host_os@
 
150
host_vendor = @host_vendor@
 
151
htmldir = @htmldir@
 
152
includedir = @includedir@
 
153
infodir = @infodir@
 
154
install_sh = @install_sh@
 
155
libdir = @libdir@
 
156
libexecdir = @libexecdir@
 
157
localedir = @localedir@
 
158
localstatedir = @localstatedir@
 
159
mandir = @mandir@
 
160
mkdir_p = @mkdir_p@
 
161
oldincludedir = @oldincludedir@
 
162
pdfdir = @pdfdir@
 
163
prefix = @prefix@
 
164
program_transform_name = @program_transform_name@
 
165
psdir = @psdir@
 
166
sbindir = @sbindir@
 
167
sharedstatedir = @sharedstatedir@
 
168
srcdir = @srcdir@
 
169
sysconfdir = @sysconfdir@
 
170
target_alias = @target_alias@
 
171
top_build_prefix = @top_build_prefix@
 
172
top_builddir = @top_builddir@
 
173
top_srcdir = @top_srcdir@
 
174
EXTRA_DIST = Makefile.mak
 
175
DISTCLEANFILES = *.log *.out *~
 
176
MAINTAINERCLEANFILES = Makefile.in
 
177
INCLUDES = @CHARSET@
 
178
noinst_LIBRARIES = libtext2mecab.a
 
179
libtext2mecab_a_SOURCES = text2mecab.h \
 
180
                          text2mecab.c \
 
181
                          text2mecab_rule_euc_jp.h \
 
182
                          text2mecab_rule_shift_jis.h \
 
183
                          text2mecab_rule_utf_8.h
 
184
 
 
185
all: all-am
 
186
 
 
187
.SUFFIXES:
 
188
.SUFFIXES: .c .o .obj
 
189
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
190
        @for dep in $?; do \
 
191
          case '$(am__configure_deps)' in \
 
192
            *$$dep*) \
 
193
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
194
                && { if test -f $@; then exit 0; else break; fi; }; \
 
195
              exit 1;; \
 
196
          esac; \
 
197
        done; \
 
198
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  text2mecab/Makefile'; \
 
199
        cd $(top_srcdir) && \
 
200
          $(AUTOMAKE) --gnu  text2mecab/Makefile
 
201
.PRECIOUS: Makefile
 
202
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
203
        @case '$?' in \
 
204
          *config.status*) \
 
205
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
206
          *) \
 
207
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
208
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
209
        esac;
 
210
 
 
211
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
213
 
 
214
$(top_srcdir)/configure:  $(am__configure_deps)
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
216
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
218
 
 
219
clean-noinstLIBRARIES:
 
220
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
221
libtext2mecab.a: $(libtext2mecab_a_OBJECTS) $(libtext2mecab_a_DEPENDENCIES) 
 
222
        -rm -f libtext2mecab.a
 
223
        $(libtext2mecab_a_AR) libtext2mecab.a $(libtext2mecab_a_OBJECTS) $(libtext2mecab_a_LIBADD)
 
224
        $(RANLIB) libtext2mecab.a
 
225
 
 
226
mostlyclean-compile:
 
227
        -rm -f *.$(OBJEXT)
 
228
 
 
229
distclean-compile:
 
230
        -rm -f *.tab.c
 
231
 
 
232
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2mecab.Po@am__quote@
 
233
 
 
234
.c.o:
 
235
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
236
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
237
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
238
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
239
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
240
 
 
241
.c.obj:
 
242
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
243
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
244
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
245
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
246
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
247
 
 
248
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
249
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
250
        unique=`for i in $$list; do \
 
251
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
252
          done | \
 
253
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
254
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
255
        mkid -fID $$unique
 
256
tags: TAGS
 
257
 
 
258
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
259
                $(TAGS_FILES) $(LISP)
 
260
        tags=; \
 
261
        here=`pwd`; \
 
262
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
263
        unique=`for i in $$list; do \
 
264
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
265
          done | \
 
266
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
267
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
268
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
269
          test -n "$$unique" || unique=$$empty_fix; \
 
270
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
271
            $$tags $$unique; \
 
272
        fi
 
273
ctags: CTAGS
 
274
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
275
                $(TAGS_FILES) $(LISP)
 
276
        tags=; \
 
277
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
278
        unique=`for i in $$list; do \
 
279
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
280
          done | \
 
281
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
282
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
283
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
284
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
285
             $$tags $$unique
 
286
 
 
287
GTAGS:
 
288
        here=`$(am__cd) $(top_builddir) && pwd` \
 
289
          && cd $(top_srcdir) \
 
290
          && gtags -i $(GTAGS_ARGS) $$here
 
291
 
 
292
distclean-tags:
 
293
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
294
 
 
295
distdir: $(DISTFILES)
 
296
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
297
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
298
        list='$(DISTFILES)'; \
 
299
          dist_files=`for file in $$list; do echo $$file; done | \
 
300
          sed -e "s|^$$srcdirstrip/||;t" \
 
301
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
302
        case $$dist_files in \
 
303
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
304
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
305
                           sort -u` ;; \
 
306
        esac; \
 
307
        for file in $$dist_files; do \
 
308
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
309
          if test -d $$d/$$file; then \
 
310
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
311
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
312
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
313
            fi; \
 
314
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
315
          else \
 
316
            test -f $(distdir)/$$file \
 
317
            || cp -p $$d/$$file $(distdir)/$$file \
 
318
            || exit 1; \
 
319
          fi; \
 
320
        done
 
321
check-am: all-am
 
322
check: check-am
 
323
all-am: Makefile $(LIBRARIES)
 
324
installdirs:
 
325
install: install-am
 
326
install-exec: install-exec-am
 
327
install-data: install-data-am
 
328
uninstall: uninstall-am
 
329
 
 
330
install-am: all-am
 
331
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
332
 
 
333
installcheck: installcheck-am
 
334
install-strip:
 
335
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
336
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
337
          `test -z '$(STRIP)' || \
 
338
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
339
mostlyclean-generic:
 
340
 
 
341
clean-generic:
 
342
 
 
343
distclean-generic:
 
344
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
345
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
346
 
 
347
maintainer-clean-generic:
 
348
        @echo "This command is intended for maintainers to use"
 
349
        @echo "it deletes files that may require special tools to rebuild."
 
350
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
351
clean: clean-am
 
352
 
 
353
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
354
 
 
355
distclean: distclean-am
 
356
        -rm -rf ./$(DEPDIR)
 
357
        -rm -f Makefile
 
358
distclean-am: clean-am distclean-compile distclean-generic \
 
359
        distclean-tags
 
360
 
 
361
dvi: dvi-am
 
362
 
 
363
dvi-am:
 
364
 
 
365
html: html-am
 
366
 
 
367
info: info-am
 
368
 
 
369
info-am:
 
370
 
 
371
install-data-am:
 
372
 
 
373
install-dvi: install-dvi-am
 
374
 
 
375
install-exec-am:
 
376
 
 
377
install-html: install-html-am
 
378
 
 
379
install-info: install-info-am
 
380
 
 
381
install-man:
 
382
 
 
383
install-pdf: install-pdf-am
 
384
 
 
385
install-ps: install-ps-am
 
386
 
 
387
installcheck-am:
 
388
 
 
389
maintainer-clean: maintainer-clean-am
 
390
        -rm -rf ./$(DEPDIR)
 
391
        -rm -f Makefile
 
392
maintainer-clean-am: distclean-am maintainer-clean-generic
 
393
 
 
394
mostlyclean: mostlyclean-am
 
395
 
 
396
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
397
 
 
398
pdf: pdf-am
 
399
 
 
400
pdf-am:
 
401
 
 
402
ps: ps-am
 
403
 
 
404
ps-am:
 
405
 
 
406
uninstall-am:
 
407
 
 
408
.MAKE: install-am install-strip
 
409
 
 
410
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
411
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
412
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
413
        html-am info info-am install install-am install-data \
 
414
        install-data-am install-dvi install-dvi-am install-exec \
 
415
        install-exec-am install-html install-html-am install-info \
 
416
        install-info-am install-man install-pdf install-pdf-am \
 
417
        install-ps install-ps-am install-strip installcheck \
 
418
        installcheck-am installdirs maintainer-clean \
 
419
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
420
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
421
        uninstall-am
 
422
 
 
423
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
424
# Otherwise a system limit (for SysV at least) may be exceeded.
 
425
.NOEXPORT: