Switch to unified view

a/unac/Makefile.in b/unac/Makefile.in
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
# @configure_input@
2
3
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
# Free Software Foundation, Inc.
5
5
# This Makefile.in is free software; the Free Software Foundation
6
# This Makefile.in is free software; the Free Software Foundation
6
# gives unlimited permission to copy and/or distribute it,
7
# gives unlimited permission to copy and/or distribute it,
7
# with or without modifications, as long as this notice is preserved.
8
# with or without modifications, as long as this notice is preserved.
8
9
9
# This program is distributed in the hope that it will be useful,
10
# This program is distributed in the hope that it will be useful,
...
...
29
# You should have received a copy of the GNU General Public License
30
# You should have received a copy of the GNU General Public License
30
# along with this program; if not, write to the Free Software
31
# along with this program; if not, write to the Free Software
31
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32
#
33
#
33
34
34
#
35
# Documentation
36
#
37
35
38
SHELL = @SHELL@
39
36
40
srcdir = @srcdir@
37
41
top_srcdir = @top_srcdir@
42
VPATH = @srcdir@
38
VPATH = @srcdir@
43
prefix = @prefix@
39
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
44
exec_prefix = @exec_prefix@
40
am__make_running_with_option = \
45
41
  case $${target_option-} in \
46
bindir = @bindir@
42
      ?) ;; \
47
sbindir = @sbindir@
43
      *) echo "am__make_running_with_option: internal error: invalid" \
48
libexecdir = @libexecdir@
44
              "target option '$${target_option-}' specified" >&2; \
49
datadir = @datadir@
45
         exit 1;; \
50
sysconfdir = @sysconfdir@
46
  esac; \
51
sharedstatedir = @sharedstatedir@
47
  has_opt=no; \
52
localstatedir = @localstatedir@
48
  sane_makeflags=$$MAKEFLAGS; \
53
libdir = @libdir@
49
  if $(am__is_gnu_make); then \
54
infodir = @infodir@
50
    sane_makeflags=$$MFLAGS; \
55
mandir = @mandir@
51
  else \
56
includedir = @includedir@
52
    case $$MAKEFLAGS in \
57
oldincludedir = /usr/include
53
      *\\[\ \ ]*) \
54
        bs=\\; \
55
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56
          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
57
    esac; \
58
  fi; \
59
  skip_next=no; \
60
  strip_trailopt () \
61
  { \
62
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63
  }; \
64
  for flg in $$sane_makeflags; do \
65
    test $$skip_next = yes && { skip_next=no; continue; }; \
66
    case $$flg in \
67
      *=*|--*) continue;; \
68
        -*I) strip_trailopt 'I'; skip_next=yes;; \
69
      -*I?*) strip_trailopt 'I';; \
70
        -*O) strip_trailopt 'O'; skip_next=yes;; \
71
      -*O?*) strip_trailopt 'O';; \
72
        -*l) strip_trailopt 'l'; skip_next=yes;; \
73
      -*l?*) strip_trailopt 'l';; \
74
      -[dEDm]) skip_next=yes;; \
75
      -[JT]) skip_next=yes;; \
76
    esac; \
77
    case $$flg in \
78
      *$$target_option*) has_opt=yes; break;; \
79
    esac; \
80
  done; \
81
  test $$has_opt = yes
82
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
58
pkgdatadir = $(datadir)/@PACKAGE@
84
pkgdatadir = $(datadir)/@PACKAGE@
85
pkgincludedir = $(includedir)/@PACKAGE@
59
pkglibdir = $(libdir)/@PACKAGE@
86
pkglibdir = $(libdir)/@PACKAGE@
60
pkgincludedir = $(includedir)/@PACKAGE@
87
pkglibexecdir = $(libexecdir)/@PACKAGE@
61
top_builddir = .
88
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
62
89
install_sh_DATA = $(install_sh) -c -m 644
63
ACLOCAL = @ACLOCAL@
90
install_sh_PROGRAM = $(install_sh) -c
64
AUTOCONF = @AUTOCONF@
91
install_sh_SCRIPT = $(install_sh) -c
65
AUTOMAKE = @AUTOMAKE@
66
AUTOHEADER = @AUTOHEADER@
67
68
INSTALL = @INSTALL@
69
INSTALL_PROGRAM = @INSTALL_PROGRAM@
70
INSTALL_DATA = @INSTALL_DATA@
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
72
INSTALL_HEADER = $(INSTALL_DATA)
92
INSTALL_HEADER = $(INSTALL_DATA)
73
transform = @program_transform_name@
93
transform = $(program_transform_name)
74
NORMAL_INSTALL = :
94
NORMAL_INSTALL = :
75
PRE_INSTALL = :
95
PRE_INSTALL = :
76
POST_INSTALL = :
96
POST_INSTALL = :
77
NORMAL_UNINSTALL = :
97
NORMAL_UNINSTALL = :
78
PRE_UNINSTALL = :
98
PRE_UNINSTALL = :
79
POST_UNINSTALL = :
99
POST_UNINSTALL = :
80
host_alias = @host_alias@
100
build_triplet = @build@
81
host_triplet = @host@
101
host_triplet = @host@
102
bin_PROGRAMS = unaccent$(EXEEXT)
103
noinst_PROGRAMS = unactest$(EXEEXT) unactest1$(EXEEXT)
104
subdir = .
105
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
106
  $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
107
  $(top_srcdir)/configure $(am__configure_deps) \
108
  $(srcdir)/config.h.in mkinstalldirs $(srcdir)/unac.pc.in \
109
  $(srcdir)/unac.spec.in $(srcdir)/t_unac.in \
110
  $(srcdir)/builder.in getopt.c depcomp $(include_HEADERS) \
111
  $(noinst_HEADERS) test-driver COPYING THANKS compile \
112
  config.guess config.rpath config.sub install-sh missing \
113
  ltmain.sh ltconfig
114
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
116
  $(top_srcdir)/configure.ac
117
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118
  $(ACLOCAL_M4)
119
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120
 configure.lineno config.status.lineno
121
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122
CONFIG_HEADER = config.h
123
CONFIG_CLEAN_FILES = unac.pc unac.spec t_unac builder
124
CONFIG_CLEAN_VPATH_FILES =
125
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126
am__vpath_adj = case $$p in \
127
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128
    *) f=$$p;; \
129
  esac;
130
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
131
am__install_max = 40
132
am__nobase_strip_setup = \
133
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
134
am__nobase_strip = \
135
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
136
am__nobase_list = $(am__nobase_strip_setup); \
137
  for p in $$list; do echo "$$p $$p"; done | \
138
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
139
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
140
    if (++n[$$2] == $(am__install_max)) \
141
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142
    END { for (dir in files) print dir, files[dir] }'
143
am__base_list = \
144
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
145
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
146
am__uninstall_files_from_dir = { \
147
  test -z "$$files" \
148
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
149
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
150
         $(am__cd) "$$dir" && rm -f $$files; }; \
151
  }
152
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
153
  "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \
154
  "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"
155
LTLIBRARIES = $(lib_LTLIBRARIES)
156
libunac_la_LIBADD =
157
am_libunac_la_OBJECTS = unac.lo
158
libunac_la_OBJECTS = $(am_libunac_la_OBJECTS)
159
AM_V_lt = $(am__v_lt_@AM_V@)
160
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
161
am__v_lt_0 = --silent
162
am__v_lt_1 = 
163
libunac_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164
  $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165
  $(libunac_la_LDFLAGS) $(LDFLAGS) -o $@
166
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
167
am_unaccent_OBJECTS = unaccent.$(OBJEXT)
168
unaccent_OBJECTS = $(am_unaccent_OBJECTS)
169
unaccent_DEPENDENCIES = @LIBOBJS@ libunac.la
170
unaccent_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171
  $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
172
  $(unaccent_LDFLAGS) $(LDFLAGS) -o $@
173
am_unactest_OBJECTS = unactest.$(OBJEXT)
174
unactest_OBJECTS = $(am_unactest_OBJECTS)
175
unactest_DEPENDENCIES = libunac.la
176
unactest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177
  $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178
  $(unactest_LDFLAGS) $(LDFLAGS) -o $@
179
am_unactest1_OBJECTS = unactest1.$(OBJEXT)
180
unactest1_OBJECTS = $(am_unactest1_OBJECTS)
181
unactest1_DEPENDENCIES = libunac.la
182
unactest1_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183
  $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184
  $(unactest1_LDFLAGS) $(LDFLAGS) -o $@
185
AM_V_P = $(am__v_P_@AM_V@)
186
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
187
am__v_P_0 = false
188
am__v_P_1 = :
189
AM_V_GEN = $(am__v_GEN_@AM_V@)
190
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191
am__v_GEN_0 = @echo "  GEN     " $@;
192
am__v_GEN_1 = 
193
AM_V_at = $(am__v_at_@AM_V@)
194
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195
am__v_at_0 = @
196
am__v_at_1 = 
197
DEFAULT_INCLUDES = -I.@am__isrc@
198
depcomp = $(SHELL) $(top_srcdir)/depcomp
199
am__depfiles_maybe = depfiles
200
am__mv = mv -f
201
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
202
  $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
203
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204
  $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
205
  $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
206
  $(AM_CFLAGS) $(CFLAGS)
207
AM_V_CC = $(am__v_CC_@AM_V@)
208
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
209
am__v_CC_0 = @echo "  CC      " $@;
210
am__v_CC_1 = 
211
CCLD = $(CC)
212
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213
  $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
214
  $(AM_LDFLAGS) $(LDFLAGS) -o $@
215
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
216
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
217
am__v_CCLD_0 = @echo "  CCLD    " $@;
218
am__v_CCLD_1 = 
219
SOURCES = $(libunac_la_SOURCES) $(unaccent_SOURCES) \
220
  $(unactest_SOURCES) $(unactest1_SOURCES)
221
DIST_SOURCES = $(libunac_la_SOURCES) $(unaccent_SOURCES) \
222
  $(unactest_SOURCES) $(unactest1_SOURCES)
