~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2012-11-25 19:54:48 UTC
  • mfrom: (319.1.122)
  • Revision ID: git-v1:9a9ff61bbd952c1263b55f82a269da5b09289a6b
Merge branch 'master' into array-iface

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.12.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#
 
18
# extension/Makefile.am --- automake input file for gawk
 
19
#
 
20
# Copyright (C) 1995-2006, 2012 the Free Software Foundation, Inc.
 
21
#
 
22
# This file is part of GAWK, the GNU implementation of the
 
23
# AWK Programming Language.
 
24
#
 
25
# GAWK is free software; you can redistribute it and/or modify
 
26
# it under the terms of the GNU General Public License as published by
 
27
# the Free Software Foundation; either version 3 of the License, or
 
28
# (at your option) any later version.
 
29
#
 
30
# GAWK is distributed in the hope that it will be useful,
 
31
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
32
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
33
# GNU General Public License for more details.
 
34
#
 
35
# You should have received a copy of the GNU General Public License
 
36
# along with this program; if not, write to the Free Software
 
37
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
38
#
 
39
 
 
40
VPATH = @srcdir@
 
41
am__make_dryrun = \
 
42
  { \
 
43
    am__dry=no; \
 
44
    case $$MAKEFLAGS in \
 
45
      *\\[\ \   ]*) \
 
46
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
47
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
48
      *) \
 
49
        for am__flg in $$MAKEFLAGS; do \
 
50
          case $$am__flg in \
 
51
            *=*|--*) ;; \
 
52
            *n*) am__dry=yes; break;; \
 
53
          esac; \
 
54
        done;; \
 
55
    esac; \
 
56
    test $$am__dry = yes; \
 
57
  }
 
58
pkgdatadir = $(datadir)/@PACKAGE@
 
59
pkgincludedir = $(includedir)/@PACKAGE@
 
60
pkglibdir = $(libdir)/@PACKAGE@
 
61
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
62
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
63
install_sh_DATA = $(install_sh) -c -m 644
 
64
install_sh_PROGRAM = $(install_sh) -c
 
65
install_sh_SCRIPT = $(install_sh) -c
 
66
INSTALL_HEADER = $(INSTALL_DATA)
 
67
transform = $(program_transform_name)
 
68
NORMAL_INSTALL = :
 
69
PRE_INSTALL = :
 
70
POST_INSTALL = :
 
71
NORMAL_UNINSTALL = :
 
72
PRE_UNINSTALL = :
 
73
POST_UNINSTALL = :
 
74
build_triplet = @build@
 
75
host_triplet = @host@
 
76
subdir = .
 
77
DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
 
78
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
79
        $(srcdir)/configh.in $(top_srcdir)/build-aux/ar-lib \
 
80
        $(top_srcdir)/build-aux/config.guess \
 
81
        $(top_srcdir)/build-aux/config.rpath \
 
82
        $(top_srcdir)/build-aux/config.sub \
 
83
        $(top_srcdir)/build-aux/depcomp \
 
84
        $(top_srcdir)/build-aux/install-sh \
 
85
        $(top_srcdir)/build-aux/ltmain.sh \
 
86
        $(top_srcdir)/build-aux/missing $(top_srcdir)/configure \
 
87
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS \
 
88
        build-aux/ChangeLog build-aux/ar-lib build-aux/config.guess \
 
89
        build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
 
90
        build-aux/install-sh build-aux/ltmain.sh build-aux/missing
 
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
92
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
93
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
94
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
95
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
96
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
97
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
98
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
99
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
100
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
101
        $(ACLOCAL_M4)
 
102
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
103
 configure.lineno config.status.lineno
 
104
mkinstalldirs = $(install_sh) -d
 
105
CONFIG_HEADER = config.h
 
106
CONFIG_CLEAN_FILES =
 
107
CONFIG_CLEAN_VPATH_FILES =
 
108
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
109
am__vpath_adj = case $$p in \
 
110
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
111
    *) f=$$p;; \
 
112
  esac;
 
113
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
114
am__install_max = 40
 
115
am__nobase_strip_setup = \
 
116
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
117
am__nobase_strip = \
 
118
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
119
am__nobase_list = $(am__nobase_strip_setup); \
 
120
  for p in $$list; do echo "$$p $$p"; done | \
 
121
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
122
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
123
    if (++n[$$2] == $(am__install_max)) \
 
124
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
125
    END { for (dir in files) print dir, files[dir] }'
 
126
am__base_list = \
 
127
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
128
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
129
am__uninstall_files_from_dir = { \
 
130
  test -z "$$files" \
 
131
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
132
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
133
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
134
  }
 
135
am__installdirs = "$(DESTDIR)$(pkgextensiondir)" \
 
136
        "$(DESTDIR)$(man3dir)"
 
137
LTLIBRARIES = $(pkgextension_LTLIBRARIES)
 
138
am__DEPENDENCIES_1 =
 
139
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
 
140
filefuncs_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
141
am_filefuncs_la_OBJECTS = filefuncs.lo stack.lo gawkfts.lo
 
142
filefuncs_la_OBJECTS = $(am_filefuncs_la_OBJECTS)
 
143
filefuncs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
144
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
145
        $(filefuncs_la_LDFLAGS) $(LDFLAGS) -o $@
 
146
fnmatch_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
147
am_fnmatch_la_OBJECTS = fnmatch.lo
 
148
fnmatch_la_OBJECTS = $(am_fnmatch_la_OBJECTS)
 
149
fnmatch_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
150
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
151
        $(fnmatch_la_LDFLAGS) $(LDFLAGS) -o $@
 
152
fork_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
153
am_fork_la_OBJECTS = fork.lo
 
154
fork_la_OBJECTS = $(am_fork_la_OBJECTS)
 
155
fork_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
156
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(fork_la_LDFLAGS) \
 
157
        $(LDFLAGS) -o $@
 
158
ordchr_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
159
am_ordchr_la_OBJECTS = ordchr.lo
 
160
ordchr_la_OBJECTS = $(am_ordchr_la_OBJECTS)
 
161
ordchr_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
162
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
163
        $(ordchr_la_LDFLAGS) $(LDFLAGS) -o $@
 
164
readdir_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
165
am_readdir_la_OBJECTS = readdir.lo
 
166
readdir_la_OBJECTS = $(am_readdir_la_OBJECTS)
 
167
readdir_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
168
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
169
        $(readdir_la_LDFLAGS) $(LDFLAGS) -o $@
 
170
readfile_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
171
am_readfile_la_OBJECTS = readfile.lo
 
172
readfile_la_OBJECTS = $(am_readfile_la_OBJECTS)
 
173
readfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
174
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
175
        $(readfile_la_LDFLAGS) $(LDFLAGS) -o $@
 
176
revoutput_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
177
am_revoutput_la_OBJECTS = revoutput.lo
 
178
revoutput_la_OBJECTS = $(am_revoutput_la_OBJECTS)
 
179
revoutput_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
180
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
181
        $(revoutput_la_LDFLAGS) $(LDFLAGS) -o $@
 
182
revtwoway_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
183
am_revtwoway_la_OBJECTS = revtwoway.lo
 
184
revtwoway_la_OBJECTS = $(am_revtwoway_la_OBJECTS)
 
185
revtwoway_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
186
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
187
        $(revtwoway_la_LDFLAGS) $(LDFLAGS) -o $@
 
188
rwarray_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
189
am_rwarray_la_OBJECTS = rwarray.lo
 
190
rwarray_la_OBJECTS = $(am_rwarray_la_OBJECTS)
 
191
rwarray_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
192
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
193
        $(rwarray_la_LDFLAGS) $(LDFLAGS) -o $@
 
194
testext_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
195
am_testext_la_OBJECTS = testext.lo
 
196
testext_la_OBJECTS = $(am_testext_la_OBJECTS)
 
197
testext_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
198
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
199
        $(testext_la_LDFLAGS) $(LDFLAGS) -o $@
 
200
time_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
201
am_time_la_OBJECTS = time.lo
 
202
time_la_OBJECTS = $(am_time_la_OBJECTS)
 
203
time_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
204
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(time_la_LDFLAGS) \
 
205
        $(LDFLAGS) -o $@
 
206
DEFAULT_INCLUDES = -I.@am__isrc@
 
207
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
208
am__depfiles_maybe = depfiles
 
209
am__mv = mv -f
 
210
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
211
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
212
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
213
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
214
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
215
CCLD = $(CC)
 
216
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
217
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
218
        $(LDFLAGS) -o $@
 
219
SOURCES = $(filefuncs_la_SOURCES) $(fnmatch_la_SOURCES) \
 
220
        $(fork_la_SOURCES) $(ordchr_la_SOURCES) $(readdir_la_SOURCES) \
 
221
        $(readfile_la_SOURCES) $(revoutput_la_SOURCES) \
 
222
        $(revtwoway_la_SOURCES) $(rwarray_la_SOURCES) \
 
223
        $(testext_la_SOURCES) $(time_la_SOURCES)
 
224
DIST_SOURCES = $(filefuncs_la_SOURCES) $(fnmatch_la_SOURCES) \
 
225
        $(fork_la_SOURCES) $(ordchr_la_SOURCES) $(readdir_la_SOURCES) \
 
226
        $(readfile_la_SOURCES) $(revoutput_la_SOURCES) \
 
227
        $(revtwoway_la_SOURCES) $(rwarray_la_SOURCES) \
 
228
        $(testext_la_SOURCES) $(time_la_SOURCES)
 
229
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
230
        html-recursive info-recursive install-data-recursive \
 
231
        install-dvi-recursive install-exec-recursive \
 
232
        install-html-recursive install-info-recursive \
 
233
        install-pdf-recursive install-ps-recursive install-recursive \
 
234
        installcheck-recursive installdirs-recursive pdf-recursive \
 
235
        ps-recursive uninstall-recursive
 
236
am__can_run_installinfo = \
 
237
  case $$AM_UPDATE_INFO_DIR in \
 
238
    n|no|NO) false;; \
 
239
    *) (install-info --version) >/dev/null 2>&1;; \
 
240
  esac
 
241
man3dir = $(mandir)/man3
 
242
NROFF = nroff
 
243
MANS = $(dist_man_MANS)
 
244
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
245
  distclean-recursive maintainer-clean-recursive
 
246
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
247
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
248
        cscope distdir dist dist-all distcheck
 
249
ETAGS = etags
 
250
CTAGS = ctags
 
251
CSCOPE = cscope
 
252
DIST_SUBDIRS = $(SUBDIRS)
 
253
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
254
distdir = $(PACKAGE)-$(VERSION)
 
255
top_distdir = $(distdir)
 
256
am__remove_distdir = \
 
257
  if test -d "$(distdir)"; then \
 
258
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
259
      && rm -rf "$(distdir)" \
 
260
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
261
  else :; fi
 
262
am__post_remove_distdir = $(am__remove_distdir)
 
263
am__relativize = \
 
264
  dir0=`pwd`; \
 
265
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
266
  sed_rest='s,^[^/]*/*,,'; \
 
267
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
268
  sed_butlast='s,/*[^/]*$$,,'; \
 
269
  while test -n "$$dir1"; do \
 
270
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
271
    if test "$$first" != "."; then \
 
272
      if test "$$first" = ".."; then \
 
273
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
274
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
275
      else \
 
276
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
277
        if test "$$first2" = "$$first"; then \
 
278
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
279
        else \
 
280
          dir2="../$$dir2"; \
 
281
        fi; \
 
282
        dir0="$$dir0"/"$$first"; \
 
283
      fi; \
 
284
    fi; \
 
285
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
286
  done; \
 
287
  reldir="$$dir2"
 
288
DIST_ARCHIVES = $(distdir).tar.gz
 
289
GZIP_ENV = --best
 
290
DIST_TARGETS = dist-gzip
 
291
distuninstallcheck_listfiles = find . -type f -print
 
292
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
293
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
294
distcleancheck_listfiles = find . -type f -print
 
295
ACLOCAL = @ACLOCAL@
 
296
AMTAR = @AMTAR@
 
297
AR = @AR@
 
298
AUTOCONF = @AUTOCONF@
 
299
AUTOHEADER = @AUTOHEADER@
 
300
AUTOMAKE = @AUTOMAKE@
 
301
AWK = @AWK@
 
302
CC = @CC@
 
303
CCDEPMODE = @CCDEPMODE@
 
304
CFLAGS = @CFLAGS@
 
305
CPP = @CPP@
 
306
CPPFLAGS = @CPPFLAGS@
 
307
CYGPATH_W = @CYGPATH_W@
 
308
DEFS = @DEFS@
 
309
DEPDIR = @DEPDIR@
 
310
DLLTOOL = @DLLTOOL@
 
311
DSYMUTIL = @DSYMUTIL@
 
312
DUMPBIN = @DUMPBIN@
 
313
ECHO_C = @ECHO_C@
 
314
ECHO_N = @ECHO_N@
 
315
ECHO_T = @ECHO_T@
 
316
EGREP = @EGREP@
 
317
EXEEXT = @EXEEXT@
 
318
FGREP = @FGREP@
 
319
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
320
GMSGFMT = @GMSGFMT@
 
321
GMSGFMT_015 = @GMSGFMT_015@
 
322
GREP = @GREP@
 
323
INSTALL = @INSTALL@
 
324
INSTALL_DATA = @INSTALL_DATA@
 
325
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
326
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
327
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
328
INTLLIBS = @INTLLIBS@
 
329
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
330
LD = @LD@
 
331
LDFLAGS = @LDFLAGS@
 
332
LIBICONV = @LIBICONV@
 
333
LIBINTL = @LIBINTL@
 
334
LIBOBJS = @LIBOBJS@
 
335
LIBS = @LIBS@
 
336
LIBTOOL = @LIBTOOL@
 
337
LIPO = @LIPO@
 
338
LN_S = @LN_S@
 
339
LTLIBICONV = @LTLIBICONV@
 
340
LTLIBINTL = @LTLIBINTL@
 
341
LTLIBOBJS = @LTLIBOBJS@
 
342
MAKEINFO = @MAKEINFO@
 
343
MANIFEST_TOOL = @MANIFEST_TOOL@
 
344
MKDIR_P = @MKDIR_P@
 
345
MSGFMT = @MSGFMT@
 
346
MSGFMT_015 = @MSGFMT_015@
 
347
MSGMERGE = @MSGMERGE@
 
348
NM = @NM@
 
349
NMEDIT = @NMEDIT@
 
350
OBJDUMP = @OBJDUMP@
 
351
OBJEXT = @OBJEXT@
 
352
OTOOL = @OTOOL@
 
353
OTOOL64 = @OTOOL64@
 
354
PACKAGE = @PACKAGE@
 
355
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
356
PACKAGE_NAME = @PACKAGE_NAME@
 
357
PACKAGE_STRING = @PACKAGE_STRING@
 
358
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
359
PACKAGE_URL = @PACKAGE_URL@
 
360
PACKAGE_VERSION = @PACKAGE_VERSION@
 
361
PATH_SEPARATOR = @PATH_SEPARATOR@
 
362
POSUB = @POSUB@
 
363
RANLIB = @RANLIB@
 
364
SED = @SED@
 
365
SET_MAKE = @SET_MAKE@
 
366
SHELL = @SHELL@
 
367
STRIP = @STRIP@
 
368
USE_NLS = @USE_NLS@
 
369
VERSION = @VERSION@
 
370
XGETTEXT = @XGETTEXT@
 
371
XGETTEXT_015 = @XGETTEXT_015@
 
372
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
373
abs_builddir = @abs_builddir@
 
374
abs_srcdir = @abs_srcdir@
 
375
abs_top_builddir = @abs_top_builddir@
 
376
abs_top_srcdir = @abs_top_srcdir@
 
377
ac_ct_AR = @ac_ct_AR@
 
378
ac_ct_CC = @ac_ct_CC@
 
379
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
380
am__include = @am__include@
 
381
am__leading_dot = @am__leading_dot@
 
382
am__quote = @am__quote@
 
383
am__tar = @am__tar@
 
384
am__untar = @am__untar@
 
385
bindir = @bindir@
 
386
build = @build@
 
387
build_alias = @build_alias@
 
388
build_cpu = @build_cpu@
 
389
build_os = @build_os@
 
390
build_vendor = @build_vendor@
 
391
builddir = @builddir@
 
392
datadir = @datadir@
 
393
datarootdir = @datarootdir@
 
394
docdir = @docdir@
 
395
dvidir = @dvidir@
 
396
exec_prefix = @exec_prefix@
 
397
host = @host@
 
398
host_alias = @host_alias@
 
399
host_cpu = @host_cpu@
 
400
host_os = @host_os@
 
401
host_vendor = @host_vendor@
 
402
htmldir = @htmldir@
 
403
includedir = @includedir@
 
404
infodir = @infodir@
 
405
install_sh = @install_sh@
 
406
libdir = @libdir@
 
407
libexecdir = @libexecdir@
 
408
localedir = @localedir@
 
409
localstatedir = @localstatedir@
 
410
mandir = @mandir@
 
411
mkdir_p = @mkdir_p@
 
412
oldincludedir = @oldincludedir@
 
413
pdfdir = @pdfdir@
 
414
pkgextensiondir = @pkgextensiondir@
 
415
prefix = @prefix@
 
416
program_transform_name = @program_transform_name@
 
417
psdir = @psdir@
 
418
sbindir = @sbindir@
 
419
sharedstatedir = @sharedstatedir@
 
420
srcdir = @srcdir@
 
421
sysconfdir = @sysconfdir@
 
422
target_alias = @target_alias@
 
423
top_build_prefix = @top_build_prefix@
 
424
top_builddir = @top_builddir@
 
425
top_srcdir = @top_srcdir@
 
426
AM_CPPFLAGS = -I$(srcdir)/..
 
427
 
 
428
# This variable insures that aclocal runs
 
429
# correctly after changing configure.ac
 
430
ACLOCAL_AMFLAGS = -I m4
 
431
 
 
432
# Note: rwarray does not currently compile.
 
433
pkgextension_LTLIBRARIES = \
 
434
        filefuncs.la    \
 
435
        fnmatch.la      \
 
436
        fork.la         \
 
437
        ordchr.la       \
 
438
        readdir.la      \
 
439
        readfile.la     \
 
440
        revoutput.la    \
 
441
        revtwoway.la    \
 
442
        rwarray.la      \
 
443
        testext.la      \
 
444
        time.la
 
445
 
 
446
MY_MODULE_FLAGS = -module -avoid-version -no-undefined
 
447
# on Cygwin, gettext requires that we link with -lintl 
 
448
MY_LIBS = $(LIBINTL)
 
449
filefuncs_la_SOURCES = filefuncs.c stack.h stack.c gawkfts.h gawkfts.c
 
450
filefuncs_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
451
filefuncs_la_LIBADD = $(MY_LIBS)
 
452
fnmatch_la_SOURCES = fnmatch.c
 
453
fnmatch_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
454
fnmatch_la_LIBADD = $(MY_LIBS)
 
455
fork_la_SOURCES = fork.c
 
456
fork_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
457
fork_la_LIBADD = $(MY_LIBS)
 
458
ordchr_la_SOURCES = ordchr.c
 
459
ordchr_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
460
ordchr_la_LIBADD = $(MY_LIBS)
 
461
readdir_la_SOURCES = readdir.c
 
462
readdir_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
463
readdir_la_LIBADD = $(MY_LIBS)
 
464
readfile_la_SOURCES = readfile.c
 
465
readfile_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
466
readfile_la_LIBADD = $(MY_LIBS)
 
467
revoutput_la_SOURCES = revoutput.c
 
468
revoutput_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
469
revoutput_la_LIBADD = $(MY_LIBS)
 
470
revtwoway_la_SOURCES = revtwoway.c
 
471
revtwoway_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
472
revtwoway_la_LIBADD = $(MY_LIBS)
 
473
rwarray_la_SOURCES = rwarray.c
 
474
rwarray_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
475
rwarray_la_LIBADD = $(MY_LIBS)
 
476
time_la_SOURCES = time.c
 
477
time_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
478
time_la_LIBADD = $(MY_LIBS)
 
479
testext_la_SOURCES = testext.c
 
480
testext_la_LDFLAGS = $(MY_MODULE_FLAGS)
 
481
testext_la_LIBADD = $(MY_LIBS)
 
482
EXTRA_DIST = build-aux/config.rpath  \
 
483
        ChangeLog \
 
484
        ChangeLog.0 \
 
485
        fts.3
 
486
 
 
487
dist_man_MANS = \
 
488
        filefuncs.3am fnmatch.3am fork.3am ordchr.3am \
 
489
        readdir.3am readfile.3am revoutput.3am \
 
490
        revtwoway.3am rwarray.3am time.3am
 
491
 
 
492
 
 
493
# gettext requires this
 
494
SUBDIRS = 
 
495
all: config.h
 
496
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
497
 
 
498
.SUFFIXES:
 
499
.SUFFIXES: .c .lo .o .obj
 
500
am--refresh: Makefile
 
501
        @:
 
502
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
503
        @for dep in $?; do \
 
504
          case '$(am__configure_deps)' in \
 
505
            *$$dep*) \
 
506
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
507
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
508
                && exit 0; \
 
509
              exit 1;; \
 
510
          esac; \
 
511
        done; \
 
512
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
513
        $(am__cd) $(top_srcdir) && \
 
514
          $(AUTOMAKE) --gnu Makefile
 
515
.PRECIOUS: Makefile
 
516
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
517
        @case '$?' in \
 
518
          *config.status*) \
 
519
            echo ' $(SHELL) ./config.status'; \
 
520
            $(SHELL) ./config.status;; \
 
521
          *) \
 
522
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
523
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
524
        esac;
 
525
 
 
526
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
527
        $(SHELL) ./config.status --recheck
 
528
 
 
529
$(top_srcdir)/configure:  $(am__configure_deps)
 
530
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
531
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
532
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
533
$(am__aclocal_m4_deps):
 
534
 
 
535
config.h: stamp-h1
 
536
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
537
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
538
 
 
539
stamp-h1: $(srcdir)/configh.in $(top_builddir)/config.status
 
540
        @rm -f stamp-h1
 
541
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
542
$(srcdir)/configh.in:  $(am__configure_deps) 
 
543
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
544
        rm -f stamp-h1
 
545
        touch $@
 
546
 
 
547
distclean-hdr:
 
548
        -rm -f config.h stamp-h1
 
549
install-pkgextensionLTLIBRARIES: $(pkgextension_LTLIBRARIES)
 
550
        @$(NORMAL_INSTALL)
 
551
        @list='$(pkgextension_LTLIBRARIES)'; test -n "$(pkgextensiondir)" || list=; \
 
552
        list2=; for p in $$list; do \
 
553
          if test -f $$p; then \
 
554
            list2="$$list2 $$p"; \
 
555
          else :; fi; \
 
556
        done; \
 
557
        test -z "$$list2" || { \
 
558
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgextensiondir)'"; \
 
559
          $(MKDIR_P) "$(DESTDIR)$(pkgextensiondir)" || exit 1; \
 
560
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgextensiondir)'"; \
 
561
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgextensiondir)"; \
 
562
        }
 
563
 
 
564
uninstall-pkgextensionLTLIBRARIES:
 
565
        @$(NORMAL_UNINSTALL)
 
566
        @list='$(pkgextension_LTLIBRARIES)'; test -n "$(pkgextensiondir)" || list=; \
 
567
        for p in $$list; do \
 
568
          $(am__strip_dir) \
 
569
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgextensiondir)/$$f'"; \
 
570
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgextensiondir)/$$f"; \
 
571
        done
 
572
 
 
573
clean-pkgextensionLTLIBRARIES:
 
574
        -test -z "$(pkgextension_LTLIBRARIES)" || rm -f $(pkgextension_LTLIBRARIES)
 
575
        @list='$(pkgextension_LTLIBRARIES)'; \
 
576
        locs=`for p in $$list; do echo $$p; done | \
 
577
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
578
              sort -u`; \
 
579
        test -z "$$locs" || { \
 
580
          echo rm -f $${locs}; \
 
581
          rm -f $${locs}; \
 
582
        }
 
583
filefuncs.la: $(filefuncs_la_OBJECTS) $(filefuncs_la_DEPENDENCIES) $(EXTRA_filefuncs_la_DEPENDENCIES) 
 
584
        $(filefuncs_la_LINK) -rpath $(pkgextensiondir) $(filefuncs_la_OBJECTS) $(filefuncs_la_LIBADD) $(LIBS)
 
585
fnmatch.la: $(fnmatch_la_OBJECTS) $(fnmatch_la_DEPENDENCIES) $(EXTRA_fnmatch_la_DEPENDENCIES) 
 
586
        $(fnmatch_la_LINK) -rpath $(pkgextensiondir) $(fnmatch_la_OBJECTS) $(fnmatch_la_LIBADD) $(LIBS)
 
587
fork.la: $(fork_la_OBJECTS) $(fork_la_DEPENDENCIES) $(EXTRA_fork_la_DEPENDENCIES) 
 
588
        $(fork_la_LINK) -rpath $(pkgextensiondir) $(fork_la_OBJECTS) $(fork_la_LIBADD) $(LIBS)
 
589
ordchr.la: $(ordchr_la_OBJECTS) $(ordchr_la_DEPENDENCIES) $(EXTRA_ordchr_la_DEPENDENCIES) 
 
590
        $(ordchr_la_LINK) -rpath $(pkgextensiondir) $(ordchr_la_OBJECTS) $(ordchr_la_LIBADD) $(LIBS)
 
591
readdir.la: $(readdir_la_OBJECTS) $(readdir_la_DEPENDENCIES) $(EXTRA_readdir_la_DEPENDENCIES) 
 
592
        $(readdir_la_LINK) -rpath $(pkgextensiondir) $(readdir_la_OBJECTS) $(readdir_la_LIBADD) $(LIBS)
 
593
readfile.la: $(readfile_la_OBJECTS) $(readfile_la_DEPENDENCIES) $(EXTRA_readfile_la_DEPENDENCIES) 
 
594
        $(readfile_la_LINK) -rpath $(pkgextensiondir) $(readfile_la_OBJECTS) $(readfile_la_LIBADD) $(LIBS)
 
595
revoutput.la: $(revoutput_la_OBJECTS) $(revoutput_la_DEPENDENCIES) $(EXTRA_revoutput_la_DEPENDENCIES) 
 
596
        $(revoutput_la_LINK) -rpath $(pkgextensiondir) $(revoutput_la_OBJECTS) $(revoutput_la_LIBADD) $(LIBS)
 
597
revtwoway.la: $(revtwoway_la_OBJECTS) $(revtwoway_la_DEPENDENCIES) $(EXTRA_revtwoway_la_DEPENDENCIES) 
 
598
        $(revtwoway_la_LINK) -rpath $(pkgextensiondir) $(revtwoway_la_OBJECTS) $(revtwoway_la_LIBADD) $(LIBS)
 
599
rwarray.la: $(rwarray_la_OBJECTS) $(rwarray_la_DEPENDENCIES) $(EXTRA_rwarray_la_DEPENDENCIES) 
 
600
        $(rwarray_la_LINK) -rpath $(pkgextensiondir) $(rwarray_la_OBJECTS) $(rwarray_la_LIBADD) $(LIBS)
 
601
testext.la: $(testext_la_OBJECTS) $(testext_la_DEPENDENCIES) $(EXTRA_testext_la_DEPENDENCIES) 
 
602
        $(testext_la_LINK) -rpath $(pkgextensiondir) $(testext_la_OBJECTS) $(testext_la_LIBADD) $(LIBS)
 
603
time.la: $(time_la_OBJECTS) $(time_la_DEPENDENCIES) $(EXTRA_time_la_DEPENDENCIES) 
 
604
        $(time_la_LINK) -rpath $(pkgextensiondir) $(time_la_OBJECTS) $(time_la_LIBADD) $(LIBS)
 
605
 
 
606
mostlyclean-compile:
 
607
        -rm -f *.$(OBJEXT)
 
608
 
 
609
distclean-compile:
 
610
        -rm -f *.tab.c
 
611
 
 
612
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filefuncs.Plo@am__quote@
 
613
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Plo@am__quote@
 
614
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fork.Plo@am__quote@
 
615
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gawkfts.Plo@am__quote@
 
616
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ordchr.Plo@am__quote@
 
617
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readdir.Plo@am__quote@
 
618
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readfile.Plo@am__quote@
 
619
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/revoutput.Plo@am__quote@
 
620
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/revtwoway.Plo@am__quote@
 
621
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwarray.Plo@am__quote@
 
622
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Plo@am__quote@
 
623
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testext.Plo@am__quote@
 
624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
 
625
 
 
626
.c.o:
 
627
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
628
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
629
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
631
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
632
 
 
633
.c.obj:
 
