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