summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-10-20 13:14:53 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-20 13:14:53 +0000
commitaf8478ca5fb759bd9e22ead29d83be5634b8fc87 (patch)
tree0b9545a019dfbe8e2f46ab0c37d2b16b8d15b369 /examples
parent532aec1891ef6c91dbf3540239c514290d9b935b (diff)
downloadlibgtop-af8478ca5fb759bd9e22ead29d83be5634b8fc87.tar.gz
removed traces of guile, intllibs and libgnomesupport
2003-10-20 Bastien Nocera <hadess@hadess.net> * lib/Makefile.am: * libgtop-config.in: * libgtop.spec.in: * libgtopConf.sh.in: * src/inodedb/Makefile.am: removed traces of guile, intllibs and libgnomesupport
Diffstat (limited to 'examples')
-rw-r--r--examples/ChangeLog4
-rw-r--r--examples/Makefile.am34
2 files changed, 15 insertions, 23 deletions
diff --git a/examples/ChangeLog b/examples/ChangeLog
index b3378fe2..bfd088c6 100644
--- a/examples/ChangeLog
+++ b/examples/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-20 Bastien Nocera <hadess@hadess.net>
+
+ * Makefile.am: removed traces of guile, intllibs and libgnomesupport
+
2001-01-14 Abel Cheung <maddog@linux.org.hk>
* \*.c: bindtextdomain and textdomain uses GETTEXT_PACKAGE.
diff --git a/examples/Makefile.am b/examples/Makefile.am
index be8d3a4c..a7e687ff 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -13,7 +13,7 @@ libgtopdir = $(libexecdir)/libgtop
libgtop_PROGRAMS = first second\
mountlist procmap netload sysdeps timings \
- @static_targets@ @guile_examples@ @smp_examples@
+ @static_targets@ @smp_examples@
EXTRA_PROGRAMS = first_static second_static \
mountlist_static procmap_static \
@@ -24,8 +24,7 @@ EXTRA_PROGRAMS = first_static second_static \
first_SOURCES = first.c
first_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
first_static_SOURCES = $(first_SOURCES)
first_static_LDADD = $(first_LDADD)
@@ -34,8 +33,7 @@ first_static_LDFLAGS = -static
second_SOURCES = second.c
second_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
second_static_SOURCES = $(second_SOURCES)
second_static_LDADD = $(second_LDADD)
@@ -44,10 +42,7 @@ second_static_LDFLAGS = -static
procmap_SOURCES = procmap.c
procmap_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
-
-
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
procmap_static_SOURCES = $(procmap_SOURCES)
procmap_static_LDADD = $(procmap_LDADD)
@@ -56,8 +51,7 @@ procmap_static_LDFLAGS = -static
netload_SOURCES = netload.c
netload_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
netload_static_SOURCES = $(netload_SOURCES)
netload_static_LDADD = $(netload_LDADD)
@@ -66,23 +60,20 @@ netload_static_LDFLAGS = -static
sysdeps_SOURCES = sysdeps.c
sysdeps_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
sysdeps_static_SOURCES = $(sysdeps_SOURCES)
sysdeps_static_LDADD = $(sysdeps_LDADD)
sysdeps_static_LDFLAGS = -static
-third_guile_names_LIBS = $(top_builddir)/sysdeps/guile/names/libgtop_guile_names-2.0.la
third_names_LIBS = $(top_builddir)/sysdeps/names/libgtop_names-2.0.la
third_SOURCES = third.c
-third_LDADD = $(top_builddir)/sysdeps/guile/libgtop_guile-2.0.la \
- $(third_guile_names_LIBS) $(third_names_LIBS) \
+third_LDADD = $(third_names_LIBS) \
$(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @GUILE_LIBS@ @LIBSUPPORT@ @INTLLIBS@
+ @INTLLIBS@
third_static_SOURCES = $(third_SOURCES)
third_static_LDADD = $(third_LDADD)
@@ -91,8 +82,7 @@ third_static_LDFLAGS = -static
mountlist_SOURCES = mountlist.c
mountlist_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
mountlist_static_SOURCES= $(mountlist_SOURCES)
mountlist_static_LDADD = $(mountlist_LDADD)
@@ -102,8 +92,7 @@ mountlist_static_LDFLAGS= -static
smp_SOURCES = smp.c
smp_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
smp_static_SOURCES = $(smp_SOURCES)
smp_static_LDADD = $(smp_LDADD)
@@ -112,8 +101,7 @@ smp_static_LDFLAGS = -static
timings_SOURCES = timings.c
timings_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
- $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
- @LIBSUPPORT@ @INTLLIBS@
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
timings_static_SOURCES = $(timings_SOURCES)
timings_static_LDADD = $(timings_LDADD)