1863.1.7
by Arnold D. Robbins
Go back to automake 1.16.5. |
1 |
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
2 |
# @configure_input@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
3 |
|
1472.2.20
by Arnold D. Robbins
Update to Automake 1.16.4. |
4 |
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
319.1.18
by Arnold D. Robbins
Update infrastructure. |
5 |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
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 |
||
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
15 |
@SET_MAKE@
|
16 |
||
17 |
#
|
|
18 |
# Makefile.am --- automake input file for gawk
|
|
19 |
#
|
|
1814.1.138
by Arnold D. Robbins
Update copyright year in a bunch of files. |
20 |
# Copyright (C) 2000-2023 the Free Software Foundation, Inc.
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
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
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
27 |
# the Free Software Foundation; either version 3 of the License, or
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
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
|
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
37 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
38 |
#
|
39 |
||
319.2.15
by Andrew J. Schorr
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. |
40 |
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
41 |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
42 |
VPATH = @srcdir@ |
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
43 |
am__is_gnu_make = { \ |
44 |
if test -z '$(MAKELEVEL)'; then \
|
|
45 |
false; \
|
|
46 |
elif test -n '$(MAKE_HOST)'; then \
|
|
47 |
true; \
|
|
48 |
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
49 |
true; \
|
|
50 |
else \
|
|
51 |
false; \
|
|
52 |
fi; \
|
|
53 |
}
|
|
408.4.92
by Arnold D. Robbins
Update to automake 1.13.4 and libtool 2.4.2.418. |
54 |
am__make_running_with_option = \ |
55 |
case $${target_option-} in \ |
|
56 |
?) ;; \ |
|
57 |
*) echo "am__make_running_with_option: internal error: invalid" \ |
|
58 |
"target option '$${target_option-}' specified" >&2; \ |
|
59 |
exit 1;; \ |
|
60 |
esac; \ |
|
61 |
has_opt=no; \ |
|
62 |
sane_makeflags=$$MAKEFLAGS; \ |
|
63 |
if $(am__is_gnu_make); then \
|
|
64 |
sane_makeflags=$$MFLAGS; \
|
|
65 |
else \
|
|
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
66 |
case $$MAKEFLAGS in \
|
67 |
*\\[\ \ ]*) \
|
|
408.4.92
by Arnold D. Robbins
Update to automake 1.13.4 and libtool 2.4.2.418. |
68 |
bs=\\; \
|
69 |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
70 |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
71 |
esac; \
|
|
72 |
fi; \
|
|
73 |
skip_next=no; \
|
|
74 |
strip_trailopt () \
|
|
75 |
{ \
|
|
76 |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
77 |
}; \
|
|
78 |
for flg in $$sane_makeflags; do \
|
|
79 |
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
80 |
case $$flg in \
|
|
81 |
*=*|--*) continue;; \
|
|
82 |
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
83 |
-*I?*) strip_trailopt 'I';; \
|
|
84 |
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
85 |
-*O?*) strip_trailopt 'O';; \
|
|
86 |
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
87 |
-*l?*) strip_trailopt 'l';; \
|
|
88 |
-[dEDm]) skip_next=yes;; \
|
|
89 |
-[JT]) skip_next=yes;; \
|
|
90 |
esac; \
|
|
91 |
case $$flg in \
|
|
92 |
*$$target_option*) has_opt=yes; break;; \
|
|
93 |
esac; \
|
|
94 |
done; \
|
|
95 |
test $$has_opt = yes
|
|
96 |
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
97 |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
98 |
pkgincludedir = $(includedir)/@PACKAGE@ |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
99 |
pkglibdir = $(libdir)/@PACKAGE@ |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
100 |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
101 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
102 |
install_sh_DATA = $(install_sh) -c -m 644 |
|
103 |
install_sh_PROGRAM = $(install_sh) -c |
|
104 |
install_sh_SCRIPT = $(install_sh) -c |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
105 |
INSTALL_HEADER = $(INSTALL_DATA) |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
106 |
transform = $(program_transform_name) |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
107 |
NORMAL_INSTALL = : |
108 |
PRE_INSTALL = : |
|
109 |
POST_INSTALL = : |
|
110 |
NORMAL_UNINSTALL = : |
|
111 |
PRE_UNINSTALL = : |
|
112 |
POST_UNINSTALL = : |
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
113 |
build_triplet = @build@ |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
114 |
host_triplet = @host@ |
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
115 |
|
116 |
# Build in extension before test so that
|
|
117 |
# ./configure && make check
|
|
118 |
# works properly too.
|
|
408.21.1
by Arnold D. Robbins
Rework zOS patches; keep separate from autotools. |
119 |
@ENABLE_EXTENSIONS_TRUE@am__append_1 = extension |
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
120 |
bin_PROGRAMS = gawk$(EXEEXT) |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
121 |
subdir = . |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
122 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
123 |
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \ |
|
1811
by Arnold D. Robbins
Improve check for -no-pie flag during configuration. |
124 |
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
1814.1.35
by Arnold D. Robbins
Update GNULIB stuff. |
125 |
$(top_srcdir)/m4/c-bool.m4 $(top_srcdir)/m4/codeset.m4 \ |
126 |
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \ |
|
127 |
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ |
|
128 |
$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ |
|
129 |
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ |
|
1863.1.6
by Arnold D. Robbins
Nuke use of libsigsegv. |
130 |
$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/mpfr.m4 \ |
131 |
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/noreturn.m4 \ |
|
132 |
$(top_srcdir)/m4/pma.m4 $(top_srcdir)/m4/po.m4 \ |
|
133 |
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \ |
|
134 |
$(top_srcdir)/m4/socket.m4 \ |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
135 |
$(top_srcdir)/m4/triplet-transformation.m4 \ |
136 |
$(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
137 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
138 |
$(ACLOCAL_M4) |
|
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
139 |
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
140 |
$(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON) |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
141 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
142 |
configure.lineno config.status.lineno |
1379.1.43
by Arnold D. Robbins
Move aux files into build-aux directory. |
143 |
mkinstalldirs = $(install_sh) -d |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
144 |
CONFIG_HEADER = config.h |
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
145 |
CONFIG_CLEAN_FILES = gawkbug |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
146 |
CONFIG_CLEAN_VPATH_FILES = |
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
147 |
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ |
148 |
"$(DESTDIR)$(includedir)" |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
149 |
PROGRAMS = $(bin_PROGRAMS) |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
150 |
am__objects_1 = array.$(OBJEXT) awkgram.$(OBJEXT) builtin.$(OBJEXT) \ |
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
151 |
cint_array.$(OBJEXT) command.$(OBJEXT) debug.$(OBJEXT) \ |
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
152 |
eval.$(OBJEXT) ext.$(OBJEXT) field.$(OBJEXT) \ |
319.2.13
by Andrew J. Schorr
First working version of new API mechanism (probably has memory leaks). |
153 |
floatcomp.$(OBJEXT) gawkapi.$(OBJEXT) gawkmisc.$(OBJEXT) \ |
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
154 |
int_array.$(OBJEXT) io.$(OBJEXT) main.$(OBJEXT) mpfr.$(OBJEXT) \ |
2057.1.73
by Arnold D. Robbins
Squashed commit of the following: |
155 |
msg.$(OBJEXT) node.$(OBJEXT) printf.$(OBJEXT) \ |
156 |
profile.$(OBJEXT) re.$(OBJEXT) replace.$(OBJEXT) \ |
|
157 |
str_array.$(OBJEXT) symbol.$(OBJEXT) version.$(OBJEXT) |
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
158 |
am_gawk_OBJECTS = $(am__objects_1) |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
159 |
gawk_OBJECTS = $(am_gawk_OBJECTS) |
160 |
gawk_LDADD = $(LDADD) |
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
161 |
am__DEPENDENCIES_1 = |
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
162 |
gawk_DEPENDENCIES = support/libsupport.a $(am__DEPENDENCIES_1) \ |
387
by Arnold D. Robbins
Considerable additional portability fixes. |
163 |
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ |
1863.1.6
by Arnold D. Robbins
Nuke use of libsigsegv. |
164 |
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) |
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
165 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
166 |
am__vpath_adj = case $$p in \ |
|
167 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
|
168 |
*) f=$$p;; \ |
|
169 |
esac; |
|
170 |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
|
171 |
am__install_max = 40 |
|
172 |
am__nobase_strip_setup = \ |
|
173 |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
|
174 |
am__nobase_strip = \ |
|
175 |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
|
176 |
am__nobase_list = $(am__nobase_strip_setup); \ |
|
177 |
for p in $$list; do echo "$$p $$p"; done | \ |
|
178 |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
|
179 |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
|
180 |
if (++n[$$2] == $(am__install_max)) \
|
|
181 |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
182 |
END { for (dir in files) print dir, files[dir] }'
|
|
183 |
am__base_list = \
|
|
184 |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
|
185 |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
186 |
am__uninstall_files_from_dir = { \ |
|
187 |
test -z "$$files" \ |
|
188 |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
|
189 |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
|
190 |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
|
191 |
}
|
|
192 |
SCRIPTS = $(bin_SCRIPTS) |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
193 |
AM_V_P = $(am__v_P_@AM_V@) |
194 |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
195 |
am__v_P_0 = false |
|
196 |
am__v_P_1 = : |
|
197 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
198 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
199 |
am__v_GEN_0 = @echo " GEN " $@; |
|
200 |
am__v_GEN_1 = |
|
201 |
AM_V_at = $(am__v_at_@AM_V@) |
|
202 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
203 |
am__v_at_0 = @ |
|
204 |
am__v_at_1 = |
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
205 |
DEFAULT_INCLUDES = -I.@am__isrc@ |
1379.1.43
by Arnold D. Robbins
Move aux files into build-aux directory. |
206 |
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
207 |
am__maybe_remake_depfiles = depfiles |
208 |
am__depfiles_remade = ./$(DEPDIR)/array.Po ./$(DEPDIR)/awkgram.Po \ |
|
209 |
./$(DEPDIR)/builtin.Po ./$(DEPDIR)/cint_array.Po \ |
|
210 |
./$(DEPDIR)/command.Po ./$(DEPDIR)/debug.Po \ |
|
211 |
./$(DEPDIR)/eval.Po ./$(DEPDIR)/ext.Po ./$(DEPDIR)/field.Po \ |
|
212 |
./$(DEPDIR)/floatcomp.Po ./$(DEPDIR)/gawkapi.Po \ |
|
213 |
./$(DEPDIR)/gawkmisc.Po ./$(DEPDIR)/int_array.Po \ |
|
214 |
./$(DEPDIR)/io.Po ./$(DEPDIR)/main.Po ./$(DEPDIR)/mpfr.Po \ |
|
2057.1.73
by Arnold D. Robbins
Squashed commit of the following: |
215 |
./$(DEPDIR)/msg.Po ./$(DEPDIR)/node.Po ./$(DEPDIR)/printf.Po \ |
216 |
./$(DEPDIR)/profile.Po ./$(DEPDIR)/re.Po \ |
|
217 |
./$(DEPDIR)/replace.Po ./$(DEPDIR)/str_array.Po \ |
|
218 |
./$(DEPDIR)/symbol.Po ./$(DEPDIR)/version.Po |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
219 |
am__mv = mv -f |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
220 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
221 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
222 |
AM_V_CC = $(am__v_CC_@AM_V@) |
223 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
|
224 |
am__v_CC_0 = @echo " CC " $@; |
|
225 |
am__v_CC_1 = |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
226 |
CCLD = $(CC) |
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
227 |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
228 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
229 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
|
230 |
am__v_CCLD_0 = @echo " CCLD " $@; |
|
231 |
am__v_CCLD_1 = |
|
319.2.3
by Arnold D. Robbins
Update build infrastructure. |
232 |
am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
233 |
-e s/c++$$/h++/ -e s/c$$/h/ |
|
234 |
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
235 |
AM_V_YACC = $(am__v_YACC_@AM_V@) |
236 |
am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
|
237 |
am__v_YACC_0 = @echo " YACC " $@; |
|
238 |
am__v_YACC_1 = |
|
1379.1.43
by Arnold D. Robbins
Move aux files into build-aux directory. |
239 |
YLWRAP = $(top_srcdir)/build-aux/ylwrap |
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
240 |
SOURCES = $(gawk_SOURCES) |
241 |
DIST_SOURCES = $(gawk_SOURCES) |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
242 |
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
243 |
ctags-recursive dvi-recursive html-recursive info-recursive \
|
|
244 |
install-data-recursive install-dvi-recursive \
|
|
245 |
install-exec-recursive install-html-recursive \
|
|
246 |
install-info-recursive install-pdf-recursive \
|
|
247 |
install-ps-recursive install-recursive installcheck-recursive \
|
|
248 |
installdirs-recursive pdf-recursive ps-recursive \
|
|
249 |
tags-recursive uninstall-recursive |
|
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
250 |
am__can_run_installinfo = \ |
251 |
case $$AM_UPDATE_INFO_DIR in \ |
|
252 |
n|no|NO) false;; \ |
|
253 |
*) (install-info --version) >/dev/null 2>&1;; \ |
|
254 |
esac
|
|
319.2.15
by Andrew J. Schorr
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. |
255 |
HEADERS = $(include_HEADERS) |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
256 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
257 |
distclean-recursive maintainer-clean-recursive |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
258 |
am__recursive_targets = \ |
259 |
$(RECURSIVE_TARGETS) \ |
|
260 |
$(RECURSIVE_CLEAN_TARGETS) \ |
|
261 |
$(am__extra_recursive_targets) |
|
262 |
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
|
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
263 |
cscope distdir distdir-am dist dist-all distcheck |
1326
by Arnold D. Robbins
Update to Automake 1.16.2. |
264 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ |
265 |
configh.in |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
266 |
# Read a list of newline-separated strings from the standard input,
|
267 |
# and print each of them once, without duplicates. Input order is
|
|
268 |
# *not* preserved.
|
|
269 |
am__uniquify_input = $(AWK) '\ |
|
270 |
BEGIN { nonempty = 0; } \ |
|
271 |
{ items[$$0] = 1; nonempty = 1; } \ |
|
272 |
END { if (nonempty) { for (i in items) print i; }; } \ |
|
273 |
'
|
|
274 |
# Make sure the list of sources is unique. This is necessary because,
|
|
275 |
# e.g., the same source file might be shared among _SOURCES variables
|
|
276 |
# for different programs/libraries.
|
|
277 |
am__define_uniq_tagged_files = \
|
|
278 |
list='$(am__tagged_files)'; \ |
|
279 |
unique=`for i in $$list; do \
|
|
280 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
281 |
done | $(am__uniquify_input)`
|
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
282 |
DIST_SUBDIRS = support . extension extras doc awklib po test
|
1379.1.43
by Arnold D. Robbins
Move aux files into build-aux directory. |
283 |
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configh.in \
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
284 |
$(srcdir)/gawkbug.in $(top_srcdir)/build-aux/ar-lib \
|
285 |
$(top_srcdir)/build-aux/compile \
|
|
1379.1.43
by Arnold D. Robbins
Move aux files into build-aux directory. |
286 |
$(top_srcdir)/build-aux/config.guess \
|
287 |
$(top_srcdir)/build-aux/config.rpath \
|
|
288 |
$(top_srcdir)/build-aux/config.sub \
|
|
289 |
$(top_srcdir)/build-aux/depcomp \
|
|
290 |
$(top_srcdir)/build-aux/install-sh \
|
|
291 |
$(top_srcdir)/build-aux/missing $(top_srcdir)/build-aux/ylwrap \
|
|
292 |
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
|
293 |
awkgram.c build-aux/ChangeLog build-aux/ar-lib \
|
|
294 |
build-aux/compile build-aux/config.guess \
|
|
295 |
build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
|
|
1379.1.44
by Arnold D. Robbins
Collapse multiple build-aux and m4 directories into one copy of each. |
296 |
build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
|
1472.3.25
by Arnold D. Robbins
Remove some unused files. |
297 |
build-aux/texinfo.tex build-aux/ylwrap command.c
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
298 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
299 |
distdir = $(PACKAGE)-$(VERSION)
|
|
300 |
top_distdir = $(distdir)
|
|
301 |
am__remove_distdir = \
|
|
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
302 |
if test -d "$(distdir)"; then \
|
303 |
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
304 |
&& rm -rf "$(distdir)" \
|
|
305 |
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
|
306 |
else :; fi
|
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
307 |
am__post_remove_distdir = $(am__remove_distdir)
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
308 |
am__relativize = \
|
309 |
dir0=`pwd`; \
|
|
310 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
|
311 |
sed_rest='s,^[^/]*/*,,'; \ |
|
312 |
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
|
313 |
sed_butlast='s,/*[^/]*$$,,'; \ |
|
314 |
while test -n "$$dir1"; do \
|
|
315 |
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
|
316 |
if test "$$first" != "."; then \
|
|
317 |
if test "$$first" = ".."; then \
|
|
318 |
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
|
319 |
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
|
320 |
else \
|
|
321 |
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
|
322 |
if test "$$first2" = "$$first"; then \
|
|
323 |
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
|
324 |
else \
|
|
325 |
dir2="../$$dir2"; \
|
|
326 |
fi; \
|
|
327 |
dir0="$$dir0"/"$$first"; \
|
|
328 |
fi; \
|
|
329 |
fi; \
|
|
330 |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
|
331 |
done; \
|
|
332 |
reldir="$$dir2"
|
|
408.2.109
by Arnold D. Robbins
Add dist-lz. Woohoo. |
333 |
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz $(distdir).tar.xz
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
334 |
GZIP_ENV = --best
|
408.2.109
by Arnold D. Robbins
Add dist-lz. Woohoo. |
335 |
DIST_TARGETS = dist-lzip dist-xz dist-gzip
|
1472.1.57
by Arnold D. Robbins
Move to Automake 1.16.3. |
336 |
# Exists only to be overridden by the user if desired.
|
337 |
AM_DISTCHECK_DVI_TARGET = dvi
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
338 |
distuninstallcheck_listfiles = find . -type f -print
|
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
339 |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
340 |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
|
408.4.81
by Arnold D. Robbins
Don't autogenerate version.c. |
341 |
distcleancheck_listfiles = find . -type f -print
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
342 |
|
343 |
# Directory for gawk's data files. Automake supplies datadir.
|
|
344 |
pkgdatadir = $(datadir)/awk
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
345 |
ACLOCAL = @ACLOCAL@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
346 |
AMTAR = @AMTAR@
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
347 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
1358
by Arnold D. Robbins
Allow for cross-compile version of ar. |
348 |
AR = @AR@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
349 |
AUTOCONF = @AUTOCONF@
|
350 |
AUTOHEADER = @AUTOHEADER@
|
|
351 |
AUTOMAKE = @AUTOMAKE@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
352 |
AWK = @AWK@
|
353 |
CC = @CC@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
354 |
CCDEPMODE = @CCDEPMODE@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
355 |
CFLAGS = @CFLAGS@
|
356 |
CPP = @CPP@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
357 |
CPPFLAGS = @CPPFLAGS@
|
1472.2.20
by Arnold D. Robbins
Update to Automake 1.16.4. |
358 |
CSCOPE = @CSCOPE@
|
359 |
CTAGS = @CTAGS@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
360 |
CYGPATH_W = @CYGPATH_W@
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
361 |
DEFS = -DDEFPATH=$(DEFPATH) -DDEFLIBPATH=$(DEFLIBPATH) -DSHLIBEXT=$(SHLIBEXT) -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"$(datadir)/locale"' -I"$(srcdir)/support" |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
362 |
DEPDIR = @DEPDIR@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
363 |
ECHO_C = @ECHO_C@
|
364 |
ECHO_N = @ECHO_N@
|
|
365 |
ECHO_T = @ECHO_T@
|
|
366 |
EGREP = @EGREP@
|
|
1472.2.20
by Arnold D. Robbins
Update to Automake 1.16.4. |
367 |
ETAGS = @ETAGS@
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
368 |
EXEEXT = @EXEEXT@
|
319.2.70
by Andrew J. Schorr
Minor configure.ac/Makefile.am change for more elegant shared library support. |
369 |
GAWKLIBEXT = @GAWKLIBEXT@
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
370 |
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
371 |
GMSGFMT = @GMSGFMT@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
372 |
GMSGFMT_015 = @GMSGFMT_015@
|
373 |
GREP = @GREP@
|
|
374 |
INSTALL = @INSTALL@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
375 |
INSTALL_DATA = @INSTALL_DATA@
|
376 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
377 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
378 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
379 |
INTLLIBS = @INTLLIBS@
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
380 |
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
381 |
LDFLAGS = @LDFLAGS@
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
382 |
LIBICONV = @LIBICONV@
|
383 |
LIBINTL = @LIBINTL@
|
|
302
by john haque
Finish builtins for MPFR. |
384 |
LIBMPFR = @LIBMPFR@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
385 |
LIBOBJS = @LIBOBJS@
|
40
by Arnold D. Robbins
Bring latest byte code gawk into git. Hurray! |
386 |
LIBREADLINE = @LIBREADLINE@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
387 |
LIBS = @LIBS@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
388 |
LN_S = @LN_S@
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
389 |
LTLIBICONV = @LTLIBICONV@
|
390 |
LTLIBINTL = @LTLIBINTL@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
391 |
LTLIBOBJS = @LTLIBOBJS@
|
392 |
MAKEINFO = @MAKEINFO@
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
393 |
MKDIR_P = @MKDIR_P@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
394 |
MSGFMT = @MSGFMT@
|
395 |
MSGMERGE = @MSGMERGE@
|
|
1379.1.40
by Arnold D. Robbins
Update to gettext 0.20.2. |
396 |
MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
397 |
OBJEXT = @OBJEXT@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
398 |
PACKAGE = @PACKAGE@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
399 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
400 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
401 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
402 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
36
by Arnold D. Robbins
Move to 3.1.8. |
403 |
PACKAGE_URL = @PACKAGE_URL@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
404 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
405 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
406 |
POSUB = @POSUB@
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
407 |
RANLIB = @RANLIB@
|
408.5.360
by Arnold D. Robbins
Upgrade infrastructure (automake, gettext, libtool). |
408 |
SED = @SED@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
409 |
SET_MAKE = @SET_MAKE@
|
410 |
SHELL = @SHELL@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
411 |
SOCKET_LIBS = @SOCKET_LIBS@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
412 |
STRIP = @STRIP@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
413 |
USE_NLS = @USE_NLS@
|
414 |
VERSION = @VERSION@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
415 |
XGETTEXT = @XGETTEXT@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
416 |
XGETTEXT_015 = @XGETTEXT_015@
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
417 |
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
418 |
YACC = @YACC@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
419 |
YFLAGS = @YFLAGS@
|
1109
by Arnold D. Robbins
Improvements for z/OS, building and test suite. |
420 |
ZOS_FAIL = @ZOS_FAIL@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
421 |
abs_builddir = @abs_builddir@
|
422 |
abs_srcdir = @abs_srcdir@
|
|
423 |
abs_top_builddir = @abs_top_builddir@
|
|
424 |
abs_top_srcdir = @abs_top_srcdir@
|
|
1358
by Arnold D. Robbins
Allow for cross-compile version of ar. |
425 |
ac_ct_AR = @ac_ct_AR@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
426 |
ac_ct_CC = @ac_ct_CC@
|
299.3.1
by Andrew J. Schorr
xgawk + derived files needed to build |
427 |
acl_shlibext = @acl_shlibext@
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
428 |
am__include = @am__include@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
429 |
am__leading_dot = @am__leading_dot@
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
430 |
am__quote = @am__quote@
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
431 |
am__tar = @am__tar@
|
432 |
am__untar = @am__untar@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
433 |
bindir = @bindir@
|
434 |
build = @build@
|
|
435 |
build_alias = @build_alias@
|
|
436 |
build_cpu = @build_cpu@
|
|
437 |
build_os = @build_os@
|
|
438 |
build_vendor = @build_vendor@
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
439 |
builddir = @builddir@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
440 |
datadir = @datadir@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
441 |
datarootdir = @datarootdir@
|
442 |
docdir = @docdir@
|
|
443 |
dvidir = @dvidir@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
444 |
exec_prefix = @exec_prefix@
|
445 |
host = @host@
|
|
446 |
host_alias = @host_alias@
|
|
447 |
host_cpu = @host_cpu@
|
|
448 |
host_os = @host_os@
|
|
449 |
host_vendor = @host_vendor@
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
450 |
htmldir = @htmldir@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
451 |
includedir = @includedir@
|
452 |
infodir = @infodir@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
453 |
install_sh = @install_sh@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
454 |
libdir = @libdir@
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
455 |
libexecdir = @libexecdir@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
456 |
localedir = @localedir@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
457 |
localstatedir = @localstatedir@
|
458 |
mandir = @mandir@
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
459 |
mkdir_p = @mkdir_p@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
460 |
oldincludedir = @oldincludedir@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
461 |
pdfdir = @pdfdir@
|
299.3.1
by Andrew J. Schorr
xgawk + derived files needed to build |
462 |
pkgextensiondir = @pkgextensiondir@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
463 |
prefix = @prefix@
|
464 |
program_transform_name = @program_transform_name@
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
465 |
psdir = @psdir@
|
1326
by Arnold D. Robbins
Update to Automake 1.16.2. |
466 |
runstatedir = @runstatedir@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
467 |
sbindir = @sbindir@
|
468 |
sharedstatedir = @sharedstatedir@
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
469 |
srcdir = @srcdir@
|
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
470 |
subdirs = @subdirs@
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
471 |
sysconfdir = @sysconfdir@
|
472 |
target_alias = @target_alias@
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
473 |
top_build_prefix = @top_build_prefix@
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
474 |
top_builddir = @top_builddir@
|
475 |
top_srcdir = @top_srcdir@
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
476 |
|
40
by Arnold D. Robbins
Bring latest byte code gawk into git. Hurray! |
477 |
# This variable insures that aclocal runs
|
31
by Arnold D. Robbins
Move to gawk-3.1.3. |
478 |
# correctly after changing configure.ac
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
479 |
ACLOCAL_AMFLAGS = -I m4
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
480 |
AM_CFLAGS = @CFLAGS@
|
481 |
AM_LDFLAGS = @LDFLAGS@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
482 |
|
483 |
# Stuff to include in the dist that doesn't need it's own
|
|
484 |
# Makefile.am files
|
|
485 |
EXTRA_DIST = \
|
|
277
by Arnold D. Robbins
Fix vms version stuff. Get the tarball really right. |
486 |
ChangeLog.0 \
|
1146.1.3
by Arnold D. Robbins
Ensure that ChangeLog.1 gets into the distribution. |
487 |
ChangeLog.1 \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
488 |
COPYING \
|
489 |
INSTALL \
|
|
490 |
NEWS \
|
|
187
by Arnold D. Robbins
Move most stuff in NEWS to NEWS.0. |
491 |
NEWS.0 \
|
1087
by Arnold D. Robbins
Include NEWS.1 in what gets distributed. |
492 |
NEWS.1 \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
493 |
POSIX.STD \
|
494 |
README_d \
|
|
495 |
m4 \
|
|
496 |
missing_d \
|
|
277.1.6
by Arnold D. Robbins
Fix inclusion of po/README. Update some translations. |
497 |
po/README \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
498 |
pc \
|
499 |
posix \
|
|
1472.1.60
by Arnold D. Robbins
Get make distcheck working. |
500 |
vms
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
501 |
|
502 |
||
503 |
# The order to do things in.
|
|
408.19.49
by Arnold D. Robbins
Fix build ordering issues. |
504 |
#
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
505 |
# Build in support first, since we need the support library.
|
506 |
#
|
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
507 |
# Build explicitly in "." in order to build gawk first, so
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
508 |
# that `make check' without a prior `make' works.
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
509 |
|
516
by Arnold D. Robbins
Minor improvement in building - extract examples from doc. |
510 |
# Build in awklib after in doc, since we want to extract
|
511 |
# sample files if doc/gawk.texi changed.
|
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
512 |
SUBDIRS = support . $(am__append_1) extras doc awklib po test
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
513 |
bin_SCRIPTS = gawkbug
|
319.2.15
by Andrew J. Schorr
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. |
514 |
include_HEADERS = gawkapi.h
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
515 |
BUILT_SOURCES = $(srcdir)/pc/Makefile.tst
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
516 |
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
517 |
# sources for gawk
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
518 |
base_sources = \
|
519 |
array.c \
|
|
520 |
awk.h \
|
|
521 |
awkgram.y \
|
|
522 |
builtin.c \
|
|
281.1.1
by john haque
Speed/memory performance improvements. |
523 |
cint_array.c \
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
524 |
cmd.h \
|
525 |
command.y \
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
526 |
custom.h \
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
527 |
debug.c \
|
528 |
eval.c \
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
529 |
ext.c \
|
530 |
field.c \
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
531 |
floatcomp.c \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
532 |
floatmagic.h \
|
319.2.13
by Andrew J. Schorr
First working version of new API mechanism (probably has memory leaks). |
533 |
gawkapi.c \
|
319.2.15
by Andrew J. Schorr
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. |
534 |
gawkapi.h \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
535 |
gawkmisc.c \
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
536 |
gettext.h \
|
281.1.1
by john haque
Speed/memory performance improvements. |
537 |
int_array.c \
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
538 |
interpret.h \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
539 |
io.c \
|
540 |
main.c \
|
|
300
by john haque
Add infrastructure for MPFR/GMP support. |
541 |
mpfr.c \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
542 |
msg.c \
|
543 |
node.c \
|
|
408.4.25
by Arnold D. Robbins
Move FAKE_FD_VALUE to shared header. |
544 |
nonposix.h \
|
2057.1.73
by Arnold D. Robbins
Squashed commit of the following: |
545 |
printf.c \
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
546 |
profile.c \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
547 |
protos.h \
|
548 |
re.c \
|
|
549 |
replace.c \
|
|
281.1.1
by john haque
Speed/memory performance improvements. |
550 |
str_array.c \
|
551 |
symbol.c \
|
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
552 |
version.c
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
553 |
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
554 |
gawk_SOURCES = $(base_sources)
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
555 |
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
556 |
# Get extra libs as needed, Automake will supply LIBINTL and SOCKET_LIBS.
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
557 |
LDADD = support/libsupport.a \
|
1720.1.11
by Arnold D. Robbins
Squashed commit of the following: |
558 |
$(LIBSIGSEGV) $(LIBINTL) $(SOCKET_LIBS) $(LIBREADLINE) $(LIBMPFR) \
|
559 |
$(LDFLAGS)
|
|
731.1.10
by Arnold D. Robbins
Add small regex fix. Add support directory. |
560 |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
561 |
|
562 |
# stuff for compiling gawk/pgawk
|
|
36
by Arnold D. Robbins
Move to 3.1.8. |
563 |
DEFPATH = '".$(PATH_SEPARATOR)$(pkgdatadir)"' |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
564 |
|
299.3.1
by Andrew J. Schorr
xgawk + derived files needed to build |
565 |
# shared library support:
|
319.2.70
by Andrew J. Schorr
Minor configure.ac/Makefile.am change for more elegant shared library support. |
566 |
SHLIBEXT = "\"$(GAWKLIBEXT)"\"
|
299.3.1
by Andrew J. Schorr
xgawk + derived files needed to build |
567 |
DEFLIBPATH = "\"$(pkgextensiondir)\""
|
568 |
||
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
569 |
# Get rid of core files when cleaning
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
570 |
CLEANFILES = core core.* $(bin_SCRIPTS)
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
571 |
|
572 |
# We want hard links for install-exec-hook, below
|
|
573 |
LN = ln
|
|
408.5.238
by Arnold D. Robbins
Revert previous patch; instead define RM. |
574 |
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
575 |
# Make copies...
|
576 |
CP = cp
|
|
577 |
||
408.5.238
by Arnold D. Robbins
Revert previous patch; instead define RM. |
578 |
# For some make's, e.g. OpenBSD, that don't define this
|
579 |
RM = rm -f
|
|
1814.1.42
by Arnold D. Robbins
Improve debuggability, mainly for maintainers. |
580 |
|
581 |
# For debugging
|
|
582 |
DEBUG = -gdwarf-4 -g3
|
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
583 |
all: $(BUILT_SOURCES) config.h
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
584 |
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
585 |
||
21
by Arnold D. Robbins
Move to gawk-3.0.0. |
586 |
.SUFFIXES:
|
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
587 |
.SUFFIXES: .c .o .obj .y
|
319.2.3
by Arnold D. Robbins
Update build infrastructure. |
588 |
am--refresh: Makefile
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
589 |
@:
|
590 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
591 |
@for dep in $?; do \
|
|
592 |
case '$(am__configure_deps)' in \ |
|
593 |
*$$dep*) \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
594 |
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
595 |
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
596 |
&& exit 0; \
|
597 |
exit 1;; \
|
|
598 |
esac; \
|
|
599 |
done; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
600 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
601 |
$(am__cd) $(top_srcdir) && \
|
|
602 |
$(AUTOMAKE) --gnu Makefile
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
603 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
604 |
@case '$?' in \ |
|
605 |
*config.status*) \
|
|
606 |
echo ' $(SHELL) ./config.status'; \ |
|
607 |
$(SHELL) ./config.status;; \
|
|
608 |
*) \
|
|
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
609 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
610 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
611 |
esac;
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
612 |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
613 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
614 |
$(SHELL) ./config.status --recheck
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
615 |
|
616 |
$(top_srcdir)/configure: $(am__configure_deps)
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
617 |
$(am__cd) $(srcdir) && $(AUTOCONF)
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
618 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
619 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
620 |
$(am__aclocal_m4_deps):
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
621 |
|
622 |
config.h: stamp-h1
|
|
408.5.360
by Arnold D. Robbins
Upgrade infrastructure (automake, gettext, libtool). |
623 |
@test -f $@ || rm -f stamp-h1
|
624 |
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
625 |
|
626 |
stamp-h1: $(srcdir)/configh.in $(top_builddir)/config.status
|
|
627 |
@rm -f stamp-h1
|
|
628 |
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
629 |
$(srcdir)/configh.in: $(am__configure_deps)
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
630 |
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
631 |
rm -f stamp-h1
|
632 |
touch $@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
633 |
|
634 |
distclean-hdr:
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
635 |
-rm -f config.h stamp-h1
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
636 |
gawkbug: $(top_builddir)/config.status $(srcdir)/gawkbug.in
|
637 |
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
638 |
install-binPROGRAMS: $(bin_PROGRAMS)
|
639 |
@$(NORMAL_INSTALL)
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
640 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
641 |
if test -n "$$list"; then \
|
642 |
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
643 |
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
644 |
fi; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
645 |
for p in $$list; do echo "$$p $$p"; done | \
|
646 |
sed 's/$(EXEEXT)$$//' | \
|
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
647 |
while read p p1; do if test -f $$p \
|
648 |
; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
649 |
done | \
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
650 |
sed -e 'p;s,.*/,,;n;h' \
|
651 |
-e 's|.*|.|' \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
652 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
653 |
sed 'N;N;N;s,\n, ,g' | \
|
|
654 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
655 |
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
656 |
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
657 |
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
658 |
END { for (d in files) print "f", d, files[d] }' | \
|
|
659 |
while read type dir files; do \
|
|
660 |
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
661 |
test -z "$$files" || { \
|
|
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
662 |
echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
663 |
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
664 |
} \
|
665 |
; done
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
666 |
|
667 |
uninstall-binPROGRAMS:
|
|
668 |
@$(NORMAL_UNINSTALL)
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
669 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
670 |
files=`for p in $$list; do echo "$$p"; done | \
|
|
671 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
672 |
-e 's/$$/$(EXEEXT)/' \ |
673 |
`; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
674 |
test -n "$$list" || exit 0; \
|
675 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
|
676 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
677 |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
678 |
clean-binPROGRAMS:
|
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
679 |
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
408.4.92
by Arnold D. Robbins
Update to automake 1.13.4 and libtool 2.4.2.418. |
680 |
|
319.2.3
by Arnold D. Robbins
Update build infrastructure. |
681 |
gawk$(EXEEXT): $(gawk_OBJECTS) $(gawk_DEPENDENCIES) $(EXTRA_gawk_DEPENDENCIES)
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
682 |
@rm -f gawk$(EXEEXT)
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
683 |
$(AM_V_CCLD)$(LINK) $(gawk_OBJECTS) $(gawk_LDADD) $(LIBS)
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
684 |
install-binSCRIPTS: $(bin_SCRIPTS)
|
685 |
@$(NORMAL_INSTALL)
|
|
686 |
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ |
|
687 |
if test -n "$$list"; then \
|
|
688 |
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
689 |
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
690 |
fi; \
|
|
691 |
for p in $$list; do \
|
|
692 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
693 |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
694 |
done | \
|
|
695 |
sed -e 'p;s,.*/,,;n' \
|
|
696 |
-e 'h;s|.*|.|' \
|
|
697 |
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
698 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
699 |
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
700 |
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
701 |
if (++n[d] == $(am__install_max)) { \
|
|
702 |
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
703 |
else { print "f", d "/" $$4, $$1 } } \
|
|
704 |
END { for (d in files) print "f", d, files[d] }' | \
|
|
705 |
while read type dir files; do \
|
|
706 |
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
707 |
test -z "$$files" || { \
|
|
708 |
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
|
709 |
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
|
710 |
} \
|
|
711 |
; done
|
|
712 |
||
713 |
uninstall-binSCRIPTS:
|
|
714 |
@$(NORMAL_UNINSTALL)
|
|
715 |
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ |
|
716 |
files=`for p in $$list; do echo "$$p"; done | \
|
|
717 |
sed -e 's,.*/,,;$(transform)'`; \ |
|
718 |
dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
719 |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
720 |
mostlyclean-compile:
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
721 |
-rm -f *.$(OBJEXT)
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
722 |
|
723 |
distclean-compile:
|
|
724 |
-rm -f *.tab.c
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
725 |
|
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
726 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@ # am--include-marker
|
727 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/awkgram.Po@am__quote@ # am--include-marker
|
|
728 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/builtin.Po@am__quote@ # am--include-marker
|
|
729 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cint_array.Po@am__quote@ # am--include-marker
|
|
730 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@ # am--include-marker
|
|
731 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@ # am--include-marker
|
|
732 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Po@am__quote@ # am--include-marker
|
|
733 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext.Po@am__quote@ # am--include-marker
|
|
734 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field.Po@am__quote@ # am--include-marker
|
|
735 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floatcomp.Po@am__quote@ # am--include-marker
|
|
736 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gawkapi.Po@am__quote@ # am--include-marker
|
|
737 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gawkmisc.Po@am__quote@ # am--include-marker
|
|
738 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_array.Po@am__quote@ # am--include-marker
|
|
739 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@ # am--include-marker
|
|
740 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
|
|
741 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpfr.Po@am__quote@ # am--include-marker
|
|
742 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg.Po@am__quote@ # am--include-marker
|
|
743 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Po@am__quote@ # am--include-marker
|
|
2057.1.73
by Arnold D. Robbins
Squashed commit of the following: |
744 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf.Po@am__quote@ # am--include-marker
|
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
745 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profile.Po@am__quote@ # am--include-marker
|
746 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/re.Po@am__quote@ # am--include-marker
|
|
747 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replace.Po@am__quote@ # am--include-marker
|
|
748 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str_array.Po@am__quote@ # am--include-marker
|
|
749 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbol.Po@am__quote@ # am--include-marker
|
|
750 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ # am--include-marker
|
|
751 |
||
752 |
$(am__depfiles_remade):
|
|
753 |
@$(MKDIR_P) $(@D)
|
|
754 |
@echo '# dummy' >$@-t && $(am__mv) $@-t $@ |
|
755 |
||
756 |
am--depfiles: $(am__depfiles_remade) |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
757 |
|
758 |
.c.o: |
|
1472.1.57
by Arnold D. Robbins
Move to Automake 1.16.3. |
759 |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
760 |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
|
761 |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
762 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
763 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
408.5.360
by Arnold D. Robbins
Upgrade infrastructure (automake, gettext, libtool). |
764 |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
765 |
|
766 |
.c.obj: |
|
1472.1.57
by Arnold D. Robbins
Move to Automake 1.16.3. |
767 |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
768 |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
|
769 |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
770 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
771 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
408.5.360
by Arnold D. Robbins
Upgrade infrastructure (automake, gettext, libtool). |
772 |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
773 |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
774 |
.y.c: |
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
775 |
$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
319.2.15
by Andrew J. Schorr
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. |
776 |
install-includeHEADERS: $(include_HEADERS) |
777 |
@$(NORMAL_INSTALL) |
|
778 |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
|
779 |
if test -n "$$list"; then \
|
|
780 |
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
|
|
781 |
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
|
|
782 |
fi; \
|
|
783 |
for p in $$list; do \
|
|
784 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
785 |
echo "$$d$$p"; \
|
|
786 |
done | $(am__base_list) | \
|
|
787 |
while read files; do \
|
|
788 |
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
|
789 |
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
|
790 |
done
|
|
791 |
||
792 |
uninstall-includeHEADERS: |
|
793 |
@$(NORMAL_UNINSTALL) |
|
794 |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
|
795 |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
|
796 |
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
797 |
|
798 |
# This directory's subdirectories are mostly independent; you can cd
|
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
799 |
# into them and run 'make' without going through this Makefile.
|
800 |
# To change the values of 'make' variables: instead of editing Makefiles,
|
|
801 |
# (1) if the variable is set in 'config.status', edit 'config.status'
|
|
802 |
# (which will cause the Makefiles to be regenerated when you run 'make');
|
|
803 |
# (2) otherwise, pass the desired values on the 'make' command line.
|
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
804 |
$(am__recursive_targets): |
408.4.92
by Arnold D. Robbins
Update to automake 1.13.4 and libtool 2.4.2.418. |
805 |
@fail=; \ |
806 |
if $(am__make_keepgoing); then \
|
|
807 |
failcom='fail=yes'; \
|
|
808 |
else \
|
|
809 |
failcom='exit 1'; \
|
|
810 |
fi; \
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
811 |
dot_seen=no; \
|
812 |
target=`echo $@ | sed s/-recursive//`; \
|
|
319.1.18
by Arnold D. Robbins
Update infrastructure. |
813 |
case "$@" in \
|
814 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
815 |
*) list='$(SUBDIRS)' ;; \
|
|
816 |
esac; \
|
|
817 |
for subdir in $$list; do \
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
818 |
echo "Making $$target in $$subdir"; \
|
819 |
if test "$$subdir" = "."; then \
|
|
820 |
dot_seen=yes; \
|
|
821 |
local_target="$$target-am"; \
|
|
822 |
else \
|
|
823 |
local_target="$$target"; \
|
|
824 |
fi; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
825 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
826 |
|| eval $$failcom; \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
827 |
done; \
|
828 |
if test "$$dot_seen" = "no"; then \
|
|
829 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
830 |
fi; test -z "$$fail"
|
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
831 |
|
832 |
ID: $(am__tagged_files) |
|
833 |
$(am__define_uniq_tagged_files); mkid -fID $$unique |
|
834 |
tags: tags-recursive |
|
835 |
TAGS: tags |
|
836 |
||
837 |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
838 |
set x; \ |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
839 |
here=`pwd`; \ |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
840 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
31
by Arnold D. Robbins
Move to gawk-3.1.3. |
841 |
include_option=--etags-include; \
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
842 |
empty_fix=.; \
|
31
by Arnold D. Robbins
Move to gawk-3.1.3. |
843 |
else \
|
844 |
include_option=--include; \
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
845 |
empty_fix=; \
|
31
by Arnold D. Robbins
Move to gawk-3.1.3. |
846 |
fi; \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
847 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
848 |
if test "$$subdir" = .; then :; else \
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
849 |
test ! -f $$subdir/TAGS || \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
850 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
851 |
fi; \
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
852 |
done; \
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
853 |
$(am__define_uniq_tagged_files); \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
854 |
shift; \
|
855 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
856 |
test -n "$$unique" || unique=$$empty_fix; \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
857 |
if test $$# -gt 0; then \
|
858 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
859 |
"$$@" $$unique; \
|
|
860 |
else \
|
|
861 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
862 |
$$unique; \
|
|
863 |
fi; \
|
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
864 |
fi
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
865 |
ctags: ctags-recursive |
866 |
||
867 |
CTAGS: ctags |
|
868 |
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
869 |
$(am__define_uniq_tagged_files); \ |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
870 |
test -z "$(CTAGS_ARGS)$$unique" \ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
871 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
872 |
$$unique
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
873 |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
874 |
GTAGS: |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
875 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
876 |
&& $(am__cd) $(top_srcdir) \ |
877 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
878 |
cscope: cscope.files |
879 |
test ! -s cscope.files \ |
|
880 |
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
|
881 |
clean-cscope: |
|
882 |
-rm -f cscope.files |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
883 |
cscope.files: clean-cscope cscopelist |
884 |
cscopelist: cscopelist-recursive |
|
885 |
||
886 |
cscopelist-am: $(am__tagged_files) |
|
887 |
list='$(am__tagged_files)'; \ |
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
888 |
case "$(srcdir)" in \ |
889 |
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
890 |
*) sdir=$(subdir)/$(srcdir) ;; \ |
|
891 |
esac; \ |
|
892 |
for i in $$list; do \ |
|
893 |
if test -f "$$i"; then \
|
|
894 |
echo "$(subdir)/$$i"; \
|
|
895 |
else \
|
|
896 |
echo "$$sdir/$$i"; \
|
|
897 |
fi; \
|
|
898 |
done >> $(top_builddir)/cscope.files
|
|
899 |
||
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
900 |
distclean-tags: |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
901 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
902 |
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
903 |
distdir: $(BUILT_SOURCES) |
904 |
$(MAKE) $(AM_MAKEFLAGS) distdir-am |
|
905 |
||
906 |
distdir-am: $(DISTFILES) |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
907 |
$(am__remove_distdir) |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
908 |
test -d "$(distdir)" || mkdir "$(distdir)" |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
909 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
910 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
911 |
list='$(DISTFILES)'; \ |
|
912 |
dist_files=`for file in $$list; do echo $$file; done | \ |
|
913 |
sed -e "s|^$$srcdirstrip/||;t" \ |
|
914 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|
915 |
case $$dist_files in \ |
|
916 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
|
917 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|
918 |
sort -u` ;; \ |
|
919 |
esac; \ |
|
920 |
for file in $$dist_files; do \ |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
921 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
922 |
if test -d $$d/$$file; then \
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
923 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
924 |
if test -d "$(distdir)/$$file"; then \
|
925 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
926 |
fi; \
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
927 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
928 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
929 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
930 |
fi; \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
931 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
932 |
else \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
933 |
test -f "$(distdir)/$$file" \
|
934 |
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
935 |
|| exit 1; \
|
936 |
fi; \
|
|
937 |
done
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
938 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
939 |
if test "$$subdir" = .; then :; else \
|
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
940 |
$(am__make_dryrun) \
|
941 |
|| test -d "$(distdir)/$$subdir" \
|
|
942 |
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
|
943 |
|| exit 1; \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
944 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
945 |
$(am__relativize); \
|
|
946 |
new_distdir=$$reldir; \
|
|
947 |
dir1=$$subdir; dir2="$(top_distdir)"; \
|
|
948 |
$(am__relativize); \
|
|
949 |
new_top_distdir=$$reldir; \
|
|
950 |
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
|
951 |
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
|
952 |
($(am__cd) $$subdir && \
|
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
953 |
$(MAKE) $(AM_MAKEFLAGS) \
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
954 |
top_distdir="$$new_top_distdir" \
|
955 |
distdir="$$new_distdir" \
|
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
956 |
am__remove_distdir=: \
|
957 |
am__skip_length_check=: \
|
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
958 |
am__skip_mode_fix=: \
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
959 |
distdir) \
|
960 |
|| exit 1; \
|
|
961 |
fi; \
|
|
962 |
done
|
|
963 |
$(MAKE) $(AM_MAKEFLAGS) \ |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
964 |
top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
965 |
dist-hook |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
966 |
-test -n "$(am__skip_mode_fix)" \ |
36
by Arnold D. Robbins
Move to 3.1.8. |
967 |
|| find "$(distdir)" -type d ! -perm -755 \ |
968 |
-exec chmod u+rwx,go+rx {} \; -o \ |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
969 |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
970 |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
971 |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
972 |
|| chmod -R a+r "$(distdir)" |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
973 |
dist-gzip: distdir |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
974 |
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz |
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
975 |
$(am__post_remove_distdir) |
277.1.4
by Arnold D. Robbins
Remove bzip2 dist. |
976 |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
977 |
dist-bzip2: distdir |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
978 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
979 |
$(am__post_remove_distdir) |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
980 |
dist-lzip: distdir |
981 |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
982 |
$(am__post_remove_distdir) |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
983 |
dist-xz: distdir |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
984 |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
985 |
$(am__post_remove_distdir) |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
986 |
|
1326
by Arnold D. Robbins
Update to Automake 1.16.2. |
987 |
dist-zstd: distdir |
988 |
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst |
|
989 |
$(am__post_remove_distdir) |
|
990 |
||
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
991 |
dist-tarZ: distdir |
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
992 |
@echo WARNING: "Support for distribution archives compressed with" \ |
993 |
"legacy program 'compress' is deprecated." >&2 |
|
994 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
995 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
|
996 |
$(am__post_remove_distdir) |
|
997 |
||
998 |
dist-shar: distdir |
|
408.5.360
by Arnold D. Robbins
Upgrade infrastructure (automake, gettext, libtool). |
999 |
@echo WARNING: "Support for shar distribution archives is" \ |
1000 |
"deprecated." >&2 |
|
1001 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1002 |
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz |
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
1003 |
$(am__post_remove_distdir) |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1004 |
|
1005 |
dist-zip: distdir |
|
1006 |
-rm -f $(distdir).zip |
|
1007 |
zip -rq $(distdir).zip $(distdir) |
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
1008 |
$(am__post_remove_distdir) |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1009 |
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
1010 |
dist dist-all: |
1011 |
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
|
1012 |
$(am__post_remove_distdir) |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1013 |
|
1014 |
# This target untars the dist file and tries a VPATH configuration. Then
|
|
1015 |
# it guarantees that the distribution is self-contained by making another
|
|
1016 |
# tarfile.
|
|
1017 |
distcheck: dist |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1018 |
case '$(DIST_ARCHIVES)' in \ |
1019 |
*.tar.gz*) \ |
|
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1020 |
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1021 |
*.tar.bz2*) \ |
36
by Arnold D. Robbins
Move to 3.1.8. |
1022 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
1023 |
*.tar.lz*) \ |
1024 |
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1025 |
*.tar.xz*) \ |
1026 |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1027 |
*.tar.Z*) \ |
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
1028 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1029 |
*.shar.gz*) \ |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1030 |
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1031 |
*.zip*) \ |
1032 |
unzip $(distdir).zip ;;\ |
|
1326
by Arnold D. Robbins
Update to Automake 1.16.2. |
1033 |
*.tar.zst*) \ |
1034 |
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1035 |
esac
|
319.1.18
by Arnold D. Robbins
Update infrastructure. |
1036 |
chmod -R a-w $(distdir) |
1037 |
chmod u+w $(distdir) |
|
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
1038 |
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1039 |
chmod a-w $(distdir) |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1040 |
test -d $(distdir)/_build || exit 0; \ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1041 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
1042 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1043 |
&& am__cwd=`pwd` \ |
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
1044 |
&& $(am__cd) $(distdir)/_build/sub \ |
1045 |
&& ../../configure \ |
|
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
1046 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1047 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
1048 |
--srcdir=../.. --prefix="$$dc_install_base" \ |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1049 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
1472.1.57
by Arnold D. Robbins
Move to Automake 1.16.3. |
1050 |
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1051 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
1052 |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
|
1053 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|
1054 |
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1055 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
1056 |
distuninstallcheck \
|
|
1057 |
&& chmod -R a-w "$$dc_install_base" \ |
|
1058 |
&& ({ \ |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1059 |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1060 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
1061 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
|
1062 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
|
1063 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
|
1064 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
|
1065 |
&& rm -rf "$$dc_destdir" \ |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1066 |
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
1067 |
&& rm -rf $(DIST_ARCHIVES) \ |
|
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1068 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
1069 |
&& cd "$$am__cwd" \ |
|
1070 |
|| exit 1 |
|
277.1.135
by Arnold D. Robbins
Upgrade infrastructure to autoconf 2.69, automake 1.12. |
1071 |
$(am__post_remove_distdir) |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1072 |
@(echo "$(distdir) archives ready for distribution: "; \ |
1073 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1074 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1075 |
distuninstallcheck: |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
1076 |
@test -n '$(distuninstallcheck_dir)' || { \ |
1077 |
echo 'ERROR: trying to run $@ with an empty' \ |
|
1078 |
'$$(distuninstallcheck_dir)' >&2; \ |
|
1079 |
exit 1; \ |
|
1080 |
}; \ |
|
1081 |
$(am__cd) '$(distuninstallcheck_dir)' || { \ |
|
1082 |
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
|
1083 |
exit 1; \ |
|
1084 |
}; \ |
|
1085 |
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1086 |
|| { echo "ERROR: files left after uninstall:" ; \ |
1087 |
if test -n "$(DESTDIR)"; then \
|
|
1088 |
echo " (check DESTDIR support)"; \
|
|
1089 |
fi ; \
|
|
1090 |
$(distuninstallcheck_listfiles) ; \
|
|
1091 |
exit 1; } >&2
|
|
1092 |
distcleancheck: distclean |
|
31
by Arnold D. Robbins
Move to gawk-3.1.3. |
1093 |
@if test '$(srcdir)' = . ; then \ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1094 |
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
1095 |
exit 1 ; \ |
|
1096 |
fi
|
|
31
by Arnold D. Robbins
Move to gawk-3.1.3. |
1097 |
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1098 |
|| { echo "ERROR: files left in build directory after distclean:" ; \ |
1099 |
$(distcleancheck_listfiles) ; \ |
|
1100 |
exit 1; } >&2 |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1101 |
check-am: all-am |
1102 |
$(MAKE) $(AM_MAKEFLAGS) check-local |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1103 |
check: $(BUILT_SOURCES) |
1104 |
$(MAKE) $(AM_MAKEFLAGS) check-recursive |
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
1105 |
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(HEADERS) config.h |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1106 |
installdirs: installdirs-recursive |
1107 |
installdirs-am: |
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
1108 |
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \ |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1109 |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1110 |
done
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1111 |
install: $(BUILT_SOURCES) |
1112 |
$(MAKE) $(AM_MAKEFLAGS) install-recursive |
|
1472.1.57
by Arnold D. Robbins
Move to Automake 1.16.3. |
1113 |
install-exec: $(BUILT_SOURCES) |
1114 |
$(MAKE) $(AM_MAKEFLAGS) install-exec-recursive |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1115 |
install-data: install-data-recursive |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1116 |
uninstall: uninstall-recursive |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1117 |
|
1118 |
install-am: all-am |
|
1119 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1120 |
|
1121 |
installcheck: installcheck-recursive |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1122 |
install-strip: |
277.1.131
by Arnold D. Robbins
Move to automake 1.11.4. |
1123 |
if test -z '$(STRIP)'; then \
|
1124 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
1125 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
1126 |
install; \
|
|
1127 |
else \
|
|
1128 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
1129 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
1130 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
1131 |
fi
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1132 |
mostlyclean-generic: |
1133 |
||
1134 |
clean-generic: |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1135 |
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1136 |
|
1137 |
distclean-generic: |
|
33
by Arnold D. Robbins
Move to gawk 3.1.5. |
1138 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1139 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1140 |
|
1141 |
maintainer-clean-generic: |
|
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1142 |
@echo "This command is intended for maintainers to use"
|
1143 |
@echo "it deletes files that may require special tools to rebuild."
|
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1144 |
-rm -f awkgram.c |
40
by Arnold D. Robbins
Bring latest byte code gawk into git. Hurray! |
1145 |
-rm -f command.c |
1285
by Arnold D. Robbins
Squashed commit of the following: |
1146 |
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1147 |
clean: clean-recursive |
1148 |
||
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
1149 |
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1150 |
|
1151 |
distclean: distclean-recursive |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1152 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1153 |
-rm -f ./$(DEPDIR)/array.Po |
1154 |
-rm -f ./$(DEPDIR)/awkgram.Po |
|
1155 |
-rm -f ./$(DEPDIR)/builtin.Po |
|
1156 |
-rm -f ./$(DEPDIR)/cint_array.Po |
|
1157 |
-rm -f ./$(DEPDIR)/command.Po |
|
1158 |
-rm -f ./$(DEPDIR)/debug.Po |
|
1159 |
-rm -f ./$(DEPDIR)/eval.Po |
|
1160 |
-rm -f ./$(DEPDIR)/ext.Po |
|
1161 |
-rm -f ./$(DEPDIR)/field.Po |
|
1162 |
-rm -f ./$(DEPDIR)/floatcomp.Po |
|
1163 |
-rm -f ./$(DEPDIR)/gawkapi.Po |
|
1164 |
-rm -f ./$(DEPDIR)/gawkmisc.Po |
|
1165 |
-rm -f ./$(DEPDIR)/int_array.Po |
|
1166 |
-rm -f ./$(DEPDIR)/io.Po |
|
1167 |
-rm -f ./$(DEPDIR)/main.Po |
|
1168 |
-rm -f ./$(DEPDIR)/mpfr.Po |
|
1169 |
-rm -f ./$(DEPDIR)/msg.Po |
|
1170 |
-rm -f ./$(DEPDIR)/node.Po |
|
2057.1.73
by Arnold D. Robbins
Squashed commit of the following: |
1171 |
-rm -f ./$(DEPDIR)/printf.Po |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1172 |
-rm -f ./$(DEPDIR)/profile.Po |
1173 |
-rm -f ./$(DEPDIR)/re.Po |
|
1174 |
-rm -f ./$(DEPDIR)/replace.Po |
|
1175 |
-rm -f ./$(DEPDIR)/str_array.Po |
|
1176 |
-rm -f ./$(DEPDIR)/symbol.Po |
|
1177 |
-rm -f ./$(DEPDIR)/version.Po |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1178 |
-rm -f Makefile |
1179 |
distclean-am: clean-am distclean-compile distclean-generic \ |
|
731.18.28
by Arnold D. Robbins
Remove .deps directory upon make distclean. |
1180 |
distclean-hdr distclean-local distclean-tags |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1181 |
|
1182 |
dvi: dvi-recursive |
|
1183 |
||
1184 |
dvi-am: |
|
1185 |
||
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1186 |
html: html-recursive |
1187 |
||
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1188 |
html-am: |
1189 |
||
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1190 |
info: info-recursive |
1191 |
||
1192 |
info-am: |
|
1193 |
||
319.2.15
by Andrew J. Schorr
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. |
1194 |
install-data-am: install-includeHEADERS |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1195 |
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1196 |
install-dvi: install-dvi-recursive |
1197 |
||
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1198 |
install-dvi-am: |
1199 |
||
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
1200 |
install-exec-am: install-binPROGRAMS install-binSCRIPTS |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1201 |
@$(NORMAL_INSTALL) |
1202 |
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook |
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1203 |
install-html: install-html-recursive |
1204 |
||
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1205 |
install-html-am: |
1206 |
||
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1207 |
install-info: install-info-recursive |
1208 |
||
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1209 |
install-info-am: |
1210 |
||
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1211 |
install-man: |
1212 |
||
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1213 |
install-pdf: install-pdf-recursive |
1214 |
||
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1215 |
install-pdf-am: |
1216 |
||
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1217 |
install-ps: install-ps-recursive |
1218 |
||
35
by Arnold D. Robbins
Move to gawk-3.1.7. |
1219 |
install-ps-am: |
1220 |
||
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1221 |
installcheck-am: |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1222 |
|
1223 |
maintainer-clean: maintainer-clean-recursive |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1224 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1225 |
-rm -rf $(top_srcdir)/autom4te.cache |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1226 |
-rm -f ./$(DEPDIR)/array.Po |
1227 |
-rm -f ./$(DEPDIR)/awkgram.Po |
|
1228 |
-rm -f ./$(DEPDIR)/builtin.Po |
|
1229 |
-rm -f ./$(DEPDIR)/cint_array.Po |
|
1230 |
-rm -f ./$(DEPDIR)/command.Po |
|
1231 |
-rm -f ./$(DEPDIR)/debug.Po |
|
1232 |
-rm -f ./$(DEPDIR)/eval.Po |
|
1233 |
-rm -f ./$(DEPDIR)/ext.Po |
|
1234 |
-rm -f ./$(DEPDIR)/field.Po |
|
1235 |
-rm -f ./$(DEPDIR)/floatcomp.Po |
|
1236 |
-rm -f ./$(DEPDIR)/gawkapi.Po |
|
1237 |
-rm -f ./$(DEPDIR)/gawkmisc.Po |
|
1238 |
-rm -f ./$(DEPDIR)/int_array.Po |
|
1239 |
-rm -f ./$(DEPDIR)/io.Po |
|
1240 |
-rm -f ./$(DEPDIR)/main.Po |
|
1241 |
-rm -f ./$(DEPDIR)/mpfr.Po |
|
1242 |
-rm -f ./$(DEPDIR)/msg.Po |
|
1243 |
-rm -f ./$(DEPDIR)/node.Po |
|
2057.1.73
by Arnold D. Robbins
Squashed commit of the following: |
1244 |
-rm -f ./$(DEPDIR)/printf.Po |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1245 |
-rm -f ./$(DEPDIR)/profile.Po |
1246 |
-rm -f ./$(DEPDIR)/re.Po |
|
1247 |
-rm -f ./$(DEPDIR)/replace.Po |
|
1248 |
-rm -f ./$(DEPDIR)/str_array.Po |
|
1249 |
-rm -f ./$(DEPDIR)/symbol.Po |
|
1250 |
-rm -f ./$(DEPDIR)/version.Po |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1251 |
-rm -f Makefile |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1252 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
1253 |
||
1254 |
mostlyclean: mostlyclean-recursive |
|
1255 |
||
319.2.12
by Andrew J. Schorr
Move libtool from top configure.ac into extension directory. |
1256 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic |
29
by Arnold D. Robbins
Move to gawk-3.1.1. |
1257 |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1258 |
pdf: pdf-recursive |
1259 |
||
1260 |
pdf-am: |
|
1261 |
||
1262 |
ps: ps-recursive |
|
1263 |
||
1264 |
ps-am: |
|
1265 |
||
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
1266 |
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ |
1267 |
uninstall-includeHEADERS |
|
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1268 |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1269 |
.MAKE: $(am__recursive_targets) all check check-am install install-am \ |
1472.1.57
by Arnold D. Robbins
Move to Automake 1.16.3. |
1270 |
install-exec install-exec-am install-strip |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1271 |
|
408.2.40
by Arnold D. Robbins
Update to automake 1.13.1. |
1272 |
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
731.17.29
by Arnold D. Robbins
Upgrade to Automake 1.16.1. |
1273 |
am--depfiles am--refresh check check-am check-local clean \ |
1274 |
clean-binPROGRAMS clean-cscope clean-generic cscope \ |
|
1275 |
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ |
|
1276 |
dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ |
|
1326
by Arnold D. Robbins
Update to Automake 1.16.2. |
1277 |
dist-zip dist-zstd distcheck distclean distclean-compile \ |
731.18.28
by Arnold D. Robbins
Remove .deps directory upon make distclean. |
1278 |
distclean-generic distclean-hdr distclean-local distclean-tags \ |
1279 |
distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
|
1280 |
html-am info info-am install install-am install-binPROGRAMS \ |
|
1677
by Arnold D. Robbins
Add gawkbug script and man page. |
1281 |
install-binSCRIPTS install-data install-data-am install-dvi \ |
1282 |
install-dvi-am install-exec install-exec-am install-exec-hook \ |
|
1283 |
install-html install-html-am install-includeHEADERS \ |
|
1284 |
install-info install-info-am install-man install-pdf \ |
|
1285 |
install-pdf-am install-ps install-ps-am install-strip \ |
|
1286 |
installcheck installcheck-am installdirs installdirs-am \ |
|
1287 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
|
1288 |
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ |
|
1289 |
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ |
|
1290 |
uninstall-binSCRIPTS uninstall-includeHEADERS |
|
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1291 |
|
408.13.51
by Arnold D. Robbins
Move to Automake 1.15. |
1292 |
.PRECIOUS: Makefile |
1293 |
||
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1294 |
|
1295 |
# First, add a link from gawk to gawk-X.Y.Z.
|
|
1296 |
#
|
|
1297 |
# For GNU systems where gawk is awk, add a link to awk.
|
|
1298 |
# (This is done universally, which may not always be right, but
|
|
1299 |
# there's no easy way to distinguish GNU from non-GNU systems.)
|
|
408.13.161
by Arnold D. Robbins
Take --program-prefix into account for the installation symlinks. |
1300 |
#
|
1301 |
# Use the transform, in case --program-prefix=XXX
|
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1302 |
install-exec-hook: |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1303 |
(cd $(DESTDIR)$(bindir); \ |
408.13.161
by Arnold D. Robbins
Take --program-prefix into account for the installation symlinks. |
1304 |
name=`echo gawk | sed '$(transform)'` ; \ |
1814.1.67
by Arnold D. Robbins
Fix install-exec-hook for POSIX mode in GNU make. |
1305 |
if [ ! -f gawk-$(VERSION)$(EXEEXT) ]; \
|
1306 |
then $(LN) $${name}$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
|
|
1307 |
fi; \
|
|
408.5.333
by Arnold D. Robbins
OS/2 fixes. |
1308 |
if [ ! -f awk$(EXEEXT) ]; \
|
408.13.161
by Arnold D. Robbins
Take --program-prefix into account for the installation symlinks. |
1309 |
then $(LN_S) $${name}$(EXEEXT) awk$(EXEEXT); \
|
22
by Arnold D. Robbins
Move to gawk-3.0.1. |
1310 |
fi; exit 0)
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1311 |
|
1312 |
# Undo the above when uninstalling
|
|
1313 |
uninstall-links: |
|
1314 |
(cd $(DESTDIR)$(bindir); \ |
|
408.13.161
by Arnold D. Robbins
Take --program-prefix into account for the installation symlinks. |
1315 |
name=`echo gawk | sed '$(transform)'` ; \ |
1316 |
if [ -f awk$(EXEEXT) ] && cmp awk$(EXEEXT) $${name}$(EXEEXT) > /dev/null; then rm -f awk$(EXEEXT); fi ; \
|
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
1317 |
rm -f gawk-$(VERSION)$(EXEEXT); exit 0)
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1318 |
|
1319 |
uninstall-recursive: uninstall-links |
|
1320 |
||
1321 |
# force there to be a gawk executable before running tests
|
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
1322 |
check-local: gawk$(EXEEXT) |
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1323 |
|
1324 |
# A little extra clean up when making distributions.
|
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1325 |
dist-hook: |
408.19.251
by Arnold D. Robbins
Doc updates, add 'spell' target for make. |
1326 |
cd "$(distdir)"/extension ; rm -f *.o *.so |
1327 |
cd "$(srcdir)"/pc ; \ |
|
408.5.61
by Arnold D. Robbins
More changes to dist-hook. |
1328 |
chmod u+w config.h ; \ |
408.5.59
by Arnold D. Robbins
Fix creation of pc/config.h. |
1329 |
sed -n -f configpk.sed < ../configure.ac > /tmp/tmp.sed ; \ |
1330 |
sed -f config.sed < ../configh.in > /tmp/config.tmp ; \ |
|
1331 |
sed -f /tmp/tmp.sed < /tmp/config.tmp > config.h ; \ |
|
408.5.238
by Arnold D. Robbins
Revert previous patch; instead define RM. |
1332 |
$(RM) /tmp/tmp.sed /tmp/config.tmp |
408.5.61
by Arnold D. Robbins
More changes to dist-hook. |
1333 |
pwd
|
408.19.251
by Arnold D. Robbins
Doc updates, add 'spell' target for make. |
1334 |
chmod u+w "$(distdir)"/pc/config.h |
1335 |
cp "$(srcdir)"/pc/config.h "$(distdir)"/pc/config.h |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1336 |
|
1337 |
# Special rules for individual files
|
|
291
by Arnold D. Robbins
The grand merge: dgawk and pgawk folded into gawk. |
1338 |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1339 |
$(srcdir)/awkgram.c: awkgram.y |
731.11.151
by Arnold D. Robbins
Revise build to use bison for both grammars in a parallel-safe way. |
1340 |
$(YACC) -o $@ $(AM_YFLAGS) $(YFLAGS) $< |
1341 |
sed 's/parse error/syntax error/g' < $@ > $@.tmp && mv $@.tmp $@ |
|
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1342 |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1343 |
$(srcdir)/command.c: command.y |
731.11.149
by Arnold D. Robbins
Serialize running bison in parallel builds. |
1344 |
$(YACC) -o $@ -p zz $< |
1345 |
sed 's/parse error/syntax error/g' < $@ > $@.tmp && mv $@.tmp $@ |
|
40
by Arnold D. Robbins
Bring latest byte code gawk into git. Hurray! |
1346 |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1347 |
$(srcdir)/pc/Makefile.tst: test/Makefile.in pc/Makefile.tst.prologue pc/GenMakefileTst.awk |
1348 |
$(AM_V_GEN)$(MKDIR_P) "$(srcdir)"/pc && \ |
|
1349 |
cat "$(srcdir)"/pc/Makefile.tst.prologue > "$(srcdir)"/pc/Makefile.tst && \ |
|
1350 |
$(AWK) -f "$(srcdir)"/pc/GenMakefileTst.awk "$(srcdir)"/test/Makefile.in >> "$(srcdir)"/pc/Makefile.tst |
|
731.11.352
by Arnold D. Robbins
Major improvements to test infrastructure. |
1351 |
|
30
by Arnold D. Robbins
Move to gawk-3.1.2. |
1352 |
# This is for my development & testing.
|
1353 |
efence: gawk |
|
1285
by Arnold D. Robbins
Squashed commit of the following: |
1354 |
$(CC) $(AM_LDFLAGS) -o gawk $$(ls *.o | grep -v '_p.o$$') $(LDADD) $(LIBS) -lefence |
32
by Arnold D. Robbins
Move to gawk-3.1.4. |
1355 |
|
1303
by Arnold D. Robbins
Updates for z/OS. |
1356 |
diffout valgrind-scan zos-diffout: |
34
by Arnold D. Robbins
Move to gawk-3.1.6. |
1357 |
@cd test && $(MAKE) $(AM_MAKEFLAGS) $@ |
1358 |
||
1359 |
valgrind: |
|
1360 |
cd test; rm -f log.[0-9]*; \ |
|
299.3.19
by Andrew J. Schorr
Fix valgrind targets to respect environment settings and work with for shared library tests. |
1361 |
make check VALGRIND="valgrind --leak-check=full --log-file=log.%p"; \ |
319.1.6
by Arnold D. Robbins
Merge branch 'xgawk' |
1362 |
make valgrind-scan |
1363 |
||
1364 |
valgrind-noleak: |
|
1365 |
cd test; rm -f log.[0-9]*; \ |
|
299.3.19
by Andrew J. Schorr
Fix valgrind targets to respect environment settings and work with for shared library tests. |
1366 |
make check VALGRIND="valgrind --leak-check=no --log-file=log.%p"; \ |
299.3.14
by Andrew J. Schorr
Add valgrind-noleak target. |
1367 |
make valgrind-scan |
1368 |
||
408.19.251
by Arnold D. Robbins
Doc updates, add 'spell' target for make. |
1369 |
spell: |
1370 |
cd "$(srcdir)"/doc ; $(MAKE) spell |
|
1371 |
||
731.18.28
by Arnold D. Robbins
Remove .deps directory upon make distclean. |
1372 |
distclean-local: |
1373 |
rm -fr .deps |
|
1374 |
||
28
by Arnold D. Robbins
Move to gawk-3.1.0. |
1375 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
1376 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1377 |
.NOEXPORT: |