223
am__can_run_installinfo = \
224
  case $$AM_UPDATE_INFO_DIR in \
225
    n|no|NO) false;; \
226
    *) (install-info --version) >/dev/null 2>&1;; \
227
  esac
228
man1dir = $(mandir)/man1
229
man3dir = $(mandir)/man3
230
NROFF = nroff
231
MANS = $(man_MANS)
232
DATA = $(pkgconfig_DATA)
233
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
234
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
235
  $(LISP)config.h.in
236
# Read a list of newline-separated strings from the standard input,
237
# and print each of them once, without duplicates.  Input order is
238
# *not* preserved.
239
am__uniquify_input = $(AWK) '\
240
  BEGIN { nonempty = 0; } \
241
  { items[$$0] = 1; nonempty = 1; } \
242
  END { if (nonempty) { for (i in items) print i; }; } \
243
'
244
# Make sure the list of sources is unique.  This is necessary because,
245
# e.g., the same source file might be shared among _SOURCES variables
246
# for different programs/libraries.
247
am__define_uniq_tagged_files = \
248
  list='$(am__tagged_files)'; \
249
  unique=`for i in $$list; do \
250
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251
  done | $(am__uniquify_input)`
252
ETAGS = etags
253
CTAGS = ctags
254
CSCOPE = cscope
255
AM_RECURSIVE_TARGETS = cscope check recheck
256
am__tty_colors_dummy = \
257
  mgn= red= grn= lgn= blu= brg= std=; \
258
  am__color_tests=no
259
am__tty_colors = { \
260
  $(am__tty_colors_dummy); \
261
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
262
    am__color_tests=no; \
263
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
264
    am__color_tests=yes; \
265
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
266
    am__color_tests=yes; \
267
  fi; \
268
  if test $$am__color_tests = yes; then \
269
    red=''; \
270
    grn=''; \
271
    lgn=''; \
272
    blu=''; \
273
    mgn=''; \
274
    brg=''; \
275
    std=''; \
276
  fi; \
277
}
278
am__recheck_rx = ^[   ]*:recheck:[    ]*
279
am__global_test_result_rx = ^[    ]*:global-test-result:[     ]*
280
am__copy_in_global_log_rx = ^[    ]*:copy-in-global-log:[     ]*
281
# A command that, given a newline-separated list of test names on the
282
# standard input, print the name of the tests that are to be re-run
283
# upon "make recheck".
284
am__list_recheck_tests = $(AWK) '{ \
285
  recheck = 1; \
286
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
287
    { \
288
      if (rc < 0) \
289
        { \
290
          if ((getline line2 < ($$0 ".log")) < 0) \
291
      recheck = 0; \
292
          break; \
293
        } \
294
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
295
        { \
296
          recheck = 0; \
297
          break; \
298
        } \
299
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
300
        { \
301
          break; \
302
        } \
303
    }; \
304
  if (recheck) \
305
    print $$0; \
306
  close ($$0 ".trs"); \
307
  close ($$0 ".log"); \
308
}'
309
# A command that, given a newline-separated list of test names on the
310
# standard input, create the global log from their .trs and .log files.
311
am__create_global_log = $(AWK) ' \
312
function fatal(msg) \
313
{ \
314
  print "fatal: making $@: " msg | "cat >&2"; \
315
  exit 1; \
316
} \
317
function rst_section(header) \
318
{ \
319
  print header; \
320
  len = length(header); \
321
  for (i = 1; i <= len; i = i + 1) \
322
    printf "="; \
323
  printf "\n\n"; \
324
} \
325
{ \
326
  copy_in_global_log = 1; \
327
  global_test_result = "RUN"; \
328
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
329
    { \
330
      if (rc < 0) \
331
         fatal("failed to read from " $$0 ".trs"); \
332
      if (line ~ /$(am__global_test_result_rx)/) \
333
        { \
334
          sub("$(am__global_test_result_rx)", "", line); \
335
          sub("[  ]*$$", "", line); \
336
          global_test_result = line; \
337
        } \
338
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
339
        copy_in_global_log = 0; \
340
    }; \
341
  if (copy_in_global_log) \
342
    { \
343
      rst_section(global_test_result ": " $$0); \
344
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
345
      { \
346
        if (rc < 0) \
347
          fatal("failed to read from " $$0 ".log"); \
348
        print line; \
349
      }; \
350
      printf "\n"; \
351
    }; \
352
  close ($$0 ".trs"); \
353
  close ($$0 ".log"); \
354
}'
355
# Restructured Text title.
356
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
357
# Solaris 10 'make', and several other traditional 'make' implementations,
358
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
359
# by disabling -e (using the XSI extension "set +e") if it's set.
360
am__sh_e_setup = case $$- in *e*) set +e;; esac
361
# Default flags passed to test drivers.
362
am__common_driver_flags = \
363
  --color-tests "$$am__color_tests" \
364
  --enable-hard-errors "$$am__enable_hard_errors" \
365
  --expect-failure "$$am__expect_failure"
366
# To be inserted before the command running the test.  Creates the
367
# directory for the log if needed.  Stores in $dir the directory
368
# containing $f, in $tst the test, in $log the log.  Executes the
369
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
370
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
371
# will run the test scripts (or their associated LOG_COMPILER, if
372
# thy have one).
373
am__check_pre = \
374
$(am__sh_e_setup);                    \
375
$(am__vpath_adj_setup) $(am__vpath_adj)           \
376
$(am__tty_colors);                    \
377
srcdir=$(srcdir); export srcdir;          \
378
case "$@" in                      \
379
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;  \
380
    *) am__odir=.;;                   \
381
esac;                         \
382
test "x$$am__odir" = x"." || test -d "$$am__odir"     \
383
  || $(MKDIR_P) "$$am__odir" || exit $$?;     \
384
if test -f "./$$f"; then dir=./;          \
385
elif test -f "$$f"; then dir=;                \
386
else dir="$(srcdir)/"; fi;                \
387
tst=$$dir$$f; log='$@';               \
388
if test -n '$(DISABLE_HARD_ERRORS)'; then     \
389
  am__enable_hard_errors=no;              \
390
else                          \
391
  am__enable_hard_errors=yes;                 \
392
fi;                           \
393
case " $(XFAIL_TESTS) " in                \
394
  *[\ \   ]$$f[\ \    ]* | *[\ \  ]$$dir$$f[\ \   ]*) \
395
    am__expect_failure=yes;;              \
396
  *)                          \
397
    am__expect_failure=no;;               \
398
esac;                             \
399
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
400
# A shell command to get the names of the tests scripts with any registered
401
# extension removed (i.e., equivalently, the names of the test logs, with
402
# the '.log' extension removed).  The result is saved in the shell variable
403
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
404
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
405
# since that might cause problem with VPATH rewrites for suffix-less tests.
406
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
407
am__set_TESTS_bases = \
408
  bases='$(TEST_LOGS)'; \
409
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
410
  bases=`echo $$bases`
411
RECHECK_LOGS = $(TEST_LOGS)
412
TEST_SUITE_LOG = test-suite.log
413
TEST_EXTENSIONS = @EXEEXT@ .test
414
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
415
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
416
am__set_b = \
417
  case '$@' in \
418
    */*) \
419
      case '$*' in \
420
        */*) b='$*';; \
421
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
422
       esac;; \
423
    *) \
424
      b='$*';; \
425
  esac
426
am__test_logs1 = $(TESTS:=.log)
427
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
428
TEST_LOGS = $(am__test_logs2:.test.log=.log)
429
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
430
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
431
  $(TEST_LOG_FLAGS)
432
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
433
distdir = $(PACKAGE)-$(VERSION)
434
top_distdir = $(distdir)
435
am__remove_distdir = \
436
  if test -d "$(distdir)"; then \
437
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
438
      && rm -rf "$(distdir)" \
439
      || { sleep 5 && rm -rf "$(distdir)"; }; \
440
  else :; fi
441
am__post_remove_distdir = $(am__remove_distdir)
442
DIST_ARCHIVES = $(distdir).tar.gz
443
GZIP_ENV = --best
444
DIST_TARGETS = dist-gzip
445
distuninstallcheck_listfiles = find . -type f -print
446
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
447
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
448
distcleancheck_listfiles = find . -type f -print
449
ACLOCAL = @ACLOCAL@
82
AMTAR = @AMTAR@
450
AMTAR = @AMTAR@
451
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
83
AS = @AS@
452
AR = @AR@
453
AUTOCONF = @AUTOCONF@
454
AUTOHEADER = @AUTOHEADER@
455
AUTOMAKE = @AUTOMAKE@
84
AWK = @AWK@
456
AWK = @AWK@
85
CC = @CC@
457
CC = @CC@
458
CCDEPMODE = @CCDEPMODE@
459
CFLAGS = @CFLAGS@
460
CPP = @CPP@
461
CPPFLAGS = @CPPFLAGS@
462
CYGPATH_W = @CYGPATH_W@
463
DEFS = @DEFS@
86
DEPDIR = @DEPDIR@
464
DEPDIR = @DEPDIR@
87
DLLTOOL = @DLLTOOL@
465
DLLTOOL = @DLLTOOL@
466
DSYMUTIL = @DSYMUTIL@
467
DUMPBIN = @DUMPBIN@
88
ECHO = @ECHO@
468
ECHO_C = @ECHO_C@
469
ECHO_N = @ECHO_N@
470
ECHO_T = @ECHO_T@
471
EGREP = @EGREP@
89
EXEEXT = @EXEEXT@
472
EXEEXT = @EXEEXT@
90
HAVE_LIB = @HAVE_LIB@
473
FGREP = @FGREP@
474
GREP = @GREP@
475
INSTALL = @INSTALL@
476
INSTALL_DATA = @INSTALL_DATA@
477
INSTALL_PROGRAM = @INSTALL_PROGRAM@
478
INSTALL_SCRIPT = @INSTALL_SCRIPT@
91
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
479
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92
LIB = @LIB@
480
LD = @LD@
481
LDFLAGS = @LDFLAGS@
93
LIBICONV = @LIBICONV@
482
LIBICONV = @LIBICONV@
483
LIBOBJS = @LIBOBJS@
484
LIBS = @LIBS@
94
LIBTOOL = @LIBTOOL@
485
LIBTOOL = @LIBTOOL@
486
LIPO = @LIPO@
95
LN_S = @LN_S@
487
LN_S = @LN_S@
96
LTLIB = @LTLIB@
97
LTLIBICONV = @LTLIBICONV@
488
LTLIBICONV = @LTLIBICONV@
489
LTLIBOBJS = @LTLIBOBJS@
98
MAINT = @MAINT@
490
MAINT = @MAINT@
99
MAJOR_VERSION = @MAJOR_VERSION@
491
MAJOR_VERSION = @MAJOR_VERSION@
492
MAKEINFO = @MAKEINFO@
493
MANIFEST_TOOL = @MANIFEST_TOOL@
100
MICRO_VERSION = @MICRO_VERSION@
494
MICRO_VERSION = @MICRO_VERSION@
101
MINOR_VERSION = @MINOR_VERSION@
495
MINOR_VERSION = @MINOR_VERSION@
496
MKDIR_P = @MKDIR_P@
497
NM = @NM@
498
NMEDIT = @NMEDIT@
102
OBJDUMP = @OBJDUMP@
499
OBJDUMP = @OBJDUMP@
103
OBJEXT = @OBJEXT@
500
OBJEXT = @OBJEXT@
501
OTOOL = @OTOOL@
502
OTOOL64 = @OTOOL64@
104
PACKAGE = @PACKAGE@
503
PACKAGE = @PACKAGE@
504
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
505
PACKAGE_NAME = @PACKAGE_NAME@
506
PACKAGE_STRING = @PACKAGE_STRING@
507
PACKAGE_TARNAME = @PACKAGE_TARNAME@
508
PACKAGE_URL = @PACKAGE_URL@
509
PACKAGE_VERSION = @PACKAGE_VERSION@
510
PATH_SEPARATOR = @PATH_SEPARATOR@
105
PERL = @PERL@
511
PERL = @PERL@
106
RANLIB = @RANLIB@
512
RANLIB = @RANLIB@
513
SED = @SED@
514
SET_MAKE = @SET_MAKE@
107
SH = @SH@
515
SH = @SH@
516
SHELL = @SHELL@
108
STRIP = @STRIP@
517
STRIP = @STRIP@
109
UNICODE_VERSION = @UNICODE_VERSION@
518
UNICODE_VERSION = @UNICODE_VERSION@
110
am__include = @am__include@
111
am__quote = @am__quote@
112
install_sh = @install_sh@
113
519
114
#
520
#
115
# Build source and binary rpms. As of rpm-3.0, the ~/.rpmmacros
521
# Build source and binary rpms. As of rpm-3.0, the ~/.rpmmacros
116
# must contain the following line:
522
# must contain the following line:
117
# %_topdir /home/loic/local/rpm
523
# %_topdir /home/loic/local/rpm
118
# and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
524
# and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
119
#
525
#
120
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
526
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
527
abs_builddir = @abs_builddir@
528
abs_srcdir = @abs_srcdir@
529
abs_top_builddir = @abs_top_builddir@
530
abs_top_srcdir = @abs_top_srcdir@
531
ac_ct_AR = @ac_ct_AR@
532
ac_ct_CC = @ac_ct_CC@
533
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
534
am__include = @am__include@
535
am__leading_dot = @am__leading_dot@
536
am__quote = @am__quote@
537
am__tar = @am__tar@
538
am__untar = @am__untar@
539
bindir = @bindir@
540
build = @build@
541
build_alias = @build_alias@
542
build_cpu = @build_cpu@
543
build_os = @build_os@
544
build_vendor = @build_vendor@
545
builddir = @builddir@
546
datadir = @datadir@
547
datarootdir = @datarootdir@
548
docdir = @docdir@
549
dvidir = @dvidir@
550
exec_prefix = @exec_prefix@
551
host = @host@
552
host_alias = @host_alias@
553
host_cpu = @host_cpu@
554
host_os = @host_os@
555
host_vendor = @host_vendor@
556
htmldir = @htmldir@
557
includedir = @includedir@
558
infodir = @infodir@
559
install_sh = @install_sh@
560
libdir = @libdir@
561
libexecdir = @libexecdir@
562
localedir = @localedir@
563
localstatedir = @localstatedir@
564
mandir = @mandir@
565
mkdir_p = @mkdir_p@
566
oldincludedir = @oldincludedir@
567
pdfdir = @pdfdir@
568
prefix = @prefix@
569
program_transform_name = @program_transform_name@
570
psdir = @psdir@
571
sbindir = @sbindir@
572
sharedstatedir = @sharedstatedir@
573
srcdir = @srcdir@
574
sysconfdir = @sysconfdir@
575
target_alias = @target_alias@
576
top_build_prefix = @top_build_prefix@
577
top_builddir = @top_builddir@
578
top_srcdir = @top_srcdir@
121
579
580
#
581
# Documentation
582
#
122
man_MANS = unaccent.1 unac.3
583
man_MANS = unaccent.1 unac.3
123
INCLUDES = -DUNAC_VERSION=\"$(VERSION)\"
584
AM_CPPFLAGS = -DUNAC_VERSION=\"$(VERSION)\"
124
585
125
#
586
#
126
# Support programs
587
# Support programs
127
#
588
#
128
noinst_HEADERS = \
589
noinst_HEADERS = \
129
    getopt.h
590
    getopt.h
130
591
131
132
bin_PROGRAMS = unaccent
133
unaccent_SOURCES = unaccent.c 
592
unaccent_SOURCES = unaccent.c 
134
unaccent_LDFLAGS = $(PROFILING)
593
unaccent_LDFLAGS = $(PROFILING)
135
unaccent_LDADD = @LIBOBJS@ libunac.la
594
unaccent_LDADD = @LIBOBJS@ libunac.la
136
595
137
#
596
#
138
# Library and headers
597
# Library and headers
139
#
598
#
140
lib_LTLIBRARIES = libunac.la
599
lib_LTLIBRARIES = libunac.la
141
libunac_la_LDFLAGS = -version-info $(MAJOR_VERSION):$(MINOR_VERSION):$(MICRO_VERSION)
600
libunac_la_LDFLAGS = -version-info $(MAJOR_VERSION):$(MINOR_VERSION):$(MICRO_VERSION)
142
libunac_la_SOURCES = unac.c
601
libunac_la_SOURCES = unac.c
143
144
include_HEADERS = \
602
include_HEADERS = \
145
    unac.h
603
    unac.h
146
604
147
605
148
#
606
#
149
# Tests
607
# Tests
150
#
608
#
151
TESTS = t_unac
609
TESTS = t_unac
152
153
noinst_PROGRAMS = unactest unactest1
154
155
unactest_SOURCES = unactest.c
610
unactest_SOURCES = unactest.c
156
unactest_LDFLAGS = $(PROFILING)
611
unactest_LDFLAGS = $(PROFILING)
157
unactest_LDADD = libunac.la
612
unactest_LDADD = libunac.la
158
159
unactest1_SOURCES = unactest1.c
613
unactest1_SOURCES = unactest1.c
160
unactest1_LDFLAGS = $(PROFILING)
614
unactest1_LDFLAGS = $(PROFILING)
161
unactest1_LDADD = libunac.la
615
unactest1_LDADD = libunac.la
162
616
163
164
#
617
#
165
# Packaging
618
# Packaging
166
#
619
#
167
MAINTAINERCLEANFILES = $(DISTCLEANFILES)
620
MAINTAINERCLEANFILES = $(DISTCLEANFILES)
168
169
DISTCLEANFILES = config.log config.status
621
DISTCLEANFILES = config.log config.status
170
171
UNICODEDATA = UnicodeData-$(UNICODE_VERSION).txt
622
UNICODEDATA = UnicodeData-$(UNICODE_VERSION).txt
172
173
EXTRA_DIST = builder.in $(UNICODEDATA) .version t_unac.in \
623
EXTRA_DIST = builder.in $(UNICODEDATA) .version t_unac.in \
174
    unaccent.1 unac.3
624
    unaccent.1 unac.3
175
625
176
177
pkgconfigdir = ${libdir}/pkgconfig
626
pkgconfigdir = ${libdir}/pkgconfig
178
pkgconfig_DATA = unac.pc
627
pkgconfig_DATA = unac.pc
179
subdir = .
180
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
181
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
182
CONFIG_HEADER = config.h
183
CONFIG_CLEAN_FILES = unac.pc unac.spec t_unac builder
184
LTLIBRARIES = $(lib_LTLIBRARIES)
185
186
libunac_la_LIBADD =
187
am_libunac_la_OBJECTS = unac.lo
188
libunac_la_OBJECTS = $(am_libunac_la_OBJECTS)
189
bin_PROGRAMS = unaccent$(EXEEXT)
190
noinst_PROGRAMS = unactest$(EXEEXT) unactest1$(EXEEXT)
191
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
192
193
am_unaccent_OBJECTS = unaccent.$(OBJEXT)
194
unaccent_OBJECTS = $(am_unaccent_OBJECTS)
195
unaccent_DEPENDENCIES = @LIBOBJS@ libunac.la
196
am_unactest_OBJECTS = unactest.$(OBJEXT)
197
unactest_OBJECTS = $(am_unactest_OBJECTS)
198
unactest_DEPENDENCIES = libunac.la
199
am_unactest1_OBJECTS = unactest1.$(OBJEXT)
200
unactest1_OBJECTS = $(am_unactest1_OBJECTS)
201
unactest1_DEPENDENCIES = libunac.la
202
203
DEFS = @DEFS@
204
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
205
CPPFLAGS = @CPPFLAGS@
206
LDFLAGS = @LDFLAGS@
207
LIBS = @LIBS@
208
depcomp = $(SHELL) $(top_srcdir)/depcomp
209
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/getopt.Po $(DEPDIR)/unac.Plo \
210
@AMDEP_TRUE@  $(DEPDIR)/unaccent.Po $(DEPDIR)/unactest.Po \
211
@AMDEP_TRUE@  $(DEPDIR)/unactest1.Po
212
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
213
  $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
