From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- Makefile.in | 321 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 200 insertions(+), 121 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8623fba..6fdeedd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -16,7 +16,17 @@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -82,21 +92,15 @@ host_triplet = @host@ target_triplet = @target@ bin_PROGRAMS = htop$(EXEEXT) @HTOP_LINUX_TRUE@am__append_1 = -rdynamic -@HTOP_DARWIN_TRUE@am__append_2 = -framework IOKit -framework CoreFoundation +@HTOP_DRAGONFLYBSD_TRUE@am__append_2 = -lkvm -lkinfo -lexecinfo +@HTOP_DARWIN_TRUE@am__append_3 = -framework IOKit -framework CoreFoundation subdir = . -DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ - $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(srcdir)/htop.1.in depcomp \ - $(dist_man_MANS) COPYING compile config.guess config.sub \ - install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -119,6 +123,9 @@ am__htop_SOURCES_DIST = AvailableColumnsPanel.h AvailableMetersPanel.h \ IncSet.h Action.h EnvScreen.h InfoScreen.h XAlloc.h \ darwin/Platform.h darwin/DarwinProcess.h \ darwin/DarwinProcessList.h darwin/DarwinCRT.h darwin/Battery.h \ + dragonflybsd/Platform.h dragonflybsd/DragonFlyBSDProcessList.h \ + dragonflybsd/DragonFlyBSDProcess.h \ + dragonflybsd/DragonFlyBSDCRT.h dragonflybsd/Battery.h \ freebsd/Platform.h freebsd/FreeBSDProcessList.h \ freebsd/FreeBSDProcess.h freebsd/FreeBSDCRT.h \ freebsd/Battery.h linux/Platform.h linux/IOPriorityPanel.h \ @@ -142,6 +149,9 @@ am__htop_SOURCES_DIST = AvailableColumnsPanel.h AvailableMetersPanel.h \ OpenFilesScreen.c Affinity.c IncSet.c Action.c EnvScreen.c \ InfoScreen.c XAlloc.c darwin/Platform.c darwin/DarwinProcess.c \ darwin/DarwinProcessList.c darwin/DarwinCRT.c darwin/Battery.c \ + dragonflybsd/Platform.c dragonflybsd/DragonFlyBSDProcessList.c \ + dragonflybsd/DragonFlyBSDProcess.c \ + dragonflybsd/DragonFlyBSDCRT.c dragonflybsd/Battery.c \ freebsd/Platform.c freebsd/FreeBSDProcessList.c \ freebsd/FreeBSDProcess.c freebsd/FreeBSDCRT.c \ freebsd/Battery.c linux/Platform.c linux/IOPriorityPanel.c \ @@ -179,28 +189,33 @@ am__objects_2 = htop-AvailableMetersPanel.$(OBJEXT) \ htop-EnvScreen.$(OBJEXT) htop-InfoScreen.$(OBJEXT) \ htop-XAlloc.$(OBJEXT) am__dirstamp = $(am__leading_dot)dirstamp -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@am__objects_3 = unsupported/htop-Platform.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-UnsupportedProcess.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-UnsupportedProcessList.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-UnsupportedCRT.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-Battery.$(OBJEXT) -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@am__objects_3 = openbsd/htop-Platform.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-OpenBSDProcessList.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-OpenBSDProcess.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-OpenBSDCRT.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-Battery.$(OBJEXT) -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@am__objects_3 = linux/htop-Platform.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-IOPriorityPanel.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-IOPriority.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-LinuxProcess.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-LinuxProcessList.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-LinuxCRT.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-Battery.$(OBJEXT) -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_TRUE@am__objects_3 = freebsd/htop-Platform.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-FreeBSDProcessList.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-FreeBSDProcess.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-FreeBSDCRT.$(OBJEXT) \ -@HTOP_DARWIN_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-Battery.$(OBJEXT) +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@am__objects_3 = unsupported/htop-Platform.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-UnsupportedProcess.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-UnsupportedProcessList.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-UnsupportedCRT.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_FALSE@@HTOP_UNSUPPORTED_TRUE@ unsupported/htop-Battery.$(OBJEXT) +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@am__objects_3 = openbsd/htop-Platform.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-OpenBSDProcessList.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-OpenBSDProcess.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-OpenBSDCRT.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_FALSE@@HTOP_OPENBSD_TRUE@ openbsd/htop-Battery.$(OBJEXT) +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@am__objects_3 = linux/htop-Platform.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-IOPriorityPanel.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-IOPriority.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-LinuxProcess.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-LinuxProcessList.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-LinuxCRT.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_FALSE@@HTOP_LINUX_TRUE@ linux/htop-Battery.$(OBJEXT) +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_TRUE@am__objects_3 = freebsd/htop-Platform.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-FreeBSDProcessList.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-FreeBSDProcess.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-FreeBSDCRT.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_FALSE@@HTOP_FREEBSD_TRUE@ freebsd/htop-Battery.$(OBJEXT) +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_TRUE@am__objects_3 = dragonflybsd/htop-Platform.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_TRUE@ dragonflybsd/htop-DragonFlyBSDProcessList.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_TRUE@ dragonflybsd/htop-DragonFlyBSDProcess.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_TRUE@ dragonflybsd/htop-DragonFlyBSDCRT.$(OBJEXT) \ +@HTOP_DARWIN_FALSE@@HTOP_DRAGONFLYBSD_TRUE@ dragonflybsd/htop-Battery.$(OBJEXT) @HTOP_DARWIN_TRUE@am__objects_3 = darwin/htop-Platform.$(OBJEXT) \ @HTOP_DARWIN_TRUE@ darwin/htop-DarwinProcess.$(OBJEXT) \ @HTOP_DARWIN_TRUE@ darwin/htop-DarwinProcessList.$(OBJEXT) \ @@ -210,13 +225,8 @@ am_htop_OBJECTS = $(am__objects_1) $(am__objects_1) $(am__objects_2) \ $(am__objects_3) htop_OBJECTS = $(am_htop_OBJECTS) htop_LDADD = $(LDADD) -AM_V_lt = $(am__v_lt_@AM_V@) -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -am__v_lt_0 = --silent -am__v_lt_1 = -htop_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(htop_CFLAGS) $(CFLAGS) \ - $(htop_LDFLAGS) $(LDFLAGS) -o $@ +htop_LINK = $(CCLD) $(htop_CFLAGS) $(CFLAGS) $(htop_LDFLAGS) \ + $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false @@ -233,20 +243,18 @@ DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) -LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; @@ -311,6 +319,10 @@ ETAGS = etags CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope +am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ + $(srcdir)/config.h.in $(srcdir)/htop.1.in AUTHORS COPYING \ + ChangeLog INSTALL NEWS README compile config.guess config.sub \ + depcomp install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -331,7 +343,6 @@ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -344,38 +355,28 @@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ -FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ LDFLAGS = @LDFLAGS@ +LIBNL3GENL_CFLAGS = @LIBNL3GENL_CFLAGS@ +LIBNL3GENL_LIBS = @LIBNL3GENL_LIBS@ +LIBNL3_CFLAGS = @LIBNL3_CFLAGS@ +LIBNL3_LIBS = @LIBNL3_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ @@ -384,8 +385,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -394,9 +396,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -461,7 +461,7 @@ pixmap_DATA = htop.png htop_CFLAGS = -pedantic -Wall $(wextra_flag) -std=c99 \ -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" \ -I"$(top_srcdir)/$(my_htop_platform)" $(am__append_1) -htop_LDFLAGS = $(am__append_2) +htop_LDFLAGS = $(am__append_2) $(am__append_3) AM_CPPFLAGS = -DNDEBUG myhtopsources = AvailableMetersPanel.c CategoriesPanel.c CheckItem.c \ ClockMeter.c ColorsPanel.c ColumnsPanel.c CPUMeter.c CRT.c MainPanel.c \ @@ -486,6 +486,9 @@ EnvScreen.h InfoScreen.h XAlloc.h @HTOP_DARWIN_TRUE@myhtopplatsources = darwin/Platform.c darwin/DarwinProcess.c \ @HTOP_DARWIN_TRUE@darwin/DarwinProcessList.c darwin/DarwinCRT.c darwin/Battery.c +@HTOP_DRAGONFLYBSD_TRUE@myhtopplatsources = dragonflybsd/Platform.c dragonflybsd/DragonFlyBSDProcessList.c \ +@HTOP_DRAGONFLYBSD_TRUE@dragonflybsd/DragonFlyBSDProcess.c dragonflybsd/DragonFlyBSDCRT.c dragonflybsd/Battery.c + @HTOP_FREEBSD_TRUE@myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \ @HTOP_FREEBSD_TRUE@freebsd/FreeBSDProcess.c freebsd/FreeBSDCRT.c freebsd/Battery.c @@ -502,6 +505,9 @@ EnvScreen.h InfoScreen.h XAlloc.h @HTOP_DARWIN_TRUE@myhtopplatheaders = darwin/Platform.h darwin/DarwinProcess.h \ @HTOP_DARWIN_TRUE@darwin/DarwinProcessList.h darwin/DarwinCRT.h darwin/Battery.h +@HTOP_DRAGONFLYBSD_TRUE@myhtopplatheaders = dragonflybsd/Platform.h dragonflybsd/DragonFlyBSDProcessList.h \ +@HTOP_DRAGONFLYBSD_TRUE@dragonflybsd/DragonFlyBSDProcess.h dragonflybsd/DragonFlyBSDCRT.h dragonflybsd/Battery.h + @HTOP_FREEBSD_TRUE@myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \ @HTOP_FREEBSD_TRUE@freebsd/FreeBSDProcess.h freebsd/FreeBSDCRT.h freebsd/Battery.h @@ -522,7 +528,7 @@ all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: -.SUFFIXES: .h .c .lo .o .obj +.SUFFIXES: .h .c .o .obj am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @@ -538,7 +544,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -584,7 +589,6 @@ install-binPROGRAMS: $(bin_PROGRAMS) for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ - || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ @@ -599,8 +603,8 @@ install-binPROGRAMS: $(bin_PROGRAMS) while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done @@ -616,13 +620,7 @@ uninstall-binPROGRAMS: cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) darwin/$(am__dirstamp): @$(MKDIR_P) darwin @: > darwin/$(am__dirstamp) @@ -639,6 +637,25 @@ darwin/htop-DarwinCRT.$(OBJEXT): darwin/$(am__dirstamp) \ darwin/$(DEPDIR)/$(am__dirstamp) darwin/htop-Battery.$(OBJEXT): darwin/$(am__dirstamp) \ darwin/$(DEPDIR)/$(am__dirstamp) +dragonflybsd/$(am__dirstamp): + @$(MKDIR_P) dragonflybsd + @: > dragonflybsd/$(am__dirstamp) +dragonflybsd/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) dragonflybsd/$(DEPDIR) + @: > dragonflybsd/$(DEPDIR)/$(am__dirstamp) +dragonflybsd/htop-Platform.$(OBJEXT): dragonflybsd/$(am__dirstamp) \ + dragonflybsd/$(DEPDIR)/$(am__dirstamp) +dragonflybsd/htop-DragonFlyBSDProcessList.$(OBJEXT): \ + dragonflybsd/$(am__dirstamp) \ + dragonflybsd/$(DEPDIR)/$(am__dirstamp) +dragonflybsd/htop-DragonFlyBSDProcess.$(OBJEXT): \ + dragonflybsd/$(am__dirstamp) \ + dragonflybsd/$(DEPDIR)/$(am__dirstamp) +dragonflybsd/htop-DragonFlyBSDCRT.$(OBJEXT): \ + dragonflybsd/$(am__dirstamp) \ + dragonflybsd/$(DEPDIR)/$(am__dirstamp) +dragonflybsd/htop-Battery.$(OBJEXT): dragonflybsd/$(am__dirstamp) \ + dragonflybsd/$(DEPDIR)/$(am__dirstamp) freebsd/$(am__dirstamp): @$(MKDIR_P) freebsd @: > freebsd/$(am__dirstamp) @@ -718,6 +735,7 @@ htop$(EXEEXT): $(htop_OBJECTS) $(htop_DEPENDENCIES) $(EXTRA_htop_DEPENDENCIES) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f darwin/*.$(OBJEXT) + -rm -f dragonflybsd/*.$(OBJEXT) -rm -f freebsd/*.$(OBJEXT) -rm -f linux/*.$(OBJEXT) -rm -f openbsd/*.$(OBJEXT) @@ -776,6 +794,11 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@darwin/$(DEPDIR)/htop-DarwinProcess.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@darwin/$(DEPDIR)/htop-DarwinProcessList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@darwin/$(DEPDIR)/htop-Platform.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@dragonflybsd/$(DEPDIR)/htop-Battery.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@dragonflybsd/$(DEPDIR)/htop-Platform.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@freebsd/$(DEPDIR)/htop-Battery.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@freebsd/$(DEPDIR)/htop-FreeBSDCRT.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@freebsd/$(DEPDIR)/htop-FreeBSDProcess.Po@am__quote@ @@ -815,14 +838,6 @@ distclean-compile: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -.c.lo: -@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< - htop-AvailableMetersPanel.o: AvailableMetersPanel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT htop-AvailableMetersPanel.o -MD -MP -MF $(DEPDIR)/htop-AvailableMetersPanel.Tpo -c -o htop-AvailableMetersPanel.o `test -f 'AvailableMetersPanel.c' || echo '$(srcdir)/'`AvailableMetersPanel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/htop-AvailableMetersPanel.Tpo $(DEPDIR)/htop-AvailableMetersPanel.Po @@ -1523,6 +1538,76 @@ darwin/htop-Battery.obj: darwin/Battery.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o darwin/htop-Battery.obj `if test -f 'darwin/Battery.c'; then $(CYGPATH_W) 'darwin/Battery.c'; else $(CYGPATH_W) '$(srcdir)/darwin/Battery.c'; fi` +dragonflybsd/htop-Platform.o: dragonflybsd/Platform.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-Platform.o -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-Platform.Tpo -c -o dragonflybsd/htop-Platform.o `test -f 'dragonflybsd/Platform.c' || echo '$(srcdir)/'`dragonflybsd/Platform.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-Platform.Tpo dragonflybsd/$(DEPDIR)/htop-Platform.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/Platform.c' object='dragonflybsd/htop-Platform.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-Platform.o `test -f 'dragonflybsd/Platform.c' || echo '$(srcdir)/'`dragonflybsd/Platform.c + +dragonflybsd/htop-Platform.obj: dragonflybsd/Platform.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-Platform.obj -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-Platform.Tpo -c -o dragonflybsd/htop-Platform.obj `if test -f 'dragonflybsd/Platform.c'; then $(CYGPATH_W) 'dragonflybsd/Platform.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/Platform.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-Platform.Tpo dragonflybsd/$(DEPDIR)/htop-Platform.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/Platform.c' object='dragonflybsd/htop-Platform.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-Platform.obj `if test -f 'dragonflybsd/Platform.c'; then $(CYGPATH_W) 'dragonflybsd/Platform.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/Platform.c'; fi` + +dragonflybsd/htop-DragonFlyBSDProcessList.o: dragonflybsd/DragonFlyBSDProcessList.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-DragonFlyBSDProcessList.o -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Tpo -c -o dragonflybsd/htop-DragonFlyBSDProcessList.o `test -f 'dragonflybsd/DragonFlyBSDProcessList.c' || echo '$(srcdir)/'`dragonflybsd/DragonFlyBSDProcessList.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Tpo dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/DragonFlyBSDProcessList.c' object='dragonflybsd/htop-DragonFlyBSDProcessList.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-DragonFlyBSDProcessList.o `test -f 'dragonflybsd/DragonFlyBSDProcessList.c' || echo '$(srcdir)/'`dragonflybsd/DragonFlyBSDProcessList.c + +dragonflybsd/htop-DragonFlyBSDProcessList.obj: dragonflybsd/DragonFlyBSDProcessList.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-DragonFlyBSDProcessList.obj -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Tpo -c -o dragonflybsd/htop-DragonFlyBSDProcessList.obj `if test -f 'dragonflybsd/DragonFlyBSDProcessList.c'; then $(CYGPATH_W) 'dragonflybsd/DragonFlyBSDProcessList.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/DragonFlyBSDProcessList.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Tpo dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcessList.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/DragonFlyBSDProcessList.c' object='dragonflybsd/htop-DragonFlyBSDProcessList.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-DragonFlyBSDProcessList.obj `if test -f 'dragonflybsd/DragonFlyBSDProcessList.c'; then $(CYGPATH_W) 'dragonflybsd/DragonFlyBSDProcessList.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/DragonFlyBSDProcessList.c'; fi` + +dragonflybsd/htop-DragonFlyBSDProcess.o: dragonflybsd/DragonFlyBSDProcess.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-DragonFlyBSDProcess.o -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Tpo -c -o dragonflybsd/htop-DragonFlyBSDProcess.o `test -f 'dragonflybsd/DragonFlyBSDProcess.c' || echo '$(srcdir)/'`dragonflybsd/DragonFlyBSDProcess.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Tpo dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/DragonFlyBSDProcess.c' object='dragonflybsd/htop-DragonFlyBSDProcess.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-DragonFlyBSDProcess.o `test -f 'dragonflybsd/DragonFlyBSDProcess.c' || echo '$(srcdir)/'`dragonflybsd/DragonFlyBSDProcess.c + +dragonflybsd/htop-DragonFlyBSDProcess.obj: dragonflybsd/DragonFlyBSDProcess.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-DragonFlyBSDProcess.obj -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Tpo -c -o dragonflybsd/htop-DragonFlyBSDProcess.obj `if test -f 'dragonflybsd/DragonFlyBSDProcess.c'; then $(CYGPATH_W) 'dragonflybsd/DragonFlyBSDProcess.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/DragonFlyBSDProcess.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Tpo dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDProcess.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/DragonFlyBSDProcess.c' object='dragonflybsd/htop-DragonFlyBSDProcess.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-DragonFlyBSDProcess.obj `if test -f 'dragonflybsd/DragonFlyBSDProcess.c'; then $(CYGPATH_W) 'dragonflybsd/DragonFlyBSDProcess.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/DragonFlyBSDProcess.c'; fi` + +dragonflybsd/htop-DragonFlyBSDCRT.o: dragonflybsd/DragonFlyBSDCRT.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-DragonFlyBSDCRT.o -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Tpo -c -o dragonflybsd/htop-DragonFlyBSDCRT.o `test -f 'dragonflybsd/DragonFlyBSDCRT.c' || echo '$(srcdir)/'`dragonflybsd/DragonFlyBSDCRT.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Tpo dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/DragonFlyBSDCRT.c' object='dragonflybsd/htop-DragonFlyBSDCRT.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-DragonFlyBSDCRT.o `test -f 'dragonflybsd/DragonFlyBSDCRT.c' || echo '$(srcdir)/'`dragonflybsd/DragonFlyBSDCRT.c + +dragonflybsd/htop-DragonFlyBSDCRT.obj: dragonflybsd/DragonFlyBSDCRT.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-DragonFlyBSDCRT.obj -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Tpo -c -o dragonflybsd/htop-DragonFlyBSDCRT.obj `if test -f 'dragonflybsd/DragonFlyBSDCRT.c'; then $(CYGPATH_W) 'dragonflybsd/DragonFlyBSDCRT.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/DragonFlyBSDCRT.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Tpo dragonflybsd/$(DEPDIR)/htop-DragonFlyBSDCRT.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/DragonFlyBSDCRT.c' object='dragonflybsd/htop-DragonFlyBSDCRT.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-DragonFlyBSDCRT.obj `if test -f 'dragonflybsd/DragonFlyBSDCRT.c'; then $(CYGPATH_W) 'dragonflybsd/DragonFlyBSDCRT.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/DragonFlyBSDCRT.c'; fi` + +dragonflybsd/htop-Battery.o: dragonflybsd/Battery.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-Battery.o -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-Battery.Tpo -c -o dragonflybsd/htop-Battery.o `test -f 'dragonflybsd/Battery.c' || echo '$(srcdir)/'`dragonflybsd/Battery.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-Battery.Tpo dragonflybsd/$(DEPDIR)/htop-Battery.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/Battery.c' object='dragonflybsd/htop-Battery.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-Battery.o `test -f 'dragonflybsd/Battery.c' || echo '$(srcdir)/'`dragonflybsd/Battery.c + +dragonflybsd/htop-Battery.obj: dragonflybsd/Battery.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT dragonflybsd/htop-Battery.obj -MD -MP -MF dragonflybsd/$(DEPDIR)/htop-Battery.Tpo -c -o dragonflybsd/htop-Battery.obj `if test -f 'dragonflybsd/Battery.c'; then $(CYGPATH_W) 'dragonflybsd/Battery.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/Battery.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) dragonflybsd/$(DEPDIR)/htop-Battery.Tpo dragonflybsd/$(DEPDIR)/htop-Battery.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dragonflybsd/Battery.c' object='dragonflybsd/htop-Battery.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o dragonflybsd/htop-Battery.obj `if test -f 'dragonflybsd/Battery.c'; then $(CYGPATH_W) 'dragonflybsd/Battery.c'; else $(CYGPATH_W) '$(srcdir)/dragonflybsd/Battery.c'; fi` + freebsd/htop-Platform.o: freebsd/Platform.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT freebsd/htop-Platform.o -MD -MP -MF freebsd/$(DEPDIR)/htop-Platform.Tpo -c -o freebsd/htop-Platform.o `test -f 'freebsd/Platform.c' || echo '$(srcdir)/'`freebsd/Platform.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) freebsd/$(DEPDIR)/htop-Platform.Tpo freebsd/$(DEPDIR)/htop-Platform.Po @@ -1830,15 +1915,6 @@ unsupported/htop-Battery.obj: unsupported/Battery.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unsupported/Battery.c' object='unsupported/htop-Battery.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o unsupported/htop-Battery.obj `if test -f 'unsupported/Battery.c'; then $(CYGPATH_W) 'unsupported/Battery.c'; else $(CYGPATH_W) '$(srcdir)/unsupported/Battery.c'; fi` - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool config.lt install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) @list1=''; \ @@ -2040,15 +2116,15 @@ dist-xz: distdir $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @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 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives 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 $(am__post_remove_distdir) @@ -2084,16 +2160,17 @@ distcheck: dist esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -2183,6 +2260,8 @@ distclean-generic: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f darwin/$(DEPDIR)/$(am__dirstamp) -rm -f darwin/$(am__dirstamp) + -rm -f dragonflybsd/$(DEPDIR)/$(am__dirstamp) + -rm -f dragonflybsd/$(am__dirstamp) -rm -f freebsd/$(DEPDIR)/$(am__dirstamp) -rm -f freebsd/$(am__dirstamp) -rm -f linux/$(DEPDIR)/$(am__dirstamp) @@ -2198,14 +2277,14 @@ maintainer-clean-generic: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am -clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf ./$(DEPDIR) darwin/$(DEPDIR) freebsd/$(DEPDIR) linux/$(DEPDIR) openbsd/$(DEPDIR) unsupported/$(DEPDIR) + -rm -rf ./$(DEPDIR) darwin/$(DEPDIR) dragonflybsd/$(DEPDIR) freebsd/$(DEPDIR) linux/$(DEPDIR) openbsd/$(DEPDIR) unsupported/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags + distclean-hdr distclean-tags dvi: dvi-am @@ -2251,14 +2330,13 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf ./$(DEPDIR) darwin/$(DEPDIR) freebsd/$(DEPDIR) linux/$(DEPDIR) openbsd/$(DEPDIR) unsupported/$(DEPDIR) + -rm -rf ./$(DEPDIR) darwin/$(DEPDIR) dragonflybsd/$(DEPDIR) freebsd/$(DEPDIR) linux/$(DEPDIR) openbsd/$(DEPDIR) unsupported/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool +mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am @@ -2276,13 +2354,13 @@ uninstall-man: uninstall-man1 .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ - clean-binPROGRAMS clean-cscope clean-generic clean-libtool \ - cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + clean-binPROGRAMS clean-cscope clean-generic cscope \ + cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-applicationsDATA \ + distclean-hdr distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-applicationsDATA \ install-binPROGRAMS install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ @@ -2290,10 +2368,11 @@ uninstall-man: uninstall-man1 install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-applicationsDATA \ - uninstall-binPROGRAMS uninstall-man uninstall-man1 \ - uninstall-pixmapDATA + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-applicationsDATA uninstall-binPROGRAMS \ + uninstall-man uninstall-man1 uninstall-pixmapDATA + +.PRECIOUS: Makefile target: -- cgit v1.2.3