~ubuntu-branches/ubuntu/wily/apertium-oc-es/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Tino Didriksen, Kartik Mistry
  • Date: 2015-07-31 20:04:44 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150731200444-yqem3blxvv2fkkpk
Tags: 1.0.6~r57551-1
[ Tino Didriksen ]
* New upstream release.
* No significant changes in svn since tarball, so taking directly from svn.
* Re-done packaging to take advantage of debhelper 9.

[ Kartik Mistry ]
* Bumped debian/compat to 9. Updated debhelper dependency.
* Fixed debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = .
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
subdir = .
38
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in $(srcdir)/config.in \
40
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
 
        install-sh missing
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 
        $(ACLOCAL_M4)
46
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47
 
 configure.lineno configure.status.lineno
48
 
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_HEADER = config
50
 
CONFIG_CLEAN_FILES =
51
 
SOURCES =
52
 
DIST_SOURCES =
53
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
 
am__vpath_adj = case $$p in \
55
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
 
    *) f=$$p;; \
57
 
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59
 
am__installdirs = "$(DESTDIR)$(apertium_oc_esdir)"
60
 
apertium_oc_esDATA_INSTALL = $(INSTALL_DATA)
61
 
DATA = $(apertium_oc_es_DATA)
62
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
 
distdir = $(PACKAGE)-$(VERSION)
64
 
top_distdir = $(distdir)
65
 
am__remove_distdir = \
66
 
  { test ! -d $(distdir) \
67
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
68
 
         && rm -fr $(distdir); }; }
69
 
DIST_ARCHIVES = $(distdir).tar.gz
70
 
GZIP_ENV = --best
71
 
distuninstallcheck_listfiles = find . -type f -print
72
 
distcleancheck_listfiles = find . -type f -print
73
 
ACLOCAL = @ACLOCAL@
74
 
AMTAR = @AMTAR@
75
 
APERTIUM_CFLAGS = @APERTIUM_CFLAGS@
76
 
APERTIUM_LIBS = @APERTIUM_LIBS@
77
 
APERTIUM_VER = @APERTIUM_VER@
78
 
AUTOCONF = @AUTOCONF@
79
 
AUTOHEADER = @AUTOHEADER@
80
 
AUTOMAKE = @AUTOMAKE@
81
 
AWK = @AWK@
82
 
CYGPATH_W = @CYGPATH_W@
83
 
DEFS = @DEFS@
84
 
ECHO_C = @ECHO_C@
85
 
ECHO_N = @ECHO_N@
86
 
ECHO_T = @ECHO_T@
87
 
INSTALL_DATA = @INSTALL_DATA@
88
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
89
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
90
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91
 
LIBOBJS = @LIBOBJS@
92
 
LIBS = @LIBS@
93
 
LN_S = @LN_S@
94
 
LTLIBOBJS = @LTLIBOBJS@
95
 
MAKEINFO = @MAKEINFO@
96
 
MODES = @MODES@
97
 
PACKAGE = @PACKAGE@
98
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
99
 
PACKAGE_NAME = @PACKAGE_NAME@
100
 
PACKAGE_STRING = @PACKAGE_STRING@
101
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
102
 
PACKAGE_VERSION = @PACKAGE_VERSION@
103
 
PATH_SEPARATOR = @PATH_SEPARATOR@
104
 
PKG_CONFIG = @PKG_CONFIG@
105
 
SET_MAKE = @SET_MAKE@
106
 
SHELL = @SHELL@
107
 
STRIP = @STRIP@
108
 
VERSION = 1.0.5
109
 
am__leading_dot = @am__leading_dot@
110
 
am__tar = @am__tar@
111
 
am__untar = @am__untar@
112
 
bindir = @bindir@
113
 
build_alias = @build_alias@
114
 
datadir = @datadir@
115
 
datarootdir = @datarootdir@
116
 
docdir = @docdir@
117
 
dvidir = @dvidir@
118
 
exec_prefix = @exec_prefix@
119
 
host_alias = @host_alias@
120
 
htmldir = @htmldir@
121
 
includedir = @includedir@
122
 
infodir = @infodir@
123
 