214
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
215
  $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
216
CCLD = $(CC)
217
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218
  $(AM_LDFLAGS) $(LDFLAGS) -o $@
219
CFLAGS = @CFLAGS@
220
DIST_SOURCES = $(libunac_la_SOURCES) $(unaccent_SOURCES) \
221
  $(unactest_SOURCES) $(unactest1_SOURCES)
222
223
NROFF = nroff
224
MANS = $(man_MANS)
225
DATA = $(pkgconfig_DATA)
226
227
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
228
229
DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) \
230
  ././stamp-h.in ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
231
  Makefile.am Makefile.in NEWS THANKS acinclude.m4 aclocal.m4 \
232
  builder.in config.guess config.h.in config.sub configure \
233
  configure.ac depcomp getopt.c install-sh ltconfig ltmain.sh \
234
  missing mkinstalldirs t_unac.in unac.pc.in unac.spec.in
235
SOURCES = $(libunac_la_SOURCES) $(unaccent_SOURCES) $(unactest_SOURCES) $(unactest1_SOURCES)
236
237
all: config.h
628
all: config.h
238
    $(MAKE) $(AM_MAKEFLAGS) all-am
629
    $(MAKE) $(AM_MAKEFLAGS) all-am
239
630
240
.SUFFIXES:
631
.SUFFIXES:
241
.SUFFIXES: .c .lo .o .obj
632
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
633
am--refresh: Makefile
634
  @:
635
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
636
  @for dep in $?; do \
637
    case '$(am__configure_deps)' in \
638
      *$$dep*) \
639
        echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
640
        $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
641
      && exit 0; \
642
        exit 1;; \
643
    esac; \
644
  done; \
645
  echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
646
  $(am__cd) $(top_srcdir) && \
647
    $(AUTOMAKE) --gnu Makefile
648
.PRECIOUS: Makefile
649
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
650
  @case '$?' in \
651
    *config.status*) \
652
      echo ' $(SHELL) ./config.status'; \
653
      $(SHELL) ./config.status;; \
654
    *) \
655
      echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
656
      cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
657
  esac;
658
659
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
660
  $(SHELL) ./config.status --recheck
661
662
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
663
  $(am__cd) $(srcdir) && $(AUTOCONF)
664
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
665
  $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
666
$(am__aclocal_m4_deps):
667
668
config.h: stamp-h1
669
  @test -f $@ || rm -f stamp-h1
670
  @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
671
672
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
673
  @rm -f stamp-h1
674
  cd $(top_builddir) && $(SHELL) ./config.status config.h
675
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
676
  ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
677
  rm -f stamp-h1
678
  touch $@
679
680
distclean-hdr:
681
  -rm -f config.h stamp-h1
682
unac.pc: $(top_builddir)/config.status $(srcdir)/unac.pc.in
683
  cd $(top_builddir) && $(SHELL) ./config.status $@
684
unac.spec: $(top_builddir)/config.status $(srcdir)/unac.spec.in
685
  cd $(top_builddir) && $(SHELL) ./config.status $@
686
t_unac: $(top_builddir)/config.status $(srcdir)/t_unac.in
687
  cd $(top_builddir) && $(SHELL) ./config.status $@
688
builder: $(top_builddir)/config.status $(srcdir)/builder.in
689
  cd $(top_builddir) && $(SHELL) ./config.status $@
690
691
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
692
  @$(NORMAL_INSTALL)
693
  @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
694
  list2=; for p in $$list; do \
695
    if test -f $$p; then \
696
      list2="$$list2 $$p"; \
697
    else :; fi; \
698
  done; \
699
  test -z "$$list2" || { \
700
    echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
701
    $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
702
    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
703
    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
704
  }
705
706
uninstall-libLTLIBRARIES:
707
  @$(NORMAL_UNINSTALL)
708
  @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
709
  for p in $$list; do \
710
    $(am__strip_dir) \
711
    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
712
    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
713
  done
714
715
clean-libLTLIBRARIES:
716
  -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
717
  @list='$(lib_LTLIBRARIES)'; \
718
  locs=`for p in $$list; do echo $$p; done | \
719
        sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
720
        sort -u`; \
721
  test -z "$$locs" || { \
722
    echo rm -f $${locs}; \
723
    rm -f $${locs}; \
724
  }
725
726
libunac.la: $(libunac_la_OBJECTS) $(libunac_la_DEPENDENCIES) $(EXTRA_libunac_la_DEPENDENCIES) 
727
  $(AM_V_CCLD)$(libunac_la_LINK) -rpath $(libdir) $(libunac_la_OBJECTS) $(libunac_la_LIBADD) $(LIBS)
728
install-binPROGRAMS: $(bin_PROGRAMS)
729
  @$(NORMAL_INSTALL)
730
  @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
731
  if test -n "$$list"; then \
732
    echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
733
    $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
734
  fi; \
735
  for p in $$list; do echo "$$p $$p"; done | \
736
  sed 's/$(EXEEXT)$$//' | \
737
  while read p p1; do if test -f $$p \
738
   || test -f $$p1 \
739
    ; then echo "$$p"; echo "$$p"; else :; fi; \
740
  done | \
741
  sed -e 'p;s,.*/,,;n;h' \
742
      -e 's|.*|.|' \
743
      -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
744
  sed 'N;N;N;s,\n, ,g' | \
745
  $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
746
    { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
747
      if ($$2 == $$4) files[d] = files[d] " " $$1; \
748
      else { print "f", $$3 "/" $$4, $$1; } } \
749
    END { for (d in files) print "f", d, files[d] }' | \
750
  while read type dir files; do \
751
      if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
752
      test -z "$$files" || { \
753
      echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
754
      $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
755
      } \
756
  ; done
757
758
uninstall-binPROGRAMS:
759
  @$(NORMAL_UNINSTALL)
760
  @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
761
  files=`for p in $$list; do echo "$$p"; done | \
762
    sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
763
        -e 's/$$/$(EXEEXT)/' \
764
  `; \
765
  test -n "$$list" || exit 0; \
766
  echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
767
  cd "$(DESTDIR)$(bindir)" && rm -f $$files
768
769
clean-binPROGRAMS:
770
  @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
771
  echo " rm -f" $$list; \
772
  rm -f $$list || exit $$?; \
773
  test -n "$(EXEEXT)" || exit 0; \
774
  list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
775
  echo " rm -f" $$list; \
776
  rm -f $$list
777
778
clean-noinstPROGRAMS:
779
  @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
780
  echo " rm -f" $$list; \
781
  rm -f $$list || exit $$?; \
782
  test -n "$(EXEEXT)" || exit 0; \
783
  list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
784
  echo " rm -f" $$list; \
785
  rm -f $$list
786
787
unaccent$(EXEEXT): $(unaccent_OBJECTS) $(unaccent_DEPENDENCIES) $(EXTRA_unaccent_DEPENDENCIES) 
788
  @rm -f unaccent$(EXEEXT)
789
  $(AM_V_CCLD)$(unaccent_LINK) $(unaccent_OBJECTS) $(unaccent_LDADD) $(LIBS)
790
791
unactest$(EXEEXT): $(unactest_OBJECTS) $(unactest_DEPENDENCIES) $(EXTRA_unactest_DEPENDENCIES) 
792
  @rm -f unactest$(EXEEXT)
793
  $(AM_V_CCLD)$(unactest_LINK) $(unactest_OBJECTS) $(unactest_LDADD) $(LIBS)
794
795
unactest1$(EXEEXT): $(unactest1_OBJECTS) $(unactest1_DEPENDENCIES) $(EXTRA_unactest1_DEPENDENCIES) 
796
  @rm -f unactest1$(EXEEXT)
797
  $(AM_V_CCLD)$(unactest1_LINK) $(unactest1_OBJECTS) $(unactest1_LDADD) $(LIBS)
798
799
mostlyclean-compile:
800
  -rm -f *.$(OBJEXT)
801
802
distclean-compile:
803
  -rm -f *.tab.c
804
805
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@
806
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unac.Plo@am__quote@
807
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unaccent.Po@am__quote@
808
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unactest.Po@am__quote@
809
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unactest1.Po@am__quote@
810
811
.c.o:
812
@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
813
@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
817
818
.c.obj:
819
@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
820
@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
824
825
.c.lo:
826
@am__fastdepCC_TRUE@  $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
827
@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
242
831
243
mostlyclean-libtool:
832
mostlyclean-libtool:
244
    -rm -f *.lo
833
    -rm -f *.lo
245
834
246
clean-libtool:
835
clean-libtool:
247
    -rm -rf .libs _libs
836
    -rm -rf .libs _libs
248
837
249
distclean-libtool:
838
distclean-libtool:
250
    -rm -f libtool
839
    -rm -f libtool config.lt
251
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
840
install-man1: $(man_MANS)
252
  cd $(top_srcdir) && \
253
    $(AUTOMAKE) --gnu  Makefile
254
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
255
  cd $(top_builddir) && \
256
    CONFIG_HEADERS= CONFIG_LINKS= \
257
    CONFIG_FILES=$@ $(SHELL) ./config.status
258
259
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260
  $(SHELL) ./config.status --recheck
261
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
262
  cd $(srcdir) && $(AUTOCONF)
263
264
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac acinclude.m4
265
  cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
266
config.h: stamp-h
267
  @if test ! -f $@; then \
268
      rm -f stamp-h; \
269
      $(MAKE) stamp-h; \
270
  else :; fi
271
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
272
  @rm -f stamp-h stamp-hT
273
  @echo timestamp > stamp-hT 2> /dev/null
274
  cd $(top_builddir) \
275
    && CONFIG_FILES= CONFIG_HEADERS=config.h \
276
       $(SHELL) ./config.status
277
  @mv stamp-hT stamp-h
