1 # Makefile.in generated by automake 1.7 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
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.
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
17 # This is a -*-Makefile-*-, or close enough
20 top_srcdir
= @top_srcdir@
22 pkgdatadir
= $(datadir)/@PACKAGE@
23 pkglibdir
= $(libdir)/@PACKAGE@
24 pkgincludedir
= $(includedir)/@PACKAGE@
27 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA
= $(install_sh
) -c
-m
644
30 install_sh_PROGRAM
= $(install_sh
) -c
31 install_sh_SCRIPT
= $(install_sh
) -c
32 INSTALL_HEADER
= $(INSTALL_DATA
)
33 transform
= $(program_transform_name
)
43 AMDEP_FALSE
= @AMDEP_FALSE@
44 AMDEP_TRUE
= @AMDEP_TRUE@
48 AUTOHEADER
= @AUTOHEADER@
52 CCDEPMODE
= @CCDEPMODE@
56 CYGPATH_W
= @CYGPATH_W@
58 DEFS
= -DLOCALEDIR
=\"$(localedir
)\" -DLIBDIR
=\"$(libdir)\" -DINCLUDEDIR
=\"$(includedir)\" @DEFS@
65 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
69 INSTALL_DATA
= @INSTALL_DATA@
70 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
71 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
72 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
74 KMEM_GROUP
= @KMEM_GROUP@
79 LTLIBICONV
= @LTLIBICONV@
80 LTLIBINTL
= @LTLIBINTL@
81 LTLIBOBJS
= @LTLIBOBJS@
84 MAKE_HOST
= @MAKE_HOST@
85 MKINSTALLDIRS
= @MKINSTALLDIRS@
88 NEED_SETGID
= @NEED_SETGID@
91 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
92 PACKAGE_NAME
= @PACKAGE_NAME@
93 PACKAGE_STRING
= @PACKAGE_STRING@
94 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
95 PACKAGE_VERSION
= @PACKAGE_VERSION@
96 PATH_SEPARATOR
= @PATH_SEPARATOR@
100 SET_MAKE
= @SET_MAKE@
103 USE_CUSTOMS_FALSE
= @USE_CUSTOMS_FALSE@
104 USE_CUSTOMS_TRUE
= @USE_CUSTOMS_TRUE@
105 USE_LOCAL_GLOB_FALSE
= @USE_LOCAL_GLOB_FALSE@
106 USE_LOCAL_GLOB_TRUE
= @USE_LOCAL_GLOB_TRUE@
109 XGETTEXT
= @XGETTEXT@
110 ac_ct_CC
= @ac_ct_CC@
111 ac_ct_RANLIB
= @ac_ct_RANLIB@
112 ac_ct_STRIP
= @ac_ct_STRIP@
113 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
114 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
115 am__include
= @am__include@
116 am__quote
= @am__quote@
119 build_alias
= @build_alias@
120 build_cpu
= @build_cpu@
121 build_os
= @build_os@
122 build_vendor
= @build_vendor@
124 exec_prefix = @
exec_prefix@
126 host_alias
= @host_alias@
127 host_cpu
= @host_cpu@
129 host_vendor
= @host_vendor@
130 includedir = @
includedir@
132 install_sh
= @install_sh@
134 libexecdir
= @libexecdir@
135 localstatedir
= @localstatedir@
137 oldincludedir = @
oldincludedir@
139 program_transform_name
= @program_transform_name@
141 sharedstatedir
= @sharedstatedir@
142 sysconfdir
= @sysconfdir@
143 target_alias
= @target_alias@
145 AUTOMAKE_OPTIONS
= 1.7 dist-bzip2 check-news
146 ACLOCAL_AMFLAGS
= -I config
148 SUBDIRS
= glob config po doc
152 @USE_CUSTOMS_TRUE@remote
= remote-cstms.c
153 @USE_CUSTOMS_FALSE@remote
= remote-stub.c
155 make_SOURCES
= ar.c arscan.c commands.c default.c
dir.c expand.c file.c \
156 function.c getopt.c getopt1.c implicit.c job.c main.c \
157 misc.c read.c remake.c
$(remote
) rule.c signame.c \
158 variable.c version.c vpath.c hash.c
161 EXTRA_make_SOURCES
= remote-stub.c remote-cstms.c
163 noinst_HEADERS
= commands.h dep.h filedef.h job.h make.h rule.h variable.h \
164 debug.h getopt.h gettext.h hash.h
167 make_LDADD
= @LIBOBJS@ @ALLOCA@
$(GLOBLIB
) @GETLOADAVG_LIBS@ @LIBINTL@
171 AM_CPPFLAGS
= $(GLOBINC
)
174 # Extra stuff to include in the distribution.
175 # Note we need all the glob stuff here, rather than in glob/Makefile.am,
176 # because often that directory isn't built on the systems used by the
178 EXTRA_DIST
= README build.sh.in
$(man_MANS
)\
181 README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h\
182 README.DOS Makefile.DOS configure.bat dosbuild.bat configh.dos\
183 README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat\
184 readme.vms makefile.vms makefile.com config.h-vms \
185 vmsdir.h vmsfunctions.c vmsify.c
189 # --------------- Internationalization Section
190 localedir
= $(datadir)/locale
192 # --------------- Local INSTALL Section
194 # If necessary, change the gid of the app and turn on the setgid flag.
197 # Whether or not make needs to be installed setgid.
198 # The value should be either `true' or `false'.
199 # On many systems, the getloadavg function (used to implement the `-l'
200 # switch) will not work unless make is installed setgid kmem.
202 inst_setgid
= @NEED_SETGID@
204 # Install make setgid to this group so it can get the load average.
206 inst_group
= @KMEM_GROUP@
208 # The loadavg function is invoked during "make check" to test getloadavg.
209 noinst_PROGRAMS
= loadavg
210 loadavg_SOURCES
= loadavg.c
211 loadavg_CFLAGS
= -DTEST
212 loadavg_LDADD
= @GETLOADAVG_LIBS@
216 # Look for the make test suite, and run it if found and we can find perl.
217 # If we're building outside the tree, we use symlinks to make a local copy of
218 # the test suite. Unfortunately the test suite itself isn't localizable yet.
222 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
223 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/config
/mkinstalldirs
224 CONFIG_HEADER
= config.h
225 CONFIG_CLEAN_FILES
= build.sh
226 bin_PROGRAMS
= make
$(EXEEXT
)
227 noinst_PROGRAMS
= loadavg
$(EXEEXT
)
228 PROGRAMS
= $(bin_PROGRAMS
) $(noinst_PROGRAMS
)
230 am_loadavg_OBJECTS
= loadavg-loadavg.
$(OBJEXT
)
231 loadavg_OBJECTS
= $(am_loadavg_OBJECTS
)
232 loadavg_DEPENDENCIES
=
234 @USE_CUSTOMS_TRUE@am__objects_1
= remote-cstms.
$(OBJEXT
)
235 @USE_CUSTOMS_FALSE@am__objects_1
= remote-stub.
$(OBJEXT
)
236 am_make_OBJECTS
= ar.
$(OBJEXT
) arscan.
$(OBJEXT
) commands.
$(OBJEXT
) \
237 default.
$(OBJEXT
) dir.
$(OBJEXT
) expand.
$(OBJEXT
) file.
$(OBJEXT
) \
238 function.
$(OBJEXT
) getopt.
$(OBJEXT
) getopt1.
$(OBJEXT
) \
239 implicit.
$(OBJEXT
) job.
$(OBJEXT
) main.
$(OBJEXT
) misc.
$(OBJEXT
) \
240 read.
$(OBJEXT
) remake.
$(OBJEXT
) $(am__objects_1
) rule.
$(OBJEXT
) \
241 signame.
$(OBJEXT
) variable.
$(OBJEXT
) version.
$(OBJEXT
) \
242 vpath.
$(OBJEXT
) hash.
$(OBJEXT
)
243 make_OBJECTS
= $(am_make_OBJECTS
)
244 make_DEPENDENCIES
= @LIBOBJS@ @ALLOCA@
247 DEFAULT_INCLUDES
= -I.
-I
$(srcdir) -I.
248 depcomp
= $(SHELL
) $(top_srcdir
)/config
/depcomp
249 am__depfiles_maybe
= depfiles
250 @AMDEP_TRUE@DEP_FILES
= $(DEPDIR
)/alloca.Po
$(DEPDIR
)/getloadavg.Po \
251 @AMDEP_TRUE@ .
/$(DEPDIR
)/ar.Po .
/$(DEPDIR
)/arscan.Po \
252 @AMDEP_TRUE@ .
/$(DEPDIR
)/commands.Po .
/$(DEPDIR
)/default.Po \
253 @AMDEP_TRUE@ .
/$(DEPDIR
)/dir.Po .
/$(DEPDIR
)/expand.Po \
254 @AMDEP_TRUE@ .
/$(DEPDIR
)/file.Po .
/$(DEPDIR
)/function.Po \
255 @AMDEP_TRUE@ .
/$(DEPDIR
)/getopt.Po .
/$(DEPDIR
)/getopt1.Po \
256 @AMDEP_TRUE@ .
/$(DEPDIR
)/hash.Po .
/$(DEPDIR
)/implicit.Po \
257 @AMDEP_TRUE@ .
/$(DEPDIR
)/job.Po .
/$(DEPDIR
)/loadavg-loadavg.Po \
258 @AMDEP_TRUE@ .
/$(DEPDIR
)/main.Po .
/$(DEPDIR
)/misc.Po \
259 @AMDEP_TRUE@ .
/$(DEPDIR
)/read.Po .
/$(DEPDIR
)/remake.Po \
260 @AMDEP_TRUE@ .
/$(DEPDIR
)/remote-cstms.Po \
261 @AMDEP_TRUE@ .
/$(DEPDIR
)/remote-stub.Po .
/$(DEPDIR
)/rule.Po \
262 @AMDEP_TRUE@ .
/$(DEPDIR
)/signame.Po .
/$(DEPDIR
)/variable.Po \
263 @AMDEP_TRUE@ .
/$(DEPDIR
)/version.Po .
/$(DEPDIR
)/vpath.Po
264 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
265 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
267 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
268 DIST_SOURCES
= $(loadavg_SOURCES
) $(make_SOURCES
) $(EXTRA_make_SOURCES
)
272 HEADERS
= $(noinst_HEADERS
)
275 RECURSIVE_TARGETS
= info-recursive dvi-recursive pdf-recursive \
276 ps-recursive install-info-recursive uninstall-info-recursive \
277 all-recursive install-data-recursive install-exec-recursive \
278 installdirs-recursive install-recursive uninstall-recursive \
279 check-recursive installcheck-recursive
280 DIST_COMMON
= README
$(noinst_HEADERS
) ABOUT-NLS AUTHORS COPYING \
281 ChangeLog INSTALL Makefile.am Makefile.in NEWS acinclude.m4 \
282 aclocal.m4 alloca.c build.sh.in config.h.in configure \
283 configure.in getloadavg.c
284 DIST_SUBDIRS
= $(SUBDIRS
)
285 SOURCES
= $(loadavg_SOURCES
) $(make_SOURCES
) $(EXTRA_make_SOURCES
)
288 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
291 .SUFFIXES
: .c .o .obj
293 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
295 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
296 @echo
"NOT REBUILDING $@"
297 NetBSD_DISABLED_Makefile.in
:
298 cd
$(top_srcdir
) && \
299 $(AUTOMAKE
) --gnu Makefile
300 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
301 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
)
303 $(top_builddir
)/config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
304 $(SHELL
) .
/config.status
--recheck
305 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
306 @echo
"NOT REBUILDING $@"
307 NetBSD_DISABLED_configure
:
308 cd
$(srcdir) && $(AUTOCONF
)
310 $(ACLOCAL_M4
): configure.in acinclude.m4 config
/codeset.m4 config
/gettext.m4 config
/glibc21.m4 config
/iconv.m4 config
/intdiv0.m4 config
/inttypes-pri.m4 config
/inttypes.m4 config
/inttypes_h.m4 config
/isc-posix.m4 config
/lcmessage.m4 config
/lib-ld.m4 config
/lib-link.m4 config
/lib-prefix.m4 config
/progtest.m4 config
/stdint_h.m4 config
/uintmax_t.m4 config
/ulonglong.m4
311 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
314 @if
test ! -f
$@
; then \
319 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
321 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
323 $(srcdir)/config.h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
324 @echo
"NOT REBUILDING $@"
325 NetBSD_DISABLED_config.h.in
:
326 cd
$(top_srcdir
) && $(AUTOHEADER
)
327 touch
$(srcdir)/config.h.in
330 -rm -f config.h stamp-h1
331 build.sh
: $(top_builddir
)/config.status build.sh.in
332 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
333 binPROGRAMS_INSTALL
= $(INSTALL_PROGRAM
)
334 install-binPROGRAMS
: $(bin_PROGRAMS
)
336 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
337 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
338 p1
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
341 f
=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
342 echo
" $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
343 $(INSTALL_PROGRAM_ENV
) $(binPROGRAMS_INSTALL
) $$p $(DESTDIR
)$(bindir)/$$f || exit
1; \
347 uninstall-binPROGRAMS
:
349 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
350 f
=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
351 echo
" rm -f $(DESTDIR)$(bindir)/$$f"; \
352 rm -f
$(DESTDIR
)$(bindir)/$$f; \
356 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
358 clean-noinstPROGRAMS
:
359 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
360 loadavg-loadavg.
$(OBJEXT
): loadavg.c
361 loadavg
$(EXEEXT
): $(loadavg_OBJECTS
) $(loadavg_DEPENDENCIES
)
362 @
rm -f loadavg
$(EXEEXT
)
363 $(LINK
) $(loadavg_LDFLAGS
) $(loadavg_OBJECTS
) $(loadavg_LDADD
) $(LIBS
)
364 make
$(EXEEXT
): $(make_OBJECTS
) $(make_DEPENDENCIES
)
366 $(LINK
) $(make_LDFLAGS
) $(make_OBJECTS
) $(make_LDADD
) $(LIBS
)
369 -rm -f
*.
$(OBJEXT
) core
*.core
374 @AMDEP_TRUE@@am__include@ @am__quote@
$(DEPDIR
)/alloca.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@
$(DEPDIR
)/getloadavg.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ar.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/arscan.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/commands.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/default.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/dir.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/expand.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/file.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/function.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/getopt.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/getopt1.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/hash.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/implicit.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/job.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/loadavg-loadavg.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/main.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/misc.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/read.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/remake.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/remote-cstms.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/remote-stub.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/rule.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/signame.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/variable.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/version.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vpath.Po@am__quote@
403 -rm -rf
$(DEPDIR
) .
/$(DEPDIR
)
406 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" \
407 @am__fastdepCC_TRUE@
-c
-o
$@
`test -f '$<' || echo '$(srcdir)/'`$<; \
408 @am__fastdepCC_TRUE@ then mv
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
409 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; \
410 @am__fastdepCC_TRUE@ fi
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/$*.Po' tmpdepfile
='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
414 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`test -f '$<' || echo '$(srcdir)/'`$<
417 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" \
418 @am__fastdepCC_TRUE@
-c
-o
$@
`if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \
419 @am__fastdepCC_TRUE@ then mv
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
420 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; \
421 @am__fastdepCC_TRUE@ fi
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/$*.Po' tmpdepfile
='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
427 loadavg-loadavg.o
: loadavg.c
428 @am__fastdepCC_TRUE@ if
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(loadavg_CFLAGS
) $(CFLAGS
) -MT loadavg-loadavg.o
-MD
-MP
-MF
"$(DEPDIR)/loadavg-loadavg.Tpo" \
429 @am__fastdepCC_TRUE@
-c
-o loadavg-loadavg.o
`test -f 'loadavg.c' || echo '$(srcdir)/'`loadavg.c
; \
430 @am__fastdepCC_TRUE@ then mv
"$(DEPDIR)/loadavg-loadavg.Tpo" "$(DEPDIR)/loadavg-loadavg.Po"; \
431 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/loadavg-loadavg.Tpo"; exit
1; \
432 @am__fastdepCC_TRUE@ fi
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='loadavg.c' object
='loadavg-loadavg.o' libtool
=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/loadavg-loadavg.Po' tmpdepfile
='$(DEPDIR)/loadavg-loadavg.TPo' @AMDEPBACKSLASH@
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
436 @am__fastdepCC_FALSE@
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(loadavg_CFLAGS
) $(CFLAGS
) -c
-o loadavg-loadavg.o
`test -f 'loadavg.c' || echo '$(srcdir)/'`loadavg.c
438 loadavg-loadavg.obj
: loadavg.c
439 @am__fastdepCC_TRUE@ if
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(loadavg_CFLAGS
) $(CFLAGS
) -MT loadavg-loadavg.obj
-MD
-MP
-MF
"$(DEPDIR)/loadavg-loadavg.Tpo" \
440 @am__fastdepCC_TRUE@
-c
-o loadavg-loadavg.obj
`if test -f 'loadavg.c'; then $(CYGPATH_W) 'loadavg.c'; else $(CYGPATH_W) '$(srcdir)/loadavg.c'`; \
441 @am__fastdepCC_TRUE@ then mv
"$(DEPDIR)/loadavg-loadavg.Tpo" "$(DEPDIR)/loadavg-loadavg.Po"; \
442 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/loadavg-loadavg.Tpo"; exit
1; \
443 @am__fastdepCC_TRUE@ fi
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='loadavg.c' object
='loadavg-loadavg.obj' libtool
=no @AMDEPBACKSLASH@
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/loadavg-loadavg.Po' tmpdepfile
='$(DEPDIR)/loadavg-loadavg.TPo' @AMDEPBACKSLASH@
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
447 @am__fastdepCC_FALSE@
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(loadavg_CFLAGS
) $(CFLAGS
) -c
-o loadavg-loadavg.obj
`if test -f 'loadavg.c'; then $(CYGPATH_W) 'loadavg.c'; else $(CYGPATH_W) '$(srcdir)/loadavg.c'`
450 man1dir = $(mandir)/man1
451 install-man1
: $(man1_MANS
) $(man_MANS
)
453 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
454 @list
='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
455 l2
='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
458 *.1*) list
="$$list $$i" ;; \
461 for i in
$$list; do \
462 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
464 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
469 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
470 inst
=`echo $$inst | sed -e 's/^.*\///'`; \
471 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
472 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
473 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
477 @list
='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
478 l2
='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
481 *.1*) list
="$$list $$i" ;; \
484 for i in
$$list; do \
485 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
486 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
487 inst
=`echo $$inst | sed -e 's/^.*\///'`; \
488 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
489 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
490 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
493 # This directory's subdirectories are mostly independent; you can cd
494 # into them and run `make' without going through this Makefile.
495 # To change the values of `make' variables: instead of editing Makefiles,
496 # (1) if the variable is set in `config.status', edit `config.status'
497 # (which will cause the Makefiles to be regenerated when you run `make');
498 # (2) otherwise, pass the desired values on the `make' command line.
499 $(RECURSIVE_TARGETS
):
500 @set fnord
$$MAKEFLAGS; amf
=$$2; \
502 target
=`echo $@ | sed s/-recursive//`; \
503 list
='$(SUBDIRS)'; for subdir in
$$list; do \
504 echo
"Making $$target in $$subdir"; \
505 if
test "$$subdir" = "."; then \
507 local_target
="$$target-am"; \
509 local_target
="$$target"; \
511 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
512 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
514 if
test "$$dot_seen" = "no"; then \
515 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
518 mostlyclean-recursive clean-recursive distclean-recursive \
519 maintainer-clean-recursive
:
520 @set fnord
$$MAKEFLAGS; amf
=$$2; \
523 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
524 *) list
='$(SUBDIRS)' ;; \
526 rev
=''; for subdir in
$$list; do \
527 if
test "$$subdir" = "."; then
:; else \
528 rev
="$$subdir $$rev"; \
532 target
=`echo $@ | sed s/-recursive//`; \
533 for subdir in
$$rev; do \
534 echo
"Making $$target in $$subdir"; \
535 if
test "$$subdir" = "."; then \
536 local_target
="$$target-am"; \
538 local_target
="$$target"; \
540 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
541 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
542 done
&& test -z
"$$fail"
544 list
='$(SUBDIRS)'; for subdir in
$$list; do \
545 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
548 list
='$(SUBDIRS)'; for subdir in
$$list; do \
549 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
560 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
561 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
562 unique
=`for i in $$list; do \
563 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565 $(AWK) ' { files[$$0] = 1; } \
566 END { for (i in files) print i; }'`; \
569 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
570 $(TAGS_FILES
) $(LISP
)
573 list
='$(SUBDIRS)'; for subdir in
$$list; do \
574 if
test "$$subdir" = .
; then
:; else \
575 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
578 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
579 unique
=`for i in $$list; do \
580 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
582 $(AWK) ' { files[$$0] = 1; } \
583 END { for (i in files) print i; }'`; \
584 test -z
"$(ETAGS_ARGS)$$tags$$unique" \
585 ||
$(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
589 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
590 $(TAGS_FILES
) $(LISP
)
593 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
594 unique
=`for i in $$list; do \
595 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
597 $(AWK) ' { files[$$0] = 1; } \
598 END { for (i in files) print i; }'`; \
599 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
600 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
604 here
=`$(am__cd) $(top_builddir) && pwd` \
605 && cd
$(top_srcdir
) \
606 && gtags
-i
$(GTAGS_ARGS
) $$here
609 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
610 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
613 distdir
= $(PACKAGE
)-$(VERSION
)
615 am__remove_distdir
= \
616 { test ! -d
$(distdir
) \
617 ||
{ find
$(distdir
) -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
618 && rm -fr
$(distdir
); }; }
621 distuninstallcheck_listfiles
= find .
-type f
-print
622 distcleancheck_listfiles
= find .
-type f
-print
624 distdir
: $(DISTFILES
)
625 @case
`sed 15q $(srcdir)/NEWS` in \
626 *"$(VERSION)"*) : ;; \
628 echo
"NEWS not updated; not releasing" 1>&2; \
631 $(am__remove_distdir
)
633 $(mkinstalldirs
) $(distdir
)/.
$(distdir
)/po
634 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
635 list
='$(DISTFILES)'; for file in
$$list; do \
637 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
639 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
640 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
641 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
643 $(mkinstalldirs
) "$(distdir)$$dir"; \
647 if
test -d
$$d/$$file; then \
648 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
649 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
651 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
653 test -f
$(distdir
)/$$file \
654 || cp
-p
$$d/$$file $(distdir
)/$$file \
658 list
='$(SUBDIRS)'; for subdir in
$$list; do \
659 if
test "$$subdir" = .
; then
:; else \
660 test -d
$(distdir
)/$$subdir \
661 || mkdir
$(distdir
)/$$subdir \
664 $(MAKE
) $(AM_MAKEFLAGS
) \
665 top_distdir
="$(top_distdir)" \
666 distdir
=..
/$(distdir
)/$$subdir \
671 $(MAKE
) $(AM_MAKEFLAGS
) \
672 top_distdir
="$(top_distdir)" distdir
="$(distdir)" \
674 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
675 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
676 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
677 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
678 || chmod
-R a
+r
$(distdir
)
680 $(AMTAR
) chof
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
681 $(am__remove_distdir
)
684 $(AMTAR
) chof
- $(distdir
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
685 $(am__remove_distdir
)
687 dist dist-all
: distdir
688 $(AMTAR
) chof
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
689 $(AMTAR
) chof
- $(distdir
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
690 $(am__remove_distdir
)
692 # This target untars the dist file and tries a VPATH configuration. Then
693 # it guarantees that the distribution is self-contained by making another
696 $(am__remove_distdir
)
697 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(AMTAR
) xf
-
698 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
699 mkdir
$(distdir
)/=build
700 mkdir
$(distdir
)/=inst
702 dc_install_base
=`$(am__cd) $(distdir)/=inst && pwd` \
703 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704 && $(mkinstalldirs
) $$dc_destdir \
705 && cd
$(distdir
)/=build \
706 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
707 --with-included-gettext \
708 $(DISTCHECK_CONFIGURE_FLAGS
) \
709 && $(MAKE
) $(AM_MAKEFLAGS
) \
710 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
711 && $(MAKE
) $(AM_MAKEFLAGS
) check \
712 && $(MAKE
) $(AM_MAKEFLAGS
) install \
713 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
714 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
715 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
717 && chmod
-R a-w
"$$dc_install_base" \
718 && ({ $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
719 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
720 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
721 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
722 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
723 && rm -rf
"$$dc_destdir" \
724 && $(MAKE
) $(AM_MAKEFLAGS
) dist-gzip \
725 && rm -f
$(distdir
).
tar.gz \
726 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck
727 $(am__remove_distdir
)
728 @echo
"$(distdir).tar.gz is ready for distribution" | \
729 sed
'h;s/./=/g;p;x;p;x'
731 cd
$(distuninstallcheck_dir
) \
732 && test `$(distuninstallcheck_listfiles) | wc -l` -le
1 \
733 ||
{ echo
"ERROR: files left after uninstall:" ; \
734 if
test -n
"$(DESTDIR)"; then \
735 echo
" (check DESTDIR support)"; \
737 $(distuninstallcheck_listfiles
) ; \
739 distcleancheck
: distclean
740 if
test '$(srcdir)' = .
; then \
741 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
744 test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
745 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
746 $(distcleancheck_listfiles
) ; \
749 $(MAKE
) $(AM_MAKEFLAGS
) check-local
750 check: check-recursive
751 all-am
: Makefile
$(PROGRAMS
) $(MANS
) $(HEADERS
) config.h
752 installdirs: installdirs-recursive
754 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(man1dir)
756 install: install-recursive
757 install-exec
: install-exec-recursive
758 install-data
: install-data-recursive
759 uninstall: uninstall-recursive
762 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
764 installcheck: installcheck-recursive
766 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
767 INSTALL_STRIP_FLAG
=-s \
768 `test -z '$(STRIP)' || \
769 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
775 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
777 maintainer-clean-generic
:
778 @echo
"This command is intended for maintainers to use"
779 @echo
"it deletes files that may require special tools to rebuild."
780 clean: clean-recursive
782 clean-am
: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
785 distclean: distclean-recursive
786 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
787 distclean-am
: clean-am distclean-compile distclean-depend \
788 distclean-generic distclean-hdr distclean-tags
798 install-data-am
: install-man
800 install-exec-am
: install-binPROGRAMS install-exec-local
802 install-info
: install-info-recursive
804 install-man
: install-man1
808 maintainer-clean
: maintainer-clean-recursive
809 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
810 -rm -rf autom4te.cache
811 maintainer-clean-am
: distclean-am maintainer-clean-generic
813 mostlyclean: mostlyclean-recursive
815 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
825 uninstall-am
: uninstall-binPROGRAMS uninstall-info-am uninstall-man
827 uninstall-info
: uninstall-info-recursive
829 uninstall-man
: uninstall-man1
831 .PHONY
: $(RECURSIVE_TARGETS
) CTAGS GTAGS
all all-am
check check-am \
832 check-local
clean clean-binPROGRAMS clean-generic \
833 clean-noinstPROGRAMS clean-recursive ctags ctags-recursive
dist \
834 dist-all dist-bzip2 dist-gzip distcheck
distclean \
835 distclean-compile distclean-depend distclean-generic \
836 distclean-hdr distclean-recursive distclean-tags distcleancheck \
837 distdir distuninstallcheck
dvi dvi-am dvi-recursive
info \
838 info-am info-recursive
install install-am install-binPROGRAMS \
839 install-data install-data-am install-data-recursive \
840 install-exec install-exec-am install-exec-local \
841 install-exec-recursive install-info install-info-am \
842 install-info-recursive install-man install-man1 \
843 install-recursive install-strip
installcheck installcheck-am \
844 installdirs installdirs-am installdirs-recursive \
845 maintainer-clean maintainer-clean-generic \
846 maintainer-clean-recursive
mostlyclean mostlyclean-compile \
847 mostlyclean-generic mostlyclean-recursive pdf pdf-am \
848 pdf-recursive ps ps-am ps-recursive
tags tags-recursive \
849 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
850 uninstall-info-recursive uninstall-man uninstall-man1 \
857 cd doc
&& $(MAKE
) $(AM_MAKEFLAGS
) $@
862 @if
$(inst_setgid
); then \
863 app
=$(DESTDIR
)$(bindir)/`echo $(bin_PROGRAMS)|sed '$(transform)'`; \
864 if chgrp
$(inst_group
) $$app && chmod g
+s
$$app; then \
865 echo
"chgrp $(inst_group) $$app && chmod g+s $$app"; \
867 echo
"$$app needs to be owned by group $(inst_group) and setgid;"; \
868 echo
"otherwise the \`-l' option will probably not work."; \
869 echo
"You may need special privileges to complete the installation"; \
874 # --------------- Local DIST Section
876 # Install the w32 and tests subdirectories
880 sub
=`find w32 tests -follow \( -name CVS -prune -o -name .cvsignore -o -name work -prune \) -o \( -name \*.orig -o -name \*.rej -o -name \*~ -prune \) -o -type f -print`; \
882 |
(cd
$(distdir
); tar xfBp
-)
884 # --------------- Local CHECK Section
886 check-local
: check-regression check-loadavg
887 @banner
=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \
888 dashes
=`echo "$$banner" | sed s/./=/g`; \
895 .PHONY
: check-loadavg check-regression
897 check-loadavg
: loadavg
898 @echo The system uptime program believes the load average to be
:
900 @echo The GNU load average checking code thinks
:
903 loadavg.c
: $(srcdir)/getloadavg.c
904 cp
$(srcdir)/getloadavg.c loadavg.c
907 @if
test -f
"$(srcdir)/tests/run_make_tests"; then \
908 if
$(PERL
) -v
>/dev
/null
2>&1; then \
909 case
`cd $(srcdir); pwd` in
`pwd`) : ;; \
910 *) test -d tests || mkdir tests
; \
912 if ln
-s
"$(srcdir)/tests" srctests
; then \
913 for f in run_make_tests run_make_tests.pl test_driver.pl scripts
; do \
914 rm -f tests
/$$f; ln
-s ..
/srctests
/$$f tests
; \
917 echo
"cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS)"; \
918 cd tests
&& $(PERL
) .
/run_make_tests.pl
-make ..
/make
$(MAKETESTFLAGS
); \
920 echo
"Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
923 echo
"Can't find the GNU Make test suite ($(srcdir)/tests)."; \
926 # --------------- Maintainer's Section
929 # Tell versions [3.59,3.63) of GNU make to not export all variables.
930 # Otherwise a system limit (for SysV at least) may be exceeded.