install_sh = @install_sh@
124
 
libdir = @libdir@
125
 
libexecdir = @libexecdir@
126
 
localedir = @localedir@
127
 
localstatedir = @localstatedir@
128
 
mandir = @mandir@
129
 
mkdir_p = @mkdir_p@
130
 
oldincludedir = @oldincludedir@
131
 
pdfdir = @pdfdir@
132
 
prefix = @prefix@
133
 
program_transform_name = @program_transform_name@
134
 
psdir = @psdir@
135
 
sbindir = @sbindir@
136
 
sharedstatedir = @sharedstatedir@
137
 
sysconfdir = @sysconfdir@
138
 
target_alias = @target_alias@
139
 
LANG1 = oc
140
 
LANG2 = es
141
 
LANG1b = oc@aran
142
 
LANG2b = es@aran
143
 
PREFIX1 = $(LANG1)-$(LANG2)
144
 
PREFIX1b = $(LANG1b)-$(LANG2)
145
 
PREFIX2 = $(LANG2)-$(LANG1)
146
 
PREFIX2b = $(LANG2)-$(LANG1b)
147
 
INSTALL_MODES = oc-es.mode es-oc.mode oc_aran-es.mode es-oc_aran.mode
148
 
BASENAME = apertium-$(PREFIX1)
149
 
TARGETS_COMMON = $(PREFIX1).automorf.bin $(PREFIX1b).automorf.bin \
150
 
                 $(PREFIX2).automorf.bin $(PREFIX2b).automorf.bin \
151
 
                 $(PREFIX1).autobil.bin $(PREFIX1b).autobil.bin \
152
 
                 $(PREFIX2).autobil.bin $(PREFIX2b).autobil.bin \
153
 
                 $(PREFIX1).autogen.bin $(PREFIX1b).autogen.bin \
154
 
                 $(PREFIX2).autogen.bin $(PREFIX2b).autogen.bin \
155
 
                 $(PREFIX1).autopgen.bin $(PREFIX1b).autopgen.bin \
156
 
                 $(PREFIX2).autopgen.bin $(PREFIX2b).autopgen.bin modes
157
 
 
158
 
TARGETS = $(TARGETS_COMMON) $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \
159
 
          $(PREFIX1b).t1x.bin $(PREFIX1b).t2x.bin $(PREFIX1b).t3x.bin \
160
 
          $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin \
161
 
          $(PREFIX2b).t1x.bin $(PREFIX2b).t2x.bin $(PREFIX2b).t3x.bin \
162
 
          $(PREFIX1).t1x $(PREFIX1).t2x $(PREFIX1).t3x \
163
 
          $(PREFIX1b).t1x $(PREFIX1b).t2x $(PREFIX1b).t3x \
164
 
          $(PREFIX2).t1x $(PREFIX2).t2x $(PREFIX2).t3x \
165
 
          $(PREFIX2b).t1x $(PREFIX2b).t2x $(PREFIX2b).t3x
166
 
 
167
 
EXTRA_DIST = $(BASENAME).$(PREFIX1).dix \
168
 
           $(BASENAME).post-$(LANG1).dix $(BASENAME).post-$(LANG2).dix \
169
 
           $(BASENAME).$(LANG2).dix $(BASENAME).$(LANG1).tsx \
170
 
           $(BASENAME).$(LANG2).tsx $(PREFIX1).prob $(PREFIX2).prob \
171
 
           $(PREFIX1b).prob $(PREFIX2b).prob \
172
 
           alt.xsl buscaPar.xsl principal.xsl apertium-oc-es.oc.metadix modes.xml \
173
 
           $(PREFIX1)-supervised.make $(PREFIX1)-unsupervised.make \
174
 
           $(PREFIX2)-supervised.make $(PREFIX2)-unsupervised.make \
175
 
           $(LANG1)-tagger-data/README $(LANG2)-tagger-data/README \
176
 
           $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX2).t1x \
177
 
           $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX2).t2x \
178
 
           $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX2).t3x 
179
 
 
180
 
apertium_oc_esdir = $(prefix)/share/apertium/apertium-$(PREFIX1)/
181
 
