~ubuntu-branches/ubuntu/saucy/liblouis/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/tables/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Samuel Thibault, Luke Yelavich
  • Date: 2013-05-15 06:30:47 UTC
  • mfrom: (1.1.8) (3.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20130515063047-gvjgpomsle4rjobe
Tags: 2.5.2-1ubuntu1
[ Samuel Thibault ]
* control: Make liblouis-dev Multi-Arch: same.

[ Luke Yelavich ]
* Merge with debian unstable, remaining changes:
  - Build a python 3 package
  - Tweak gbp.conf for ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ../..
 
38
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
40
install_sh_DATA = $(install_sh) -c -m 644
26
41
install_sh_PROGRAM = $(install_sh) -c
27
42
install_sh_SCRIPT = $(install_sh) -c
44
59
        $(top_srcdir)/gnulib/m4/gnulib-common.m4 \
45
60
        $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
46
61
        $(top_srcdir)/gnulib/m4/include_next.m4 \
 
62
        $(top_srcdir)/gnulib/m4/nocrash.m4 \
 
63
        $(top_srcdir)/gnulib/m4/off_t.m4 \
47
64
        $(top_srcdir)/gnulib/m4/onceonly.m4 \
 
65
        $(top_srcdir)/gnulib/m4/ssize_t.m4 \
48
66
        $(top_srcdir)/gnulib/m4/stdarg.m4 \
49
67
        $(top_srcdir)/gnulib/m4/stddef_h.m4 \
 
68
        $(top_srcdir)/gnulib/m4/sys_types_h.m4 \
50
69
        $(top_srcdir)/gnulib/m4/unistd_h.m4 \
51
70
        $(top_srcdir)/gnulib/m4/version-etc.m4 \
52
 
        $(top_srcdir)/gnulib/m4/wchar_t.m4 $(top_srcdir)/configure.ac
 
71
        $(top_srcdir)/gnulib/m4/warn-on-use.m4 \
 
72
        $(top_srcdir)/gnulib/m4/wchar_t.m4 $(top_srcdir)/m4/libtool.m4 \
 
73
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
74
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
75
        $(top_srcdir)/configure.ac
53
76
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
77
        $(ACLOCAL_M4)
55
78
mkinstalldirs = $(install_sh) -d
56
79
CONFIG_HEADER = $(top_builddir)/liblouis/config.h
57
80
CONFIG_CLEAN_FILES =
 
81
CONFIG_CLEAN_VPATH_FILES =
58
82
SOURCES =
59
83
DIST_SOURCES =
 
84
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
85
        html-recursive info-recursive install-data-recursive \
 
86
        install-dvi-recursive install-exec-recursive \
 
87
        install-html-recursive install-info-recursive \
 
88
        install-pdf-recursive install-ps-recursive install-recursive \
 
89
        installcheck-recursive installdirs-recursive pdf-recursive \
 
90
        ps-recursive uninstall-recursive
 
91
am__can_run_installinfo = \
 
92
  case $$AM_UPDATE_INFO_DIR in \
 
93
    n|no|NO) false;; \
 
94
    *) (install-info --version) >/dev/null 2>&1;; \
 
95
  esac
 
96
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
97
  distclean-recursive maintainer-clean-recursive
 
98
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
99
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
100
        distdir
 
101
ETAGS = etags
 
102
CTAGS = ctags
 
103
DIST_SUBDIRS = $(SUBDIRS)
60
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
105
am__relativize = \
 
106
  dir0=`pwd`; \
 
107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
108
  sed_rest='s,^[^/]*/*,,'; \
 
109
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
110
  sed_butlast='s,/*[^/]*$$,,'; \
 
111
  while test -n "$$dir1"; do \
 
112
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
113
    if test "$$first" != "."; then \
 
114
      if test "$$first" = ".."; then \
 
115
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
116
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
117
      else \
 
118
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
119
        if test "$$first2" = "$$first"; then \
 
120
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
121
        else \
 
122
          dir2="../$$dir2"; \
 
123
        fi; \
 
124
        dir0="$$dir0"/"$$first"; \
 
125
      fi; \
 
126
    fi; \
 
127
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
128
  done; \
 
129
  reldir="$$dir2"
61
130
ACLOCAL = @ACLOCAL@
62
 
AMDEP_FALSE = @AMDEP_FALSE@
63
 
AMDEP_TRUE = @AMDEP_TRUE@
64
131
AMTAR = @AMTAR@
65
132
AR = @AR@
 
133
ARFLAGS = @ARFLAGS@
66
134
AS = @AS@
67
135
AUTOCONF = @AUTOCONF@
68
136
AUTOHEADER = @AUTOHEADER@
73
141
CFLAGS = @CFLAGS@
74
142
CPP = @CPP@
75
143
CPPFLAGS = @CPPFLAGS@
76
 
CXX = @CXX@
77
 
CXXCPP = @CXXCPP@
78
 
CXXDEPMODE = @CXXDEPMODE@
79
 
CXXFLAGS = @CXXFLAGS@
80
144
CYGPATH_W = @CYGPATH_W@
81
145
DEFS = @DEFS@
82
146
DEPDIR = @DEPDIR@
83
147
DLLTOOL = @DLLTOOL@
84
 
ECHO = @ECHO@
 
148
DSYMUTIL = @DSYMUTIL@
 
149
DUMPBIN = @DUMPBIN@
85
150
ECHO_C = @ECHO_C@
86
151
ECHO_N = @ECHO_N@
87
152
ECHO_T = @ECHO_T@
88
153
EGREP = @EGREP@
89
154
EXEEXT = @EXEEXT@
90
 
F77 = @F77@
91
 
FFLAGS = @FFLAGS@
 
155
FGREP = @FGREP@
92
156
GETOPT_H = @GETOPT_H@
93
 
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
94
 
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 
157
GNULIB_CHDIR = @GNULIB_CHDIR@
95
158
GNULIB_CHOWN = @GNULIB_CHOWN@
96
159
GNULIB_CLOSE = @GNULIB_CLOSE@
 
160
GNULIB_DUP = @GNULIB_DUP@
97
161
GNULIB_DUP2 = @GNULIB_DUP2@
98
162
GNULIB_DUP3 = @GNULIB_DUP3@
99
163
GNULIB_ENVIRON = @GNULIB_ENVIRON@
101
165
GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
102
166
GNULIB_FCHDIR = @GNULIB_FCHDIR@
103
167
GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
 
168
GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
104
169
GNULIB_FSYNC = @GNULIB_FSYNC@
105
170
GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
106
171
GNULIB_GETCWD = @GNULIB_GETCWD@
107
172
GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
108
173
GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
 
174
GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
109
175
GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
 
176
GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
110
177
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
111
178
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
112
179
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
 
180
GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
 
181
GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
 
182
GNULIB_ISATTY = @GNULIB_ISATTY@
113
183
GNULIB_LCHOWN = @GNULIB_LCHOWN@
114
184
GNULIB_LINK = @GNULIB_LINK@
115
185
GNULIB_LINKAT = @GNULIB_LINKAT@
116
186
GNULIB_LSEEK = @GNULIB_LSEEK@
 
187
GNULIB_PIPE = @GNULIB_PIPE@
117
188
GNULIB_PIPE2 = @GNULIB_PIPE2@
 
189
GNULIB_PREAD = @GNULIB_PREAD@
 
190
GNULIB_PWRITE = @GNULIB_PWRITE@
 
191
GNULIB_READ = @GNULIB_READ@
118
192
GNULIB_READLINK = @GNULIB_READLINK@
119
193
GNULIB_READLINKAT = @GNULIB_READLINKAT@
120
194
GNULIB_RMDIR = @GNULIB_RMDIR@
 
195
GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
121
196
GNULIB_SLEEP = @GNULIB_SLEEP@
122
197
GNULIB_SYMLINK = @GNULIB_SYMLINK@
123
198
GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
124
 
GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
 
199
GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
 
200
GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
125
201
GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
126
202
GNULIB_UNLINK = @GNULIB_UNLINK@
127
203
GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
 
204
GNULIB_USLEEP = @GNULIB_USLEEP@
128
205
GNULIB_WRITE = @GNULIB_WRITE@
 
206
GREP = @GREP@
 
207
HAVE_CHOWN = @HAVE_CHOWN@
129
208
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
 
209
HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
 
210
HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
 
211
HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
130
212
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
 
213
HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
 
214
HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
 
215
HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
 
216
HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
131
217
HAVE_DUP2 = @HAVE_DUP2@
132
218
HAVE_DUP3 = @HAVE_DUP3@
133
219
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
134
220
HAVE_FACCESSAT = @HAVE_FACCESSAT@
 
221
HAVE_FCHDIR = @HAVE_FCHDIR@
135
222
HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
 
223
HAVE_FDATASYNC = @HAVE_FDATASYNC@
136
224
HAVE_FSYNC = @HAVE_FSYNC@
137
225
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
138
 
HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
139
226
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
 
227
HAVE_GETGROUPS = @HAVE_GETGROUPS@
140
228
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
 
229
HAVE_GETLOGIN = @HAVE_GETLOGIN@
141
230
HAVE_GETOPT_H = @HAVE_GETOPT_H@
142
231
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
143
 
HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
144
 
HAVE_HELP2MAN_FALSE = @HAVE_HELP2MAN_FALSE@
145
 
HAVE_HELP2MAN_TRUE = @HAVE_HELP2MAN_TRUE@
 
232
HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
 
233
HAVE_LCHOWN = @HAVE_LCHOWN@
146
234
HAVE_LINK = @HAVE_LINK@
147
235
HAVE_LINKAT = @HAVE_LINKAT@
148
236
HAVE_OS_H = @HAVE_OS_H@
 
237
HAVE_PIPE = @HAVE_PIPE@
149
238
HAVE_PIPE2 = @HAVE_PIPE2@
 
239
HAVE_PREAD = @HAVE_PREAD@
 
240
HAVE_PWRITE = @HAVE_PWRITE@
150
241
HAVE_READLINK = @HAVE_READLINK@
151
242
HAVE_READLINKAT = @HAVE_READLINKAT@
 
243
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
152
244
HAVE_SLEEP = @HAVE_SLEEP@
153
245
HAVE_SYMLINK = @HAVE_SYMLINK@
154
246
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
155
247
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
156
248
HAVE_UNISTD_H = @HAVE_UNISTD_H@
157
249
HAVE_UNLINKAT = @HAVE_UNLINKAT@
 
250
HAVE_USLEEP = @HAVE_USLEEP@
158
251
HAVE_WCHAR_T = @HAVE_WCHAR_T@
159
252
HELP2MAN = @HELP2MAN@
160
253
INCLUDE_NEXT = @INCLUDE_NEXT@
161
254
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 
255
INSTALL = @INSTALL@
162
256
INSTALL_DATA = @INSTALL_DATA@
163
257
INSTALL_PROGRAM = @INSTALL_PROGRAM@
164
258
INSTALL_SCRIPT = @INSTALL_SCRIPT@
165
259
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
260
LD = @LD@
166
261
LDFLAGS = @LDFLAGS@
167
262
LIBINTL = @LIBINTL@
168
263
LIBLOUIS_AGE = @LIBLOUIS_AGE@
171
266
LIBOBJS = @LIBOBJS@
172
267
LIBS = @LIBS@
173
268
LIBTOOL = @LIBTOOL@
 
269
LIPO = @LIPO@
174
270
LN_S = @LN_S@
175
271
LTLIBINTL = @LTLIBINTL@
176
272
LTLIBOBJS = @LTLIBOBJS@
177
273
MAKEINFO = @MAKEINFO@
 
274
MANIFEST_TOOL = @MANIFEST_TOOL@
 
275
MKDIR_P = @MKDIR_P@
178
276
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
179
277
NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
180
278
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
 
279
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
181
280
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
182
281
NEXT_GETOPT_H = @NEXT_GETOPT_H@
183
282
NEXT_STDARG_H = @NEXT_STDARG_H@
184
283
NEXT_STDDEF_H = @NEXT_STDDEF_H@
 
284
NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
185
285
NEXT_UNISTD_H = @NEXT_UNISTD_H@
 
286
NM = @NM@
 
287
NMEDIT = @NMEDIT@
186
288
OBJDUMP = @OBJDUMP@
187
289
OBJEXT = @OBJEXT@
 
290
OTOOL = @OTOOL@
 
291
OTOOL64 = @OTOOL64@
188
292
PACKAGE = @PACKAGE@
189
293
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190
294
PACKAGE_NAME = @PACKAGE_NAME@
191
295
PACKAGE_STRING = @PACKAGE_STRING@
192
296
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
297
PACKAGE_URL = @PACKAGE_URL@
193
298
PACKAGE_VERSION = @PACKAGE_VERSION@
194
299
PATH_SEPARATOR = @PATH_SEPARATOR@
195
300
PKG_CONFIG = @PKG_CONFIG@
 
301
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
196
302
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
 
303
PYTHON = @PYTHON@
 
304
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
305
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
306
PYTHON_PREFIX = @PYTHON_PREFIX@
 
307
PYTHON_VERSION = @PYTHON_VERSION@
197
308
RANLIB = @RANLIB@
198
309
REPLACE_CHOWN = @REPLACE_CHOWN@
199
310
REPLACE_CLOSE = @REPLACE_CLOSE@
200
311
REPLACE_DUP = @REPLACE_DUP@
201
312
REPLACE_DUP2 = @REPLACE_DUP2@
202
 
REPLACE_FCHDIR = @REPLACE_FCHDIR@
203
313
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
 
314
REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
204
315
REPLACE_GETCWD = @REPLACE_GETCWD@
 
316
REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
 
317
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
 
318
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
205
319
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
 
320
REPLACE_ISATTY = @REPLACE_ISATTY@
206
321
REPLACE_LCHOWN = @REPLACE_LCHOWN@
207
322
REPLACE_LINK = @REPLACE_LINK@
208
323
REPLACE_LINKAT = @REPLACE_LINKAT@
209
324
REPLACE_LSEEK = @REPLACE_LSEEK@
210
325
REPLACE_NULL = @REPLACE_NULL@
 
326
REPLACE_PREAD = @REPLACE_PREAD@
 
327
REPLACE_PWRITE = @REPLACE_PWRITE@
 
328
REPLACE_READ = @REPLACE_READ@
211
329
REPLACE_READLINK = @REPLACE_READLINK@
212
330
REPLACE_RMDIR = @REPLACE_RMDIR@
 
331
REPLACE_SLEEP = @REPLACE_SLEEP@
213
332
REPLACE_SYMLINK = @REPLACE_SYMLINK@
 
333
REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
214
334
REPLACE_UNLINK = @REPLACE_UNLINK@
215
335
REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
 
336
REPLACE_USLEEP = @REPLACE_USLEEP@
216
337
REPLACE_WRITE = @REPLACE_WRITE@
217
338
SED = @SED@
218
339
SET_MAKE = @SET_MAKE@
224
345
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
225
346
VERSION = @VERSION@
226
347
WIDECHAR_TYPE = @WIDECHAR_TYPE@
 
348
WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
 
349
abs_builddir = @abs_builddir@
 
350
abs_srcdir = @abs_srcdir@
 
351
abs_top_builddir = @abs_top_builddir@
 
352
abs_top_srcdir = @abs_top_srcdir@
227
353
ac_ct_AR = @ac_ct_AR@
228
 
ac_ct_AS = @ac_ct_AS@
229
354
ac_ct_CC = @ac_ct_CC@
230
 
ac_ct_CXX = @ac_ct_CXX@
231
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
232
 
ac_ct_F77 = @ac_ct_F77@
233
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
234
 
ac_ct_RANLIB = @ac_ct_RANLIB@
235
 
ac_ct_STRIP = @ac_ct_STRIP@
236
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
237
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
238
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
239
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
355
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240
356
am__include = @am__include@
241
357
am__leading_dot = @am__leading_dot@
242
358
am__quote = @am__quote@
248
364
build_cpu = @build_cpu@
249
365
build_os = @build_os@
250
366
build_vendor = @build_vendor@
 
367
builddir = @builddir@
251
368
datadir = @datadir@
 
369
datarootdir = @datarootdir@
 
370
docdir = @docdir@
 
371
dvidir = @dvidir@
252
372
exec_prefix = @exec_prefix@
253
373
gl_LIBOBJS = @gl_LIBOBJS@
254
374
gl_LTLIBOBJS = @gl_LTLIBOBJS@
255
375
gltests_LIBOBJS = @gltests_LIBOBJS@
256
376
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
 
377
gltests_WITNESS = @gltests_WITNESS@
257
378
host = @host@
258
379
host_alias = @host_alias@
259
380
host_cpu = @host_cpu@
260
381
host_os = @host_os@
261
382
host_vendor = @host_vendor@
 
383
htmldir = @htmldir@
262
384
includedir = @includedir@
263
385
infodir = @infodir@
264
386
install_sh = @install_sh@
265
387
libdir = @libdir@
266
388
libexecdir = @libexecdir@
 
389
localedir = @localedir@
267
390
localstatedir = @localstatedir@
268
391
mandir = @mandir@
269
392
mkdir_p = @mkdir_p@
270
393
oldincludedir = @oldincludedir@
 
394
pdfdir = @pdfdir@
 
395
pkgpyexecdir = @pkgpyexecdir@
 
396
pkgpythondir = @pkgpythondir@
271
397
prefix = @prefix@
272
398
program_transform_name = @program_transform_name@
 
399
psdir = @psdir@
 
400
pyexecdir = @pyexecdir@
 
401
pythondir = @pythondir@
273
402
sbindir = @sbindir@
274
403
sharedstatedir = @sharedstatedir@
 
404
srcdir = @srcdir@
275
405
sysconfdir = @sysconfdir@
276
406
target_alias = @target_alias@
 
407
top_build_prefix = @top_build_prefix@
 
408
top_builddir = @top_builddir@
 
409
top_srcdir = @top_srcdir@
 
410
SUBDIRS = moreTables
277
411
EXTRA_DIST = \
278
 
        loop.ctb
 
412
        bad.ctb                                 \
 
413
        inpos_match_replace.ctb                 \
 
414
        inpos_pass0.ctb                         \
 
415
        inpos_pass1.ctb                         \
 
416
        inpos_pass2.ctb                         \
 
417
        inpos_pass3.ctb                         \
 
418
        letterDefTest.ctb                       \
 
419
        letterDefTest_letter.ctb                \
 
420
        letterDefTest_lowercase.ctb             \
 
421
        letterDefTest_uplow.ctb                 \
 
422
        letterDefTest_uppercase.ctb             \
 
423
        loop.ctb                                \
 
424
        lowercase_with_unicode.ctb              \
 
425
        pass0_typebuf.ctb                       \
 
426
        pass2.ctb                               \
 
427
        squash_space_with_context_1.utb         \
 
428
        squash_space_with_context_2.utb         \
 
429
        squash_space_with_correct.utb           \
 
430
        squash_space_with_repeated.utb          \
 
431
        uplow_with_unicode.ctb
279
432
 
280
 
all: all-am
 
433
all: all-recursive
281
434
 
282
435
.SUFFIXES:
283
436
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
284
437
        @for dep in $?; do \
285
438
          case '$(am__configure_deps)' in \
286
439
            *$$dep*) \
287
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
288
 
                && exit 0; \
 
440
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
441
                && { if test -f $@; then exit 0; else break; fi; }; \
289
442
              exit 1;; \
290
443
          esac; \
291
444
        done; \
292
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/tables/Makefile'; \
293
 
        cd $(top_srcdir) && \
294
 
          $(AUTOMAKE) --gnu  tests/tables/Makefile
 
445
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/tables/Makefile'; \
 
446
        $(am__cd) $(top_srcdir) && \
 
447
          $(AUTOMAKE) --gnu tests/tables/Makefile