278
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h.in
279
  @if test ! -f $@; then \
280
      rm -f $(srcdir)/./stamp-h.in; \
281
      $(MAKE) $(srcdir)/./stamp-h.in; \
282
  else :; fi
283
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
284
  @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
285
  @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
286
  cd $(top_srcdir) && $(AUTOHEADER)
287
  @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
288
289
distclean-hdr:
290
  -rm -f config.h
291
unac.pc: $(top_builddir)/config.status unac.pc.in
292
  cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
293
unac.spec: $(top_builddir)/config.status unac.spec.in
294
  cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
295
t_unac: $(top_builddir)/config.status t_unac.in
296
  cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
297
builder: $(top_builddir)/config.status builder.in
298
  cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
299
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
300
    @$(NORMAL_INSTALL)
841
    @$(NORMAL_INSTALL)
301
  $(mkinstalldirs) $(DESTDIR)$(libdir)
842
  @list1=''; \
302
  @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
843
  list2='$(man_MANS)'; \
844
  test -n "$(man1dir)" \
845
    && test -n "`echo $$list1$$list2`" \
846
    || exit 0; \
847
  echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
848
  $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
849
  { for i in $$list1; do echo "$$i"; done;  \
303
      if test -f $$p; then \
850
    if test -n "$$list2"; then \
304
      echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
851
    for i in $$list2; do echo "$$i"; done \
305
      $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
852
      | sed -n '/\.1[a-z]*$$/p'; \
306
    else :; fi; \
853
  fi; \
854
  } | while read p; do \
855
    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
856
    echo "$$d$$p"; echo "$$p"; \
307
    done
857
    done | \
308
858
  sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
309
uninstall-libLTLIBRARIES:
859
        -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
310
  @$(NORMAL_UNINSTALL)
860
  sed 'N;N;s,\n, ,g' | { \
311
  @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
861
  list=; while read file base inst; do \
312
    echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
862
    if test "$$base" = "$$inst"; then list="$$list $$file"; else \
313
    $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
863
      echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
314
  done
864
      $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
315
865
    fi; \
316
clean-libLTLIBRARIES:
317
  -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
318
libunac.la: $(libunac_la_OBJECTS) $(libunac_la_DEPENDENCIES) 
319
  $(LINK) -rpath $(libdir) $(libunac_la_LDFLAGS) $(libunac_la_OBJECTS) $(libunac_la_LIBADD) $(LIBS)
320
install-binPROGRAMS: $(bin_PROGRAMS)
321
  @$(NORMAL_INSTALL)
322
  $(mkinstalldirs) $(DESTDIR)$(bindir)
323
  @list='$(bin_PROGRAMS)'; for p in $$list; do \
324
    p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
325
    if test -f $$p \
326
       || test -f $$p1 \
327
    ; then \
328
      f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
329
     echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
330
     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
331
    else :; fi; \
332
  done
333
334
uninstall-binPROGRAMS:
335
  @$(NORMAL_UNINSTALL)
336
  @list='$(bin_PROGRAMS)'; for p in $$list; do \
337
    f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
338
    echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
339
    rm -f $(DESTDIR)$(bindir)/$$f; \
340
  done
341
342
clean-binPROGRAMS:
343
  -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
344
345
clean-noinstPROGRAMS:
346
  -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
347
unaccent$(EXEEXT): $(unaccent_OBJECTS) $(unaccent_DEPENDENCIES) 
348
  @rm -f unaccent$(EXEEXT)
349
  $(LINK) $(unaccent_LDFLAGS) $(unaccent_OBJECTS) $(unaccent_LDADD) $(LIBS)
350
unactest$(EXEEXT): $(unactest_OBJECTS) $(unactest_DEPENDENCIES) 
351
  @rm -f unactest$(EXEEXT)
352
  $(LINK) $(unactest_LDFLAGS) $(unactest_OBJECTS) $(unactest_LDADD) $(LIBS)
353
unactest1$(EXEEXT): $(unactest1_OBJECTS) $(unactest1_DEPENDENCIES) 
354
  @rm -f unactest1$(EXEEXT)
355
  $(LINK) $(unactest1_LDFLAGS) $(unactest1_OBJECTS) $(unactest1_LDADD) $(LIBS)
356
357
mostlyclean-compile:
358
  -rm -f *.$(OBJEXT) core *.core
359
360
distclean-compile:
361
  -rm -f *.tab.c
362
363
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@
364
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unac.Plo@am__quote@
365
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unaccent.Po@am__quote@
366
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unactest.Po@am__quote@
367
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unactest1.Po@am__quote@
368
369
distclean-depend:
370
  -rm -rf $(DEPDIR)
371
372
.c.o:
373
@AMDEP_TRUE@  source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374
@AMDEP_TRUE@  depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
375
@AMDEP_TRUE@  $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
  $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
377
378
.c.obj:
379
@AMDEP_TRUE@  source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380
@AMDEP_TRUE@  depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
381
@AMDEP_TRUE@  $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382
  $(COMPILE) -c `cygpath -w $<`
383
384
.c.lo:
385
@AMDEP_TRUE@  source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
386
@AMDEP_TRUE@  depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
387
@AMDEP_TRUE@  $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
  $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
389
CCDEPMODE = @CCDEPMODE@
390
uninstall-info-am:
391
392
man1dir = $(mandir)/man1
393
install-man1: $(man1_MANS) $(man_MANS)
394
  @$(NORMAL_INSTALL)
395
  $(mkinstalldirs) $(DESTDIR)$(man1dir)
396
  @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
397
  l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
398
  for i in $$l2; do \
399
    case "$$i" in \
400
      *.1*) list="$$list $$i" ;; \
401
    esac; \
402
    done; \
866
    done; \
403
  for i in $$list; do \
867
  for i in $$list; do echo "$$i"; done | $(am__base_list) | \
404
    if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
868
  while read files; do \
405
    else file=$$i; fi; \
869
    test -z "$$files" || { \
406
    ext=`echo $$i | sed -e 's/^.*\\.//'`; \
407
    inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
408
    inst=`echo $$inst | sed -e 's/^.*\///'`; \
409
    inst=`echo $$inst | sed '$(transform)'`.$$ext; \
410
      echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
870
        echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
411
      $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
871
        $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
412
    done
872
    done; }
873
413
uninstall-man1:
874
uninstall-man1:
414
    @$(NORMAL_UNINSTALL)
875
    @$(NORMAL_UNINSTALL)
415
  @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
876
  @list=''; test -n "$(man1dir)" || exit 0; \
416
  l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
877
  files=`{ for i in $$list; do echo "$$i"; done; \
417
  for i in $$l2; do \
878
  l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
418
    case "$$i" in \
879
    sed -n '/\.1[a-z]*$$/p'; \
419
      *.1*) list="$$list $$i" ;; \
880
  } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
420
    esac; \
881
        -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
882
  dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
883
install-man3: $(man_MANS)
884
  @$(NORMAL_INSTALL)
885
  @list1=''; \
886
  list2='$(man_MANS)'; \
887
  test -n "$(man3dir)" \
888
    && test -n "`echo $$list1$$list2`" \
889
    || exit 0; \
890
  echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
891
  $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
892
  { for i in $$list1; do echo "$$i"; done;  \
893
  if test -n "$$list2"; then \
894
    for i in $$list2; do echo "$$i"; done \
895
      | sed -n '/\.3[a-z]*$$/p'; \
896
  fi; \
897
  } | while read p; do \
898
    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
899
    echo "$$d$$p"; echo "$$p"; \
900
  done | \
901
  sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
902
        -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
903
  sed 'N;N;s,\n, ,g' | { \
904
  list=; while read file base inst; do \
905
    if test "$$base" = "$$inst"; then list="$$list $$file"; else \
906
      echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
907
      $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
908
    fi; \
421
    done; \
909
    done; \
422
  for i in $$list; do \
910
  for i in $$list; do echo "$$i"; done | $(am__base_list) | \
423
    ext=`echo $$i | sed -e 's/^.*\\.//'`; \
911
  while read files; do \
424
    inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
912
    test -z "$$files" || { \
425
    inst=`echo $$inst | sed -e 's/^.*\///'`; \
426
    inst=`echo $$inst | sed '$(transform)'`.$$ext; \
427
    echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
428
    rm -f $(DESTDIR)$(man1dir)/$$inst; \
429
  done
430
431
man3dir = $(mandir)/man3
432
install-man3: $(man3_MANS) $(man_MANS)
433
  @$(NORMAL_INSTALL)
434
  $(mkinstalldirs) $(DESTDIR)$(man3dir)
435
  @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
436
  l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
437
  for i in $$l2; do \
438
    case "$$i" in \
439
      *.3*) list="$$list $$i" ;; \
440
    esac; \
441
  done; \
442
  for i in $$list; do \
443
    if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
444
    else file=$$i; fi; \
445
    ext=`echo $$i | sed -e 's/^.*\\.//'`; \
446
    inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
447
    inst=`echo $$inst | sed -e 's/^.*\///'`; \
448
    inst=`echo $$inst | sed '$(transform)'`.$$ext; \
449
      echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
913
        echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
450
      $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
914
        $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
451
    done
915
    done; }
916
452
uninstall-man3:
917
uninstall-man3:
453
    @$(NORMAL_UNINSTALL)
918
    @$(NORMAL_UNINSTALL)
454
  @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
919
  @list=''; test -n "$(man3dir)" || exit 0; \
455
  l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
920
  files=`{ for i in $$list; do echo "$$i"; done; \
456
  for i in $$l2; do \
921
  l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
457
    case "$$i" in \
922
    sed -n '/\.3[a-z]*$$/p'; \
458
      *.3*) list="$$list $$i" ;; \
923
  } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
459
    esac; \
924
        -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
460
  done; \
925
  dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
461
  for i in $$list; do \
462
    ext=`echo $$i | sed -e 's/^.*\\.//'`; \
463
    inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
464
    inst=`echo $$inst | sed -e 's/^.*\///'`; \
