Makefile.in | Makefile.in | |||
---|---|---|---|---|
# Makefile.in generated by automake 1.14 from Makefile.am. | # Makefile.in generated by automake 1.13.4 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2013 Free Software Foundation, Inc. | # Copyright (C) 1994-2013 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
#AUTOMAKE_OPTIONS = subdir-objects | ||||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | |||
am__make_running_with_option = \ | am__make_running_with_option = \ | |||
case $${target_option-} in \ | case $${target_option-} in \ | |||
?) ;; \ | ?) ;; \ | |||
*) echo "am__make_running_with_option: internal error: invalid" \ | *) echo "am__make_running_with_option: internal error: invalid" \ | |||
"target option '$${target_option-}' specified" >&2; \ | "target option '$${target_option-}' specified" >&2; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
has_opt=no; \ | has_opt=no; \ | |||
skipping to change at line 539 | skipping to change at line 541 | |||
usrbin_execdir = @usrbin_execdir@ | usrbin_execdir = @usrbin_execdir@ | |||
AM_CPPFLAGS = \ | AM_CPPFLAGS = \ | |||
-include $(top_builddir)/config.h \ | -include $(top_builddir)/config.h \ | |||
-I$(top_srcdir)/include \ | -I$(top_srcdir)/include \ | |||
-DLOCALEDIR=\"$(localedir)\" | -DLOCALEDIR=\"$(localedir)\" | |||
ACLOCAL_AMFLAGS = -I m4 | ACLOCAL_AMFLAGS = -I m4 | |||
SUBDIRS = \ | SUBDIRS = \ | |||
include \ | include \ | |||
lib \ | lib \ | |||
man-po \ | ||||
po \ | po \ | |||
proc \ | proc \ | |||
ps \ | ps \ | |||
testsuite \ | testsuite \ | |||
top | top | |||
AM_CFLAGS = -Iproc | AM_CFLAGS = -Iproc | |||
AM_LDFLAGS = ./proc/libprocps.la | AM_LDFLAGS = ./proc/libprocps.la | |||
dist_man_MANS = free.1 pgrep.1 pkill.1 pmap.1 pwdx.1 sysctl.8 \ | dist_man_MANS = free.1 pgrep.1 pkill.1 pmap.1 pwdx.1 sysctl.8 \ | |||
sysctl.conf.5 tload.1 uptime.1 vmstat.8 w.1 $(am__append_2) \ | sysctl.conf.5 tload.1 uptime.1 vmstat.8 w.1 $(am__append_2) \ | |||
$(am__append_4) $(am__append_7) $(am__append_9) | $(am__append_4) $(am__append_7) $(am__append_9) | |||
EXTRA_DIST = autogen.sh contrib COPYING.LIB misc/git-version-gen \ | EXTRA_DIST = autogen.sh contrib COPYING.LIB misc/git-version-gen \ | |||
Documentation/CodingStyle Documentation/TODO sysctl.conf \ | Documentation/CodingStyle Documentation/TODO sysctl.conf \ | |||
$(am__append_3) $(am__append_5) $(am__append_10) | $(DIST_MAN_POTS) $(am__append_3) $(am__append_5) \ | |||
$(am__append_10) | ||||
@BUILD_PIDOF_TRUE@pidof_SOURCES = pidof.c $(top_srcdir)/lib/fileutils.c | @BUILD_PIDOF_TRUE@pidof_SOURCES = pidof.c $(top_srcdir)/lib/fileutils.c | |||
@BUILD_KILL_TRUE@kill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c $(top_ srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsutils.c | @BUILD_KILL_TRUE@kill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c $(top_ srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsutils.c | |||
@WITH_NCURSES_TRUE@slabtop_SOURCES = slabtop.c $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/fileutils.c | @WITH_NCURSES_TRUE@slabtop_SOURCES = slabtop.c $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/fileutils.c | |||
@WITH_NCURSES_TRUE@slabtop_LDADD = @NCURSES_LIBS@ | @WITH_NCURSES_TRUE@slabtop_LDADD = @NCURSES_LIBS@ | |||
@WITH_NCURSES_TRUE@watch_SOURCES = watch.c $(top_srcdir)/lib/strutils.c $(t op_srcdir)/lib/fileutils.c | @WITH_NCURSES_TRUE@watch_SOURCES = watch.c $(top_srcdir)/lib/strutils.c $(t op_srcdir)/lib/fileutils.c | |||
@WITH_NCURSES_TRUE@watch_LDADD = @WATCH_NCURSES_LIBS@ | @WITH_NCURSES_TRUE@watch_LDADD = @WATCH_NCURSES_LIBS@ | |||
@BUILD_SKILL_TRUE@skill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c $(to p_srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsutils.c | @BUILD_SKILL_TRUE@skill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c $(to p_srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsutils.c | |||
@BUILD_SKILL_TRUE@snice_SOURCES = skill.c $(top_srcdir)/lib/strutils.c $(to p_srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsutils.c | @BUILD_SKILL_TRUE@snice_SOURCES = skill.c $(top_srcdir)/lib/strutils.c $(to p_srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsutils.c | |||
free_SOURCES = free.c $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/fileut ils.c | free_SOURCES = free.c $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/fileut ils.c | |||
pgrep_SOURCES = pgrep.c $(top_srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsu tils.c | pgrep_SOURCES = pgrep.c $(top_srcdir)/lib/fileutils.c $(top_srcdir)/lib/nsu tils.c | |||
skipping to change at line 619 | skipping to change at line 623 | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) | |||
$(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
$(am__cd) $(srcdir) && $(AUTOCONF) | $(am__cd) $(srcdir) && $(AUTOCONF) | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
config.h: stamp-h1 | config.h: stamp-h1 | |||
@test -f $@ || rm -f stamp-h1 | @if test ! -f $@; then rm -f stamp-h1; else :; fi | |||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi | |||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |||
@rm -f stamp-h1 | @rm -f stamp-h1 | |||
cd $(top_builddir) && $(SHELL) ./config.status config.h | cd $(top_builddir) && $(SHELL) ./config.status config.h | |||
$(srcdir)/config.h.in: $(am__configure_deps) | $(srcdir)/config.h.in: $(am__configure_deps) | |||
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |||
rm -f stamp-h1 | rm -f stamp-h1 | |||
touch $@ | touch $@ | |||
distclean-hdr: | distclean-hdr: | |||
skipping to change at line 872 | skipping to change at line 876 | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uptime.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uptime.Po@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmstat.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmstat.Po@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w.Po@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@ | |||
.c.o: | .c.o: | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* .Tpo -c -o $@ $< | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* .Tpo -c -o $@ $< | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' li btool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' li btool=no @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< | |||
.c.obj: | .c.obj: | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* .Tpo -c -o $@ `$(CYGPATH_W) '$<'` | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* .Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' li btool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' li btool=no @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_ W) '$<'` | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$< '` | |||
.c.lo: | .c.lo: | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/ $*.Tpo -c -o $@ $< | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/ $*.Tpo -c -o $@ $< | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pl o | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pl o | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' li btool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' li btool=yes @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | |||
strutils.o: $(top_srcdir)/lib/strutils.c | strutils.o: $(top_srcdir)/lib/strutils.c | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUD ES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strutils.o -MD -M P -MF $(DEPDIR)/strutils.Tpo -c -o strutils.o `test -f '$(top_srcdir)/lib/s trutils.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strutils.c | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUD ES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strutils.o -MD -M P -MF $(DEPDIR)/strutils.Tpo -c -o strutils.o `test -f '$(top_srcdir)/lib/s trutils.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strutils.c | |||
skipping to change at line 1299 | skipping to change at line 1303 | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-lzip: distdir | dist-lzip: distdir | |||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir ).tar.lz | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir ).tar.lz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-xz: distdir | dist-xz: distdir | |||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(dist dir).tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(dist dir).tar.xz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-tarZ: distdir | dist-tarZ: distdir | |||
@echo WARNING: "Support for shar distribution archives is" \ | ||||
"deprecated." >&2 | ||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | ||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-shar: distdir | dist-shar: distdir | |||
@echo WARNING: "Support for distribution archives compressed with" \ | ||||
"legacy program 'compress' is deprecated." >&2 | ||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | ||||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zip: distdir | dist-zip: distdir | |||
-rm -f $(distdir).zip | -rm -f $(distdir).zip | |||
zip -rq $(distdir).zip $(distdir) | zip -rq $(distdir).zip $(distdir) | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist dist-all: | dist dist-all: | |||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |||
skipping to change at line 1559 | skipping to change at line 1557 | |||
uninstall-man uninstall-man1 uninstall-man5 uninstall-man8 \ | uninstall-man uninstall-man1 uninstall-man5 uninstall-man8 \ | |||
uninstall-sbinPROGRAMS uninstall-sysconfDATA \ | uninstall-sbinPROGRAMS uninstall-sysconfDATA \ | |||
uninstall-usrbin_execPROGRAMS | uninstall-usrbin_execPROGRAMS | |||
$(top_srcdir)/.version: | $(top_srcdir)/.version: | |||
touch $(top_srcdir)/.version | touch $(top_srcdir)/.version | |||
echo $(VERSION) > $@-t && mv $@-t $@ | echo $(VERSION) > $@-t && mv $@-t $@ | |||
dist-hook: | dist-hook: | |||
echo $(VERSION) > $(distdir)/.tarball-version | echo $(VERSION) > $(distdir)/.tarball-version | |||
get-trans: | ||||
echo "Getting the latest translations from translationproject.org... | ||||
" | ||||
rsync -Lrtvz translationproject.org::tp/latest/procps-ng/ po | ||||
rsync -Lrtvz translationproject.org::tp/latest/procps-ng-man/ man- | ||||
po | ||||
rsync -Lrtvz translationproject.org::tp/latest/procps-ng-man-ps/ m | ||||
an-po/ps | ||||
rsync -Lrtvz translationproject.org::tp/latest/procps-ng-man-top/ | ||||
man-po/top | ||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 10 change blocks. | ||||
12 lines changed or deleted | 21 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |