1
- # Makefile.in generated by automake 1.16.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
5
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
@@ -86,6 +86,8 @@ POST_INSTALL = :
86
86
NORMAL_UNINSTALL = :
87
87
PRE_UNINSTALL = :
88
88
POST_UNINSTALL = :
89
+ build_triplet = @build@
90
+ host_triplet = @host@
89
91
bin_PROGRAMS = shc$(EXEEXT )
90
92
subdir = src
91
93
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
@@ -154,8 +156,6 @@ am__define_uniq_tagged_files = \
154
156
unique=` for i in $$ list; do \
155
157
if test -f " $$ i" ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
156
158
done | $( am__uniquify_input) `
157
- ETAGS = etags
158
- CTAGS = ctags
159
159
am__DIST_COMMON = $(srcdir ) /Makefile.in $(top_srcdir ) /config/depcomp
160
160
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
161
161
ACLOCAL = @ACLOCAL@
@@ -168,17 +168,17 @@ AWK = @AWK@
168
168
CC = @CC@
169
169
CCDEPMODE = @CCDEPMODE@
170
170
CFLAGS = @CFLAGS@
171
- CPP = @CPP@
172
171
CPPFLAGS = @CPPFLAGS@
172
+ CSCOPE = @CSCOPE@
173
+ CTAGS = @CTAGS@
173
174
CYGPATH_W = @CYGPATH_W@
174
175
DEFS = @DEFS@
175
176
DEPDIR = @DEPDIR@
176
177
ECHO_C = @ECHO_C@
177
178
ECHO_N = @ECHO_N@
178
179
ECHO_T = @ECHO_T@
179
- EGREP = @EGREP @
180
+ ETAGS = @ETAGS @
180
181
EXEEXT = @EXEEXT@
181
- GREP = @GREP@
182
182
INSTALL = @INSTALL@
183
183
INSTALL_DATA = @INSTALL_DATA@
184
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -214,14 +214,22 @@ am__quote = @am__quote@
214
214
am__tar = @am__tar@
215
215
am__untar = @am__untar@
216
216
bindir = @bindir@
217
+ build = @build@
217
218
build_alias = @build_alias@
219
+ build_cpu = @build_cpu@
220
+ build_os = @build_os@
221
+ build_vendor = @build_vendor@
218
222
builddir = @builddir@
219
223
datadir = @datadir@
220
224
datarootdir = @datarootdir@
221
225
docdir = @docdir@
222
226
dvidir = @dvidir@
223
227
exec_prefix = @exec_prefix@
228
+ host = @host@
224
229
host_alias = @host_alias@
230
+ host_cpu = @host_cpu@
231
+ host_os = @host_os@
232
+ host_vendor = @host_vendor@
225
233
htmldir = @htmldir@
226
234
includedir = @includedir@
227
235
infodir = @infodir@
@@ -237,6 +245,7 @@ pdfdir = @pdfdir@
237
245
prefix = @prefix@
238
246
program_transform_name = @program_transform_name@
239
247
psdir = @psdir@
248
+ runstatedir = @runstatedir@
240
249
sbindir = @sbindir@
241
250
sharedstatedir = @sharedstatedir@
242
251
srcdir = @srcdir@
@@ -405,7 +414,6 @@ cscopelist-am: $(am__tagged_files)
405
414
406
415
distclean-tags :
407
416
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
-
409
417
distdir : $(BUILT_SOURCES )
410
418
$(MAKE ) $(AM_MAKEFLAGS ) distdir-am
411
419
0 commit comments