465
    inst=`echo $$inst | sed '$(transform)'`.$$ext; \
466
    echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
467
    rm -f $(DESTDIR)$(man3dir)/$$inst; \
468
  done
469
install-pkgconfigDATA: $(pkgconfig_DATA)
926
install-pkgconfigDATA: $(pkgconfig_DATA)
470
    @$(NORMAL_INSTALL)
927
    @$(NORMAL_INSTALL)
471
  $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
928
  @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
472
  @list='$(pkgconfig_DATA)'; for p in $$list; do \
929
  if test -n "$$list"; then \
930
    echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
931
    $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
932
  fi; \
933
  for p in $$list; do \
473
      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
934
      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
474
    f="`echo $$p | sed -e 's|^.*/||'`"; \
935
    echo "$$d$$p"; \
936
  done | $(am__base_list) | \
937
  while read files; do \
475
      echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
938
      echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
476
      $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
939
      $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
477
    done
940
    done
478
941
479
uninstall-pkgconfigDATA:
942
uninstall-pkgconfigDATA:
480
    @$(NORMAL_UNINSTALL)
943
    @$(NORMAL_UNINSTALL)
481
  @list='$(pkgconfig_DATA)'; for p in $$list; do \
944
  @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
482
    f="`echo $$p | sed -e 's|^.*/||'`"; \
945
  files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
483
    echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
946
  dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
484
    rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
485
  done
486
install-includeHEADERS: $(include_HEADERS)
947
install-includeHEADERS: $(include_HEADERS)
487
    @$(NORMAL_INSTALL)
948
    @$(NORMAL_INSTALL)
488
  $(mkinstalldirs) $(DESTDIR)$(includedir)
949
  @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
489
  @list='$(include_HEADERS)'; for p in $$list; do \
950
  if test -n "$$list"; then \
951
    echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
952
    $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
953
  fi; \
954
  for p in $$list; do \
490
      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
955
      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
491
    f="`echo $$p | sed -e 's|^.*/||'`"; \
956
    echo "$$d$$p"; \
957
  done | $(am__base_list) | \
958
  while read files; do \
492
      echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
959
      echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
493
      $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
960
      $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
494
    done
961
    done
495
962
496
uninstall-includeHEADERS:
963
uninstall-includeHEADERS:
497
    @$(NORMAL_UNINSTALL)
964
    @$(NORMAL_UNINSTALL)
498
  @list='$(include_HEADERS)'; for p in $$list; do \
965
  @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
499
    f="`echo $$p | sed -e 's|^.*/||'`"; \
966
  files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
500
    echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
967
  dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
501
    rm -f $(DESTDIR)$(includedir)/$$f; \
502
  done
503
968
504
tags: TAGS
969
ID: $(am__tagged_files)
970
  $(am__define_uniq_tagged_files); mkid -fID $$unique
971
tags: tags-am
972
TAGS: tags
505
973
506
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
974
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507
  list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
975
  set x; \
508
  unique=`for i in $$list; do \
509
      if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
    done | \
511
    $(AWK) '    { files[$$0] = 1; } \
512
         END { for (i in files) print i; }'`; \
513
  mkid -fID $$unique $(LISP)
514
515
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
516
      $(TAGS_FILES) $(LISP)
517
  tags=; \
518
    here=`pwd`; \
976
    here=`pwd`; \
519
  list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
977
  $(am__define_uniq_tagged_files); \
520
  unique=`for i in $$list; do \
978
  shift; \
521
      if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
979
  if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
522
    done | \
980
    test -n "$$unique" || unique=$$empty_fix; \
523
    $(AWK) '    { files[$$0] = 1; } \
981
    if test $$# -gt 0; then \
524
         END { for (i in files) print i; }'`; \
982
      $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525
  test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
983
        "$$@" $$unique; \
526
    || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
984
    else \
985
      $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
986
        $$unique; \
987
    fi; \
988
  fi
989
ctags: ctags-am
990
991
CTAGS: ctags
992
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
993
  $(am__define_uniq_tagged_files); \
994
  test -z "$(CTAGS_ARGS)$$unique" \
995
    || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
996
       $$unique
527
997
528
GTAGS:
998
GTAGS:
529
    here=`CDPATH=: && cd $(top_builddir) && pwd` \
999
    here=`$(am__cd) $(top_builddir) && pwd` \
530
      && cd $(top_srcdir) \
1000
      && $(am__cd) $(top_srcdir) \
531
      && gtags -i $(GTAGS_ARGS) $$here
1001
      && gtags -i $(GTAGS_ARGS) "$$here"
1002
cscope: cscope.files
1003
  test ! -s cscope.files \
1004
    || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1005
clean-cscope:
1006
  -rm -f cscope.files
1007
cscope.files: clean-cscope cscopelist
1008
cscopelist: cscopelist-am
1009
1010
cscopelist-am: $(am__tagged_files)
1011
  list='$(am__tagged_files)'; \
1012
  case "$(srcdir)" in \
1013
    [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1014
    *) sdir=$(subdir)/$(srcdir) ;; \
1015
  esac; \
1016
  for i in $$list; do \
1017
    if test -f "$$i"; then \
1018
      echo "$(subdir)/$$i"; \
1019
    else \
1020
      echo "$$sdir/$$i"; \
1021
    fi; \
1022
  done >> $(top_builddir)/cscope.files
532
1023
533
distclean-tags:
1024
distclean-tags:
534
    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1025
    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1026
  -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
535
1027
536
check-TESTS: $(TESTS)
1028
# Recover from deleted '.trs' file; this should ensure that
537
  @failed=0; all=0; xfail=0; xpass=0; \
1029
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
538
  srcdir=$(srcdir); export srcdir; \
1030
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
539
  list='$(TESTS)'; \
1031
# to avoid problems with "make -n".
1032
.log.trs:
1033
  rm -f $< $@
1034
  $(MAKE) $(AM_MAKEFLAGS) $<
1035
1036
# Leading 'am--fnord' is there to ensure the list of targets does not
1037
# expand to empty, as could happen e.g. with make check TESTS=''.
1038
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1039
am--force-recheck:
1040
  @:
1041
1042
$(TEST_SUITE_LOG): $(TEST_LOGS)
1043
  @$(am__set_TESTS_bases); \
1044
  am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1045
  redo_bases=`for i in $$bases; do \
1046
                am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1047
              done`; \
540
    if test -n "$$list"; then \
1048
    if test -n "$$redo_bases"; then \
541
    for tst in $$list; do \
1049
    redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
542
      if test -f ./$$tst; then dir=./; \
1050
    redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
543
      elif test -f $$tst; then dir=; \
1051
    if $(am__make_dryrun); then :; else \
544
      else dir="$(srcdir)/"; fi; \
1052
      rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
545
      if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1053
    fi; \
546
        all=`expr $$all + 1`; \
1054
  fi; \
547
        case " $(XFAIL_TESTS) " in \
1055
  if test -n "$$am__remaking_logs"; then \
548
        *" $$tst "*) \
1056
    echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
549
          xpass=`expr $$xpass + 1`; \
1057
         "recursion detected" >&2; \
550
          failed=`expr $$failed + 1`; \
1058
  else \
551
          echo "XPASS: $$tst"; \
1059
    am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
552
        ;; \
1060
  fi; \
553
        *) \
1061
  if $(am__make_dryrun); then :; else \
554
          echo "PASS: $$tst"; \
1062
    st=0;  \
555
        ;; \
1063
    errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
556
        esac; \
1064
    for i in $$redo_bases; do \
557
      elif test $$? -ne 77; then \
1065
      test -f $$i.trs && test -r $$i.trs \
558
        all=`expr $$all + 1`; \
1066
        || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
559
        case " $(XFAIL_TESTS) " in \
1067
      test -f $$i.log && test -r $$i.log \
560
        *" $$tst "*) \
1068
        || { echo "$$errmsg $$i.log" >&2; st=1; }; \
561
          xfail=`expr $$xfail + 1`; \
1069
    done; \
562
          echo "XFAIL: $$tst"; \
1070
    test $$st -eq 0 || exit 1; \
563
        ;; \
1071
  fi
564
        *) \
1072
  @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
565
          failed=`expr $$failed + 1`; \
1073
  ws='[   ]'; \
566
          echo "FAIL: $$tst"; \
1074
  results=`for b in $$bases; do echo $$b.trs; done`; \
567
        ;; \
1075
  test -n "$$results" || results=/dev/null; \
568
        esac; \
1076
  all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1077
  pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1078
  fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1079
  skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1080
  xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1081
  xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1082
  error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1083
  if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1084
    success=true; \
1085
  else \
1086
    success=false; \
1087
  fi; \
1088
  br='==================='; br=$$br$$br$$br$$br; \
1089
  result_count () \
1090
  { \
1091
      if test x"$$1" = x"--maybe-color"; then \
1092
        maybe_colorize=yes; \
1093
      elif test x"$$1" = x"--no-color"; then \
1094
        maybe_colorize=no; \
1095
      else \
1096
        echo "$@: invalid 'result_count' usage" >&2; exit 4; \
569
        fi; \
1097
        fi; \
570
    done; \
1098
      shift; \
571
    if test "$$failed" -eq 0; then \
1099
      desc=$$1 count=$$2; \
572
      if test "$$xfail" -eq 0; then \
1100
      if test $$maybe_colorize = yes && test $$count -gt 0; then \
573
        banner="All $$all tests passed"; \
1101
        color_start=$$3 color_end=$$std; \
574
        else \
1102
        else \
575
        banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1103
        color_start= color_end=; \
576
        fi; \
1104
        fi; \
1105
      echo "$${color_start}# $$desc $$count$${color_end}"; \
1106
  }; \
1107
  create_testsuite_report () \
1108
  { \
1109
    result_count $$1 "TOTAL:" $$all   "$$brg"; \
1110
    result_count $$1 "PASS: " $$pass  "$$grn"; \
1111
    result_count $$1 "SKIP: " $$skip  "$$blu"; \
1112
    result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1113
    result_count $$1 "FAIL: " $$fail  "$$red"; \
1114
    result_count $$1 "XPASS:" $$xpass "$$red"; \
1115
    result_count $$1 "ERROR:" $$error "$$mgn"; \
1116
  }; \
1117
  {                               \
1118
    echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |   \
1119
      $(am__rst_title);                       \
1120
    create_testsuite_report --no-color;               \
1121
    echo;                             \
1122
    echo ".. contents:: :depth: 2";               \
1123
    echo;                             \
1124
    for b in $$bases; do echo $$b; done               \
1125
      | $(am__create_global_log);                 \
1126
  } >$(TEST_SUITE_LOG).tmp || exit 1;             \
1127
  mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);         \
1128
  if $$success; then                      \
1129
    col="$$grn";                          \
1130
   else                               \
1131
    col="$$red";                          \
1132
    test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);       \
1133
  fi;                             \
1134
  echo "$${col}$$br$${std}";                  \
1135
  echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1136
  echo "$${col}$$br$${std}";                  \
1137
  create_testsuite_report --maybe-color;              \
1138
  echo "$$col$$br$$std";                      \
1139
  if $$success; then :; else                  \
1140
    echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";     \
1141
    if test -n "$(PACKAGE_BUGREPORT)"; then           \
1142
      echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1143
    fi;                               \
1144
    echo "$$col$$br$$std";                    \
1145
  fi;                             \
1146
  $$success || exit 1
1147
1148
check-TESTS:
1149
  @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1150
  @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1151
  @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1152
  @set +e; $(am__set_TESTS_bases); \
1153
  log_list=`for i in $$bases; do echo $$i.log; done`; \
1154
  trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1155
  log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1156
  $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1157
  exit $$?;
1158
recheck: all 
1159
  @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1160
  @set +e; $(am__set_TESTS_bases); \
1161
  bases=`for i in $$bases; do echo $$i; done \
1162
           | $(am__list_recheck_tests)` || exit 1; \
1163
  log_list=`for i in $$bases; do echo $$i.log; done`; \
1164
  log_list=`echo $$log_list`; \
1165
  $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1166
          am__force_recheck=am--force-recheck \
1167
          TEST_LOGS="$$log_list"; \
1168
  exit $$?
1169
t_unac.log: t_unac
1170
  @p='t_unac'; \
1171
  b='t_unac'; \
1172
  $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1173
  --log-file $$b.log --trs-file $$b.trs \
1174
  $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1175
  "$$tst" $(AM_TESTS_FD_REDIRECT)
1176
.test.log:
1177
  @p='$<'; \
1178
  $(am__set_b); \
1179
  $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1180
  --log-file $$b.log --trs-file $$b.trs \
1181
  $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1182
  "$$tst" $(AM_TESTS_FD_REDIRECT)
1183
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1184
@am__EXEEXT_TRUE@ @p='$<'; \
1185
@am__EXEEXT_TRUE@ $(am__set_b); \
1186
@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1187
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1188
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1189
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1190
1191
distdir: $(DISTFILES)
1192
  $(am__remove_distdir)
1193
  test -d "$(distdir)" || mkdir "$(distdir)"
1194
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1195
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1196
  list='$(DISTFILES)'; \
1197
    dist_files=`for file in $$list; do echo $$file; done | \
1198
    sed -e "s|^$$srcdirstrip/||;t" \
1199
        -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1200
  case $$dist_files in \
1201
    */*) $(MKDIR_P) `echo "$$dist_files" | \
1202
             sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1203
             sort -u` ;; \
1204
  esac; \
1205
  for file in $$dist_files; do \
1206
    if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1207
    if test -d $$d/$$file; then \
1208
      dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1209
      if test -d "$(distdir)/$$file"; then \
1210
        find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1211
      fi; \
1212
      if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1213
        cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1214
        find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1215
      fi; \
1216
      cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
577
      else \
1217
      else \
578
      if test "$$xpass" -eq 0; then \
579
        banner="$$failed of $$all tests failed"; \
580
      else \
581
        banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
582
      fi; \
583
    fi; \
584
    dashes=`echo "$$banner" | sed s/./=/g`; \
585
    echo "$$dashes"; \
586
    echo "$$banner"; \
587
    echo "$$dashes"; \
588
    test "$$failed" -eq 0; \
589
  fi
590
591
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
592
593
top_distdir = .
594
# Avoid unsightly `./'.
595
distdir = $(PACKAGE)-$(VERSION)
596
597
GZIP_ENV = --best
598
599
distdir: $(DISTFILES)
600
  -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
601
  mkdir $(distdir)
602
  $(mkinstalldirs) $(distdir)/. $(distdir)/./.
603
  @for file in $(DISTFILES); do \
604
    if test -f $$file; then d=.; else d=$(srcdir); fi; \
605
    dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
606
    if test "$$dir" != "$$file" && test "$$dir" != "."; then \
607
      $(mkinstalldirs) "$(distdir)/$$dir"; \
608
    fi; \
609
    if test -d $$d/$$file; then \
610
      cp -pR $$d/$$file $(distdir) \
611
      || exit 1; \
612
    else \
613
        test -f $(distdir)/$$file \
1218
        test -f "$(distdir)/$$file" \
614
        || cp -p $$d/$$file $(distdir)/$$file \
1219
        || cp -p $$d/$$file "$(distdir)/$$file" \
615
        || exit 1; \
1220
        || exit 1; \
616
      fi; \
1221
      fi; \
617
    done
1222
    done
618
  -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1223
  -test -n "$(am__skip_mode_fix)" \
1224
  || find "$(distdir)" -type d ! -perm -755 \
1225
      -exec chmod u+rwx,go+rx {} \; -o \
619
      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1226
      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
620
      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1227
      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
621
      ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
1228
      ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
622
    || chmod -R a+r $(distdir)
1229
    || chmod -R a+r "$(distdir)"
1230
dist-gzip: distdir
1231
  tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1232
  $(am__post_remove_distdir)
1233
1234
dist-bzip2: distdir
1235
  tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1236
  $(am__post_remove_distdir)
1237
1238
dist-lzip: distdir
1239
  tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1240
  $(am__post_remove_distdir)
1241
623
dist: distdir
1242
dist-xz: distdir
1243
  tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1244
  $(am__post_remove_distdir)
1245
1246
dist-tarZ: distdir
1247
  @echo WARNING: "Support for shar distribution archives is" \
1248
                 "deprecated." >&2
1249
  @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1250
  tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1251
  $(am__post_remove_distdir)
1252
1253
dist-shar: distdir
1254
  @echo WARNING: "Support for distribution archives compressed with" \
1255
             "legacy program 'compress' is deprecated." >&2
1256
  @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
624
    $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1257
    shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
625
  -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
1258
  $(am__post_remove_distdir)
1259
1260
dist-zip: distdir
1261
  -rm -f $(distdir).zip
1262
  zip -rq $(distdir).zip $(distdir)
1263
  $(am__post_remove_distdir)
1264
1265
dist dist-all:
1266
  $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1267
  $(am__post_remove_distdir)
626
1268
627
# This target untars the dist file and tries a VPATH configuration.  Then
1269
# This target untars the dist file and tries a VPATH configuration.  Then
628
# it guarantees that the distribution is self-contained by making another
1270
# it guarantees that the distribution is self-contained by making another
629
# tarfile.
1271
# tarfile.
630
distcheck: dist
1272
distcheck: dist
631
  -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
1273
  case '$(DIST_ARCHIVES)' in \
1274
  *.tar.gz*) \
632
    GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
1275
      GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
633
  chmod -R a-w $(distdir); chmod a+w $(distdir)
1276
  *.tar.bz2*) \
634
  mkdir $(distdir)/=build
1277
    bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
635
  mkdir $(distdir)/=inst
1278
  *.tar.lz*) \
1279
    lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1280
  *.tar.xz*) \
1281
    xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1282
  *.tar.Z*) \
1283
    uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1284
  *.shar.gz*) \
1285
    GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1286
  *.zip*) \
1287
    unzip $(distdir).zip ;;\
1288
  esac
1289
  chmod -R a-w $(distdir)
1290
  chmod u+w $(distdir)
1291
  mkdir $(distdir)/_build $(distdir)/_inst
636
    chmod a-w $(distdir)
1292
    chmod a-w $(distdir)
637
  dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
1293
  test -d $(distdir)/_build || exit 0; \
1294
  dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1295
    && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1296
    && am__cwd=`pwd` \
638
      && cd $(distdir)/=build \
1297
      && $(am__cd) $(distdir)/_build \
639
      && ../configure --srcdir=.. --prefix=$$dc_install_base \
1298
      && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1299
      $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1300
      $(DISTCHECK_CONFIGURE_FLAGS) \
640
      && $(MAKE) $(AM_MAKEFLAGS) \
1301
      && $(MAKE) $(AM_MAKEFLAGS) \
641
      && $(MAKE) $(AM_MAKEFLAGS) dvi \
1302
      && $(MAKE) $(AM_MAKEFLAGS) dvi \
642
      && $(MAKE) $(AM_MAKEFLAGS) check \
1303
      && $(MAKE) $(AM_MAKEFLAGS) check \
643
      && $(MAKE) $(AM_MAKEFLAGS) install \
1304
      && $(MAKE) $(AM_MAKEFLAGS) install \
644
      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1305
      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
645
      && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1306
      && $(MAKE) $(AM_MAKEFLAGS) uninstall \
646
    && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
1307
    && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
647
       || (echo "Error: files left after uninstall" 1>&2; \
1308
          distuninstallcheck \
648
           exit 1) ) \
1309
    && chmod -R a-w "$$dc_install_base" \
1310
    && ({ \
1311
         (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1312
         && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1313
         && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1314
         && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1315
              distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1316
        } || { rm -rf "$$dc_destdir"; exit 1; }) \
1317
    && rm -rf "$$dc_destdir" \
649
      && $(MAKE) $(AM_MAKEFLAGS) dist \
1318
      && $(MAKE) $(AM_MAKEFLAGS) dist \
1319
    && rm -rf $(DIST_ARCHIVES) \
650
      && $(MAKE) $(AM_MAKEFLAGS) distclean \
1320
      && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
651
    && rm -f $(distdir).tar.gz \
1321
    && cd "$$am__cwd" \
652
    && (test `find . -type f -print | wc -l` -eq 0 \
1322
    || exit 1
653
       || (echo "Error: files left after distclean" 1>&2; \
1323
  $(am__post_remove_distdir)
654
           exit 1) )
655
  -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
656
    @echo "$(distdir).tar.gz is ready for distribution" | \
1324
    @(echo "$(distdir) archives ready for distribution: "; \
657
    sed 'h;s/./=/g;p;x;p;x'
1325
    list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1326
    sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1327
distuninstallcheck:
1328
  @test -n '$(distuninstallcheck_dir)' || { \
1329
    echo 'ERROR: trying to run $@ with an empty' \
1330
         '$$(distuninstallcheck_dir)' >&2; \
1331
    exit 1; \
1332
  }; \
1333
  $(am__cd) '$(distuninstallcheck_dir)' || { \
1334
    echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1335
    exit 1; \
1336
  }; \
1337
  test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1338
     || { echo "ERROR: files left after uninstall:" ; \
1339
          if test -n "$(DESTDIR)"; then \
1340
            echo "  (check DESTDIR support)"; \
1341
          fi ; \
1342
          $(distuninstallcheck_listfiles) ; \
1343
          exit 1; } >&2
1344
distcleancheck: distclean
1345
  @if test '$(srcdir)' = . ; then \
1346
    echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1347
    exit 1 ; \
1348
  fi
1349
  @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1350
    || { echo "ERROR: files left in build directory after distclean:" ; \
1351
         $(distcleancheck_listfiles) ; \
1352
         exit 1; } >&2
658
check-am: all-am
1353
check-am: all-am
659
    $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1354
    $(MAKE) $(AM_MAKEFLAGS) check-TESTS
660
check: check-am
1355
check: check-am
661
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
1356
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
662
        config.h
1357
        config.h
663
install-binPROGRAMS: install-libLTLIBRARIES
1358
install-binPROGRAMS: install-libLTLIBRARIES
664
1359
665
666
installdirs:
1360
installdirs:
667
    $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(man3dir) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(includedir)
1361
    for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
668
1362
    test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1363
  done
669
install: install-am
1364
install: install-am
670
install-exec: install-exec-am
1365
install-exec: install-exec-am
671
install-data: install-data-am
1366
install-data: install-data-am
672
uninstall: uninstall-am
1367
uninstall: uninstall-am
673
1368
674
install-am: all-am
1369
install-am: all-am
675
    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1370
    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
676
1371
677
installcheck: installcheck-am
1372
installcheck: installcheck-am
678
install-strip:
1373
install-strip:
1374
  if test -z '$(STRIP)'; then \
679
    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1375
      $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680
    `test -z '$(STRIP)' || \
1376
      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1377
        install; \
1378
  else \
1379
    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1380
      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681
        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1381
        "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1382
  fi
682
mostlyclean-generic:
1383
mostlyclean-generic:
1384
  -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1385
  -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1386
  -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
683
1387
684
clean-generic:
1388
clean-generic:
685
1389
686
distclean-generic:
1390
distclean-generic:
687
  -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1391
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1392
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
688
    -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1393
    -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
689
1394
690
maintainer-clean-generic:
1395
maintainer-clean-generic:
691
    @echo "This command is intended for maintainers to use"
1396
    @echo "This command is intended for maintainers to use"
692
    @echo "it deletes files that may require special tools to rebuild."
1397
    @echo "it deletes files that may require special tools to rebuild."
...
...
694
clean: clean-am
1399
clean: clean-am
695
1400
696
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1401
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
697
    clean-libtool clean-local clean-noinstPROGRAMS mostlyclean-am
1402
    clean-libtool clean-local clean-noinstPROGRAMS mostlyclean-am
698
1403
699
dist-all: distdir
700
  $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
701
  -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
702
distclean: distclean-am
1404
distclean: distclean-am
703
  -rm -f config.status config.cache config.log
1405
  -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1406
  -rm -rf $(DEPDIR) ./$(DEPDIR)
1407
  -rm -f Makefile
704
distclean-am: clean-am distclean-compile distclean-depend \
1408
distclean-am: clean-am distclean-compile distclean-generic \
705
  distclean-generic distclean-hdr distclean-libtool \
1409
  distclean-hdr distclean-libtool distclean-tags
706
  distclean-tags
707
1410
708
dvi: dvi-am
1411
dvi: dvi-am
709
1412
710
dvi-am:
1413
dvi-am:
1414
1415
html: html-am
1416
1417
html-am:
711
1418
712
info: info-am
1419
info: info-am
713
1420
714
info-am:
1421
info-am:
715
1422
716
install-data-am: install-includeHEADERS install-man \
1423
install-data-am: install-includeHEADERS install-man \
717
    install-pkgconfigDATA
1424
    install-pkgconfigDATA
718
1425
1426
install-dvi: install-dvi-am
1427
1428
install-dvi-am:
1429
719
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1430
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
720
1431
1432
install-html: install-html-am
1433
1434
install-html-am:
1435
721
install-info: install-info-am
1436
install-info: install-info-am
722
1437
1438
install-info-am:
1439
723
install-man: install-man1 install-man3
1440
install-man: install-man1 install-man3
724
1441
1442
install-pdf: install-pdf-am
1443
1444
install-pdf-am:
1445
1446
install-ps: install-ps-am
1447
1448
install-ps-am:
1449
725
installcheck-am:
1450
installcheck-am:
726
1451
727
maintainer-clean: maintainer-clean-am
1452
maintainer-clean: maintainer-clean-am
728
1453
  -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1454
  -rm -rf $(top_srcdir)/autom4te.cache
1455
  -rm -rf $(DEPDIR) ./$(DEPDIR)
1456
  -rm -f Makefile
729
maintainer-clean-am: distclean-am maintainer-clean-generic
1457
maintainer-clean-am: distclean-am maintainer-clean-generic
730
1458
731
mostlyclean: mostlyclean-am
1459
mostlyclean: mostlyclean-am
732
1460
733
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1461
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
734
    mostlyclean-libtool
1462
    mostlyclean-libtool
735
1463
1464
pdf: pdf-am
1465
1466
pdf-am:
1467
1468
ps: ps-am
1469
1470
ps-am:
1471
736
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1472
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
737
  uninstall-info-am uninstall-libLTLIBRARIES uninstall-man \
1473
  uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
738
  uninstall-pkgconfigDATA
739
1474
740
uninstall-man: uninstall-man1 uninstall-man3
1475
uninstall-man: uninstall-man1 uninstall-man3
741
1476
742
.PHONY: GTAGS all all-am check check-TESTS check-am clean \
1477
.MAKE: all check-am install-am install-strip
743
  clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1478
744
  clean-libtool clean-local clean-noinstPROGRAMS dist dist-all \
1479
.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
745
  distcheck distclean distclean-compile distclean-depend \
1480
  check-am clean clean-binPROGRAMS clean-cscope clean-generic \
1481
  clean-libLTLIBRARIES clean-libtool clean-local \
1482
  clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
1483
  dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1484
  dist-xz dist-zip distcheck distclean distclean-compile \
746
    distclean-generic distclean-hdr distclean-libtool \
1485
    distclean-generic distclean-hdr distclean-libtool \
747
  distclean-tags distdir dvi dvi-am info info-am install \
1486
  distclean-tags distcleancheck distdir distuninstallcheck dvi \
1487
  dvi-am html html-am info info-am install install-am \
748
    install-am install-binPROGRAMS install-data install-data-am \
1488
    install-binPROGRAMS install-data install-data-am install-dvi \
749
  install-exec install-exec-am install-includeHEADERS \
1489
  install-dvi-am install-exec install-exec-am install-html \
1490
  install-html-am install-includeHEADERS install-info \
750
    install-info install-info-am install-libLTLIBRARIES install-man \
1491
    install-info-am install-libLTLIBRARIES install-man \
751
    install-man1 install-man3 install-pkgconfigDATA install-strip \
1492
    install-man1 install-man3 install-pdf install-pdf-am \
1493
  install-pkgconfigDATA install-ps install-ps-am install-strip \
752
    installcheck installcheck-am installdirs maintainer-clean \
1494
    installcheck installcheck-am installdirs maintainer-clean \
753
    maintainer-clean-generic mostlyclean mostlyclean-compile \
1495
    maintainer-clean-generic mostlyclean mostlyclean-compile \
754
    mostlyclean-generic mostlyclean-libtool tags uninstall \
1496
    mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1497
  recheck tags tags-am uninstall uninstall-am \
755
    uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \
1498
    uninstall-binPROGRAMS uninstall-includeHEADERS \
756
  uninstall-info-am uninstall-libLTLIBRARIES uninstall-man \
1499
  uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
757
    uninstall-man1 uninstall-man3 uninstall-pkgconfigDATA
1500
    uninstall-man3 uninstall-pkgconfigDATA
758
1501
759
1502
760
unac.c: $(UNICODEDATA) builder.in
1503
unac.c: $(UNICODEDATA) builder.in
761
    $(PERL) builder -source -database=$(srcdir)/$(UNICODEDATA)
1504
    $(PERL) builder -source -database=$(srcdir)/$(UNICODEDATA)
762
1505
...
...
771
#
1514
#
772
# Cleanup
1515
# Cleanup
773
#
1516
#
774
clean-local:
1517
clean-local:
775
    rm -f unac.reference
1518
    rm -f unac.reference
1519
776
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1520
# Tell versions [3.59,3.63) of GNU make to not export all variables.
777
# Otherwise a system limit (for SysV at least) may be exceeded.
1521
# Otherwise a system limit (for SysV at least) may be exceeded.
778
.NOEXPORT:
1522
.NOEXPORT: