Bump to 4.4
[platform/upstream/make.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # This is a -*-Makefile-*-, or close enough
18 #
19 # Copyright (C) 1997-2022 Free Software Foundation, Inc.
20 # This file is part of GNU Make.
21 #
22 # GNU Make is free software; you can redistribute it and/or modify it under
23 # the terms of the GNU General Public License as published by the Free Software
24 # Foundation; either version 3 of the License, or (at your option) any later
25 # version.
26 #
27 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
28 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
29 # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
30 # details.
31 #
32 # You should have received a copy of the GNU General Public License along with
33 # this program.  If not, see <https://www.gnu.org/licenses/>.
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38   if test -z '$(MAKELEVEL)'; then \
39     false; \
40   elif test -n '$(MAKE_HOST)'; then \
41     true; \
42   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43     true; \
44   else \
45     false; \
46   fi; \
47 }
48 am__make_running_with_option = \
49   case $${target_option-} in \
50       ?) ;; \
51       *) echo "am__make_running_with_option: internal error: invalid" \
52               "target option '$${target_option-}' specified" >&2; \
53          exit 1;; \
54   esac; \
55   has_opt=no; \
56   sane_makeflags=$$MAKEFLAGS; \
57   if $(am__is_gnu_make); then \
58     sane_makeflags=$$MFLAGS; \
59   else \
60     case $$MAKEFLAGS in \
61       *\\[\ \   ]*) \
62         bs=\\; \
63         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
65     esac; \
66   fi; \
67   skip_next=no; \
68   strip_trailopt () \
69   { \
70     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71   }; \
72   for flg in $$sane_makeflags; do \
73     test $$skip_next = yes && { skip_next=no; continue; }; \
74     case $$flg in \
75       *=*|--*) continue;; \
76         -*I) strip_trailopt 'I'; skip_next=yes;; \
77       -*I?*) strip_trailopt 'I';; \
78         -*O) strip_trailopt 'O'; skip_next=yes;; \
79       -*O?*) strip_trailopt 'O';; \
80         -*l) strip_trailopt 'l'; skip_next=yes;; \
81       -*l?*) strip_trailopt 'l';; \
82       -[dEDm]) skip_next=yes;; \
83       -[JT]) skip_next=yes;; \
84     esac; \
85     case $$flg in \
86       *$$target_option*) has_opt=yes; break;; \
87     esac; \
88   done; \
89   test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 bin_PROGRAMS = make$(EXEEXT)
111
112 # If prefix is not a standard location, look in prefix as well
113 @KNOWN_PREFIX_FALSE@am__append_1 = -DINCLUDEDIR=\"$(includedir)\"
114 @WINDOWSENV_TRUE@am__append_2 = $(w32_SRCS)
115 @WINDOWSENV_TRUE@am__append_3 = -I $(top_srcdir)/src/w32/include
116 @WINDOWSENV_FALSE@am__append_4 = src/posixos.c
117 @USE_CUSTOMS_TRUE@am__append_5 = src/remote-cstms.c
118 @USE_CUSTOMS_FALSE@am__append_6 = src/remote-stub.c
119 subdir = .
120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
122         $(top_srcdir)/m4/acinclude.m4 $(top_srcdir)/m4/alloca.m4 \
123         $(top_srcdir)/m4/asm-underscore.m4 \
124         $(top_srcdir)/m4/dospaths.m4 $(top_srcdir)/m4/eaccess.m4 \
125         $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/findprog-in.m4 \
126         $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/gettext.m4 \
127         $(top_srcdir)/m4/gnulib-common.m4 \
128         $(top_srcdir)/m4/gnulib-comp.m4 \
129         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
130         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/largefile.m4 \
131         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
132         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longlong.m4 \
133         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
134         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \
135         $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/warn-on-use.m4 \
136         $(top_srcdir)/m4/year2038.m4 $(top_srcdir)/m4/zzgnulib.m4 \
137         $(top_srcdir)/configure.ac
138 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139         $(ACLOCAL_M4)
140 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
141         $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
142 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
143  configure.lineno config.status.lineno
144 mkinstalldirs = $(install_sh) -d
145 CONFIG_HEADER = $(top_builddir)/src/config.h
146 CONFIG_CLEAN_FILES = build.cfg tests/config-flags.pm
147 CONFIG_CLEAN_VPATH_FILES = build.sh
148 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
149         "$(DESTDIR)$(includedir)"
150 PROGRAMS = $(bin_PROGRAMS)
151 am__make_SOURCES_DIST = src/ar.c src/arscan.c src/commands.c \
152         src/commands.h src/debug.h src/default.c src/dep.h src/dir.c \
153         src/expand.c src/file.c src/filedef.h src/function.c \
154         src/getopt.c src/getopt.h src/getopt1.c src/gettext.h \
155         src/guile.c src/hash.c src/hash.h src/implicit.c src/job.c \
156         src/job.h src/load.c src/loadapi.c src/main.c src/makeint.h \
157         src/misc.c src/os.h src/output.c src/output.h src/read.c \
158         src/remake.c src/rule.c src/rule.h src/shuffle.h src/shuffle.c \
159         src/signame.c src/strcache.c src/variable.c src/variable.h \
160         src/version.c src/vpath.c src/w32/pathstuff.c src/w32/w32os.c \
161         src/w32/compat/dirent.c src/w32/compat/posixfcn.c \
162         src/w32/include/dirent.h src/w32/include/dlfcn.h \
163         src/w32/include/pathstuff.h src/w32/include/sub_proc.h \
164         src/w32/include/w32err.h src/w32/subproc/misc.c \
165         src/w32/subproc/proc.h src/w32/subproc/sub_proc.c \
166         src/w32/subproc/w32err.c src/posixos.c src/remote-cstms.c \
167         src/remote-stub.c
168 am__dirstamp = $(am__leading_dot)dirstamp
169 am__objects_1 = src/ar.$(OBJEXT) src/arscan.$(OBJEXT) \
170         src/commands.$(OBJEXT) src/default.$(OBJEXT) src/dir.$(OBJEXT) \
171         src/expand.$(OBJEXT) src/file.$(OBJEXT) src/function.$(OBJEXT) \
172         src/getopt.$(OBJEXT) src/getopt1.$(OBJEXT) src/guile.$(OBJEXT) \
173         src/hash.$(OBJEXT) src/implicit.$(OBJEXT) src/job.$(OBJEXT) \
174         src/load.$(OBJEXT) src/loadapi.$(OBJEXT) src/main.$(OBJEXT) \
175         src/misc.$(OBJEXT) src/output.$(OBJEXT) src/read.$(OBJEXT) \
176         src/remake.$(OBJEXT) src/rule.$(OBJEXT) src/shuffle.$(OBJEXT) \
177         src/signame.$(OBJEXT) src/strcache.$(OBJEXT) \
178         src/variable.$(OBJEXT) src/version.$(OBJEXT) \
179         src/vpath.$(OBJEXT)
180 am__objects_2 = src/w32/pathstuff.$(OBJEXT) src/w32/w32os.$(OBJEXT) \
181         src/w32/compat/dirent.$(OBJEXT) \
182         src/w32/compat/posixfcn.$(OBJEXT) \
183         src/w32/subproc/misc.$(OBJEXT) \
184         src/w32/subproc/sub_proc.$(OBJEXT) \
185         src/w32/subproc/w32err.$(OBJEXT)
186 @WINDOWSENV_TRUE@am__objects_3 = $(am__objects_2)
187 @WINDOWSENV_FALSE@am__objects_4 = src/posixos.$(OBJEXT)
188 @USE_CUSTOMS_TRUE@am__objects_5 = src/remote-cstms.$(OBJEXT)
189 @USE_CUSTOMS_FALSE@am__objects_6 = src/remote-stub.$(OBJEXT)
190 am_make_OBJECTS = $(am__objects_1) $(am__objects_3) $(am__objects_4) \
191         $(am__objects_5) $(am__objects_6)
192 make_OBJECTS = $(am_make_OBJECTS)
193 am__DEPENDENCIES_1 =
194 @HAVE_GUILE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
195 make_DEPENDENCIES = $(LIBOBJS) $(am__DEPENDENCIES_2) lib/libgnu.a \
196         $(am__DEPENDENCIES_1)
197 AM_V_P = $(am__v_P_@AM_V@)
198 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
199 am__v_P_0 = false
200 am__v_P_1 = :
201 AM_V_GEN = $(am__v_GEN_@AM_V@)
202 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
203 am__v_GEN_0 = @echo "  GEN     " $@;
204 am__v_GEN_1 = 
205 AM_V_at = $(am__v_at_@AM_V@)
206 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
207 am__v_at_0 = @
208 am__v_at_1 = 
209 DEFAULT_INCLUDES = 
210 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
211 am__maybe_remake_depfiles = depfiles
212 am__depfiles_remade = src/$(DEPDIR)/amiga.Po src/$(DEPDIR)/ar.Po \
213         src/$(DEPDIR)/arscan.Po src/$(DEPDIR)/commands.Po \
214         src/$(DEPDIR)/default.Po src/$(DEPDIR)/dir.Po \
215         src/$(DEPDIR)/expand.Po src/$(DEPDIR)/file.Po \
216         src/$(DEPDIR)/function.Po src/$(DEPDIR)/getopt.Po \
217         src/$(DEPDIR)/getopt1.Po src/$(DEPDIR)/guile.Po \
218         src/$(DEPDIR)/hash.Po src/$(DEPDIR)/implicit.Po \
219         src/$(DEPDIR)/job.Po src/$(DEPDIR)/load.Po \
220         src/$(DEPDIR)/loadapi.Po src/$(DEPDIR)/main.Po \
221         src/$(DEPDIR)/misc.Po src/$(DEPDIR)/output.Po \
222         src/$(DEPDIR)/posixos.Po src/$(DEPDIR)/read.Po \
223         src/$(DEPDIR)/remake.Po src/$(DEPDIR)/remote-cstms.Po \
224         src/$(DEPDIR)/remote-stub.Po src/$(DEPDIR)/rule.Po \
225         src/$(DEPDIR)/shuffle.Po src/$(DEPDIR)/signame.Po \
226         src/$(DEPDIR)/strcache.Po src/$(DEPDIR)/variable.Po \
227         src/$(DEPDIR)/version.Po src/$(DEPDIR)/vms_exit.Po \
228         src/$(DEPDIR)/vms_export_symbol.Po \
229         src/$(DEPDIR)/vms_progname.Po src/$(DEPDIR)/vmsfunctions.Po \
230         src/$(DEPDIR)/vmsify.Po src/$(DEPDIR)/vpath.Po \
231         src/w32/$(DEPDIR)/pathstuff.Po src/w32/$(DEPDIR)/w32os.Po \
232         src/w32/compat/$(DEPDIR)/dirent.Po \
233         src/w32/compat/$(DEPDIR)/posixfcn.Po \
234         src/w32/subproc/$(DEPDIR)/misc.Po \
235         src/w32/subproc/$(DEPDIR)/sub_proc.Po \
236         src/w32/subproc/$(DEPDIR)/w32err.Po
237 am__mv = mv -f
238 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
239         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
240 AM_V_CC = $(am__v_CC_@AM_V@)
241 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
242 am__v_CC_0 = @echo "  CC      " $@;
243 am__v_CC_1 = 
244 CCLD = $(CC)
245 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
246 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
247 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
248 am__v_CCLD_0 = @echo "  CCLD    " $@;
249 am__v_CCLD_1 = 
250 SOURCES = $(make_SOURCES) $(EXTRA_make_SOURCES)
251 DIST_SOURCES = $(am__make_SOURCES_DIST) $(EXTRA_make_SOURCES)
252 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
253         ctags-recursive dvi-recursive html-recursive info-recursive \
254         install-data-recursive install-dvi-recursive \
255         install-exec-recursive install-html-recursive \
256         install-info-recursive install-pdf-recursive \
257         install-ps-recursive install-recursive installcheck-recursive \
258         installdirs-recursive pdf-recursive ps-recursive \
259         tags-recursive uninstall-recursive
260 am__can_run_installinfo = \
261   case $$AM_UPDATE_INFO_DIR in \
262     n|no|NO) false;; \
263     *) (install-info --version) >/dev/null 2>&1;; \
264   esac
265 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
266 am__vpath_adj = case $$p in \
267     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
268     *) f=$$p;; \
269   esac;
270 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
271 am__install_max = 40
272 am__nobase_strip_setup = \
273   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
274 am__nobase_strip = \
275   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
276 am__nobase_list = $(am__nobase_strip_setup); \
277   for p in $$list; do echo "$$p $$p"; done | \
278   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
279   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
280     if (++n[$$2] == $(am__install_max)) \
281       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
282     END { for (dir in files) print dir, files[dir] }'
283 am__base_list = \
284   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
285   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
286 am__uninstall_files_from_dir = { \
287   test -z "$$files" \
288     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
289     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
290          $(am__cd) "$$dir" && rm -f $$files; }; \
291   }
292 man1dir = $(mandir)/man1
293 NROFF = nroff
294 MANS = $(man_MANS)
295 HEADERS = $(include_HEADERS)
296 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
297   distclean-recursive maintainer-clean-recursive
298 am__recursive_targets = \
299   $(RECURSIVE_TARGETS) \
300   $(RECURSIVE_CLEAN_TARGETS) \
301   $(am__extra_recursive_targets)
302 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
303         cscope distdir distdir-am dist dist-all distcheck
304 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
305 # Read a list of newline-separated strings from the standard input,
306 # and print each of them once, without duplicates.  Input order is
307 # *not* preserved.
308 am__uniquify_input = $(AWK) '\
309   BEGIN { nonempty = 0; } \
310   { items[$$0] = 1; nonempty = 1; } \
311   END { if (nonempty) { for (i in items) print i; }; } \
312 '
313 # Make sure the list of sources is unique.  This is necessary because,
314 # e.g., the same source file might be shared among _SOURCES variables
315 # for different programs/libraries.
316 am__define_uniq_tagged_files = \
317   list='$(am__tagged_files)'; \
318   unique=`for i in $$list; do \
319     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320   done | $(am__uniquify_input)`
321 DIST_SUBDIRS = $(SUBDIRS)
322 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/build.cfg.in \
323         $(srcdir)/build.sh $(top_srcdir)/build-aux/compile \
324         $(top_srcdir)/build-aux/config.guess \
325         $(top_srcdir)/build-aux/config.rpath \
326         $(top_srcdir)/build-aux/config.sub \
327         $(top_srcdir)/build-aux/depcomp \
328         $(top_srcdir)/build-aux/install-sh \
329         $(top_srcdir)/build-aux/missing $(top_srcdir)/src/config.h.in \
330         $(top_srcdir)/tests/config-flags.pm.in ABOUT-NLS AUTHORS \
331         COPYING NEWS README build-aux/compile build-aux/config.guess \
332         build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
333         build-aux/install-sh build-aux/missing
334 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
335 distdir = $(PACKAGE)-$(VERSION)
336 top_distdir = $(distdir)
337 am__remove_distdir = \
338   if test -d "$(distdir)"; then \
339     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
340       && rm -rf "$(distdir)" \
341       || { sleep 5 && rm -rf "$(distdir)"; }; \
342   else :; fi
343 am__post_remove_distdir = $(am__remove_distdir)
344 am__relativize = \
345   dir0=`pwd`; \
346   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
347   sed_rest='s,^[^/]*/*,,'; \
348   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
349   sed_butlast='s,/*[^/]*$$,,'; \
350   while test -n "$$dir1"; do \
351     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
352     if test "$$first" != "."; then \
353       if test "$$first" = ".."; then \
354         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
355         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
356       else \
357         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
358         if test "$$first2" = "$$first"; then \
359           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
360         else \
361           dir2="../$$dir2"; \
362         fi; \
363         dir0="$$dir0"/"$$first"; \
364       fi; \
365     fi; \
366     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
367   done; \
368   reldir="$$dir2"
369 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz
370 GZIP_ENV = --best
371 DIST_TARGETS = dist-lzip dist-gzip
372 # Exists only to be overridden by the user if desired.
373 AM_DISTCHECK_DVI_TARGET = dvi
374 distuninstallcheck_listfiles = find . -type f -print
375 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
376   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
377 distcleancheck_listfiles = find . -type f -print
378 ACLOCAL = @ACLOCAL@
379 ALLOCA = @ALLOCA@
380 ALLOCA_H = @ALLOCA_H@
381 AMTAR = @AMTAR@
382 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
383 AM_LDFLAGS = @AM_LDFLAGS@
384 AR = @AR@
385 ARFLAGS = @ARFLAGS@
386 AUTOCONF = @AUTOCONF@
387 AUTOHEADER = @AUTOHEADER@
388 AUTOMAKE = @AUTOMAKE@
389 AWK = @AWK@
390 CC = @CC@
391 CCDEPMODE = @CCDEPMODE@
392 CFLAGS = @CFLAGS@
393 CPP = @CPP@
394 CPPFLAGS = @CPPFLAGS@
395 CSCOPE = @CSCOPE@
396 CTAGS = @CTAGS@
397 CYGPATH_W = @CYGPATH_W@
398 DEFS = @DEFS@
399 DEPDIR = @DEPDIR@
400 ECHO_C = @ECHO_C@
401 ECHO_N = @ECHO_N@
402 ECHO_T = @ECHO_T@
403 EGREP = @EGREP@
404 ETAGS = @ETAGS@
405 EXEEXT = @EXEEXT@
406 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
407 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
408 GL_CFLAG_ALLOW_WARNINGS = @GL_CFLAG_ALLOW_WARNINGS@
409 GL_CFLAG_GNULIB_WARNINGS = @GL_CFLAG_GNULIB_WARNINGS@
410 GL_GNULIB_GETLOADAVG = @GL_GNULIB_GETLOADAVG@
411 GMSGFMT = @GMSGFMT@
412 GMSGFMT_015 = @GMSGFMT_015@
413 GREP = @GREP@
414 GUILE_CFLAGS = @GUILE_CFLAGS@
415 GUILE_LIBS = @GUILE_LIBS@
416 HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
417 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
418 HAVE__BOOL = @HAVE__BOOL@
419 HOST_CPU = @HOST_CPU@
420 HOST_CPU_C_ABI = @HOST_CPU_C_ABI@
421 INSTALL = @INSTALL@
422 INSTALL_DATA = @INSTALL_DATA@
423 INSTALL_PROGRAM = @INSTALL_PROGRAM@
424 INSTALL_SCRIPT = @INSTALL_SCRIPT@
425 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
426 INTLLIBS = @INTLLIBS@
427 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
428 LDFLAGS = @LDFLAGS@
429 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
430 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
431 LIBICONV = @LIBICONV@
432 LIBINTL = @LIBINTL@
433 LIBOBJS = @LIBOBJS@
434 LIBS = @LIBS@
435 LTLIBICONV = @LTLIBICONV@
436 LTLIBINTL = @LTLIBINTL@
437 LTLIBOBJS = @LTLIBOBJS@
438 MAKEINFO = @MAKEINFO@
439 MAKE_HOST = @MAKE_HOST@
440 MKDIR_P = @MKDIR_P@
441 MSGFMT = @MSGFMT@
442 MSGFMT_015 = @MSGFMT_015@
443 MSGMERGE = @MSGMERGE@
444 OBJEXT = @OBJEXT@
445 PACKAGE = @PACKAGE@
446 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
447 PACKAGE_NAME = @PACKAGE_NAME@
448 PACKAGE_STRING = @PACKAGE_STRING@
449 PACKAGE_TARNAME = @PACKAGE_TARNAME@
450 PACKAGE_URL = @PACKAGE_URL@
451 PACKAGE_VERSION = @PACKAGE_VERSION@
452 PATH_SEPARATOR = @PATH_SEPARATOR@
453 PERL = @PERL@
454 PKG_CONFIG = @PKG_CONFIG@
455 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
456 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
457 POSUB = @POSUB@
458 RANLIB = @RANLIB@
459 REMOTE = @REMOTE@
460 SED = @SED@
461 SET_MAKE = @SET_MAKE@
462 SHELL = @SHELL@
463 STDBOOL_H = @STDBOOL_H@
464 STRIP = @STRIP@
465 USE_NLS = @USE_NLS@
466 USE_SYSTEM_GLOB = @USE_SYSTEM_GLOB@
467 VERSION = @VERSION@
468 XGETTEXT = @XGETTEXT@
469 XGETTEXT_015 = @XGETTEXT_015@
470 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
471 abs_builddir = @abs_builddir@
472 abs_srcdir = @abs_srcdir@
473 abs_top_builddir = @abs_top_builddir@
474 abs_top_srcdir = @abs_top_srcdir@
475 ac_ct_CC = @ac_ct_CC@
476 am__include = @am__include@
477 am__leading_dot = @am__leading_dot@
478 am__quote = @am__quote@
479 am__tar = @am__tar@
480 am__untar = @am__untar@
481 bindir = @bindir@
482 build = @build@
483 build_alias = @build_alias@
484 build_cpu = @build_cpu@
485 build_os = @build_os@
486 build_vendor = @build_vendor@
487 builddir = @builddir@
488 datadir = @datadir@
489 datarootdir = @datarootdir@
490 docdir = @docdir@
491 dvidir = @dvidir@
492 exec_prefix = @exec_prefix@
493 gl_LIBOBJDEPS = @gl_LIBOBJDEPS@
494 gl_LIBOBJS = @gl_LIBOBJS@
495 gl_LTLIBOBJS = @gl_LTLIBOBJS@
496 gltests_LIBOBJDEPS = @gltests_LIBOBJDEPS@
497 gltests_LIBOBJS = @gltests_LIBOBJS@
498 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
499 gltests_WITNESS = @gltests_WITNESS@
500 host = @host@
501 host_alias = @host_alias@
502 host_cpu = @host_cpu@
503 host_os = @host_os@
504 host_vendor = @host_vendor@
505 htmldir = @htmldir@
506 includedir = @includedir@
507 infodir = @infodir@
508 install_sh = @install_sh@
509 libdir = @libdir@
510 libexecdir = @libexecdir@
511 localedir = $(datadir)/locale
512 localstatedir = @localstatedir@
513 mandir = @mandir@
514 mkdir_p = @mkdir_p@
515 oldincludedir = @oldincludedir@
516 pdfdir = @pdfdir@
517 prefix = @prefix@
518 program_transform_name = @program_transform_name@
519 psdir = @psdir@
520 runstatedir = @runstatedir@
521 sbindir = @sbindir@
522 sharedstatedir = @sharedstatedir@
523 srcdir = @srcdir@
524 sysconfdir = @sysconfdir@
525 target_alias = @target_alias@
526 top_build_prefix = @top_build_prefix@
527 top_builddir = @top_builddir@
528 top_srcdir = @top_srcdir@
529 AUTOMAKE_OPTIONS = dist-lzip silent-rules std-options subdir-objects nostdinc
530 ACLOCAL_AMFLAGS = -I m4
531 SUBDIRS = lib po doc
532 include_HEADERS = src/gnumake.h
533 man_MANS = doc/make.1
534 make_SRCS = src/ar.c src/arscan.c src/commands.c src/commands.h \
535                 src/debug.h src/default.c src/dep.h src/dir.c src/expand.c \
536                 src/file.c src/filedef.h src/function.c src/getopt.c \
537                 src/getopt.h src/getopt1.c src/gettext.h src/guile.c \
538                 src/hash.c src/hash.h src/implicit.c src/job.c src/job.h \
539                 src/load.c src/loadapi.c src/main.c src/makeint.h src/misc.c \
540                 src/os.h src/output.c src/output.h src/read.c src/remake.c \
541                 src/rule.c src/rule.h src/shuffle.h src/shuffle.c \
542                 src/signame.c src/strcache.c src/variable.c src/variable.h \
543                 src/version.c src/vpath.c
544
545 w32_SRCS = src/w32/pathstuff.c src/w32/w32os.c src/w32/compat/dirent.c \
546                 src/w32/compat/posixfcn.c src/w32/include/dirent.h \
547                 src/w32/include/dlfcn.h src/w32/include/pathstuff.h \
548                 src/w32/include/sub_proc.h src/w32/include/w32err.h \
549                 src/w32/subproc/misc.c src/w32/subproc/proc.h \
550                 src/w32/subproc/sub_proc.c src/w32/subproc/w32err.c
551
552 vms_SRCS = src/vms_exit.c src/vms_export_symbol.c src/vms_progname.c \
553                 src/vmsdir.h src/vmsfunctions.c src/vmsify.c
554
555 amiga_SRCS = src/amiga.c src/amiga.h
556 glob_SRCS = lib/fnmatch.c lib/fnmatch.h lib/glob.c lib/glob.h
557 alloca_SRCS = lib/alloca.c
558 loadavg_SRCS = lib/getloadavg.c
559 make_SOURCES = $(make_SRCS) $(am__append_2) $(am__append_4) \
560         $(am__append_5) $(am__append_6)
561 EXTRA_make_SOURCES = $(amiga_SRCS) $(vms_SRCS)
562 @HAVE_GUILE_FALSE@_GUILE_CFLAGS = 
563 @HAVE_GUILE_TRUE@_GUILE_CFLAGS = $(GUILE_CFLAGS)
564 @HAVE_GUILE_FALSE@_GUILE_LIBS = 
565 @HAVE_GUILE_TRUE@_GUILE_LIBS = $(GUILE_LIBS)
566 make_LDADD = $(LIBOBJS) $(_GUILE_LIBS) lib/libgnu.a $(GETLOADAVG_LIBS) \
567                 @LIBINTL@
568
569 AM_CPPFLAGS = -Isrc -I$(top_srcdir)/src -Ilib -I$(top_srcdir)/lib \
570         -DLIBDIR=\"$(libdir)\" -DLOCALEDIR=\"$(localedir)\" \
571         $(am__append_1) $(am__append_3)
572 AM_CFLAGS = $(_GUILE_CFLAGS)
573
574 # Extra stuff to include in the distribution.
575 mk_FILES = Basic.mk mk/msdosdjgpp.mk mk/Amiga.mk mk/VMS.mk mk/Windows32.mk
576 # We don't need this, since the standard automake output will do.
577 #mk/Posix.mk.in
578 m4_FILES = m4/gnulib-cache.m4
579 test_FILES = tests/run_make_tests tests/run_make_tests.bat \
580                 tests/run_make_tests.pl tests/test_driver.pl \
581                 tests/config-flags.pm.in tests/config_flags_pm.com \
582                 tests/config-flags.pm.W32 \
583                 tests/mkshadow tests/thelp.pl tests/guile.supp tests/README
584
585 # test/scripts are added via dist-hook below.
586 EXTRA_DIST = ChangeLog INSTALL README build.sh build.cfg.in $(man_MANS) \
587                 src/mkconfig.h README.customs README.OS2 \
588                 README.Amiga SCOPTIONS src/config.ami \
589                 README.DOS builddos.bat src/configh.dos \
590                 README.W32 build_w32.bat src/config.h.W32 \
591                 README.VMS makefile.com src/config.h-vms src/vmsjobs.c \
592                 vms_export_symbol_test.com \
593                 src/gmk-default.scm src/gmk-default.h \
594                 $(mk_FILES) $(m4_FILES) $(test_FILES)
595
596
597 # > check-regression
598 #
599 # Look for the make test suite, and run it if found and we can find perl.
600 # If we're building outside the tree, we use symlinks to make a local copy of
601 # the test suite.  Unfortunately the test suite itself isn't localizable yet.
602 #
603 MAKETESTFLAGS = 
604 GMK_OUTDIR = ..
605 testlog = test-suite.log
606 testresult = tests/.test-result
607 errorpre = makeerror-$(PACKAGE_VERSION)-$(host_triplet)
608 testfiles = $(testlog) $(testresult) $(errorfile)
609 MOSTLYCLEANFILES = $(testfiles)
610 errordetails = config.status config.log src/config.h $(testlog) tests/work
611
612 # Create a 4-letter random sequence
613 rand_value = c = "abcdefghijklmnopqrstuvwxyz0123456789"
614 rand_char = substr(c,int(rand()*36),1)
615 rand_string = $(AWK) 'BEGIN{srand(); $(rand_value); print $(rand_char) "" $(rand_char) "" $(rand_char) "" $(rand_char);}'
616 all: all-recursive
617
618 .SUFFIXES:
619 .SUFFIXES: .c .o .obj
620 am--refresh: Makefile
621         @:
622 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
623         @for dep in $?; do \
624           case '$(am__configure_deps)' in \
625             *$$dep*) \
626               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
627               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
628                 && exit 0; \
629               exit 1;; \
630           esac; \
631         done; \
632         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
633         $(am__cd) $(top_srcdir) && \
634           $(AUTOMAKE) --foreign Makefile
635 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
636         @case '$?' in \
637           *config.status*) \
638             echo ' $(SHELL) ./config.status'; \
639             $(SHELL) ./config.status;; \
640           *) \
641             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
642             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
643         esac;
644
645 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
646         $(SHELL) ./config.status --recheck
647
648 $(top_srcdir)/configure:  $(am__configure_deps)
649         $(am__cd) $(srcdir) && $(AUTOCONF)
650 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
651         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
652 $(am__aclocal_m4_deps):
653
654 src/config.h: src/stamp-h1
655         @test -f $@ || rm -f src/stamp-h1
656         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1
657
658 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
659         @rm -f src/stamp-h1
660         cd $(top_builddir) && $(SHELL) ./config.status src/config.h
661 $(top_srcdir)/src/config.h.in:  $(am__configure_deps) 
662         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
663         rm -f src/stamp-h1
664         touch $@
665
666 distclean-hdr:
667         -rm -f src/config.h src/stamp-h1
668 build.cfg: $(top_builddir)/config.status $(srcdir)/build.cfg.in
669         cd $(top_builddir) && $(SHELL) ./config.status $@
670 tests/config-flags.pm: $(top_builddir)/config.status $(top_srcdir)/tests/config-flags.pm.in
671         cd $(top_builddir) && $(SHELL) ./config.status $@
672 install-binPROGRAMS: $(bin_PROGRAMS)
673         @$(NORMAL_INSTALL)
674         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
675         if test -n "$$list"; then \
676           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
677           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
678         fi; \
679         for p in $$list; do echo "$$p $$p"; done | \
680         sed 's/$(EXEEXT)$$//' | \
681         while read p p1; do if test -f $$p \
682           ; then echo "$$p"; echo "$$p"; else :; fi; \
683         done | \
684         sed -e 'p;s,.*/,,;n;h' \
685             -e 's|.*|.|' \
686             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
687         sed 'N;N;N;s,\n, ,g' | \
688         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
689           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
690             if ($$2 == $$4) files[d] = files[d] " " $$1; \
691             else { print "f", $$3 "/" $$4, $$1; } } \
692           END { for (d in files) print "f", d, files[d] }' | \
693         while read type dir files; do \
694             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
695             test -z "$$files" || { \
696               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
697               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
698             } \
699         ; done
700
701 uninstall-binPROGRAMS:
702         @$(NORMAL_UNINSTALL)
703         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
704         files=`for p in $$list; do echo "$$p"; done | \
705           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
706               -e 's/$$/$(EXEEXT)/' \
707         `; \
708         test -n "$$list" || exit 0; \
709         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
710         cd "$(DESTDIR)$(bindir)" && rm -f $$files
711
712 clean-binPROGRAMS:
713         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
714
715 installcheck-binPROGRAMS: $(bin_PROGRAMS)
716         bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
717           case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
718            *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
719           esac; \
720           f=`echo "$$p" | \
721              sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
722           for opt in --help --version; do \
723             if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
724                  2>c$${pid}_.err </dev/null \
725                  && test -n "`cat c$${pid}_.out`" \
726                  && test -z "`cat c$${pid}_.err`"; then :; \
727             else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
728           done; \
729         done; rm -f c$${pid}_.???; exit $$bad
730 src/$(am__dirstamp):
731         @$(MKDIR_P) src
732         @: > src/$(am__dirstamp)
733 src/$(DEPDIR)/$(am__dirstamp):
734         @$(MKDIR_P) src/$(DEPDIR)
735         @: > src/$(DEPDIR)/$(am__dirstamp)
736 src/ar.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
737 src/arscan.$(OBJEXT): src/$(am__dirstamp) \
738         src/$(DEPDIR)/$(am__dirstamp)
739 src/commands.$(OBJEXT): src/$(am__dirstamp) \
740         src/$(DEPDIR)/$(am__dirstamp)
741 src/default.$(OBJEXT): src/$(am__dirstamp) \
742         src/$(DEPDIR)/$(am__dirstamp)
743 src/dir.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
744 src/expand.$(OBJEXT): src/$(am__dirstamp) \
745         src/$(DEPDIR)/$(am__dirstamp)
746 src/file.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
747 src/function.$(OBJEXT): src/$(am__dirstamp) \
748         src/$(DEPDIR)/$(am__dirstamp)
749 src/getopt.$(OBJEXT): src/$(am__dirstamp) \
750         src/$(DEPDIR)/$(am__dirstamp)
751 src/getopt1.$(OBJEXT): src/$(am__dirstamp) \
752         src/$(DEPDIR)/$(am__dirstamp)
753 src/guile.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
754 src/hash.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
755 src/implicit.$(OBJEXT): src/$(am__dirstamp) \
756         src/$(DEPDIR)/$(am__dirstamp)
757 src/job.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
758 src/load.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
759 src/loadapi.$(OBJEXT): src/$(am__dirstamp) \
760         src/$(DEPDIR)/$(am__dirstamp)
761 src/main.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
762 src/misc.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
763 src/output.$(OBJEXT): src/$(am__dirstamp) \
764         src/$(DEPDIR)/$(am__dirstamp)
765 src/read.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
766 src/remake.$(OBJEXT): src/$(am__dirstamp) \
767         src/$(DEPDIR)/$(am__dirstamp)
768 src/rule.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
769 src/shuffle.$(OBJEXT): src/$(am__dirstamp) \
770         src/$(DEPDIR)/$(am__dirstamp)
771 src/signame.$(OBJEXT): src/$(am__dirstamp) \
772         src/$(DEPDIR)/$(am__dirstamp)
773 src/strcache.$(OBJEXT): src/$(am__dirstamp) \
774         src/$(DEPDIR)/$(am__dirstamp)
775 src/variable.$(OBJEXT): src/$(am__dirstamp) \
776         src/$(DEPDIR)/$(am__dirstamp)
777 src/version.$(OBJEXT): src/$(am__dirstamp) \
778         src/$(DEPDIR)/$(am__dirstamp)
779 src/vpath.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
780 src/w32/$(am__dirstamp):
781         @$(MKDIR_P) src/w32
782         @: > src/w32/$(am__dirstamp)
783 src/w32/$(DEPDIR)/$(am__dirstamp):
784         @$(MKDIR_P) src/w32/$(DEPDIR)
785         @: > src/w32/$(DEPDIR)/$(am__dirstamp)
786 src/w32/pathstuff.$(OBJEXT): src/w32/$(am__dirstamp) \
787         src/w32/$(DEPDIR)/$(am__dirstamp)
788 src/w32/w32os.$(OBJEXT): src/w32/$(am__dirstamp) \
789         src/w32/$(DEPDIR)/$(am__dirstamp)
790 src/w32/compat/$(am__dirstamp):
791         @$(MKDIR_P) src/w32/compat
792         @: > src/w32/compat/$(am__dirstamp)
793 src/w32/compat/$(DEPDIR)/$(am__dirstamp):
794         @$(MKDIR_P) src/w32/compat/$(DEPDIR)
795         @: > src/w32/compat/$(DEPDIR)/$(am__dirstamp)
796 src/w32/compat/dirent.$(OBJEXT): src/w32/compat/$(am__dirstamp) \
797         src/w32/compat/$(DEPDIR)/$(am__dirstamp)
798 src/w32/compat/posixfcn.$(OBJEXT): src/w32/compat/$(am__dirstamp) \
799         src/w32/compat/$(DEPDIR)/$(am__dirstamp)
800 src/w32/subproc/$(am__dirstamp):
801         @$(MKDIR_P) src/w32/subproc
802         @: > src/w32/subproc/$(am__dirstamp)
803 src/w32/subproc/$(DEPDIR)/$(am__dirstamp):
804         @$(MKDIR_P) src/w32/subproc/$(DEPDIR)
805         @: > src/w32/subproc/$(DEPDIR)/$(am__dirstamp)
806 src/w32/subproc/misc.$(OBJEXT): src/w32/subproc/$(am__dirstamp) \
807         src/w32/subproc/$(DEPDIR)/$(am__dirstamp)
808 src/w32/subproc/sub_proc.$(OBJEXT): src/w32/subproc/$(am__dirstamp) \
809         src/w32/subproc/$(DEPDIR)/$(am__dirstamp)
810 src/w32/subproc/w32err.$(OBJEXT): src/w32/subproc/$(am__dirstamp) \
811         src/w32/subproc/$(DEPDIR)/$(am__dirstamp)
812 src/posixos.$(OBJEXT): src/$(am__dirstamp) \
813         src/$(DEPDIR)/$(am__dirstamp)
814 src/remote-cstms.$(OBJEXT): src/$(am__dirstamp) \
815         src/$(DEPDIR)/$(am__dirstamp)
816 src/remote-stub.$(OBJEXT): src/$(am__dirstamp) \
817         src/$(DEPDIR)/$(am__dirstamp)
818 src/amiga.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
819 src/vms_exit.$(OBJEXT): src/$(am__dirstamp) \
820         src/$(DEPDIR)/$(am__dirstamp)
821 src/vms_export_symbol.$(OBJEXT): src/$(am__dirstamp) \
822         src/$(DEPDIR)/$(am__dirstamp)
823 src/vms_progname.$(OBJEXT): src/$(am__dirstamp) \
824         src/$(DEPDIR)/$(am__dirstamp)
825 src/vmsfunctions.$(OBJEXT): src/$(am__dirstamp) \
826         src/$(DEPDIR)/$(am__dirstamp)
827 src/vmsify.$(OBJEXT): src/$(am__dirstamp) \
828         src/$(DEPDIR)/$(am__dirstamp)
829
830 make$(EXEEXT): $(make_OBJECTS) $(make_DEPENDENCIES) $(EXTRA_make_DEPENDENCIES) 
831         @rm -f make$(EXEEXT)
832         $(AM_V_CCLD)$(LINK) $(make_OBJECTS) $(make_LDADD) $(LIBS)
833
834 mostlyclean-compile:
835         -rm -f *.$(OBJEXT)
836         -rm -f src/*.$(OBJEXT)
837         -rm -f src/w32/*.$(OBJEXT)
838         -rm -f src/w32/compat/*.$(OBJEXT)
839         -rm -f src/w32/subproc/*.$(OBJEXT)
840
841 distclean-compile:
842         -rm -f *.tab.c
843
844 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/amiga.Po@am__quote@ # am--include-marker
845 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ar.Po@am__quote@ # am--include-marker
846 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/arscan.Po@am__quote@ # am--include-marker
847 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/commands.Po@am__quote@ # am--include-marker
848 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/default.Po@am__quote@ # am--include-marker
849 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/dir.Po@am__quote@ # am--include-marker
850 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/expand.Po@am__quote@ # am--include-marker
851 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/file.Po@am__quote@ # am--include-marker
852 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/function.Po@am__quote@ # am--include-marker
853 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker
854 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/getopt1.Po@am__quote@ # am--include-marker
855 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/guile.Po@am__quote@ # am--include-marker
856 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/hash.Po@am__quote@ # am--include-marker
857 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/implicit.Po@am__quote@ # am--include-marker
858 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/job.Po@am__quote@ # am--include-marker
859 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/load.Po@am__quote@ # am--include-marker
860 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/loadapi.Po@am__quote@ # am--include-marker
861 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/main.Po@am__quote@ # am--include-marker
862 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/misc.Po@am__quote@ # am--include-marker
863 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/output.Po@am__quote@ # am--include-marker
864 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/posixos.Po@am__quote@ # am--include-marker
865 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/read.Po@am__quote@ # am--include-marker
866 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/remake.Po@am__quote@ # am--include-marker
867 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/remote-cstms.Po@am__quote@ # am--include-marker
868 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/remote-stub.Po@am__quote@ # am--include-marker
869 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/rule.Po@am__quote@ # am--include-marker
870 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/shuffle.Po@am__quote@ # am--include-marker
871 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/signame.Po@am__quote@ # am--include-marker
872 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/strcache.Po@am__quote@ # am--include-marker
873 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/variable.Po@am__quote@ # am--include-marker
874 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/version.Po@am__quote@ # am--include-marker
875 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vms_exit.Po@am__quote@ # am--include-marker
876 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vms_export_symbol.Po@am__quote@ # am--include-marker
877 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vms_progname.Po@am__quote@ # am--include-marker
878 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vmsfunctions.Po@am__quote@ # am--include-marker
879 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vmsify.Po@am__quote@ # am--include-marker
880 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/vpath.Po@am__quote@ # am--include-marker
881 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/$(DEPDIR)/pathstuff.Po@am__quote@ # am--include-marker
882 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/$(DEPDIR)/w32os.Po@am__quote@ # am--include-marker
883 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/compat/$(DEPDIR)/dirent.Po@am__quote@ # am--include-marker
884 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/compat/$(DEPDIR)/posixfcn.Po@am__quote@ # am--include-marker
885 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/subproc/$(DEPDIR)/misc.Po@am__quote@ # am--include-marker
886 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/subproc/$(DEPDIR)/sub_proc.Po@am__quote@ # am--include-marker
887 @AMDEP_TRUE@@am__include@ @am__quote@src/w32/subproc/$(DEPDIR)/w32err.Po@am__quote@ # am--include-marker
888
889 $(am__depfiles_remade):
890         @$(MKDIR_P) $(@D)
891         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
892
893 am--depfiles: $(am__depfiles_remade)
894
895 .c.o:
896 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
897 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
898 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
900 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
901 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
902
903 .c.obj:
904 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
905 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
906 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
910 install-man1: $(man_MANS)
911         @$(NORMAL_INSTALL)
912         @list1=''; \
913         list2='$(man_MANS)'; \
914         test -n "$(man1dir)" \
915           && test -n "`echo $$list1$$list2`" \
916           || exit 0; \
917         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
918         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
919         { for i in $$list1; do echo "$$i"; done;  \
920         if test -n "$$list2"; then \
921           for i in $$list2; do echo "$$i"; done \
922             | sed -n '/\.1[a-z]*$$/p'; \
923         fi; \
924         } | while read p; do \
925           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
926           echo "$$d$$p"; echo "$$p"; \
927         done | \
928         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
929               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
930         sed 'N;N;s,\n, ,g' | { \
931         list=; while read file base inst; do \
932           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
933             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
934             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
935           fi; \
936         done; \
937         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
938         while read files; do \
939           test -z "$$files" || { \
940             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
941             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
942         done; }
943
944 uninstall-man1:
945         @$(NORMAL_UNINSTALL)
946         @list=''; test -n "$(man1dir)" || exit 0; \
947         files=`{ for i in $$list; do echo "$$i"; done; \
948         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
949           sed -n '/\.1[a-z]*$$/p'; \
950         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
951               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
952         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
953 install-includeHEADERS: $(include_HEADERS)
954         @$(NORMAL_INSTALL)
955         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
956         if test -n "$$list"; then \
957           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
958           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
959         fi; \
960         for p in $$list; do \
961           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
962           echo "$$d$$p"; \
963         done | $(am__base_list) | \
964         while read files; do \
965           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
966           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
967         done
968
969 uninstall-includeHEADERS:
970         @$(NORMAL_UNINSTALL)
971         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
972         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
973         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
974
975 # This directory's subdirectories are mostly independent; you can cd
976 # into them and run 'make' without going through this Makefile.
977 # To change the values of 'make' variables: instead of editing Makefiles,
978 # (1) if the variable is set in 'config.status', edit 'config.status'
979 #     (which will cause the Makefiles to be regenerated when you run 'make');
980 # (2) otherwise, pass the desired values on the 'make' command line.
981 $(am__recursive_targets):
982         @fail=; \
983         if $(am__make_keepgoing); then \
984           failcom='fail=yes'; \
985         else \
986           failcom='exit 1'; \
987         fi; \
988         dot_seen=no; \
989         target=`echo $@ | sed s/-recursive//`; \
990         case "$@" in \
991           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
992           *) list='$(SUBDIRS)' ;; \
993         esac; \
994         for subdir in $$list; do \
995           echo "Making $$target in $$subdir"; \
996           if test "$$subdir" = "."; then \
997             dot_seen=yes; \
998             local_target="$$target-am"; \
999           else \
1000             local_target="$$target"; \
1001           fi; \
1002           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1003           || eval $$failcom; \
1004         done; \
1005         if test "$$dot_seen" = "no"; then \
1006           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1007         fi; test -z "$$fail"
1008
1009 ID: $(am__tagged_files)
1010         $(am__define_uniq_tagged_files); mkid -fID $$unique
1011 tags: tags-recursive
1012 TAGS: tags
1013
1014 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1015         set x; \
1016         here=`pwd`; \
1017         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1018           include_option=--etags-include; \
1019           empty_fix=.; \
1020         else \
1021           include_option=--include; \
1022           empty_fix=; \
1023         fi; \
1024         list='$(SUBDIRS)'; for subdir in $$list; do \
1025           if test "$$subdir" = .; then :; else \
1026             test ! -f $$subdir/TAGS || \
1027               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1028           fi; \
1029         done; \
1030         $(am__define_uniq_tagged_files); \
1031         shift; \
1032         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1033           test -n "$$unique" || unique=$$empty_fix; \
1034           if test $$# -gt 0; then \
1035             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1036               "$$@" $$unique; \
1037           else \
1038             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1039               $$unique; \
1040           fi; \
1041         fi
1042 ctags: ctags-recursive
1043
1044 CTAGS: ctags
1045 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1046         $(am__define_uniq_tagged_files); \
1047         test -z "$(CTAGS_ARGS)$$unique" \
1048           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1049              $$unique
1050
1051 GTAGS:
1052         here=`$(am__cd) $(top_builddir) && pwd` \
1053           && $(am__cd) $(top_srcdir) \
1054           && gtags -i $(GTAGS_ARGS) "$$here"
1055 cscope: cscope.files
1056         test ! -s cscope.files \
1057           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1058 clean-cscope:
1059         -rm -f cscope.files
1060 cscope.files: clean-cscope cscopelist
1061 cscopelist: cscopelist-recursive
1062
1063 cscopelist-am: $(am__tagged_files)
1064         list='$(am__tagged_files)'; \
1065         case "$(srcdir)" in \
1066           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1067           *) sdir=$(subdir)/$(srcdir) ;; \
1068         esac; \
1069         for i in $$list; do \
1070           if test -f "$$i"; then \
1071             echo "$(subdir)/$$i"; \
1072           else \
1073             echo "$$sdir/$$i"; \
1074           fi; \
1075         done >> $(top_builddir)/cscope.files
1076
1077 distclean-tags:
1078         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1079         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1080 distdir: $(BUILT_SOURCES)
1081         $(MAKE) $(AM_MAKEFLAGS) distdir-am
1082
1083 distdir-am: $(DISTFILES)
1084         $(am__remove_distdir)
1085         test -d "$(distdir)" || mkdir "$(distdir)"
1086         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1087         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1088         list='$(DISTFILES)'; \
1089           dist_files=`for file in $$list; do echo $$file; done | \
1090           sed -e "s|^$$srcdirstrip/||;t" \
1091               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1092         case $$dist_files in \
1093           */*) $(MKDIR_P) `echo "$$dist_files" | \
1094                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1095                            sort -u` ;; \
1096         esac; \
1097         for file in $$dist_files; do \
1098           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1099           if test -d $$d/$$file; then \
1100             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1101             if test -d "$(distdir)/$$file"; then \
1102               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1103             fi; \
1104             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1105               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1106               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1107             fi; \
1108             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1109           else \
1110             test -f "$(distdir)/$$file" \
1111             || cp -p $$d/$$file "$(distdir)/$$file" \
1112             || exit 1; \
1113           fi; \
1114         done
1115         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1116           if test "$$subdir" = .; then :; else \
1117             $(am__make_dryrun) \
1118               || test -d "$(distdir)/$$subdir" \
1119               || $(MKDIR_P) "$(distdir)/$$subdir" \
1120               || exit 1; \
1121             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1122             $(am__relativize); \
1123             new_distdir=$$reldir; \
1124             dir1=$$subdir; dir2="$(top_distdir)"; \
1125             $(am__relativize); \
1126             new_top_distdir=$$reldir; \
1127             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1128             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1129             ($(am__cd) $$subdir && \
1130               $(MAKE) $(AM_MAKEFLAGS) \
1131                 top_distdir="$$new_top_distdir" \
1132                 distdir="$$new_distdir" \
1133                 am__remove_distdir=: \
1134                 am__skip_length_check=: \
1135                 am__skip_mode_fix=: \
1136                 distdir) \
1137               || exit 1; \
1138           fi; \
1139         done
1140         $(MAKE) $(AM_MAKEFLAGS) \
1141           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1142           dist-hook
1143         -test -n "$(am__skip_mode_fix)" \
1144         || find "$(distdir)" -type d ! -perm -755 \
1145                 -exec chmod u+rwx,go+rx {} \; -o \
1146           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1147           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1148           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1149         || chmod -R a+r "$(distdir)"
1150 dist-gzip: distdir
1151         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1152         $(am__post_remove_distdir)
1153
1154 dist-bzip2: distdir
1155         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1156         $(am__post_remove_distdir)
1157 dist-lzip: distdir
1158         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1159         $(am__post_remove_distdir)
1160
1161 dist-xz: distdir
1162         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1163         $(am__post_remove_distdir)
1164
1165 dist-zstd: distdir
1166         tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
1167         $(am__post_remove_distdir)
1168
1169 dist-tarZ: distdir
1170         @echo WARNING: "Support for distribution archives compressed with" \
1171                        "legacy program 'compress' is deprecated." >&2
1172         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1173         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1174         $(am__post_remove_distdir)
1175
1176 dist-shar: distdir
1177         @echo WARNING: "Support for shar distribution archives is" \
1178                        "deprecated." >&2
1179         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1180         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1181         $(am__post_remove_distdir)
1182
1183 dist-zip: distdir
1184         -rm -f $(distdir).zip
1185         zip -rq $(distdir).zip $(distdir)
1186         $(am__post_remove_distdir)
1187
1188 dist dist-all:
1189         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1190         $(am__post_remove_distdir)
1191
1192 # This target untars the dist file and tries a VPATH configuration.  Then
1193 # it guarantees that the distribution is self-contained by making another
1194 # tarfile.
1195 distcheck: dist
1196         case '$(DIST_ARCHIVES)' in \
1197         *.tar.gz*) \
1198           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1199         *.tar.bz2*) \
1200           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1201         *.tar.lz*) \
1202           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1203         *.tar.xz*) \
1204           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1205         *.tar.Z*) \
1206           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1207         *.shar.gz*) \
1208           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1209         *.zip*) \
1210           unzip $(distdir).zip ;;\
1211         *.tar.zst*) \
1212           zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1213         esac
1214         chmod -R a-w $(distdir)
1215         chmod u+w $(distdir)
1216         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1217         chmod a-w $(distdir)
1218         test -d $(distdir)/_build || exit 0; \
1219         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1220           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1221           && am__cwd=`pwd` \
1222           && $(am__cd) $(distdir)/_build/sub \
1223           && ../../configure \
1224             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1225             $(DISTCHECK_CONFIGURE_FLAGS) \
1226             --srcdir=../.. --prefix="$$dc_install_base" \
1227           && $(MAKE) $(AM_MAKEFLAGS) \
1228           && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1229           && $(MAKE) $(AM_MAKEFLAGS) check \
1230           && $(MAKE) $(AM_MAKEFLAGS) install \
1231           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1232           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1233           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1234                 distuninstallcheck \
1235           && chmod -R a-w "$$dc_install_base" \
1236           && ({ \
1237                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1238                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1239                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1240                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1241                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1242               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1243           && rm -rf "$$dc_destdir" \
1244           && $(MAKE) $(AM_MAKEFLAGS) dist \
1245           && rm -rf $(DIST_ARCHIVES) \
1246           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1247           && cd "$$am__cwd" \
1248           || exit 1
1249         $(am__post_remove_distdir)
1250         @(echo "$(distdir) archives ready for distribution: "; \
1251           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1252           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1253 distuninstallcheck:
1254         @test -n '$(distuninstallcheck_dir)' || { \
1255           echo 'ERROR: trying to run $@ with an empty' \
1256                '$$(distuninstallcheck_dir)' >&2; \
1257           exit 1; \
1258         }; \
1259         $(am__cd) '$(distuninstallcheck_dir)' || { \
1260           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1261           exit 1; \
1262         }; \
1263         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1264            || { echo "ERROR: files left after uninstall:" ; \
1265                 if test -n "$(DESTDIR)"; then \
1266                   echo "  (check DESTDIR support)"; \
1267                 fi ; \
1268                 $(distuninstallcheck_listfiles) ; \
1269                 exit 1; } >&2
1270 distcleancheck: distclean
1271         @if test '$(srcdir)' = . ; then \
1272           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1273           exit 1 ; \
1274         fi
1275         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1276           || { echo "ERROR: files left in build directory after distclean:" ; \
1277                $(distcleancheck_listfiles) ; \
1278                exit 1; } >&2
1279 check-am: all-am
1280         $(MAKE) $(AM_MAKEFLAGS) check-local
1281 check: check-recursive
1282 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
1283 installdirs: installdirs-recursive
1284 installdirs-am:
1285         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"; do \
1286           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1287         done
1288 install: install-recursive
1289 install-exec: install-exec-recursive
1290 install-data: install-data-recursive
1291 uninstall: uninstall-recursive
1292
1293 install-am: all-am
1294         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1295
1296 installcheck: installcheck-recursive
1297 install-strip:
1298         if test -z '$(STRIP)'; then \
1299           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1300             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1301               install; \
1302         else \
1303           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1304             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1305             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1306         fi
1307 mostlyclean-generic:
1308         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1309
1310 clean-generic:
1311
1312 distclean-generic:
1313         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1314         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1315         -rm -f src/$(DEPDIR)/$(am__dirstamp)
1316         -rm -f src/$(am__dirstamp)
1317         -rm -f src/w32/$(DEPDIR)/$(am__dirstamp)
1318         -rm -f src/w32/$(am__dirstamp)
1319         -rm -f src/w32/compat/$(DEPDIR)/$(am__dirstamp)
1320         -rm -f src/w32/compat/$(am__dirstamp)
1321         -rm -f src/w32/subproc/$(DEPDIR)/$(am__dirstamp)
1322         -rm -f src/w32/subproc/$(am__dirstamp)
1323
1324 maintainer-clean-generic:
1325         @echo "This command is intended for maintainers to use"
1326         @echo "it deletes files that may require special tools to rebuild."
1327 clean: clean-recursive
1328
1329 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
1330
1331 distclean: distclean-recursive
1332         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1333                 -rm -f src/$(DEPDIR)/amiga.Po
1334         -rm -f src/$(DEPDIR)/ar.Po
1335         -rm -f src/$(DEPDIR)/arscan.Po
1336         -rm -f src/$(DEPDIR)/commands.Po
1337         -rm -f src/$(DEPDIR)/default.Po
1338         -rm -f src/$(DEPDIR)/dir.Po
1339         -rm -f src/$(DEPDIR)/expand.Po
1340         -rm -f src/$(DEPDIR)/file.Po
1341         -rm -f src/$(DEPDIR)/function.Po
1342         -rm -f src/$(DEPDIR)/getopt.Po
1343         -rm -f src/$(DEPDIR)/getopt1.Po
1344         -rm -f src/$(DEPDIR)/guile.Po
1345         -rm -f src/$(DEPDIR)/hash.Po
1346         -rm -f src/$(DEPDIR)/implicit.Po
1347         -rm -f src/$(DEPDIR)/job.Po
1348         -rm -f src/$(DEPDIR)/load.Po
1349         -rm -f src/$(DEPDIR)/loadapi.Po
1350         -rm -f src/$(DEPDIR)/main.Po
1351         -rm -f src/$(DEPDIR)/misc.Po
1352         -rm -f src/$(DEPDIR)/output.Po
1353         -rm -f src/$(DEPDIR)/posixos.Po
1354         -rm -f src/$(DEPDIR)/read.Po
1355         -rm -f src/$(DEPDIR)/remake.Po
1356         -rm -f src/$(DEPDIR)/remote-cstms.Po
1357         -rm -f src/$(DEPDIR)/remote-stub.Po
1358         -rm -f src/$(DEPDIR)/rule.Po
1359         -rm -f src/$(DEPDIR)/shuffle.Po
1360         -rm -f src/$(DEPDIR)/signame.Po
1361         -rm -f src/$(DEPDIR)/strcache.Po
1362         -rm -f src/$(DEPDIR)/variable.Po
1363         -rm -f src/$(DEPDIR)/version.Po
1364         -rm -f src/$(DEPDIR)/vms_exit.Po
1365         -rm -f src/$(DEPDIR)/vms_export_symbol.Po
1366         -rm -f src/$(DEPDIR)/vms_progname.Po
1367         -rm -f src/$(DEPDIR)/vmsfunctions.Po
1368         -rm -f src/$(DEPDIR)/vmsify.Po
1369         -rm -f src/$(DEPDIR)/vpath.Po
1370         -rm -f src/w32/$(DEPDIR)/pathstuff.Po
1371         -rm -f src/w32/$(DEPDIR)/w32os.Po
1372         -rm -f src/w32/compat/$(DEPDIR)/dirent.Po
1373         -rm -f src/w32/compat/$(DEPDIR)/posixfcn.Po
1374         -rm -f src/w32/subproc/$(DEPDIR)/misc.Po
1375         -rm -f src/w32/subproc/$(DEPDIR)/sub_proc.Po
1376         -rm -f src/w32/subproc/$(DEPDIR)/w32err.Po
1377         -rm -f Makefile
1378 distclean-am: clean-am distclean-compile distclean-generic \
1379         distclean-hdr distclean-tags
1380
1381 dvi: dvi-recursive
1382
1383 dvi-am:
1384
1385 html: html-recursive
1386
1387 html-am:
1388
1389 info: info-recursive
1390
1391 info-am:
1392
1393 install-data-am: install-includeHEADERS install-man
1394
1395 install-dvi: install-dvi-recursive
1396
1397 install-dvi-am:
1398
1399 install-exec-am: install-binPROGRAMS
1400
1401 install-html: install-html-recursive
1402
1403 install-html-am:
1404
1405 install-info: install-info-recursive
1406
1407 install-info-am:
1408
1409 install-man: install-man1
1410
1411 install-pdf: install-pdf-recursive
1412
1413 install-pdf-am:
1414
1415 install-ps: install-ps-recursive
1416
1417 install-ps-am:
1418
1419 installcheck-am: installcheck-binPROGRAMS
1420
1421 maintainer-clean: maintainer-clean-recursive
1422         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1423         -rm -rf $(top_srcdir)/autom4te.cache
1424                 -rm -f src/$(DEPDIR)/amiga.Po
1425         -rm -f src/$(DEPDIR)/ar.Po
1426         -rm -f src/$(DEPDIR)/arscan.Po
1427         -rm -f src/$(DEPDIR)/commands.Po
1428         -rm -f src/$(DEPDIR)/default.Po
1429         -rm -f src/$(DEPDIR)/dir.Po
1430         -rm -f src/$(DEPDIR)/expand.Po
1431         -rm -f src/$(DEPDIR)/file.Po
1432         -rm -f src/$(DEPDIR)/function.Po
1433         -rm -f src/$(DEPDIR)/getopt.Po
1434         -rm -f src/$(DEPDIR)/getopt1.Po
1435         -rm -f src/$(DEPDIR)/guile.Po
1436         -rm -f src/$(DEPDIR)/hash.Po
1437         -rm -f src/$(DEPDIR)/implicit.Po
1438         -rm -f src/$(DEPDIR)/job.Po
1439         -rm -f src/$(DEPDIR)/load.Po
1440         -rm -f src/$(DEPDIR)/loadapi.Po
1441         -rm -f src/$(DEPDIR)/main.Po
1442         -rm -f src/$(DEPDIR)/misc.Po
1443         -rm -f src/$(DEPDIR)/output.Po
1444         -rm -f src/$(DEPDIR)/posixos.Po
1445         -rm -f src/$(DEPDIR)/read.Po
1446         -rm -f src/$(DEPDIR)/remake.Po
1447         -rm -f src/$(DEPDIR)/remote-cstms.Po
1448         -rm -f src/$(DEPDIR)/remote-stub.Po
1449         -rm -f src/$(DEPDIR)/rule.Po
1450         -rm -f src/$(DEPDIR)/shuffle.Po
1451         -rm -f src/$(DEPDIR)/signame.Po
1452         -rm -f src/$(DEPDIR)/strcache.Po
1453         -rm -f src/$(DEPDIR)/variable.Po
1454         -rm -f src/$(DEPDIR)/version.Po
1455         -rm -f src/$(DEPDIR)/vms_exit.Po
1456         -rm -f src/$(DEPDIR)/vms_export_symbol.Po
1457         -rm -f src/$(DEPDIR)/vms_progname.Po
1458         -rm -f src/$(DEPDIR)/vmsfunctions.Po
1459         -rm -f src/$(DEPDIR)/vmsify.Po
1460         -rm -f src/$(DEPDIR)/vpath.Po
1461         -rm -f src/w32/$(DEPDIR)/pathstuff.Po
1462         -rm -f src/w32/$(DEPDIR)/w32os.Po
1463         -rm -f src/w32/compat/$(DEPDIR)/dirent.Po
1464         -rm -f src/w32/compat/$(DEPDIR)/posixfcn.Po
1465         -rm -f src/w32/subproc/$(DEPDIR)/misc.Po
1466         -rm -f src/w32/subproc/$(DEPDIR)/sub_proc.Po
1467         -rm -f src/w32/subproc/$(DEPDIR)/w32err.Po
1468         -rm -f Makefile
1469 maintainer-clean-am: distclean-am maintainer-clean-generic
1470
1471 mostlyclean: mostlyclean-recursive
1472
1473 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1474
1475 pdf: pdf-recursive
1476
1477 pdf-am:
1478
1479 ps: ps-recursive
1480
1481 ps-am:
1482
1483 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1484         uninstall-man
1485
1486 uninstall-man: uninstall-man1
1487
1488 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1489
1490 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1491         am--depfiles am--refresh check check-am check-local clean \
1492         clean-binPROGRAMS clean-cscope clean-generic cscope \
1493         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1494         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1495         dist-zip dist-zstd distcheck distclean distclean-compile \
1496         distclean-generic distclean-hdr distclean-tags distcleancheck \
1497         distdir distuninstallcheck dvi dvi-am html html-am info \
1498         info-am install install-am install-binPROGRAMS install-data \
1499         install-data-am install-dvi install-dvi-am install-exec \
1500         install-exec-am install-html install-html-am \
1501         install-includeHEADERS install-info install-info-am \
1502         install-man install-man1 install-pdf install-pdf-am install-ps \
1503         install-ps-am install-strip installcheck installcheck-am \
1504         installcheck-binPROGRAMS installdirs installdirs-am \
1505         maintainer-clean maintainer-clean-generic mostlyclean \
1506         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1507         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1508         uninstall-includeHEADERS uninstall-man uninstall-man1
1509
1510 .PRECIOUS: Makefile
1511
1512
1513 # --------------- Generate the Guile default module content
1514
1515 src/guile.$(OBJEXT): src/gmk-default.h
1516 src/gmk-default.h: $(top_srcdir)/src/gmk-default.scm
1517         (echo 'static const char *const GUILE_module_defn = " '\\ \
1518           && sed -e 's/;.*//' -e '/^[ \t]*$$/d' -e 's/"/\\"/g' -e 's/$$/ \\/' \
1519                  $(top_srcdir)/src/gmk-default.scm \
1520           && echo '";') > src/gmk-default.h
1521
1522 # --------------- Local DIST Section
1523
1524 # Install the mk and tests subdirectories
1525 #
1526 dist-hook:
1527         (cd $(top_srcdir); \
1528          sub=`find tests/scripts -follow \( -name .git -o -name .deps -o -name work -o -name .gitignore -o -name \*.orig -o -name \*.rej -o -name \*~ -o -name \*.out -o -name Makefile \) -prune -o -type f -print`; \
1529          $(AMTAR) chf - $$sub) \
1530         | (cd $(distdir); $(AMTAR) xfBp -)
1531
1532 # --------------- Local CHECK Section
1533
1534 check-local: check-regression
1535         @banner=" Regression PASSED: $(PACKAGE_STRING) ($(MAKE_HOST)) built with $(CC) "; \
1536         dashes=`echo "$$banner" | sed s/./=/g`; \
1537         echo; \
1538         echo "$$dashes"; \
1539         echo "$$banner"; \
1540         echo "$$dashes"; \
1541         echo
1542
1543 .PHONY: check-regression
1544
1545 check-regression: tests/config-flags.pm
1546         @rm -f $(testfiles)
1547         @if test -f '$(top_srcdir)/tests/run_make_tests'; then \
1548           ulimit -n 128; \
1549           if $(PERL) -v >/dev/null 2>&1; then \
1550             case `cd '$(top_srcdir)'; pwd` in `pwd`) : ;; \
1551               *) test -d tests || mkdir tests; \
1552                  rm -f srctests; \
1553                  if ln -s '$(top_srcdir)/tests' srctests; then \
1554                    for f in run_make_tests run_make_tests.pl test_driver.pl scripts thelp.pl; do \
1555                      rm -f tests/$$f; ln -s ../srctests/$$f tests; \
1556                    done; fi ;; \
1557             esac; \
1558             echo "cd tests && $(PERL) $(PERLFLAGS) ./run_make_tests.pl -srcdir $(abs_top_srcdir) -make $(GMK_OUTDIR)/make$(EXEEXT) $(MAKETESTFLAGS)"; \
1559             (cd tests && $(PERL) $(PERLFLAGS) ./run_make_tests.pl -srcdir '$(abs_top_srcdir)' -make '$(GMK_OUTDIR)/make$(EXEEXT)' $(MAKETESTFLAGS); echo $$? >.test-result) 2>&1 | tee $(testlog); \
1560             er=$$(cat $(testresult)); if test "$$er" -ne 0; then \
1561               dirnm="$(errorpre)-$$($(rand_string))"; fnm="$$dirnm.tar.gz"; \
1562               rm -rf "$$dirnm"; mkdir "$$dirnm"; \
1563               $(AMTAR) chf - $(errordetails) | (cd "$$dirnm"; $(AMTAR) xf -); \
1564               $(AMTAR) chf - "$$dirnm" | eval GZIP= gzip $(GZIP_ENV) -c >"$$fnm"; \
1565               echo "*** Testing FAILED!  Details: $$fnm"; \
1566               echo '*** Please report to <$(PACKAGE_BUGREPORT)>'; echo; \
1567               exit $$er; \
1568             fi; \
1569           else \
1570             echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
1571           fi; \
1572         else \
1573           echo "Can't find the $(PACKAGE_NAME) test suite ($(top_srcdir)/tests)."; \
1574         fi
1575
1576 # --------------- Maintainer's Section
1577
1578 # Tell automake that I haven't forgotten about this file and it will be
1579 # created before we build a distribution (see maintMakefile in the Git
1580 # distribution).
1581
1582 README:
1583
1584 @MAINT_MAKEFILE@
1585
1586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1587 # Otherwise a system limit (for SysV at least) may be exceeded.
1588 .NOEXPORT: