Imported Upstream version 4.2
[platform/upstream/make.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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-2016 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 <http://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 # Only process if target is MS-Windows
112 @WINDOWSENV_TRUE@am__append_1 = $(W32LIB)
113 # Only process if target is MS-Windows
114 @WINDOWSENV_TRUE@am__append_2 = $(W32INC)
115 check_PROGRAMS = loadavg$(EXEEXT)
116 subdir = .
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
119         $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
120         $(top_srcdir)/config/intlmacosx.m4 \
121         $(top_srcdir)/config/lib-ld.m4 \
122         $(top_srcdir)/config/lib-link.m4 \
123         $(top_srcdir)/config/lib-prefix.m4 \
124         $(top_srcdir)/config/longlong.m4 $(top_srcdir)/config/nls.m4 \
125         $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \
126         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
127 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128         $(ACLOCAL_M4)
129 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
130         $(am__configure_deps) $(include_HEADERS) $(noinst_HEADERS) \
131         $(am__DIST_COMMON)
132 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
133  configure.lineno config.status.lineno
134 mkinstalldirs = $(install_sh) -d
135 CONFIG_HEADER = config.h
136 CONFIG_CLEAN_FILES = tests/config-flags.pm
137 CONFIG_CLEAN_VPATH_FILES =
138 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
139         "$(DESTDIR)$(includedir)"
140 PROGRAMS = $(bin_PROGRAMS)
141 nodist_loadavg_OBJECTS = loadavg-getloadavg.$(OBJEXT)
142 loadavg_OBJECTS = $(nodist_loadavg_OBJECTS)
143 loadavg_DEPENDENCIES =
144 am__make_SOURCES_DIST = ar.c arscan.c commands.c default.c dir.c \
145         expand.c file.c function.c getopt.c getopt1.c guile.c \
146         implicit.c job.c load.c loadapi.c main.c misc.c posixos.c \
147         output.c read.c remake.c rule.c signame.c strcache.c \
148         variable.c version.c vpath.c hash.c remote-stub.c \
149         remote-cstms.c
150 @WINDOWSENV_FALSE@am__objects_1 = posixos.$(OBJEXT)
151 @USE_CUSTOMS_FALSE@am__objects_2 = remote-stub.$(OBJEXT)
152 @USE_CUSTOMS_TRUE@am__objects_2 = remote-cstms.$(OBJEXT)
153 am_make_OBJECTS = ar.$(OBJEXT) arscan.$(OBJEXT) commands.$(OBJEXT) \
154         default.$(OBJEXT) dir.$(OBJEXT) expand.$(OBJEXT) \
155         file.$(OBJEXT) function.$(OBJEXT) getopt.$(OBJEXT) \
156         getopt1.$(OBJEXT) guile.$(OBJEXT) implicit.$(OBJEXT) \
157         job.$(OBJEXT) load.$(OBJEXT) loadapi.$(OBJEXT) main.$(OBJEXT) \
158         misc.$(OBJEXT) $(am__objects_1) output.$(OBJEXT) \
159         read.$(OBJEXT) remake.$(OBJEXT) rule.$(OBJEXT) \
160         signame.$(OBJEXT) strcache.$(OBJEXT) variable.$(OBJEXT) \
161         version.$(OBJEXT) vpath.$(OBJEXT) hash.$(OBJEXT) \
162         $(am__objects_2)
163 make_OBJECTS = $(am_make_OBJECTS)
164 am__DEPENDENCIES_1 =
165 @WINDOWSENV_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
166 make_DEPENDENCIES = @LIBOBJS@ @ALLOCA@ $(am__DEPENDENCIES_1) \
167         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
168 AM_V_P = $(am__v_P_@AM_V@)
169 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170 am__v_P_0 = false
171 am__v_P_1 = :
172 AM_V_GEN = $(am__v_GEN_@AM_V@)
173 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174 am__v_GEN_0 = @echo "  GEN     " $@;
175 am__v_GEN_1 = 
176 AM_V_at = $(am__v_at_@AM_V@)
177 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178 am__v_at_0 = @
179 am__v_at_1 = 
180 DEFAULT_INCLUDES = -I.@am__isrc@
181 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
182 am__depfiles_maybe = depfiles
183 am__mv = mv -f
184 AM_V_lt = $(am__v_lt_@AM_V@)
185 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
186 am__v_lt_0 = --silent
187 am__v_lt_1 = 
188 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
189         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190 AM_V_CC = $(am__v_CC_@AM_V@)
191 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
192 am__v_CC_0 = @echo "  CC      " $@;
193 am__v_CC_1 = 
194 CCLD = $(CC)
195 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
196 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
197 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
198 am__v_CCLD_0 = @echo "  CCLD    " $@;
199 am__v_CCLD_1 = 
200 SOURCES = $(nodist_loadavg_SOURCES) $(make_SOURCES) \
201         $(EXTRA_make_SOURCES)
202 DIST_SOURCES = $(am__make_SOURCES_DIST) $(EXTRA_make_SOURCES)
203 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
204         ctags-recursive dvi-recursive html-recursive info-recursive \
205         install-data-recursive install-dvi-recursive \
206         install-exec-recursive install-html-recursive \
207         install-info-recursive install-pdf-recursive \
208         install-ps-recursive install-recursive installcheck-recursive \
209         installdirs-recursive pdf-recursive ps-recursive \
210         tags-recursive uninstall-recursive
211 am__can_run_installinfo = \
212   case $$AM_UPDATE_INFO_DIR in \
213     n|no|NO) false;; \
214     *) (install-info --version) >/dev/null 2>&1;; \
215   esac
216 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
217 am__vpath_adj = case $$p in \
218     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
219     *) f=$$p;; \
220   esac;
221 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
222 am__install_max = 40
223 am__nobase_strip_setup = \
224   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
225 am__nobase_strip = \
226   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
227 am__nobase_list = $(am__nobase_strip_setup); \
228   for p in $$list; do echo "$$p $$p"; done | \
229   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
230   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
231     if (++n[$$2] == $(am__install_max)) \
232       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
233     END { for (dir in files) print dir, files[dir] }'
234 am__base_list = \
235   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
236   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
237 am__uninstall_files_from_dir = { \
238   test -z "$$files" \
239     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
240     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
241          $(am__cd) "$$dir" && rm -f $$files; }; \
242   }
243 man1dir = $(mandir)/man1
244 NROFF = nroff
245 MANS = $(man_MANS)
246 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
247 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
248   distclean-recursive maintainer-clean-recursive
249 am__recursive_targets = \
250   $(RECURSIVE_TARGETS) \
251   $(RECURSIVE_CLEAN_TARGETS) \
252   $(am__extra_recursive_targets)
253 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
254         cscope distdir dist dist-all distcheck
255 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
256         $(LISP)config.h.in
257 # Read a list of newline-separated strings from the standard input,
258 # and print each of them once, without duplicates.  Input order is
259 # *not* preserved.
260 am__uniquify_input = $(AWK) '\
261   BEGIN { nonempty = 0; } \
262   { items[$$0] = 1; nonempty = 1; } \
263   END { if (nonempty) { for (i in items) print i; }; } \
264 '
265 # Make sure the list of sources is unique.  This is necessary because,
266 # e.g., the same source file might be shared among _SOURCES variables
267 # for different programs/libraries.
268 am__define_uniq_tagged_files = \
269   list='$(am__tagged_files)'; \
270   unique=`for i in $$list; do \
271     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272   done | $(am__uniquify_input)`
273 ETAGS = etags
274 CTAGS = ctags
275 CSCOPE = cscope
276 DIST_SUBDIRS = glob config po doc w32
277 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
278         $(top_srcdir)/config/ar-lib $(top_srcdir)/config/compile \
279         $(top_srcdir)/config/config.guess \
280         $(top_srcdir)/config/config.rpath \
281         $(top_srcdir)/config/config.sub $(top_srcdir)/config/depcomp \
282         $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \
283         $(top_srcdir)/tests/config-flags.pm.in ABOUT-NLS AUTHORS \
284         COPYING INSTALL NEWS README alloca.c getloadavg.c
285 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
286 distdir = $(PACKAGE)-$(VERSION)
287 top_distdir = $(distdir)
288 am__remove_distdir = \
289   if test -d "$(distdir)"; then \
290     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
291       && rm -rf "$(distdir)" \
292       || { sleep 5 && rm -rf "$(distdir)"; }; \
293   else :; fi
294 am__post_remove_distdir = $(am__remove_distdir)
295 am__relativize = \
296   dir0=`pwd`; \
297   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
298   sed_rest='s,^[^/]*/*,,'; \
299   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
300   sed_butlast='s,/*[^/]*$$,,'; \
301   while test -n "$$dir1"; do \
302     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
303     if test "$$first" != "."; then \
304       if test "$$first" = ".."; then \
305         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
306         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
307       else \
308         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
309         if test "$$first2" = "$$first"; then \
310           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
311         else \
312           dir2="../$$dir2"; \
313         fi; \
314         dir0="$$dir0"/"$$first"; \
315       fi; \
316     fi; \
317     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
318   done; \
319   reldir="$$dir2"
320 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
321 GZIP_ENV = --best
322 DIST_TARGETS = dist-bzip2 dist-gzip
323 distuninstallcheck_listfiles = find . -type f -print
324 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
325   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
326 distcleancheck_listfiles = find . -type f -print
327 ACLOCAL = @ACLOCAL@
328 ALLOCA = @ALLOCA@
329 AMTAR = @AMTAR@
330 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
331 AM_LDFLAGS = @AM_LDFLAGS@
332 AR = @AR@
333 AUTOCONF = @AUTOCONF@
334 AUTOHEADER = @AUTOHEADER@
335 AUTOMAKE = @AUTOMAKE@
336 AWK = @AWK@
337 CC = @CC@
338 CCDEPMODE = @CCDEPMODE@
339 CFLAGS = @CFLAGS@
340 CPP = @CPP@
341 CPPFLAGS = @CPPFLAGS@
342 CYGPATH_W = @CYGPATH_W@
343 DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@
344 DEPDIR = @DEPDIR@
345 ECHO_C = @ECHO_C@
346 ECHO_N = @ECHO_N@
347 ECHO_T = @ECHO_T@
348 EGREP = @EGREP@
349 EXEEXT = @EXEEXT@
350 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
351 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
352 GLOBINC = @GLOBINC@
353 GLOBLIB = @GLOBLIB@
354 GMSGFMT = @GMSGFMT@
355 GMSGFMT_015 = @GMSGFMT_015@
356 GREP = @GREP@
357 GUILE_CFLAGS = @GUILE_CFLAGS@
358 GUILE_LIBS = @GUILE_LIBS@
359 INSTALL = @INSTALL@
360 INSTALL_DATA = @INSTALL_DATA@
361 INSTALL_PROGRAM = @INSTALL_PROGRAM@
362 INSTALL_SCRIPT = @INSTALL_SCRIPT@
363 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
364 INTLLIBS = @INTLLIBS@
365 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
366 KMEM_GROUP = @KMEM_GROUP@
367 LDFLAGS = @LDFLAGS@
368 LIBICONV = @LIBICONV@
369 LIBINTL = @LIBINTL@
370 LIBOBJS = @LIBOBJS@
371 LIBS = @LIBS@
372 LTLIBICONV = @LTLIBICONV@
373 LTLIBINTL = @LTLIBINTL@
374 LTLIBOBJS = @LTLIBOBJS@
375 MAKEINFO = @MAKEINFO@
376 MAKE_HOST = @MAKE_HOST@
377 MKDIR_P = @MKDIR_P@
378 MSGFMT = @MSGFMT@
379 MSGFMT_015 = @MSGFMT_015@
380 MSGMERGE = @MSGMERGE@
381 NEED_SETGID = @NEED_SETGID@
382 OBJEXT = @OBJEXT@
383 PACKAGE = @PACKAGE@
384 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
385 PACKAGE_NAME = @PACKAGE_NAME@
386 PACKAGE_STRING = @PACKAGE_STRING@
387 PACKAGE_TARNAME = @PACKAGE_TARNAME@
388 PACKAGE_URL = @PACKAGE_URL@
389 PACKAGE_VERSION = @PACKAGE_VERSION@
390 PATH_SEPARATOR = @PATH_SEPARATOR@
391 PERL = @PERL@
392 PKG_CONFIG = @PKG_CONFIG@
393 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
394 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
395 POSUB = @POSUB@
396 RANLIB = @RANLIB@
397 REMOTE = @REMOTE@
398 SED = @SED@
399 SET_MAKE = @SET_MAKE@
400 SHELL = @SHELL@
401 STRIP = @STRIP@
402 USE_NLS = @USE_NLS@
403 VERSION = @VERSION@
404 XGETTEXT = @XGETTEXT@
405 XGETTEXT_015 = @XGETTEXT_015@
406 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
407 abs_builddir = @abs_builddir@
408 abs_srcdir = @abs_srcdir@
409 abs_top_builddir = @abs_top_builddir@
410 abs_top_srcdir = @abs_top_srcdir@
411 ac_ct_AR = @ac_ct_AR@
412 ac_ct_CC = @ac_ct_CC@
413 am__include = @am__include@
414 am__leading_dot = @am__leading_dot@
415 am__quote = @am__quote@
416 am__tar = @am__tar@
417 am__untar = @am__untar@
418 bindir = @bindir@
419 build = @build@
420 build_alias = @build_alias@
421 build_cpu = @build_cpu@
422 build_os = @build_os@
423 build_vendor = @build_vendor@
424 builddir = @builddir@
425 datadir = @datadir@
426 datarootdir = @datarootdir@
427 docdir = @docdir@
428 dvidir = @dvidir@
429 exec_prefix = @exec_prefix@
430 host = @host@
431 host_alias = @host_alias@
432 host_cpu = @host_cpu@
433 host_os = @host_os@
434 host_vendor = @host_vendor@
435 htmldir = @htmldir@
436 includedir = @includedir@
437 infodir = @infodir@
438 install_sh = @install_sh@
439 libdir = @libdir@
440 libexecdir = @libexecdir@
441
442 # --------------- Internationalization Section
443 localedir = $(datadir)/locale
444 localstatedir = @localstatedir@
445 mandir = @mandir@
446 mkdir_p = @mkdir_p@
447 oldincludedir = @oldincludedir@
448 pdfdir = @pdfdir@
449 prefix = @prefix@
450 program_transform_name = @program_transform_name@
451 psdir = @psdir@
452 runstatedir = @runstatedir@
453 sbindir = @sbindir@
454 sharedstatedir = @sharedstatedir@
455 srcdir = @srcdir@
456 sysconfdir = @sysconfdir@
457 target_alias = @target_alias@
458 top_build_prefix = @top_build_prefix@
459 top_builddir = @top_builddir@
460 top_srcdir = @top_srcdir@
461 AUTOMAKE_OPTIONS = dist-bzip2 silent-rules std-options
462 ACLOCAL_AMFLAGS = -I config
463
464 # Only process if target is MS-Windows
465 @WINDOWSENV_TRUE@MAYBE_W32 = w32
466 @WINDOWSENV_TRUE@W32INC = -I $(top_srcdir)/w32/include
467 @WINDOWSENV_TRUE@W32LIB = -Lw32 -lw32
468 @WINDOWSENV_FALSE@ossrc = posixos.c
469 @WINDOWSENV_TRUE@ossrc = 
470 SUBDIRS = glob config po doc $(MAYBE_W32)
471 include_HEADERS = gnumake.h
472 @USE_CUSTOMS_FALSE@remote = remote-stub.c
473 @USE_CUSTOMS_TRUE@remote = remote-cstms.c
474 make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c \
475                 function.c getopt.c getopt1.c guile.c implicit.c job.c load.c \
476                 loadapi.c main.c misc.c $(ossrc) output.c read.c remake.c \
477                 rule.c signame.c strcache.c variable.c version.c vpath.c \
478                 hash.c $(remote)
479
480 EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c
481 noinst_HEADERS = commands.h dep.h filedef.h job.h makeint.h rule.h variable.h \
482                 debug.h getopt.h gettext.h hash.h output.h os.h
483
484 make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \
485         $(GUILE_LIBS) $(am__append_1)
486 man_MANS = make.1
487 AM_CPPFLAGS = $(GLOBINC) $(am__append_2)
488 AM_CFLAGS = $(GUILE_CFLAGS)
489
490 # Extra stuff to include in the distribution.
491 EXTRA_DIST = ChangeLog README build.sh.in $(man_MANS) \
492                 README.customs README.OS2 \
493                 SCOPTIONS SMakefile \
494                 README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \
495                 README.DOS Makefile.DOS configure.bat dosbuild.bat configh.dos\
496                 README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat \
497                 make_msvc_net2003.sln make_msvc_net2003.vcproj \
498                 README.VMS makefile.vms makefile.com config.h-vms \
499                 vmsdir.h vmsfunctions.c vmsify.c vms_exit.c vms_progname.c \
500                 vms_export_symbol.c vms_export_symbol_test.com \
501                 gmk-default.scm gmk-default.h
502
503
504 # This is built during configure, but behind configure's back
505 DISTCLEANFILES = build.sh
506
507 # --------------- Local INSTALL Section
508
509 # If necessary, change the gid of the app and turn on the setgid flag.
510 #
511
512 # Whether or not make needs to be installed setgid.
513 # The value should be either 'true' or 'false'.
514 # On many systems, the getloadavg function (used to implement the '-l'
515 # switch) will not work unless make is installed setgid kmem.
516 #
517 inst_setgid = @NEED_SETGID@
518
519 # Install make setgid to this group so it can get the load average.
520 #
521 inst_group = @KMEM_GROUP@
522 nodist_loadavg_SOURCES = getloadavg.c
523 loadavg_CPPFLAGS = -DTEST
524 loadavg_LDADD = @GETLOADAVG_LIBS@
525
526 # > check-regression
527 #
528 # Look for the make test suite, and run it if found and we can find perl.
529 # If we're building outside the tree, we use symlinks to make a local copy of
530 # the test suite.  Unfortunately the test suite itself isn't localizable yet.
531 #
532 MAKETESTFLAGS = 
533 all: config.h
534         $(MAKE) $(AM_MAKEFLAGS) all-recursive
535
536 .SUFFIXES:
537 .SUFFIXES: .c .o .obj
538 am--refresh: Makefile
539         @:
540 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
541         @for dep in $?; do \
542           case '$(am__configure_deps)' in \
543             *$$dep*) \
544               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
545               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
546                 && exit 0; \
547               exit 1;; \
548           esac; \
549         done; \
550         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
551         $(am__cd) $(top_srcdir) && \
552           $(AUTOMAKE) --foreign Makefile
553 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
554         @case '$?' in \
555           *config.status*) \
556             echo ' $(SHELL) ./config.status'; \
557             $(SHELL) ./config.status;; \
558           *) \
559             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
560             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
561         esac;
562
563 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
564         $(SHELL) ./config.status --recheck
565
566 $(top_srcdir)/configure:  $(am__configure_deps)
567         $(am__cd) $(srcdir) && $(AUTOCONF)
568 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
569         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
570 $(am__aclocal_m4_deps):
571
572 config.h: stamp-h1
573         @test -f $@ || rm -f stamp-h1
574         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
575
576 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
577         @rm -f stamp-h1
578         cd $(top_builddir) && $(SHELL) ./config.status config.h
579 $(srcdir)/config.h.in:  $(am__configure_deps) 
580         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
581         rm -f stamp-h1
582         touch $@
583
584 distclean-hdr:
585         -rm -f config.h stamp-h1
586 tests/config-flags.pm: $(top_builddir)/config.status $(top_srcdir)/tests/config-flags.pm.in
587         cd $(top_builddir) && $(SHELL) ./config.status $@
588 install-binPROGRAMS: $(bin_PROGRAMS)
589         @$(NORMAL_INSTALL)
590         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
591         if test -n "$$list"; then \
592           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
593           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
594         fi; \
595         for p in $$list; do echo "$$p $$p"; done | \
596         sed 's/$(EXEEXT)$$//' | \
597         while read p p1; do if test -f $$p \
598           ; then echo "$$p"; echo "$$p"; else :; fi; \
599         done | \
600         sed -e 'p;s,.*/,,;n;h' \
601             -e 's|.*|.|' \
602             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
603         sed 'N;N;N;s,\n, ,g' | \
604         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
605           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
606             if ($$2 == $$4) files[d] = files[d] " " $$1; \
607             else { print "f", $$3 "/" $$4, $$1; } } \
608           END { for (d in files) print "f", d, files[d] }' | \
609         while read type dir files; do \
610             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
611             test -z "$$files" || { \
612               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
613               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
614             } \
615         ; done
616
617 uninstall-binPROGRAMS:
618         @$(NORMAL_UNINSTALL)
619         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
620         files=`for p in $$list; do echo "$$p"; done | \
621           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
622               -e 's/$$/$(EXEEXT)/' \
623         `; \
624         test -n "$$list" || exit 0; \
625         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
626         cd "$(DESTDIR)$(bindir)" && rm -f $$files
627
628 clean-binPROGRAMS:
629         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
630
631 installcheck-binPROGRAMS: $(bin_PROGRAMS)
632         bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
633           case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
634            *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
635           esac; \
636           f=`echo "$$p" | \
637              sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
638           for opt in --help --version; do \
639             if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
640                  2>c$${pid}_.err </dev/null \
641                  && test -n "`cat c$${pid}_.out`" \
642                  && test -z "`cat c$${pid}_.err`"; then :; \
643             else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
644           done; \
645         done; rm -f c$${pid}_.???; exit $$bad
646
647 clean-checkPROGRAMS:
648         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
649
650 loadavg$(EXEEXT): $(loadavg_OBJECTS) $(loadavg_DEPENDENCIES) $(EXTRA_loadavg_DEPENDENCIES) 
651         @rm -f loadavg$(EXEEXT)
652         $(AM_V_CCLD)$(LINK) $(loadavg_OBJECTS) $(loadavg_LDADD) $(LIBS)
653
654 make$(EXEEXT): $(make_OBJECTS) $(make_DEPENDENCIES) $(EXTRA_make_DEPENDENCIES) 
655         @rm -f make$(EXEEXT)
656         $(AM_V_CCLD)$(LINK) $(make_OBJECTS) $(make_LDADD) $(LIBS)
657
658 mostlyclean-compile:
659         -rm -f *.$(OBJEXT)
660
661 distclean-compile:
662         -rm -f *.tab.c
663
664 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getloadavg.Po@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ar.Po@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arscan.Po@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Po@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/default.Po@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir.Po@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guile.Po@am__quote@
677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/implicit.Po@am__quote@
679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/job.Po@am__quote@
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadapi.Po@am__quote@
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadavg-getloadavg.Po@am__quote@
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posixos.Po@am__quote@
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Po@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remake.Po@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote-cstms.Po@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote-stub.Po@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rule.Po@am__quote@
692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signame.Po@am__quote@
693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcache.Po@am__quote@
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/variable.Po@am__quote@
695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmsjobs.Po@am__quote@
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpath.Po@am__quote@
698
699 .c.o:
700 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
701 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
703 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
704 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
705
706 .c.obj:
707 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
708 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
712
713 loadavg-getloadavg.o: getloadavg.c
714 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(loadavg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loadavg-getloadavg.o -MD -MP -MF $(DEPDIR)/loadavg-getloadavg.Tpo -c -o loadavg-getloadavg.o `test -f 'getloadavg.c' || echo '$(srcdir)/'`getloadavg.c
715 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/loadavg-getloadavg.Tpo $(DEPDIR)/loadavg-getloadavg.Po
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='getloadavg.c' object='loadavg-getloadavg.o' libtool=no @AMDEPBACKSLASH@
717 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
718 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(loadavg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loadavg-getloadavg.o `test -f 'getloadavg.c' || echo '$(srcdir)/'`getloadavg.c
719
720 loadavg-getloadavg.obj: getloadavg.c
721 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(loadavg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loadavg-getloadavg.obj -MD -MP -MF $(DEPDIR)/loadavg-getloadavg.Tpo -c -o loadavg-getloadavg.obj `if test -f 'getloadavg.c'; then $(CYGPATH_W) 'getloadavg.c'; else $(CYGPATH_W) '$(srcdir)/getloadavg.c'; fi`
722 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/loadavg-getloadavg.Tpo $(DEPDIR)/loadavg-getloadavg.Po
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='getloadavg.c' object='loadavg-getloadavg.obj' libtool=no @AMDEPBACKSLASH@
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
725 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(loadavg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loadavg-getloadavg.obj `if test -f 'getloadavg.c'; then $(CYGPATH_W) 'getloadavg.c'; else $(CYGPATH_W) '$(srcdir)/getloadavg.c'; fi`
726 install-man1: $(man_MANS)
727         @$(NORMAL_INSTALL)
728         @list1=''; \
729         list2='$(man_MANS)'; \
730         test -n "$(man1dir)" \
731           && test -n "`echo $$list1$$list2`" \
732           || exit 0; \
733         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
734         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
735         { for i in $$list1; do echo "$$i"; done;  \
736         if test -n "$$list2"; then \
737           for i in $$list2; do echo "$$i"; done \
738             | sed -n '/\.1[a-z]*$$/p'; \
739         fi; \
740         } | while read p; do \
741           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
742           echo "$$d$$p"; echo "$$p"; \
743         done | \
744         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
745               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
746         sed 'N;N;s,\n, ,g' | { \
747         list=; while read file base inst; do \
748           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
749             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
750             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
751           fi; \
752         done; \
753         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
754         while read files; do \
755           test -z "$$files" || { \
756             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
757             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
758         done; }
759
760 uninstall-man1:
761         @$(NORMAL_UNINSTALL)
762         @list=''; test -n "$(man1dir)" || exit 0; \
763         files=`{ for i in $$list; do echo "$$i"; done; \
764         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
765           sed -n '/\.1[a-z]*$$/p'; \
766         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
767               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
768         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
769 install-includeHEADERS: $(include_HEADERS)
770         @$(NORMAL_INSTALL)
771         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
772         if test -n "$$list"; then \
773           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
774           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
775         fi; \
776         for p in $$list; do \
777           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
778           echo "$$d$$p"; \
779         done | $(am__base_list) | \
780         while read files; do \
781           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
782           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
783         done
784
785 uninstall-includeHEADERS:
786         @$(NORMAL_UNINSTALL)
787         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
788         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
789         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
790
791 # This directory's subdirectories are mostly independent; you can cd
792 # into them and run 'make' without going through this Makefile.
793 # To change the values of 'make' variables: instead of editing Makefiles,
794 # (1) if the variable is set in 'config.status', edit 'config.status'
795 #     (which will cause the Makefiles to be regenerated when you run 'make');
796 # (2) otherwise, pass the desired values on the 'make' command line.
797 $(am__recursive_targets):
798         @fail=; \
799         if $(am__make_keepgoing); then \
800           failcom='fail=yes'; \
801         else \
802           failcom='exit 1'; \
803         fi; \
804         dot_seen=no; \
805         target=`echo $@ | sed s/-recursive//`; \
806         case "$@" in \
807           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
808           *) list='$(SUBDIRS)' ;; \
809         esac; \
810         for subdir in $$list; do \
811           echo "Making $$target in $$subdir"; \
812           if test "$$subdir" = "."; then \
813             dot_seen=yes; \
814             local_target="$$target-am"; \
815           else \
816             local_target="$$target"; \
817           fi; \
818           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
819           || eval $$failcom; \
820         done; \
821         if test "$$dot_seen" = "no"; then \
822           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
823         fi; test -z "$$fail"
824
825 ID: $(am__tagged_files)
826         $(am__define_uniq_tagged_files); mkid -fID $$unique
827 tags: tags-recursive
828 TAGS: tags
829
830 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
831         set x; \
832         here=`pwd`; \
833         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
834           include_option=--etags-include; \
835           empty_fix=.; \
836         else \
837           include_option=--include; \
838           empty_fix=; \
839         fi; \
840         list='$(SUBDIRS)'; for subdir in $$list; do \
841           if test "$$subdir" = .; then :; else \
842             test ! -f $$subdir/TAGS || \
843               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
844           fi; \
845         done; \
846         $(am__define_uniq_tagged_files); \
847         shift; \
848         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
849           test -n "$$unique" || unique=$$empty_fix; \
850           if test $$# -gt 0; then \
851             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
852               "$$@" $$unique; \
853           else \
854             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
855               $$unique; \
856           fi; \
857         fi
858 ctags: ctags-recursive
859
860 CTAGS: ctags
861 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
862         $(am__define_uniq_tagged_files); \
863         test -z "$(CTAGS_ARGS)$$unique" \
864           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
865              $$unique
866
867 GTAGS:
868         here=`$(am__cd) $(top_builddir) && pwd` \
869           && $(am__cd) $(top_srcdir) \
870           && gtags -i $(GTAGS_ARGS) "$$here"
871 cscope: cscope.files
872         test ! -s cscope.files \
873           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
874 clean-cscope:
875         -rm -f cscope.files
876 cscope.files: clean-cscope cscopelist
877 cscopelist: cscopelist-recursive
878
879 cscopelist-am: $(am__tagged_files)
880         list='$(am__tagged_files)'; \
881         case "$(srcdir)" in \
882           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
883           *) sdir=$(subdir)/$(srcdir) ;; \
884         esac; \
885         for i in $$list; do \
886           if test -f "$$i"; then \
887             echo "$(subdir)/$$i"; \
888           else \
889             echo "$$sdir/$$i"; \
890           fi; \
891         done >> $(top_builddir)/cscope.files
892
893 distclean-tags:
894         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
895         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
896
897 distdir: $(DISTFILES)
898         $(am__remove_distdir)
899         test -d "$(distdir)" || mkdir "$(distdir)"
900         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
901         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
902         list='$(DISTFILES)'; \
903           dist_files=`for file in $$list; do echo $$file; done | \
904           sed -e "s|^$$srcdirstrip/||;t" \
905               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
906         case $$dist_files in \
907           */*) $(MKDIR_P) `echo "$$dist_files" | \
908                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
909                            sort -u` ;; \
910         esac; \
911         for file in $$dist_files; do \
912           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
913           if test -d $$d/$$file; then \
914             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
915             if test -d "$(distdir)/$$file"; then \
916               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
917             fi; \
918             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
919               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
920               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
921             fi; \
922             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
923           else \
924             test -f "$(distdir)/$$file" \
925             || cp -p $$d/$$file "$(distdir)/$$file" \
926             || exit 1; \
927           fi; \
928         done
929         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
930           if test "$$subdir" = .; then :; else \
931             $(am__make_dryrun) \
932               || test -d "$(distdir)/$$subdir" \
933               || $(MKDIR_P) "$(distdir)/$$subdir" \
934               || exit 1; \
935             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
936             $(am__relativize); \
937             new_distdir=$$reldir; \
938             dir1=$$subdir; dir2="$(top_distdir)"; \
939             $(am__relativize); \
940             new_top_distdir=$$reldir; \
941             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
942             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
943             ($(am__cd) $$subdir && \
944               $(MAKE) $(AM_MAKEFLAGS) \
945                 top_distdir="$$new_top_distdir" \
946                 distdir="$$new_distdir" \
947                 am__remove_distdir=: \
948                 am__skip_length_check=: \
949                 am__skip_mode_fix=: \
950                 distdir) \
951               || exit 1; \
952           fi; \
953         done
954         $(MAKE) $(AM_MAKEFLAGS) \
955           top_distdir="$(top_distdir)" distdir="$(distdir)" \
956           dist-hook
957         -test -n "$(am__skip_mode_fix)" \
958         || find "$(distdir)" -type d ! -perm -755 \
959                 -exec chmod u+rwx,go+rx {} \; -o \
960           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
961           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
962           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
963         || chmod -R a+r "$(distdir)"
964 dist-gzip: distdir
965         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
966         $(am__post_remove_distdir)
967 dist-bzip2: distdir
968         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
969         $(am__post_remove_distdir)
970
971 dist-lzip: distdir
972         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
973         $(am__post_remove_distdir)
974
975 dist-xz: distdir
976         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
977         $(am__post_remove_distdir)
978
979 dist-tarZ: distdir
980         @echo WARNING: "Support for distribution archives compressed with" \
981                        "legacy program 'compress' is deprecated." >&2
982         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
983         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
984         $(am__post_remove_distdir)
985
986 dist-shar: distdir
987         @echo WARNING: "Support for shar distribution archives is" \
988                        "deprecated." >&2
989         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
990         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
991         $(am__post_remove_distdir)
992
993 dist-zip: distdir
994         -rm -f $(distdir).zip
995         zip -rq $(distdir).zip $(distdir)
996         $(am__post_remove_distdir)
997
998 dist dist-all:
999         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1000         $(am__post_remove_distdir)
1001
1002 # This target untars the dist file and tries a VPATH configuration.  Then
1003 # it guarantees that the distribution is self-contained by making another
1004 # tarfile.
1005 distcheck: dist
1006         case '$(DIST_ARCHIVES)' in \
1007         *.tar.gz*) \
1008           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1009         *.tar.bz2*) \
1010           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1011         *.tar.lz*) \
1012           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1013         *.tar.xz*) \
1014           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1015         *.tar.Z*) \
1016           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1017         *.shar.gz*) \
1018           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1019         *.zip*) \
1020           unzip $(distdir).zip ;;\
1021         esac
1022         chmod -R a-w $(distdir)
1023         chmod u+w $(distdir)
1024         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1025         chmod a-w $(distdir)
1026         test -d $(distdir)/_build || exit 0; \
1027         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1028           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1029           && am__cwd=`pwd` \
1030           && $(am__cd) $(distdir)/_build/sub \
1031           && ../../configure \
1032             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1033             $(DISTCHECK_CONFIGURE_FLAGS) \
1034             --srcdir=../.. --prefix="$$dc_install_base" \
1035           && $(MAKE) $(AM_MAKEFLAGS) \
1036           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1037           && $(MAKE) $(AM_MAKEFLAGS) check \
1038           && $(MAKE) $(AM_MAKEFLAGS) install \
1039           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1040           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1041           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1042                 distuninstallcheck \
1043           && chmod -R a-w "$$dc_install_base" \
1044           && ({ \
1045                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1046                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1047                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1048                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1049                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1050               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1051           && rm -rf "$$dc_destdir" \
1052           && $(MAKE) $(AM_MAKEFLAGS) dist \
1053           && rm -rf $(DIST_ARCHIVES) \
1054           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1055           && cd "$$am__cwd" \
1056           || exit 1
1057         $(am__post_remove_distdir)
1058         @(echo "$(distdir) archives ready for distribution: "; \
1059           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1060           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1061 distuninstallcheck:
1062         @test -n '$(distuninstallcheck_dir)' || { \
1063           echo 'ERROR: trying to run $@ with an empty' \
1064                '$$(distuninstallcheck_dir)' >&2; \
1065           exit 1; \
1066         }; \
1067         $(am__cd) '$(distuninstallcheck_dir)' || { \
1068           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1069           exit 1; \
1070         }; \
1071         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1072            || { echo "ERROR: files left after uninstall:" ; \
1073                 if test -n "$(DESTDIR)"; then \
1074                   echo "  (check DESTDIR support)"; \
1075                 fi ; \
1076                 $(distuninstallcheck_listfiles) ; \
1077                 exit 1; } >&2
1078 distcleancheck: distclean
1079         @if test '$(srcdir)' = . ; then \
1080           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1081           exit 1 ; \
1082         fi
1083         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1084           || { echo "ERROR: files left in build directory after distclean:" ; \
1085                $(distcleancheck_listfiles) ; \
1086                exit 1; } >&2
1087 check-am: all-am
1088         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1089         $(MAKE) $(AM_MAKEFLAGS) check-local
1090 check: check-recursive
1091 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) config.h
1092 installdirs: installdirs-recursive
1093 installdirs-am:
1094         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"; do \
1095           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1096         done
1097 install: install-recursive
1098 install-exec: install-exec-recursive
1099 install-data: install-data-recursive
1100 uninstall: uninstall-recursive
1101
1102 install-am: all-am
1103         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1104
1105 installcheck: installcheck-recursive
1106 install-strip:
1107         if test -z '$(STRIP)'; then \
1108           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1109             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1110               install; \
1111         else \
1112           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1113             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1114             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1115         fi
1116 mostlyclean-generic:
1117
1118 clean-generic:
1119
1120 distclean-generic:
1121         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1122         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1123         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1124
1125 maintainer-clean-generic:
1126         @echo "This command is intended for maintainers to use"
1127         @echo "it deletes files that may require special tools to rebuild."
1128 clean: clean-recursive
1129
1130 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1131         mostlyclean-am
1132
1133 distclean: distclean-recursive
1134         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1135         -rm -rf $(DEPDIR) ./$(DEPDIR)
1136         -rm -f Makefile
1137 distclean-am: clean-am distclean-compile distclean-generic \
1138         distclean-hdr distclean-tags
1139
1140 dvi: dvi-recursive
1141
1142 dvi-am:
1143
1144 html: html-recursive
1145
1146 html-am:
1147
1148 info: info-recursive
1149
1150 info-am:
1151
1152 install-data-am: install-includeHEADERS install-man
1153
1154 install-dvi: install-dvi-recursive
1155
1156 install-dvi-am:
1157
1158 install-exec-am: install-binPROGRAMS install-exec-local
1159
1160 install-html: install-html-recursive
1161
1162 install-html-am:
1163
1164 install-info: install-info-recursive
1165
1166 install-info-am:
1167
1168 install-man: install-man1
1169
1170 install-pdf: install-pdf-recursive
1171
1172 install-pdf-am:
1173
1174 install-ps: install-ps-recursive
1175
1176 install-ps-am:
1177
1178 installcheck-am: installcheck-binPROGRAMS
1179
1180 maintainer-clean: maintainer-clean-recursive
1181         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1182         -rm -rf $(top_srcdir)/autom4te.cache
1183         -rm -rf $(DEPDIR) ./$(DEPDIR)
1184         -rm -f Makefile
1185 maintainer-clean-am: distclean-am maintainer-clean-generic
1186
1187 mostlyclean: mostlyclean-recursive
1188
1189 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1190
1191 pdf: pdf-recursive
1192
1193 pdf-am:
1194
1195 ps: ps-recursive
1196
1197 ps-am:
1198
1199 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1200         uninstall-man
1201
1202 uninstall-man: uninstall-man1
1203
1204 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1205
1206 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1207         am--refresh check check-am check-local clean clean-binPROGRAMS \
1208         clean-checkPROGRAMS clean-cscope clean-generic cscope \
1209         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1210         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1211         dist-zip distcheck distclean distclean-compile \
1212         distclean-generic distclean-hdr distclean-tags distcleancheck \
1213         distdir distuninstallcheck dvi dvi-am html html-am info \
1214         info-am install install-am install-binPROGRAMS install-data \
1215         install-data-am install-dvi install-dvi-am install-exec \
1216         install-exec-am install-exec-local install-html \
1217         install-html-am install-includeHEADERS install-info \
1218         install-info-am install-man install-man1 install-pdf \
1219         install-pdf-am install-ps install-ps-am install-strip \
1220         installcheck installcheck-am installcheck-binPROGRAMS \
1221         installdirs installdirs-am maintainer-clean \
1222         maintainer-clean-generic mostlyclean mostlyclean-compile \
1223         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1224         uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \
1225         uninstall-man uninstall-man1
1226
1227 .PRECIOUS: Makefile
1228
1229
1230 install-exec-local:
1231         @if $(inst_setgid); then \
1232            app=$(DESTDIR)$(bindir)/`echo $(bin_PROGRAMS)|sed '$(transform)'`; \
1233            if chgrp $(inst_group) $$app && chmod g+s $$app; then \
1234              echo "chgrp $(inst_group) $$app && chmod g+s $$app"; \
1235            else \
1236              echo "$$app needs to be owned by group $(inst_group) and setgid;"; \
1237              echo "otherwise the '-l' option will probably not work."; \
1238              echo "You may need special privileges to complete the installation"; \
1239              echo "of $$app."; \
1240            fi; \
1241          else true; fi
1242
1243 # --------------- Generate the Guile default module content
1244
1245 guile.$(OBJEXT): gmk-default.h
1246 gmk-default.h: $(srcdir)/gmk-default.scm
1247         (echo 'static const char *const GUILE_module_defn = " '\\ \
1248           && sed -e 's/;.*//' -e '/^[ \t]*$$/d' -e 's/"/\\"/g' -e 's/$$/ \\/' \
1249                  $(srcdir)/gmk-default.scm \
1250           && echo '";') > $@
1251
1252 # --------------- Local DIST Section
1253
1254 # Install the w32 and tests subdirectories
1255 #
1256 dist-hook:
1257         (cd $(srcdir); \
1258          sub=`find w32 tests -follow \( -name .git -o -name .deps -o -name work -o -name .gitignore -o -name \*.orig -o -name \*.rej -o -name \*~ -o -name Makefile \) -prune -o -type f -print`; \
1259          tar chf - $$sub) \
1260         | (cd $(distdir); tar xfBp -)
1261
1262 # --------------- Local CHECK Section
1263
1264 check-local: check-regression check-loadavg
1265         @banner=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \
1266         dashes=`echo "$$banner" | sed s/./=/g`; \
1267         echo; \
1268         echo "$$dashes"; \
1269         echo "$$banner"; \
1270         echo "$$dashes"; \
1271         echo
1272
1273 .PHONY: check-loadavg check-regression
1274
1275 check-loadavg: loadavg$(EXEEXT)
1276         @echo The system uptime program believes the load average to be:
1277         -uptime
1278         @echo The GNU load average checking code thinks:
1279         -./loadavg$(EXEEXT)
1280
1281 check-regression: tests/config-flags.pm
1282         @if test -f '$(srcdir)/tests/run_make_tests'; then \
1283           ulimit -n 128; \
1284           if $(PERL) -v >/dev/null 2>&1; then \
1285             case `cd '$(srcdir)'; pwd` in `pwd`) : ;; \
1286               *) test -d tests || mkdir tests; \
1287                  rm -f srctests; \
1288                  if ln -s '$(srcdir)/tests' srctests; then \
1289                    for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \
1290                      rm -f tests/$$f; ln -s ../srctests/$$f tests; \
1291                    done; fi ;; \
1292             esac; \
1293             echo "cd tests && $(PERL) ./run_make_tests.pl -srcdir $(abs_srcdir) -make ../make$(EXEEXT) $(MAKETESTFLAGS)"; \
1294             cd tests && $(PERL) ./run_make_tests.pl -srcdir '$(abs_srcdir)' -make '../make$(EXEEXT)' $(MAKETESTFLAGS); \
1295           else \
1296             echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
1297           fi; \
1298         else \
1299           echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \
1300         fi
1301
1302 # --------------- Maintainer's Section
1303
1304 # Tell automake that I haven't forgotten about this file and it will be
1305 # created before we build a distribution (see maintMakefile in the Git
1306 # distribution).
1307
1308 README:
1309
1310 @MAINT_MAKEFILE@
1311
1312 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1313 # Otherwise a system limit (for SysV at least) may be exceeded.
1314 .NOEXPORT: