mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an external libhwloc.
(for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general )
This commit is contained in:
12
Makefile.am
12
Makefile.am
@ -1,9 +1,5 @@
|
||||
|
||||
if HAVE_BUNDLED_HWLOC
|
||||
SUBDIRS = hwloc-1.2.1
|
||||
endif
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I hwloc-1.2.1/config
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
bin_PROGRAMS = htop
|
||||
dist_man_MANS = htop.1
|
||||
@ -41,12 +37,6 @@ SUFFIXES = .h
|
||||
BUILT_SOURCES = $(myhtopheaders)
|
||||
htop_SOURCES = $(myhtopheaders) $(myhtopsources) config.h debug.h
|
||||
|
||||
if HAVE_BUNDLED_HWLOC
|
||||
htop_LDADD = $(HWLOC_EMBEDDED_LDADD) $(HWLOC_EMBEDDED_LIBS)
|
||||
AM_CFLAGS += $(HWLOC_EMBEDDED_CFLAGS)
|
||||
AM_CPPFLAGS += $(HWLOC_EMBEDDED_CPPFLAGS)
|
||||
endif
|
||||
|
||||
profile:
|
||||
$(MAKE) all CFLAGS="-pg -O2"
|
||||
|
||||
|
Reference in New Issue
Block a user