295
448
.PRECIOUS: Makefile
296
449
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297
450
        @case '$?' in \
309
462
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
463
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
311
464
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
465
$(am__aclocal_m4_deps):
312
466
 
313
467
mostlyclean-libtool:
314
468
        -rm -f *.lo
316
470
clean-libtool:
317
471
        -rm -rf .libs _libs
318
472
 
319
 
distclean-libtool:
320
 
        -rm -f libtool
321
 
uninstall-info-am:
 
473
# This directory's subdirectories are mostly independent; you can cd
 
474
# into them and run `make' without going through this Makefile.
 
475
# To change the values of `make' variables: instead of editing Makefiles,
 
476
# (1) if the variable is set in `config.status', edit `config.status'
 
477
#     (which will cause the Makefiles to be regenerated when you run `make');
 
478
# (2) otherwise, pass the desired values on the `make' command line.
 
479
$(RECURSIVE_TARGETS):
 
480
        @fail= failcom='exit 1'; \
 
481
        for f in x $$MAKEFLAGS; do \
 
482
          case $$f in \
 
483
            *=* | --[!k]*);; \
 
484
            *k*) failcom='fail=yes';; \
 
485
          esac; \
 
486
        done; \
 
487
        dot_seen=no; \
 
488
        target=`echo $@ | sed s/-recursive//`; \
 
489
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
490
          echo "Making $$target in $$subdir"; \
 
491
          if test "$$subdir" = "."; then \
 
492
            dot_seen=yes; \
 
493
            local_target="$$target-am"; \
 
494
          else \
 
495
            local_target="$$target"; \
 
496
          fi; \
 
497
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
498
          || eval $$failcom; \
 
499
        done; \
 
500
        if test "$$dot_seen" = "no"; then \
 
501
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
502
        fi; test -z "$$fail"
 
503
 
 
504
$(RECURSIVE_CLEAN_TARGETS):
 
505
        @fail= failcom='exit 1'; \
 
506
        for f in x $$MAKEFLAGS; do \
 
507
          case $$f in \
 
508
            *=* | --[!k]*);; \
 
509
            *k*) failcom='fail=yes';; \
 
510
          esac; \
 
511
        done; \
 
512
        dot_seen=no; \
 
513
        case "$@" in \
 
514
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
515
          *) list='$(SUBDIRS)' ;; \
 
516
        esac; \
 
517
        rev=''; for subdir in $$list; do \
 
518
          if test "$$subdir" = "."; then :; else \
 
519
            rev="$$subdir $$rev"; \
 
520
          fi; \
 
521
        done; \
 
522
        rev="$$rev ."; \
 
523
        target=`echo $@ | sed s/-recursive//`; \
 
524
        for subdir in $$rev; do \
 
525
          echo "Making $$target in $$subdir"; \
 
526
          if test "$$subdir" = "."; then \
 
527
            local_target="$$target-am"; \
 
528
          else \
 
529
            local_target="$$target"; \
 
530
          fi; \
 
531
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
532
          || eval $$failcom; \
 
533
        done && test -z "$$fail"
 
534
tags-recursive:
 
535
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
536
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
537
        done
 
538
ctags-recursive:
 
539
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
540
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
541
        done
 
542
 
 
543
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
544
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
545
        unique=`for i in $$list; do \
 
546
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
547
          done | \
 
548
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
549
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
550
        mkid -fID $$unique
322
551
tags: TAGS
323
 
TAGS:
324
552
 
 
553
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
554
                $(TAGS_FILES) $(LISP)
 
555
        set x; \
 
556
        here=`pwd`; \
 
557
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
558
          include_option=--etags-include; \
 
559
          empty_fix=.; \
 
560
        else \
 
561
          include_option=--include; \
 
562
          empty_fix=; \
 
563
        fi; \
 
564
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
565
          if test "$$subdir" = .; then :; else \
 
566
            test ! -f $$subdir/TAGS || \
 
567
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
568
          fi; \
 
569
        done; \
 
570
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
571
        unique=`for i in $$list; do \
 
572
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
573
          done | \
 
574
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
575
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
576
        shift; \
 
577
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
578
          test -n "$$unique" || unique=$$empty_fix; \
 
579
          if test $$# -gt 0; then \
 
580
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
581
              "$$@" $$unique; \
 
582
          else \
 
583
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
584
              $$unique; \
 
585
          fi; \
 
586
        fi
325
587
ctags: CTAGS
326
 
CTAGS:
327
 
 
 
588
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
589
                $(TAGS_FILES) $(LISP)
 
590
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
591
        unique=`for i in $$list; do \
 
592
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
593
          done | \
 
594
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
595
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
596
        test -z "$(CTAGS_ARGS)$$unique" \
 
597
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
598
             $$unique
 
599
 
 
600
GTAGS:
 
601
        here=`$(am__cd) $(top_builddir) && pwd` \
 
602
          && $(am__cd) $(top_srcdir) \
 
603
          && gtags -i $(GTAGS_ARGS) "$$here"
 
604
 
 
605
distclean-tags:
 
606
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
328
607
 
329
608
distdir: $(DISTFILES)
330
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
331
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
332
 
        list='$(DISTFILES)'; for file in $$list; do \
333
 
          case $$file in \
334
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
335
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
336
 
          esac; \
 
609
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
610
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
611
        list='$(DISTFILES)'; \
 
612
          dist_files=`for file in $$list; do echo $$file; done | \
 
613
          sed -e "s|^$$srcdirstrip/||;t" \
 
614
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
615
        case $$dist_files in \
 
616
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
617
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
618
                           sort -u` ;; \
 
619
        esac; \
 
620
        for file in $$dist_files; do \
337
621
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
338
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
339
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
340
 
            dir="/$$dir"; \
341
 
            $(mkdir_p) "$(distdir)$$dir"; \
342
 
          else \
343
 
            dir=''; \
344
 
          fi; \
345
622
          if test -d $$d/$$file; then \
 
623
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
624
            if test -d "$(distdir)/$$file"; then \
 
625
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
626
            fi; \
346
627
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
628
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
629
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
348
630
            fi; \
349
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
631
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
350
632
          else \
351
 
            test -f $(distdir)/$$file \
352
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
633
            test -f "$(distdir)/$$file" \
 
634
            || cp -p $$d/$$file "$(distdir)/$$file" \
353
635
            || exit 1; \
354
636
          fi; \
355
637
        done
 
638
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
639
          if test "$$subdir" = .; then :; else \
 
640
            $(am__make_dryrun) \
 
641
              || test -d "$(distdir)/$$subdir" \
 
642
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
643
              || exit 1; \
 
644
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
645
            $(am__relativize); \
 
646
            new_distdir=$$reldir; \
 
647
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
648
            $(am__relativize); \
 
649
            new_top_distdir=$$reldir; \
 
650
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
651
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
652
            ($(am__cd) $$subdir && \
 
653
              $(MAKE) $(AM_MAKEFLAGS) \
 
654
                top_distdir="$$new_top_distdir" \
 
655
                distdir="$$new_distdir" \
 
656
                am__remove_distdir=: \
 
657
                am__skip_length_check=: \
 
658
                am__skip_mode_fix=: \
 
659
                distdir) \
 
660
              || exit 1; \
 
661
          fi; \
 
662
        done
356
663
check-am: all-am
357
 
check: check-am
 
664
check: check-recursive
358
665
all-am: Makefile
359
 
installdirs:
360
 
install: install-am
361
 
install-exec: install-exec-am
362
 
install-data: install-data-am
363
 
uninstall: uninstall-am
 
666
installdirs: installdirs-recursive
 
667
installdirs-am:
 
668
install: install-recursive
 
669
install-exec: install-exec-recursive
 
670
install-data: install-data-recursive
 
671
uninstall: uninstall-recursive
364
672
 
365
673
install-am: all-am
366
674
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367
675
 
368
 
installcheck: installcheck-am
 
676
installcheck: installcheck-recursive
369
677
install-strip:
370
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
371
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
372
 
          `test -z '$(STRIP)' || \
373
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
678
        if test -z '$(STRIP)'; then \
 
679
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
680
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
681
              install; \
 
682
        else \
 
683
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
684
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
685
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
686
        fi
374
687
mostlyclean-generic:
375
688
 
376
689
clean-generic:
377
690
 
378
691
distclean-generic:
379
692
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
693
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
380
694
 
381
695
maintainer-clean-generic:
382
696
        @echo "This command is intended for maintainers to use"
383
697
        @echo "it deletes files that may require special tools to rebuild."
384
 
clean: clean-am
 
698
clean: clean-recursive
385
699
 
386
700
clean-am: clean-generic clean-libtool mostlyclean-am
387
701
 
388
 
distclean: distclean-am
 
702
distclean: distclean-recursive
389
703
        -rm -f Makefile
390
 
distclean-am: clean-am distclean-generic distclean-libtool
 
704
distclean-am: clean-am distclean-generic distclean-tags
391
705
 
392
 
dvi: dvi-am
 
706
dvi: dvi-recursive
393
707
 
394
708
dvi-am:
395
709
 
396
 
html: html-am
397
 
 
398
 
info: info-am
 
710
html: html-recursive
 
711
 
 
712
html-am:
 
713
 
 
714
info: info-recursive
399
715
 
400
716
info-am:
401
717
 
402
718
install-data-am:
403
719
 
 
720
install-dvi: install-dvi-recursive
 
721
 
 
722
install-dvi-am:
 
723
 
404
724
install-exec-am:
405
725
 
406
 
install-info: install-info-am
 
726
install-html: install-html-recursive
 
727
 
 
728
install-html-am:
 
729
 
 
730
install-info: install-info-recursive
 
731
 
 
732
install-info-am:
407
733
 
408
734
install-man:
409
735
 
 
736
install-pdf: install-pdf-recursive
 
737
 
 
738
install-pdf-am:
 
739
 
 
740
install-ps: install-ps-recursive
 
741
 
 
742
install-ps-am:
 
743
 
410
744
installcheck-am:
411
745
 
412
 
maintainer-clean: maintainer-clean-am
 
746
maintainer-clean: maintainer-clean-recursive
413
747
        -rm -f Makefile
414
748
maintainer-clean-am: distclean-am maintainer-clean-generic
415
749
 
416
 
mostlyclean: mostlyclean-am
 
750
mostlyclean: mostlyclean-recursive
417
751
 
418
752
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
419
753
 
420
 
pdf: pdf-am
 
754
pdf: pdf-recursive
421
755
 
422
756
pdf-am:
423
757
 
424
 
ps: ps-am
 
758
ps: ps-recursive
425
759
 
426
760
ps-am:
427
761
 
428
 
uninstall-am: uninstall-info-am
429
 
 
430
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
431
 
        distclean distclean-generic distclean-libtool distdir dvi \
432
 
        dvi-am html html-am info info-am install install-am \
433
 
        install-data install-data-am install-exec install-exec-am \
434
 
        install-info install-info-am install-man install-strip \
435
 
        installcheck installcheck-am installdirs maintainer-clean \
 
762
uninstall-am:
 
763
 
 
764
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
765
        install-am install-strip tags-recursive
 
766
 
 
767
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
768
        all all-am check check-am clean clean-generic clean-libtool \
 
769
        ctags ctags-recursive distclean distclean-generic \
 
770
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
771
        html-am info info-am install install-am install-data \
 
772
        install-data-am install-dvi install-dvi-am install-exec \
 
773
        install-exec-am install-html install-html-am install-info \
 
774
        install-info-am install-man install-pdf install-pdf-am \
 
775
        install-ps install-ps-am install-strip installcheck \
 
776
        installcheck-am installdirs installdirs-am maintainer-clean \
436
777
        maintainer-clean-generic mostlyclean mostlyclean-generic \
437
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
438
 
        uninstall-info-am
 
778
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
779
        uninstall uninstall-am
 
780
 
439
781
 
440
782
# Tell versions [3.59,3.63) of GNU make to not export all variables.
441
783
# Otherwise a system limit (for SysV at least) may be exceeded.