**** Merged from HEAD ****
This commit is contained in:
@@ -153,7 +153,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$enable_static" != xno; then
|
if test "x$enable_static" != xno; then
|
||||||
static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static $guile_static_examples $smp_static_examples"
|
static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static timings_static $guile_static_examples $smp_static_examples"
|
||||||
else
|
else
|
||||||
static_targets=""
|
static_targets=""
|
||||||
fi
|
fi
|
||||||
|
@@ -12,13 +12,14 @@ DEFS = @DEFS@
|
|||||||
libgtopdir = $(libexecdir)/libgtop
|
libgtopdir = $(libexecdir)/libgtop
|
||||||
|
|
||||||
libgtop_PROGRAMS = first second\
|
libgtop_PROGRAMS = first second\
|
||||||
mountlist procmap netload sysdeps\
|
mountlist procmap netload sysdeps timings \
|
||||||
@static_targets@ @guile_examples@ @smp_examples@
|
@static_targets@ @guile_examples@ @smp_examples@
|
||||||
|
|
||||||
EXTRA_PROGRAMS = first_static second_static \
|
EXTRA_PROGRAMS = first_static second_static \
|
||||||
mountlist_static procmap_static \
|
mountlist_static procmap_static \
|
||||||
third third_static smp smp_static \
|
third third_static smp smp_static \
|
||||||
netload_static sysdeps_static
|
netload_static sysdeps_static \
|
||||||
|
timings_static
|
||||||
|
|
||||||
first_SOURCES = first.c
|
first_SOURCES = first.c
|
||||||
first_LDADD = $(top_builddir)/lib/libgtop.la \
|
first_LDADD = $(top_builddir)/lib/libgtop.la \
|
||||||
@@ -108,3 +109,13 @@ smp_static_SOURCES = $(smp_SOURCES)
|
|||||||
smp_static_LDADD = $(smp_LDADD)
|
smp_static_LDADD = $(smp_LDADD)
|
||||||
smp_static_LDFLAGS = -static
|
smp_static_LDFLAGS = -static
|
||||||
|
|
||||||
|
timings_SOURCES = timings.c
|
||||||
|
timings_LDADD = $(top_builddir)/lib/libgtop.la \
|
||||||
|
$(top_builddir)/sysdeps/common/libgtop_common.la \
|
||||||
|
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \
|
||||||
|
@LIBSUPPORT@ @INTLLIBS@
|
||||||
|
|
||||||
|
timings_static_SOURCES = $(timings_SOURCES)
|
||||||
|
timings_static_LDADD = $(timings_LDADD)
|
||||||
|
timings_static_LDFLAGS = -static
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user