634
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
635
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
638
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
639
 
 
640
.c.lo:
 
641
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
642
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
643
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
645
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
646
 
 
647
mostlyclean-libtool:
 
648
        -rm -f *.lo
 
649
 
 
650
clean-libtool:
 
651
        -rm -rf .libs _libs
 
652
 
 
653
distclean-libtool:
 
654
        -rm -f libtool config.lt
 
655
install-man3: $(dist_man_MANS)
 
656
        @$(NORMAL_INSTALL)
 
657
        @list1=''; \
 
658
        list2='$(dist_man_MANS)'; \
 
659
        test -n "$(man3dir)" \
 
660
          && test -n "`echo $$list1$$list2`" \
 
661
          || exit 0; \
 
662
        echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
 
663
        $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
 
664
        { for i in $$list1; do echo "$$i"; done;  \
 
665
        if test -n "$$list2"; then \
 
666
          for i in $$list2; do echo "$$i"; done \
 
667
            | sed -n '/\.3[a-z]*$$/p'; \
 
668
        fi; \
 
669
        } | while read p; do \
 
670
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
671
          echo "$$d$$p"; echo "$$p"; \
 
672
        done | \
 
673
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
 
674
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
675
        sed 'N;N;s,\n, ,g' | { \
 
676
        list=; while read file base inst; do \
 
677
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
678
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
 
679
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
 
680
          fi; \
 
681
        done; \
 
682
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
683
        while read files; do \
 
684
          test -z "$$files" || { \
 
685
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
 
686
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
 
687
        done; }
 
688
 
 
689
uninstall-man3:
 
690
        @$(NORMAL_UNINSTALL)
 
691
        @list=''; test -n "$(man3dir)" || exit 0; \
 
692
        files=`{ for i in $$list; do echo "$$i"; done; \
 
693
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
694
          sed -n '/\.3[a-z]*$$/p'; \
 
695
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
 
696
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
697
        dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
 
698
 
 
699
# This directory's subdirectories are mostly independent; you can cd
 
700
# into them and run 'make' without going through this Makefile.
 
701
# To change the values of 'make' variables: instead of editing Makefiles,
 
702
# (1) if the variable is set in 'config.status', edit 'config.status'
 
703
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
704
# (2) otherwise, pass the desired values on the 'make' command line.
 
705
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
706
        @fail= failcom='exit 1'; \
 
707
        for f in x $$MAKEFLAGS; do \
 
708
          case $$f in \
 
709
            *=* | --[!k]*);; \
 
710
            *k*) failcom='fail=yes';; \
 
711
          esac; \
 
712
        done; \
 
713
        dot_seen=no; \
 
714
        target=`echo $@ | sed s/-recursive//`; \
 
715
        case "$@" in \
 
716
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
717
          *) list='$(SUBDIRS)' ;; \
 
718
        esac; \
 
719
        for subdir in $$list; do \
 
720
          echo "Making $$target in $$subdir"; \
 
721
          if test "$$subdir" = "."; then \
 
722
            dot_seen=yes; \
 
723
            local_target="$$target-am"; \
 
724
          else \
 
725
            local_target="$$target"; \
 
726
          fi; \
 
727
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
728
          || eval $$failcom; \
 
729
        done; \
 
730
        if test "$$dot_seen" = "no"; then \
 
731
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
732
        fi; test -z "$$fail"
 
733
tags-recursive:
 
734
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
735
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
736
        done
 
737
ctags-recursive:
 
738
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
739
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
740
        done
 
741
cscopelist-recursive:
 
742
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
743
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
744
        done
 
745
 
 
746
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
747
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
748
        unique=`for i in $$list; do \
 
749
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
750
          done | \
 
751
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
752
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
753
        mkid -fID $$unique
 
754
tags: TAGS
 
755
 
 
756
TAGS: tags-recursive $(HEADERS) $(SOURCES) configh.in $(TAGS_DEPENDENCIES) \
 
757
                $(TAGS_FILES) $(LISP)
 
758
        set x; \
 
759
        here=`pwd`; \
 
760
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
761
          include_option=--etags-include; \
 
762
          empty_fix=.; \
 
763
        else \
 
764
          include_option=--include; \
 
765
          empty_fix=; \
 
766
        fi; \
 
767
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
768
          if test "$$subdir" = .; then :; else \
 
769
            test ! -f $$subdir/TAGS || \
 
770
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
771
          fi; \
 
772
        done; \
 
773
        list='$(SOURCES) $(HEADERS) configh.in $(LISP) $(TAGS_FILES)'; \
 
774
        unique=`for i in $$list; do \
 
775
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
776
          done | \
 
777
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
778
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
779
        shift; \
 
780
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
781
          test -n "$$unique" || unique=$$empty_fix; \
 
782
          if test $$# -gt 0; then \
 
783
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
784
              "$$@" $$unique; \
 
785
          else \
 
786
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
787
              $$unique; \
 
788
          fi; \
 
789
        fi
 
790
ctags: CTAGS
 
791
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) configh.in $(TAGS_DEPENDENCIES) \
 
792
                $(TAGS_FILES) $(LISP)
 
793
        list='$(SOURCES) $(HEADERS) configh.in $(LISP) $(TAGS_FILES)'; \
 
794
        unique=`for i in $$list; do \
 
795
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
796
          done | \
 
797
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
798
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
799
        test -z "$(CTAGS_ARGS)$$unique" \
 
800
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
801
             $$unique
 
802
 
 
803
GTAGS:
 
804
        here=`$(am__cd) $(top_builddir) && pwd` \
 
805
          && $(am__cd) $(top_srcdir) \
 
806
          && gtags -i $(GTAGS_ARGS) "$$here"
 
807
 
 
808
cscope: cscope.files
 
809
        test ! -s cscope.files \
 
810
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
811
 
 
812
clean-cscope:
 
813
        -rm -f cscope.files
 
814
 
 
815
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
816
 
 
817
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
818
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
819
        case "$(srcdir)" in \
 
820
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
821
          *) sdir=$(subdir)/$(srcdir) ;; \
 
822
        esac; \
 
823
        for i in $$list; do \
 
824
          if test -f "$$i"; then \
 
825
            echo "$(subdir)/$$i"; \
 
826
          else \
 
827
            echo "$$sdir/$$i"; \
 
828
          fi; \
 
829
        done >> $(top_builddir)/cscope.files
 
830
 
 
831
distclean-tags:
 
832
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
833
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
834
 
 
835
distdir: $(DISTFILES)
 
836
        @list='$(MANS)'; if test -n "$$list"; then \
 
837
          list=`for p in $$list; do \
 
838
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
839
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
840
          if test -n "$$list" && \
 
841
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
842
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
 
843
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
844
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
845
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
 
846
            exit 1; \
 
847
          else :; fi; \
 
848
        else :; fi
 
849
        $(am__remove_distdir)
 
850
        test -d "$(distdir)" || mkdir "$(distdir)"
 
851
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
852
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
853
        list='$(DISTFILES)'; \
 
854
          dist_files=`for file in $$list; do echo $$file; done | \
 
855
          sed -e "s|^$$srcdirstrip/||;t" \
 
856
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
857
        case $$dist_files in \
 
858
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
859
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
860
                           sort -u` ;; \
 
861
        esac; \
 
862
        for file in $$dist_files; do \
 
863
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
864
          if test -d $$d/$$file; then \
 
865
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
866
            if test -d "$(distdir)/$$file"; then \
 
867
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
868
            fi; \
 
869
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
870
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
871
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
872
            fi; \
 
873
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
874
          else \
 
875
            test -f "$(distdir)/$$file" \
 
876
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
877
            || exit 1; \
 
878
          fi; \
 
879
        done
 
880
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
881
          if test "$$subdir" = .; then :; else \
 
882
            $(am__make_dryrun) \
 
883
              || test -d "$(distdir)/$$subdir" \
 
884
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
885
              || exit 1; \
 
886
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
887
            $(am__relativize); \
 
888
            new_distdir=$$reldir; \
 
889
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
890
            $(am__relativize); \
 
891
            new_top_distdir=$$reldir; \
 
892
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
893
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
894
            ($(am__cd) $$subdir && \
 
895
              $(MAKE) $(AM_MAKEFLAGS) \
 
896
                top_distdir="$$new_top_distdir" \
 
897
                distdir="$$new_distdir" \
 
898
                am__remove_distdir=: \
 
899
                am__skip_length_check=: \
 
900
                am__skip_mode_fix=: \
 
901
                distdir) \
 
902
              || exit 1; \
 
903
          fi; \
 
904
        done
 
905
        -test -n "$(am__skip_mode_fix)" \
 
906
        || find "$(distdir)" -type d ! -perm -755 \
 
907
                -exec chmod u+rwx,go+rx {} \; -o \
 
908
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
909
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
910
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
911
        || chmod -R a+r "$(distdir)"
 
912
dist-gzip: distdir
 
913
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
914
        $(am__post_remove_distdir)
 
915
 
 
916
dist-bzip2: distdir
 
917
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
918
        $(am__post_remove_distdir)
 
919
 
 
920
dist-lzip: distdir
 
921
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
922
        $(am__post_remove_distdir)
 
923
 
 
924
dist-xz: distdir
 
925
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
926
        $(am__post_remove_distdir)
 
927
 
 
928
dist-tarZ: distdir
 
929
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
930
        $(am__post_remove_distdir)
 
931
 
 
932
dist-shar: distdir
 
933
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
934
        $(am__post_remove_distdir)
 
935
 
 
936
dist-zip: distdir
 
937
        -rm -f $(distdir).zip
 
938
        zip -rq $(distdir).zip $(distdir)
 
939
        $(am__post_remove_distdir)
 
940
 
 
941
dist dist-all:
 
942
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
943
        $(am__post_remove_distdir)
 
944
 
 
945
# This target untars the dist file and tries a VPATH configuration.  Then
 
946
# it guarantees that the distribution is self-contained by making another
 
947
# tarfile.
 
948
distcheck: dist
 
949
        case '$(DIST_ARCHIVES)' in \
 
950
        *.tar.gz*) \
 
951
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
952
        *.tar.bz2*) \
 
953
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
954
        *.tar.lz*) \
 
955
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
956
        *.tar.xz*) \
 
957
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
958
        *.tar.Z*) \
 
959
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
960
        *.shar.gz*) \
 
961
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
962
        *.zip*) \
 
963
          unzip $(distdir).zip ;;\
 
964
        esac
 
965
        chmod -R a-w $(distdir)
 
966
        chmod u+w $(distdir)
 
967
        mkdir $(distdir)/_build $(distdir)/_inst
 
968
        chmod a-w $(distdir)
 
969
        test -d $(distdir)/_build || exit 0; \
 
970
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
971
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
972
          && am__cwd=`pwd` \
 
973
          && $(am__cd) $(distdir)/_build \
 
974
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
975
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
976
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
977
          && $(MAKE) $(AM_MAKEFLAGS) \
 
978
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
979
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
980
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
981
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
982
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
983
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
984
                distuninstallcheck \
 
985
          && chmod -R a-w "$$dc_install_base" \
 
986
          && ({ \
 
987
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
988
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
989
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
990
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
991
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
992
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
993
          && rm -rf "$$dc_destdir" \
 
994
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
995
          && rm -rf $(DIST_ARCHIVES) \
 
996
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
997
          && cd "$$am__cwd" \
 
998
          || exit 1
 
999
        $(am__post_remove_distdir)
 
1000
        @(echo "$(distdir) archives ready for distribution: "; \
 
1001
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
1002
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
1003
distuninstallcheck:
 
1004
        @test -n '$(distuninstallcheck_dir)' || { \
 
1005
          echo 'ERROR: trying to run $@ with an empty' \
 
1006
               '$$(distuninstallcheck_dir)' >&2; \
 
1007
          exit 1; \
 
1008
        }; \
 
1009
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
1010
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
1011
          exit 1; \
 
1012
        }; \
 
1013
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
1014
           || { echo "ERROR: files left after uninstall:" ; \
 
1015
                if test -n "$(DESTDIR)"; then \
 
1016
                  echo "  (check DESTDIR support)"; \
 
1017
                fi ; \
 
1018
                $(distuninstallcheck_listfiles) ; \
 
1019
                exit 1; } >&2
 
1020
distcleancheck: distclean
 
1021
        @if test '$(srcdir)' = . ; then \
 
1022
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
1023
          exit 1 ; \
 
1024
        fi
 
1025
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
1026
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
1027
               $(distcleancheck_listfiles) ; \
 
1028
               exit 1; } >&2
 
1029
check-am: all-am
 
1030
check: check-recursive
 
1031
all-am: Makefile $(LTLIBRARIES) $(MANS) config.h
 
1032
installdirs: installdirs-recursive
 
1033
installdirs-am:
 
1034
        for dir in "$(DESTDIR)$(pkgextensiondir)" "$(DESTDIR)$(man3dir)"; do \
 
1035
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1036
        done
 
1037
install: install-recursive
 
1038
install-exec: install-exec-recursive
 
1039
install-data: install-data-recursive
 
1040
uninstall: uninstall-recursive
 
1041
 
 
1042
install-am: all-am
 
1043
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1044
 
 
1045
installcheck: installcheck-recursive
 
1046
install-strip:
 
1047
        if test -z '$(STRIP)'; then \
 
1048
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1049
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1050
              install; \
 
1051
        else \
 
1052
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1053
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1054
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1055
        fi
 
1056
mostlyclean-generic:
 
1057
 
 
1058
clean-generic:
 
1059
 
 
1060
distclean-generic:
 
1061
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1062
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1063
 
 
1064
maintainer-clean-generic:
 
1065
        @echo "This command is intended for maintainers to use"
 
1066
        @echo "it deletes files that may require special tools to rebuild."
 
1067
clean: clean-recursive
 
1068
 
 
1069
clean-am: clean-generic clean-libtool clean-pkgextensionLTLIBRARIES \
 
1070
        mostlyclean-am
 
1071
 
 
1072
distclean: distclean-recursive
 
1073
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1074
        -rm -rf ./$(DEPDIR)
 
1075
        -rm -f Makefile
 
1076
distclean-am: clean-am distclean-compile distclean-generic \
 
1077
        distclean-hdr distclean-libtool distclean-tags
 
1078
 
 
1079
dvi: dvi-recursive
 
1080
 
 
1081
dvi-am:
 
1082
 
 
1083
html: html-recursive
 
1084
 
 
1085
html-am:
 
1086
 
 
1087
info: info-recursive
 
1088
 
 
1089
info-am:
 
1090
 
 
1091
install-data-am: install-man install-pkgextensionLTLIBRARIES
 
1092
 
 
1093
install-dvi: install-dvi-recursive
 
1094
 
 
1095
install-dvi-am:
 
1096
 
 
1097
install-exec-am:
 
1098
 
 
1099
install-html: install-html-recursive
 
1100
 
 
1101
install-html-am:
 
1102
 
 
1103
install-info: install-info-recursive
 
1104
 
 
1105
install-info-am:
 
1106
 
 
1107
install-man: install-man3
 
1108
 
 
1109
install-pdf: install-pdf-recursive
 
1110
 
 
1111
install-pdf-am:
 
1112
 
 
1113
install-ps: install-ps-recursive
 
1114
 
 
1115
install-ps-am:
 
1116
 
 
1117
installcheck-am:
 
1118
 
 
1119
maintainer-clean: maintainer-clean-recursive
 
1120
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1121
        -rm -rf $(top_srcdir)/autom4te.cache
 
1122
        -rm -rf ./$(DEPDIR)
 
1123
        -rm -f Makefile
 
1124
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1125
 
 
1126
mostlyclean: mostlyclean-recursive
 
1127
 
 
1128
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1129
        mostlyclean-libtool
 
1130
 
 
1131
pdf: pdf-recursive
 
1132
 
 
1133
pdf-am:
 
1134
 
 
1135
ps: ps-recursive
 
1136
 
 
1137
ps-am:
 
1138
 
 
1139
uninstall-am: uninstall-man uninstall-pkgextensionLTLIBRARIES
 
1140
 
 
1141
uninstall-man: uninstall-man3
 
1142
 
 
1143
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
1144
        cscopelist-recursive ctags-recursive install-am install-strip \
 
1145
        tags-recursive
 
1146
 
 
1147
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1148
        all all-am am--refresh check check-am clean clean-cscope \
 
1149
        clean-generic clean-libtool clean-pkgextensionLTLIBRARIES \
 
1150
        cscope cscopelist cscopelist-recursive ctags ctags-recursive \
 
1151
        dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
 
1152
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
1153
        distclean-compile distclean-generic distclean-hdr \
 
1154
        distclean-libtool distclean-tags distcleancheck distdir \
 
1155
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
1156
        install install-am install-data install-data-am install-dvi \
 
1157
        install-dvi-am install-exec install-exec-am install-html \
 
1158
        install-html-am install-info install-info-am install-man \
 
1159
        install-man3 install-pdf install-pdf-am \
 
1160
        install-pkgextensionLTLIBRARIES install-ps install-ps-am \
 
1161
        install-strip installcheck installcheck-am installdirs \
 
1162
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1163
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1164
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
1165
        uninstall uninstall-am uninstall-man uninstall-man3 \
 
1166
        uninstall-pkgextensionLTLIBRARIES
 
1167
 
 
1168
 
 
1169
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1170
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1171
.NOEXPORT: