1
# Makefile.in generated by automake 1.15 from Makefile.am.
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
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
18
# Makefile.am --- automake input file for gawk
20
# Copyright (C) 2000-2016 the Free Software Foundation, Inc.
22
# This file is part of GAWK, the GNU implementation of the
23
# AWK Programming Language.
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.
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.
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
42
if test -z '$(MAKELEVEL)'; then \
44
elif test -n '$(MAKE_HOST)'; then \
46
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
52
am__make_running_with_option = \
53
case $${target_option-} in \
55
*) echo "am__make_running_with_option: internal error: invalid" \
56
"target option '$${target_option-}' specified" >&2; \
60
sane_makeflags=$$MAKEFLAGS; \
61
if $(am__is_gnu_make); then \
62
sane_makeflags=$$MFLAGS; \
67
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
74
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76
for flg in $$sane_makeflags; do \
77
test $$skip_next = yes && { skip_next=no; continue; }; \
80
-*I) strip_trailopt 'I'; skip_next=yes;; \
81
-*I?*) strip_trailopt 'I';; \
82
-*O) strip_trailopt 'O'; skip_next=yes;; \
83
-*O?*) strip_trailopt 'O';; \
84
-*l) strip_trailopt 'l'; skip_next=yes;; \
85
-*l?*) strip_trailopt 'l';; \
86
-[dEDm]) skip_next=yes;; \
87
-[JT]) skip_next=yes;; \
90
*$$target_option*) has_opt=yes; break;; \
94
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96
pkgdatadir = $(datadir)/@PACKAGE@
97
pkgincludedir = $(includedir)/@PACKAGE@
98
pkglibdir = $(libdir)/@PACKAGE@
99
pkglibexecdir = $(libexecdir)/@PACKAGE@
100
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101
install_sh_DATA = $(install_sh) -c -m 644
102
install_sh_PROGRAM = $(install_sh) -c
103
install_sh_SCRIPT = $(install_sh) -c
104
INSTALL_HEADER = $(INSTALL_DATA)
105
transform = $(program_transform_name)
112
build_triplet = @build@
113
host_triplet = @host@
115
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
117
$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
118
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
119
$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
120
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
121
$(top_srcdir)/m4/libsigsegv.m4 $(top_srcdir)/m4/longlong.m4 \
122
$(top_srcdir)/m4/mpfr.m4 $(top_srcdir)/m4/nls.m4 \
123
$(top_srcdir)/m4/noreturn.m4 $(top_srcdir)/m4/po.m4 \
124
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
125
$(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/ulonglong.m4 \
126
$(top_srcdir)/configure.ac
127
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
129
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
130
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131
CONFIG_HEADER = $(top_builddir)/config.h
133
CONFIG_CLEAN_VPATH_FILES =
134
LIBRARIES = $(noinst_LIBRARIES)
137
AM_V_AR = $(am__v_AR_@AM_V@)
138
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
139
am__v_AR_0 = @echo " AR " $@;
141
libsupport_a_AR = $(AR) $(ARFLAGS)
142
libsupport_a_LIBADD =
143
am_libsupport_a_OBJECTS = dfa.$(OBJEXT) getopt.$(OBJEXT) \
144
getopt1.$(OBJEXT) localeinfo.$(OBJEXT) random.$(OBJEXT) \
146
libsupport_a_OBJECTS = $(am_libsupport_a_OBJECTS)
147
AM_V_P = $(am__v_P_@AM_V@)
148
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151
AM_V_GEN = $(am__v_GEN_@AM_V@)
152
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153
am__v_GEN_0 = @echo " GEN " $@;
155
AM_V_at = $(am__v_at_@AM_V@)
156
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
160
depcomp = $(SHELL) $(top_srcdir)/depcomp
161
am__depfiles_maybe = depfiles
163
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165
AM_V_CC = $(am__v_CC_@AM_V@)
166
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
167
am__v_CC_0 = @echo " CC " $@;
170
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
171
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173
am__v_CCLD_0 = @echo " CCLD " $@;
175
SOURCES = $(libsupport_a_SOURCES)
176
DIST_SOURCES = $(libsupport_a_SOURCES)
177
am__can_run_installinfo = \
178
case $$AM_UPDATE_INFO_DIR in \
180
*) (install-info --version) >/dev/null 2>&1;; \
182
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183
# Read a list of newline-separated strings from the standard input,
184
# and print each of them once, without duplicates. Input order is
186
am__uniquify_input = $(AWK) '\
187
BEGIN { nonempty = 0; } \
188
{ items[$$0] = 1; nonempty = 1; } \
189
END { if (nonempty) { for (i in items) print i; }; } \
191
# Make sure the list of sources is unique. This is necessary because,
192
# e.g., the same source file might be shared among _SOURCES variables
193
# for different programs/libraries.
194
am__define_uniq_tagged_files = \
195
list='$(am__tagged_files)'; \
196
unique=`for i in $$list; do \
197
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198
done | $(am__uniquify_input)`
201
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
202
$(top_srcdir)/mkinstalldirs ChangeLog
203
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207
AUTOCONF = @AUTOCONF@
208
AUTOHEADER = @AUTOHEADER@
209
AUTOMAKE = @AUTOMAKE@
212
CCDEPMODE = @CCDEPMODE@
215
CPPFLAGS = @CPPFLAGS@
216
CYGPATH_W = @CYGPATH_W@
217
DEFS = -DGAWK -DHAVE_CONFIG_H -I"$(srcdir)/.."
224
GAWKLIBEXT = @GAWKLIBEXT@
225
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
227
GMSGFMT_015 = @GMSGFMT_015@
229
HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
231
INSTALL_DATA = @INSTALL_DATA@
232
INSTALL_PROGRAM = @INSTALL_PROGRAM@
233
INSTALL_SCRIPT = @INSTALL_SCRIPT@
234
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235
INTLLIBS = @INTLLIBS@
236
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
238
LIBICONV = @LIBICONV@
242
LIBREADLINE = @LIBREADLINE@
244
LIBSIGSEGV = @LIBSIGSEGV@
245
LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
247
LTLIBICONV = @LTLIBICONV@
248
LTLIBINTL = @LTLIBINTL@
249
LTLIBOBJS = @LTLIBOBJS@
250
LTLIBSIGSEGV = @LTLIBSIGSEGV@
251
MAKEINFO = @MAKEINFO@
254
MSGFMT_015 = @MSGFMT_015@
255
MSGMERGE = @MSGMERGE@
258
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259
PACKAGE_NAME = @PACKAGE_NAME@
260
PACKAGE_STRING = @PACKAGE_STRING@
261
PACKAGE_TARNAME = @PACKAGE_TARNAME@
262
PACKAGE_URL = @PACKAGE_URL@
263
PACKAGE_VERSION = @PACKAGE_VERSION@
264
PATH_SEPARATOR = @PATH_SEPARATOR@
268
SET_MAKE = @SET_MAKE@
270
SOCKET_LIBS = @SOCKET_LIBS@
274
XGETTEXT = @XGETTEXT@
275
XGETTEXT_015 = @XGETTEXT_015@
276
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
279
abs_builddir = @abs_builddir@
280
abs_srcdir = @abs_srcdir@
281
abs_top_builddir = @abs_top_builddir@
282
abs_top_srcdir = @abs_top_srcdir@
283
ac_ct_CC = @ac_ct_CC@
284
acl_shlibext = @acl_shlibext@
285
am__include = @am__include@
286
am__leading_dot = @am__leading_dot@
287
am__quote = @am__quote@
289
am__untar = @am__untar@
292
build_alias = @build_alias@
293
build_cpu = @build_cpu@
294
build_os = @build_os@
295
build_vendor = @build_vendor@
296
builddir = @builddir@
298
datarootdir = @datarootdir@
301
exec_prefix = @exec_prefix@
303
host_alias = @host_alias@
304
host_cpu = @host_cpu@
306
host_vendor = @host_vendor@
308
includedir = @includedir@
310
install_sh = @install_sh@
312
libexecdir = @libexecdir@
313
localedir = @localedir@
314
localstatedir = @localstatedir@
317
oldincludedir = @oldincludedir@
319
pkgextensiondir = @pkgextensiondir@
321
program_transform_name = @program_transform_name@
324
sharedstatedir = @sharedstatedir@
327
sysconfdir = @sysconfdir@
328
target_alias = @target_alias@
329
top_build_prefix = @top_build_prefix@
330
top_builddir = @top_builddir@
331
top_srcdir = @top_srcdir@
333
# This insures that make flags get passed down to child makes.
334
AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)'
336
# Stuff to include in the dist that doesn't need it's own
347
# what to make and install
348
noinst_LIBRARIES = libsupport.a
349
libsupport_a_SOURCES = \
367
# For some make's, e.g. OpenBSD, that don't define this
372
.SUFFIXES: .c .o .obj
373
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
375
case '$(am__configure_deps)' in \
377
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378
&& { if test -f $@; then exit 0; else break; fi; }; \
382
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/Makefile'; \
383
$(am__cd) $(top_srcdir) && \
384
$(AUTOMAKE) --gnu support/Makefile
385
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
394
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397
$(top_srcdir)/configure: $(am__configure_deps)
398
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
400
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
$(am__aclocal_m4_deps):
403
clean-noinstLIBRARIES:
404
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
406
libsupport.a: $(libsupport_a_OBJECTS) $(libsupport_a_DEPENDENCIES) $(EXTRA_libsupport_a_DEPENDENCIES)
407
$(AM_V_at)-rm -f libsupport.a
408
$(AM_V_AR)$(libsupport_a_AR) libsupport.a $(libsupport_a_OBJECTS) $(libsupport_a_LIBADD)
409
$(AM_V_at)$(RANLIB) libsupport.a
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dfa.Po@am__quote@
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localeinfo.Po@am__quote@
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
425
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
426
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
432
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
433
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
438
ID: $(am__tagged_files)
439
$(am__define_uniq_tagged_files); mkid -fID $$unique
443
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446
$(am__define_uniq_tagged_files); \
448
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449
test -n "$$unique" || unique=$$empty_fix; \
450
if test $$# -gt 0; then \
451
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462
$(am__define_uniq_tagged_files); \
463
test -z "$(CTAGS_ARGS)$$unique" \
464
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468
here=`$(am__cd) $(top_builddir) && pwd` \
469
&& $(am__cd) $(top_srcdir) \
470
&& gtags -i $(GTAGS_ARGS) "$$here"
471
cscopelist: cscopelist-am
473
cscopelist-am: $(am__tagged_files)
474
list='$(am__tagged_files)'; \
475
case "$(srcdir)" in \
476
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
477
*) sdir=$(subdir)/$(srcdir) ;; \
479
for i in $$list; do \
480
if test -f "$$i"; then \
481
echo "$(subdir)/$$i"; \
485
done >> $(top_builddir)/cscope.files
488
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490
distdir: $(DISTFILES)
491
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493
list='$(DISTFILES)'; \
494
dist_files=`for file in $$list; do echo $$file; done | \
495
sed -e "s|^$$srcdirstrip/||;t" \
496
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497
case $$dist_files in \
498
*/*) $(MKDIR_P) `echo "$$dist_files" | \
499
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
502
for file in $$dist_files; do \
503
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504
if test -d $$d/$$file; then \
505
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
506
if test -d "$(distdir)/$$file"; then \
507
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515
test -f "$(distdir)/$$file" \
516
|| cp -p $$d/$$file "$(distdir)/$$file" \
522
all-am: Makefile $(LIBRARIES)
525
install-exec: install-exec-am
526
install-data: install-data-am
527
uninstall: uninstall-am
530
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
installcheck: installcheck-am
534
if test -z '$(STRIP)'; then \
535
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
548
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
549
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551
maintainer-clean-generic:
552
@echo "This command is intended for maintainers to use"
553
@echo "it deletes files that may require special tools to rebuild."
556
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
558
distclean: distclean-am
561
distclean-am: clean-am distclean-compile distclean-generic \
578
install-dvi: install-dvi-am
584
install-html: install-html-am
588
install-info: install-info-am
594
install-pdf: install-pdf-am
598
install-ps: install-ps-am
604
maintainer-clean: maintainer-clean-am
607
maintainer-clean-am: distclean-am maintainer-clean-generic
609
mostlyclean: mostlyclean-am
611
mostlyclean-am: mostlyclean-compile mostlyclean-generic
623
.MAKE: install-am install-strip
625
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
626
clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
627
distclean-compile distclean-generic distclean-tags distdir dvi \
628
dvi-am html html-am info info-am install install-am \
629
install-data install-data-am install-dvi install-dvi-am \
630
install-exec install-exec-am install-html install-html-am \
631
install-info install-info-am install-man install-pdf \
632
install-pdf-am install-ps install-ps-am install-strip \
633
installcheck installcheck-am installdirs maintainer-clean \
634
maintainer-clean-generic mostlyclean mostlyclean-compile \
635
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
641
# Tell versions [3.59,3.63) of GNU make to not export all variables.
642
# Otherwise a system limit (for SysV at least) may be exceeded.