apertium_oc_esmodesdir = $(prefix)/share/apertium/modes/
182
 
apertium_oc_es_DATA = $(PREFIX1).automorf.bin $(PREFIX2).automorf.bin \
183
 
                    $(PREFIX1).autobil.bin $(PREFIX2).autobil.bin \
184
 
                    $(PREFIX1).autogen.bin $(PREFIX2).autogen.bin \
185
 
                    $(PREFIX1).autopgen.bin $(PREFIX2).autopgen.bin \
186
 
                    $(PREFIX1b).automorf.bin $(PREFIX2b).automorf.bin \
187
 
                    $(PREFIX1b).autobil.bin $(PREFIX2b).autobil.bin \
188
 
                    $(PREFIX1b).autogen.bin $(PREFIX2b).autogen.bin \
189
 
                    $(PREFIX1b).autopgen.bin $(PREFIX2b).autopgen.bin \
190
 
                    $(PREFIX1).prob $(PREFIX2).prob $(PREFIX1b).prob $(PREFIX2b).prob \
191
 
                    $(PREFIX1).t1x.bin $(PREFIX1).t2x.bin $(PREFIX1).t3x.bin \
192
 
                    $(PREFIX1b).t1x.bin $(PREFIX1b).t2x.bin $(PREFIX1b).t3x.bin \
193
 
                    $(PREFIX2).t1x.bin $(PREFIX2).t2x.bin $(PREFIX2).t3x.bin \
194
 
                    $(PREFIX2b).t1x.bin $(PREFIX2b).t2x.bin $(PREFIX2b).t3x.bin \
195
 
                    $(PREFIX1).t1x $(PREFIX1).t2x $(PREFIX1).t3x \
196
 
                    $(PREFIX1b).t1x $(PREFIX1b).t2x $(PREFIX1b).t3x \
197
 
                    $(PREFIX2).t1x $(PREFIX2).t2x $(PREFIX2).t3x \
198
 
                    $(PREFIX2b).t1x $(PREFIX2b).t2x $(PREFIX2b).t3x \
199
 
                    $(INSTALL_MODES)
200
 
 
201
 
CLEANFILES = -r $(TARGETS)
202
 
all: config
203
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
204
 
 
205
 
.SUFFIXES:
206
 
am--refresh:
207
 
        @:
208
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
209
 
        @for dep in $?; do \
210
 
          case '$(am__configure_deps)' in \
211
 
            *$$dep*) \
212
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
213
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
214
 
                && exit 0; \
215
 
              exit 1;; \
216
 
          esac; \
217
 
        done; \
218
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
219
 
        cd $(top_srcdir) && \
220
 
          $(AUTOMAKE) --gnu  Makefile
221
 
.PRECIOUS: Makefile
222
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223
 
        @case '$?' in \
224
 
          *config.status*) \
225
 
            echo ' $(SHELL) ./config.status'; \
226
 
            $(SHELL) ./config.status;; \
227
 
          *) \
228
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
229
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
230
 
        esac;
231
 
 
232
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233
 
        $(SHELL) ./config.status --recheck
234
 
 
235
 
$(top_srcdir)/configure:  $(am__configure_deps)
236
 
        cd $(srcdir) && $(AUTOCONF)
237
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
238
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
239
 
 
240
 
config: stamp-h1
241
 
        @if test ! -f $@; then \
242
 
          rm -f stamp-h1; \
243
 
          $(MAKE) stamp-h1; \
244
 
        else :; fi
245
 
 
246
 
stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
247
 
        @rm -f stamp-h1
248
 
        cd $(top_builddir) && $(SHELL) ./config.status config
249
 
$(srcdir)/config.in:  $(am__configure_deps) 
250
 
        cd $(top_srcdir) && $(AUTOHEADER)
251
 
        rm -f stamp-h1
252
 
        touch $@
253
 
 
254
 
distclean-hdr:
255
 
        -rm -f config stamp-h1
256
 
uninstall-info-am:
257
 
install-apertium_oc_esDATA: $(apertium_oc_es_DATA)
258
 
        @$(NORMAL_INSTALL)
259
 
        test -z "$(apertium_oc_esdir)" || $(mkdir_p) "$(DESTDIR)$(apertium_oc_esdir)"
260
 
        @list='$(apertium_oc_es_DATA)'; for p in $$list; do \
261
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
262
 
          f=$(am__strip_dir) \
263
 
          echo " $(apertium_oc_esDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(apertium_oc_esdir)/$$f'"; \
264
 
          $(apertium_oc_esDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(apertium_oc_esdir)/$$f"; \
265
 
        done
266
 
 
267
 
uninstall-apertium_oc_esDATA:
268
 
        @$(NORMAL_UNINSTALL)
269
 
        @list='$(apertium_oc_es_DATA)'; for p in $$list; do \
270
 
          f=$(am__strip_dir) \
271
 
          echo " rm -f '$(DESTDIR)$(apertium_oc_esdir)/$$f'"; \
272
 
          rm -f "$(DESTDIR)$(apertium_oc_esdir)/$$f"; \
273
 
        done
274
 
tags: TAGS
275
 
TAGS:
276
 
 
277
 
ctags: CTAGS
278
 
CTAGS:
279
 
 
280
 
 
281
 
distdir: $(DISTFILES)
282
 
        $(am__remove_distdir)
283
 
        mkdir $(distdir)
284
 
        $(mkdir_p) $(distdir)/$(LANG1)-tagger-data $(distdir)/$(LANG2)-tagger-data
285
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
286
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
287
 
        list='$(DISTFILES)'; for file in $$list; do \
288
 
          case $$file in \
289
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
290
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
291
 
          esac; \
292
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
293
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
294
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
295
 
            dir="/$$dir"; \
296
 
            $(mkdir_p) "$(distdir)$$dir"; \
297
 
          else \
298
 
            dir=''; \
299
 
          fi; \
300
 
          if test -d $$d/$$file; then \
301
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
302
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
303
 
            fi; \
304
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
305
 
          else \
306
 
            test -f $(distdir)/$$file \
307
 
            || cp -p $$d/$$file $(distdir)/$$file \
308
 
            || exit 1; \
309
 
          fi; \
310
 
        done
311
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
312
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
313
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
314
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
315
 
        || chmod -R a+r $(distdir)
316
 
dist-gzip: distdir
317
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
318
 
        $(am__remove_distdir)
319
 
 
320
 
dist-bzip2: distdir
321
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
322
 
        $(am__remove_distdir)
323
 
 
324
 
dist-tarZ: distdir
325
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
326
 
        $(am__remove_distdir)
327
 
 
328
 
dist-shar: distdir
329
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
330
 
        $(am__remove_distdir)
331
 
 
332
 
dist-zip: distdir
333
 
        -rm -f $(distdir).zip
334
 
        zip -rq $(distdir).zip $(distdir)
335
 
        $(am__remove_distdir)
336
 
 
337
 
dist dist-all: distdir
338
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
339
 
        $(am__remove_distdir)
340
 
 
341
 
# This target untars the dist file and tries a VPATH configuration.  Then
342
 
# it guarantees that the distribution is self-contained by making another
343
 
# tarfile.
344
 
distcheck: dist
345
 
        case '$(DIST_ARCHIVES)' in \
346
 
        *.tar.gz*) \
347
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
348
 
        *.tar.bz2*) \
349
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
350
 
        *.tar.Z*) \
351
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
352
 
        *.shar.gz*) \
353
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
354
 
        *.zip*) \
355
 
          unzip $(distdir).zip ;;\
356
 
        esac
357
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
358
 
        mkdir $(distdir)/_build
359
 
        mkdir $(distdir)/_inst
360
 
        chmod a-w $(distdir)
361
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
362
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
363
 
          && cd $(distdir)/_build \
364
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
365
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
366
 
          && $(MAKE) $(AM_MAKEFLAGS) \
367
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
368
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
369
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
370
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
371
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
372
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
373
 
                distuninstallcheck \
374
 
          && chmod -R a-w "$$dc_install_base" \
375
 
          && ({ \
376
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
377
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
378
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
379
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
380
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
381
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
382
 
          && rm -rf "$$dc_destdir" \
383
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
384
 
          && rm -rf $(DIST_ARCHIVES) \
385
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
386
 
        $(am__remove_distdir)
387
 
        @(echo "$(distdir) archives ready for distribution: "; \
388
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
389
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
390
 
distuninstallcheck:
391
 
        @cd $(distuninstallcheck_dir) \
392
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
393
 
           || { echo "ERROR: files left after uninstall:" ; \
394
 
                if test -n "$(DESTDIR)"; then \
395
 
                  echo "  (check DESTDIR support)"; \
396
 
                fi ; \
397
 
                $(distuninstallcheck_listfiles) ; \
398
 
                exit 1; } >&2
399
 
distcleancheck: distclean
400
 
        @if test '$(srcdir)' = . ; then \
401
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
402
 
          exit 1 ; \
403
 
        fi
404
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
405
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
406
 
               $(distcleancheck_listfiles) ; \
407
 
               exit 1; } >&2
408
 
check-am: all-am
409
 
check: check-am
410
 
all-am: Makefile $(DATA) config
411
 
installdirs:
412
 
        for dir in "$(DESTDIR)$(apertium_oc_esdir)"; do \
413
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
414
 
        done
415
 
install: install-am
416
 
install-exec: install-exec-am
417
 
install-data: install-data-am
418
 
uninstall: uninstall-am
419
 
 
420
 
install-am: all-am
421
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
422
 
 
423
 
installcheck: installcheck-am
424
 
install-strip:
425
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427
 
          `test -z '$(STRIP)' || \
428
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429
 
mostlyclean-generic:
430
 
 
431
 
clean-generic:
432
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
433
 
 
434
 
distclean-generic:
435
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
436
 
 
437
 
maintainer-clean-generic:
438
 
        @echo "This command is intended for maintainers to use"
439
 
        @echo "it deletes files that may require special tools to rebuild."
440
 
clean: clean-am
441
 
 
442
 
clean-am: clean-generic mostlyclean-am
443
 
 
444
 
distclean: distclean-am
445
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
446
 
        -rm -f Makefile
447
 
distclean-am: clean-am distclean-generic distclean-hdr
448
 
 
449
 
dvi: dvi-am
450
 
 
451
 
dvi-am:
452
 
 
453
 
html: html-am
454
 
 
455
 
info: info-am
456
 
 
457
 
info-am:
458
 
 
459
 
install-data-am: install-apertium_oc_esDATA install-data-local
460
 
 
461
 
install-exec-am:
462
 
 
463
 
install-info: install-info-am
464
 
 
465
 
install-man:
466
 
 
467
 
installcheck-am:
468
 
 
469
 
maintainer-clean: maintainer-clean-am
470
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
471
 
        -rm -rf $(top_srcdir)/autom4te.cache
472
 
        -rm -f Makefile
473
 
maintainer-clean-am: distclean-am maintainer-clean-generic
474
 
 
475
 
mostlyclean: mostlyclean-am
476
 
 
477
 
mostlyclean-am: mostlyclean-generic
478
 
 
479
 
pdf: pdf-am
480
 
 
481
 
pdf-am:
482
 
 
483
 
ps: ps-am
484
 
 
485
 
ps-am:
486
 
 
487
 
uninstall-am: uninstall-apertium_oc_esDATA uninstall-info-am
488
 
 
489
 
.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
490
 
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
491
 
        distcheck distclean distclean-generic distclean-hdr \
492
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
493
 
        html-am info info-am install install-am \
494
 
        install-apertium_oc_esDATA install-data install-data-am \
495
 
        install-data-local install-exec install-exec-am install-info \
496
 
        install-info-am install-man install-strip installcheck \
497
 
        installcheck-am installdirs maintainer-clean \
498
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
499
 
        pdf-am ps ps-am uninstall uninstall-am \
500
 
        uninstall-apertium_oc_esDATA uninstall-info-am
501
 
 
502
 
 
503
 
.deps/$(LANG1).metadix: $(BASENAME).$(LANG1).metadix
504
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(LANG1).metadix >$@
505
 
 
506
 
.deps/$(LANG1).dix: .deps/$(LANG1).metadix
507
 
        xsltproc buscaPar.xsl .deps/$(LANG1).metadix | uniq >$$$$tmp1 && \
508
 
        xsltproc $$$$tmp1 .deps/$(LANG1).metadix > $@ && rm $$$$tmp1
509
 
 
510
 
.deps/$(LANG1b).metadix: $(BASENAME).$(LANG1).metadix
511
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(LANG1).metadix >$@
512
 
 
513
 
.deps/$(LANG1b).dix: .deps/$(LANG1b).metadix
514
 
        xsltproc buscaPar.xsl .deps/$(LANG1b).metadix | uniq >$$$$tmp1 && \
515
 
        xsltproc $$$$tmp1 .deps/$(LANG1b).metadix > $@ && rm $$$$tmp1
516
 
 
517
 
.deps/$(LANG2).dix: $(BASENAME).$(LANG2).dix
518
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(LANG2).dix >$@
519
 
 
520
 
.deps/$(LANG2b).dix: $(BASENAME).$(LANG2).dix
521
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(LANG2).dix >$@
522
 
 
523
 
.deps/$(PREFIX1).dix: $(BASENAME).$(PREFIX1).dix
524
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX1).dix >$@
525
 
 
526
 
.deps/$(PREFIX1b).dix: $(BASENAME).$(PREFIX1).dix
527
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX1).dix >$@
528
 
 
529
 
.deps/$(PREFIX1).post.dix: $(BASENAME).post-$(LANG2).dix
530
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).post-$(LANG2).dix >$@
531
 
 
532
 
.deps/$(PREFIX1b).post.dix: $(BASENAME).post-$(LANG2).dix
533
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).post-$(LANG2).dix >$@
534
 
 
535
 
.deps/$(LANG1).post.dix: $(BASENAME).post-$(LANG1).dix
536
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).post-$(LANG1).dix >$@
537
 
 
538
 
.deps/$(LANG1b).post.dix: $(BASENAME).post-$(LANG1).dix
539
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).post-$(LANG1).dix >$@
540
 
 
541
 
.deps/$(LANG2).post.dix: $(BASENAME).post-$(LANG2).dix
542
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).post-$(LANG2).dix >$@
543
 
 
544
 
.deps/$(LANG2b).post.dix: $(BASENAME).post-$(LANG2).dix
545
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).post-$(LANG2).dix >$@
546
 
 
547
 
$(PREFIX1).automorf.bin: .deps/$(LANG1).dix
548
 
        apertium-validate-dictionary .deps/$(LANG1).dix
549
 
        lt-comp lr .deps/$(LANG1).dix $@
550
 
 
551
 
$(PREFIX1b).automorf.bin: .deps/$(LANG1b).dix
552
 
        apertium-validate-dictionary .deps/$(LANG1b).dix
553
 
        lt-comp lr .deps/$(LANG1b).dix $@
554
 
 
555
 
$(PREFIX2).automorf.bin: .deps/$(LANG2).dix
556
 
        apertium-validate-dictionary .deps/$(LANG2).dix
557
 
        lt-comp lr .deps/$(LANG2).dix $@
558
 
 
559
 
$(PREFIX2b).automorf.bin: .deps/$(LANG2b).dix
560
 
        apertium-validate-dictionary .deps/$(LANG2b).dix
561
 
        lt-comp lr .deps/$(LANG2b).dix $@
562
 
 
563
 
$(PREFIX1).autobil.bin: .deps/$(PREFIX1).dix
564
 
        apertium-validate-dictionary .deps/$(PREFIX1).dix
565
 
        lt-comp lr .deps/$(PREFIX1).dix $@
566
 
 
567
 
$(PREFIX1b).autobil.bin: .deps/$(PREFIX1b).dix
568
 
        apertium-validate-dictionary .deps/$(PREFIX1b).dix
569
 
        lt-comp lr .deps/$(PREFIX1b).dix $@
570
 
 
571
 
$(PREFIX2).autobil.bin: .deps/$(PREFIX1).dix
572
 
        apertium-validate-dictionary .deps/$(PREFIX1).dix
573
 
        lt-comp rl .deps/$(PREFIX1).dix $@
574
 
 
575
 
$(PREFIX2b).autobil.bin: .deps/$(PREFIX1b).dix
576
 
        apertium-validate-dictionary .deps/$(PREFIX1b).dix
577
 
        lt-comp rl .deps/$(PREFIX1b).dix $@
578
 
 
579
 
$(PREFIX1).autogen.bin: .deps/$(LANG2).dix
580
 
        apertium-validate-dictionary .deps/$(LANG2).dix
581
 
        lt-comp rl .deps/$(LANG2).dix $@
582
 
 
583
 
$(PREFIX1b).autogen.bin: .deps/$(LANG2b).dix
584
 
        apertium-validate-dictionary .deps/$(LANG2b).dix
585
 
        lt-comp rl .deps/$(LANG2b).dix $@
586
 
 
587
 
$(PREFIX2).autogen.bin: .deps/$(LANG1).dix
588
 
        apertium-validate-dictionary .deps/$(LANG1).dix
589
 
        lt-comp rl .deps/$(LANG1).dix $@
590
 
 
591
 
$(PREFIX2b).autogen.bin: .deps/$(LANG1b).dix
592
 
        apertium-validate-dictionary .deps/$(LANG1b).dix
593
 
        lt-comp rl .deps/$(LANG1b).dix $@
594
 
 
595
 
$(PREFIX1).autopgen.bin: .deps/$(LANG2).post.dix
596
 
        apertium-validate-dictionary .deps/$(LANG2).post.dix
597
 
        lt-comp lr .deps/$(LANG2).post.dix $@
598
 
 
599
 
$(PREFIX1b).autopgen.bin: .deps/$(LANG2b).post.dix
600
 
        apertium-validate-dictionary .deps/$(LANG2b).post.dix
601
 
        lt-comp lr .deps/$(LANG2b).post.dix $@
602
 
 
603
 
$(PREFIX2).autopgen.bin: .deps/$(LANG1).post.dix
604
 
        apertium-validate-dictionary .deps/$(LANG1).post.dix
605
 
        lt-comp lr .deps/$(LANG1).post.dix $@
606
 
 
607
 
$(PREFIX2b).autopgen.bin: .deps/$(LANG1b).post.dix
608
 
        apertium-validate-dictionary .deps/$(LANG1b).post.dix
609
 
        lt-comp lr .deps/$(LANG1b).post.dix $@
610
 
 
611
 
$(PREFIX1).t1x: $(BASENAME).$(PREFIX1).t1x
612
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX1).t1x > $@
613
 
        apertium-validate-transfer $@
614
 
 
615
 
$(PREFIX1b).t1x: $(BASENAME).$(PREFIX1).t1x
616
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX1).t1x > $@
617
 
        apertium-validate-transfer $@
618
 
 
619
 
$(PREFIX2).t1x: $(BASENAME).$(PREFIX2).t1x
620
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX2).t1x > $@
621
 
        apertium-validate-transfer $@
622
 
 
623
 
$(PREFIX2b).t1x: $(BASENAME).$(PREFIX2).t1x
624
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX2).t1x > $@
625
 
        apertium-validate-transfer $@
626
 
 
627
 
$(PREFIX1).t2x: $(BASENAME).$(PREFIX1).t2x
628
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX1).t2x > $@
629
 
        apertium-validate-interchunk $@
630
 
 
631
 
$(PREFIX1b).t2x: $(BASENAME).$(PREFIX1).t2x
632
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX1).t2x > $@
633
 
        apertium-validate-interchunk $@
634
 
 
635
 
$(PREFIX2).t2x: $(BASENAME).$(PREFIX2).t2x
636
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX2).t2x > $@
637
 
        apertium-validate-interchunk $@
638
 
 
639
 
$(PREFIX2b).t2x: $(BASENAME).$(PREFIX2).t2x
640
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX2).t2x > $@
641
 
        apertium-validate-interchunk $@
642
 
 
643
 
$(PREFIX1).t3x: $(BASENAME).$(PREFIX1).t3x
644
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX1).t3x > $@
645
 
        apertium-validate-postchunk $@
646
 
 
647
 
$(PREFIX1b).t3x: $(BASENAME).$(PREFIX1).t3x
648
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX1).t3x > $@
649
 
        apertium-validate-postchunk $@
650
 
 
651
 
$(PREFIX2).t3x: $(BASENAME).$(PREFIX2).t3x
652
 
        xsltproc --stringparam alt $(LANG1) alt.xsl $(BASENAME).$(PREFIX2).t3x > $@
653
 
        apertium-validate-postchunk $@
654
 
 
655
 
$(PREFIX2b).t3x: $(BASENAME).$(PREFIX2).t3x
656
 
        xsltproc --stringparam alt $(LANG1b) alt.xsl $(BASENAME).$(PREFIX2).t3x > $@
657
 
        apertium-validate-postchunk $@
658
 
 
659
 
$(PREFIX1).t1x.bin: $(PREFIX1).t1x
660
 
        apertium-preprocess-transfer $(PREFIX1).t1x $@
661
 
 
662
 
$(PREFIX1b).t1x.bin: $(PREFIX1b).t1x
663
 
        apertium-preprocess-transfer $(PREFIX1b).t1x $@
664
 
 
665
 
$(PREFIX2).t1x.bin: $(PREFIX2).t1x
666
 
        apertium-preprocess-transfer $(PREFIX2).t1x $@
667
 
 
668
 
$(PREFIX2b).t1x.bin: $(PREFIX2b).t1x
669
 
        apertium-preprocess-transfer $(PREFIX2b).t1x $@
670
 
 
671
 
$(PREFIX1).t2x.bin: $(PREFIX1).t2x
672
 
        apertium-preprocess-transfer $(PREFIX1).t2x $@
673
 
 
674
 
$(PREFIX1b).t2x.bin: $(PREFIX1b).t2x
675
 
        apertium-preprocess-transfer $(PREFIX1b).t2x $@
676
 
 
677
 
$(PREFIX2).t2x.bin: $(PREFIX2).t2x
678
 
        apertium-preprocess-transfer $(PREFIX2).t2x $@
679
 
 
680
 
$(PREFIX2b).t2x.bin: $(PREFIX2b).t2x
681
 
        apertium-preprocess-transfer $(PREFIX2b).t2x $@
682
 
 
683
 
$(PREFIX1).t3x.bin: $(PREFIX1).t3x
684
 
        apertium-preprocess-transfer $(PREFIX1).t3x $@
685
 
 
686
 
$(PREFIX1b).t3x.bin: $(PREFIX1b).t3x
687
 
        apertium-preprocess-transfer $(PREFIX1b).t3x $@
688
 
 
689
 
$(PREFIX2).t3x.bin: $(PREFIX2).t3x
690
 
        apertium-preprocess-transfer $(PREFIX2).t3x $@
691
 
 
692
 
$(PREFIX2b).t3x.bin: $(PREFIX2b).t3x
693
 
        apertium-preprocess-transfer $(PREFIX2b).t3x $@
694
 
 
695
 
modes: modes.xml Makefile.am
696
 
        apertium-gen-modes modes.xml
697
 
        @cp *.mode modes/
698
 
 
699
 
$(INSTALL_MODES): modes.xml Makefile.am
700
 
        apertium-gen-modes modes.xml
701
 
        @cp *.mode modes/
702
 
 
703
 
install-data-local:
704
 
        apertium-gen-modes modes.xml apertium-$(PREFIX1)
705
 
        $(INSTALL_DATA) oc-es.mode $(apertium_oc_esmodesdir)
706
 
        $(INSTALL_DATA) es-oc.mode $(apertium_oc_esmodesdir)
707
 
        $(INSTALL_DATA) oc_aran-es.mode $(apertium_oc_esmodesdir)
708
 
        $(INSTALL_DATA) es-oc_aran.mode $(apertium_oc_esmodesdir)
709
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
710
 
# Otherwise a system limit (for SysV at least) may be exceeded.
711
 
.NOEXPORT: