~ubuntu-branches/ubuntu/saucy/kakasi/saucy

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Keita Maehara
  • Date: 2001-12-25 23:18:48 UTC
  • Revision ID: james.westby@ubuntu.com-20011225231848-oiu2kbbhoq80w774
Tags: upstream-2.3.4
ImportĀ upstreamĀ versionĀ 2.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
CPP = @CPP@
 
65
DLLTOOL = @DLLTOOL@
 
66
ECHO = @ECHO@
 
67
EXEEXT = @EXEEXT@
 
68
LIBTOOL = @LIBTOOL@
 
69
LN_S = @LN_S@
 
70
MAINT = @MAINT@
 
71
MAKEINFO = @MAKEINFO@
 
72
OBJDUMP = @OBJDUMP@
 
73
OBJEXT = @OBJEXT@
 
74
PACKAGE = @PACKAGE@
 
75
RANLIB = @RANLIB@
 
76
STRIP = @STRIP@
 
77
VERSION = @VERSION@
 
78
 
 
79
AUTOMAKE_OPTIONS = 1.4 no-dependencies
 
80
 
 
81
dictdir = $(pkgdatadir)
 
82
DEFS = -DLIBRARY -DHAVE_CONFIG_H        -DKANWADICT=\"$(dictdir)/kanwadict\"        -DITAIJIDICT=\"$(dictdir)/itaijidict\"
 
83
 
 
84
INCLUDES = -I.. -I../src
 
85
 
 
86
lib_LTLIBRARIES = libkakasi.la
 
87
libkakasi_la_SOURCES = libdict.c libkakasi.c libkanjiio.c       liba2.c libg2.c libj2.c libk2.c libee2.c libhh2.c libjj2.c libkk2.c     libitaiji.c lib78_83.c
 
88
 
 
89
libkakasi_la_LDFLAGS =          -version-info 3:0:1  -export-dynamic
 
90
 
 
91
 
 
92
include_HEADERS = libkakasi.h
 
93
DISTCLEANFILES = ${libkakasi_la_SOURCES}
 
94
 
 
95
EXTRA_DIST = kakasi.def makefile.msc.in
 
96
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
97
CONFIG_HEADER = ../config.h
 
98
CONFIG_CLEAN_FILES =  makefile.msc
 
99
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
100
 
 
101
CPPFLAGS = @CPPFLAGS@
 
102
LDFLAGS = @LDFLAGS@
 
103
LIBS = @LIBS@
 
104
libkakasi_la_LIBADD = 
 
105
libkakasi_la_OBJECTS =  libdict.lo libkakasi.lo libkanjiio.lo liba2.lo \
 
106
libg2.lo libj2.lo libk2.lo libee2.lo libhh2.lo libjj2.lo libkk2.lo \
 
107
libitaiji.lo lib78_83.lo
 
108
CFLAGS = @CFLAGS@
 
109
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
110
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
111
CCLD = $(CC)
 
112
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
113
HEADERS =  $(include_HEADERS)
 
114
 
 
115
DIST_COMMON =  Makefile.am Makefile.in makefile.msc.in
 
116
 
 
117
 
 
118
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
119
 
 
120
TAR = gtar
 
121
GZIP_ENV = --best
 
122
SOURCES = $(libkakasi_la_SOURCES)
 
123
OBJECTS = $(libkakasi_la_OBJECTS)
 
124
 
 
125
all: all-redirect
 
126
.SUFFIXES:
 
127
.SUFFIXES: .S .c .lo .o .obj .s
 
128
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
129
        cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile
 
130
 
 
131
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
132
        cd $(top_builddir) \
 
133
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
134
 
 
135
makefile.msc: $(top_builddir)/config.status makefile.msc.in
 
136
        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
137
 
 
138
mostlyclean-libLTLIBRARIES:
 
139
 
 
140
clean-libLTLIBRARIES:
 
141
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
142
 
 
143
distclean-libLTLIBRARIES:
 
144
 
 
145
maintainer-clean-libLTLIBRARIES:
 
146
 
 
147
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
148
        @$(NORMAL_INSTALL)
 
149
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
150
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
151
          if test -f $$p; then \
 
152
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
153
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
 
154
          else :; fi; \
 
155
        done
 
156
 
 
157
uninstall-libLTLIBRARIES:
 
158
        @$(NORMAL_UNINSTALL)
 
159
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
160
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
161
        done
 
162
 
 
163
.c.o:
 
164
        $(COMPILE) -c $<
 
165
 
 
166
# FIXME: We should only use cygpath when building on Windows,
 
167
# and only if it is available.
 
168
.c.obj:
 
169
        $(COMPILE) -c `cygpath -w $<`
 
170
 
 
171
.s.o:
 
172
        $(COMPILE) -c $<
 
173
 
 
174
.S.o:
 
175
        $(COMPILE) -c $<
 
176
 
 
177
mostlyclean-compile:
 
178
        -rm -f *.o core *.core
 
179
        -rm -f *.$(OBJEXT)
 
180
 
 
181
clean-compile:
 
182
 
 
183
distclean-compile:
 
184
        -rm -f *.tab.c
 
185
 
 
186
maintainer-clean-compile:
 
187
 
 
188
.c.lo:
 
189
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
190
 
 
191
.s.lo:
 
192
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
193
 
 
194
.S.lo:
 
195
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
196
 
 
197
mostlyclean-libtool:
 
198
        -rm -f *.lo
 
199
 
 
200
clean-libtool:
 
201
        -rm -rf .libs _libs
 
202
 
 
203
distclean-libtool:
 
204
 
 
205
maintainer-clean-libtool:
 
206
 
 
207
libkakasi.la: $(libkakasi_la_OBJECTS) $(libkakasi_la_DEPENDENCIES)
 
208
        $(LINK) -rpath $(libdir) $(libkakasi_la_LDFLAGS) $(libkakasi_la_OBJECTS) $(libkakasi_la_LIBADD) $(LIBS)
 
209
 
 
210
install-includeHEADERS: $(include_HEADERS)
 
211
        @$(NORMAL_INSTALL)
 
212
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
213
        @list='$(include_HEADERS)'; for p in $$list; do \
 
214
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
 
215
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
 
216
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
 
217
        done
 
218
 
 
219
uninstall-includeHEADERS:
 
220
        @$(NORMAL_UNINSTALL)
 
221
        list='$(include_HEADERS)'; for p in $$list; do \
 
222
          rm -f $(DESTDIR)$(includedir)/$$p; \
 
223
        done
 
224
 
 
225
tags: TAGS
 
226
 
 
227
ID: $(HEADERS) $(SOURCES) $(LISP)
 
228
        list='$(SOURCES) $(HEADERS)'; \
 
229
        unique=`for i in $$list; do echo $$i; done | \
 
230
          awk '    { files[$$0] = 1; } \
 
231
               END { for (i in files) print i; }'`; \
 
232
        here=`pwd` && cd $(srcdir) \
 
233
          && mkid -f$$here/ID $$unique $(LISP)
 
234
 
 
235
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
236
        tags=; \
 
237
        here=`pwd`; \
 
238
        list='$(SOURCES) $(HEADERS)'; \
 
239
        unique=`for i in $$list; do echo $$i; done | \
 
240
          awk '    { files[$$0] = 1; } \
 
241
               END { for (i in files) print i; }'`; \
 
242
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
243
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
244
 
 
245
mostlyclean-tags:
 
246
 
 
247
clean-tags:
 
248
 
 
249
distclean-tags:
 
250
        -rm -f TAGS ID
 
251
 
 
252
maintainer-clean-tags:
 
253
 
 
254
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
255
 
 
256
subdir = lib
 
257
 
 
258
distdir: $(DISTFILES)
 
259
        @for file in $(DISTFILES); do \
 
260
          d=$(srcdir); \
 
261
          if test -d $$d/$$file; then \
 
262
            cp -pr $$d/$$file $(distdir)/$$file; \
 
263
          else \
 
264
            test -f $(distdir)/$$file \
 
265
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
266
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
267
          fi; \
 
268
        done
 
269
info-am:
 
270
info: info-am
 
271
dvi-am:
 
272
dvi: dvi-am
 
273
check-am: all-am
 
274
check: check-am
 
275
installcheck-am:
 
276
installcheck: installcheck-am
 
277
install-exec-am: install-libLTLIBRARIES
 
278
install-exec: install-exec-am
 
279
 
 
280
install-data-am: install-includeHEADERS
 
281
install-data: install-data-am
 
282
 
 
283
install-am: all-am
 
284
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
285
install: install-am
 
286
uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
 
287
uninstall: uninstall-am
 
288
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
289
all-redirect: all-am
 
290
install-strip:
 
291
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
292
installdirs:
 
293
        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
 
294
 
 
295
 
 
296
mostlyclean-generic:
 
297
 
 
298
clean-generic:
 
299
 
 
300
distclean-generic:
 
301
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
302
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
303
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
304
 
 
305
maintainer-clean-generic:
 
306
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
 
307
                mostlyclean-libtool mostlyclean-tags \
 
308
                mostlyclean-generic
 
309
 
 
310
mostlyclean: mostlyclean-am
 
311
 
 
312
clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
 
313
                clean-generic mostlyclean-am
 
314
 
 
315
clean: clean-am
 
316
 
 
317
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
 
318
                distclean-libtool distclean-tags distclean-generic \
 
319
                clean-am
 
320
        -rm -f libtool
 
321
 
 
322
distclean: distclean-am
 
323
 
 
324
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
 
325
                maintainer-clean-compile maintainer-clean-libtool \
 
326
                maintainer-clean-tags maintainer-clean-generic \
 
327
                distclean-am
 
328
        @echo "This command is intended for maintainers to use;"
 
329
        @echo "it deletes files that may require special tools to rebuild."
 
330
 
 
331
maintainer-clean: maintainer-clean-am
 
332
 
 
333
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
334
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
335
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
336
distclean-compile clean-compile maintainer-clean-compile \
 
337
mostlyclean-libtool distclean-libtool clean-libtool \
 
338
maintainer-clean-libtool uninstall-includeHEADERS \
 
339
install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
 
340
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
 
341
installcheck-am installcheck install-exec-am install-exec \
 
342
install-data-am install-data install-am install uninstall-am uninstall \
 
343
all-redirect all-am all installdirs mostlyclean-generic \
 
344
distclean-generic clean-generic maintainer-clean-generic clean \
 
345
mostlyclean distclean maintainer-clean
 
346
 
 
347
 
 
348
libdict.c: ../src/dict.c
 
349
        rm -f $@
 
350
        $(LN_S) ../src/dict.c $@
 
351
 
 
352
libkakasi.c: ../src/kakasi.c
 
353
        rm -f $@
 
354
        $(LN_S) ../src/kakasi.c $@
 
355
 
 
356
libkanjiio.c: ../src/kanjiio.c
 
357
        rm -f $@
 
358
        $(LN_S) ../src/kanjiio.c $@
 
359
 
 
360
liba2.c: ../src/a2.c
 
361
        rm -f $@
 
362
        $(LN_S) ../src/a2.c $@
 
363
 
 
364
libg2.c: ../src/g2.c
 
365
        rm -f $@
 
366
        $(LN_S) ../src/g2.c $@
 
367
 
 
368
libj2.c: ../src/j2.c
 
369
        rm -f $@
 
370
        $(LN_S) ../src/j2.c $@
 
371
 
 
372
libk2.c: ../src/k2.c
 
373
        rm -f $@
 
374
        $(LN_S) ../src/k2.c $@
 
375
 
 
376
libee2.c: ../src/ee2.c
 
377
        rm -f $@
 
378
        $(LN_S) ../src/ee2.c $@
 
379
 
 
380
libhh2.c: ../src/hh2.c
 
381
        rm -f $@
 
382
        $(LN_S) ../src/hh2.c $@
 
383
 
 
384
libjj2.c: ../src/jj2.c
 
385
        rm -f $@
 
386
        $(LN_S) ../src/jj2.c $@
 
387
 
 
388
libkk2.c: ../src/kk2.c
 
389
        rm -f $@
 
390
        $(LN_S) ../src/kk2.c $@
 
391
 
 
392
libitaiji.c: ../src/itaiji.c
 
393
        rm -f $@
 
394
        $(LN_S) ../src/itaiji.c $@
 
395
 
 
396
lib78_83.c: ../src/78_83.c
 
397
        rm -f $@
 
398
        $(LN_S) ../src/78_83.c $@
 
399
 
 
400
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
401
# Otherwise a system limit (for SysV at least) may be exceeded.
 
402
.NOEXPORT: