ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/Makefile.am
Revision: 1.12
Committed: Sat Apr 3 16:55:38 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_11, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, LIBSTATGRAB_0_10
Changes since 1.11: +2 -2 lines
Log Message:
Add process_snapshot example for testing the new process stats code.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/examples
2 tdb 1.10 # http://www.i-scream.org/libstatgrab/
3 tdb 1.12 # $Id: Makefile.am,v 1.11 2004/02/13 15:40:12 tdb Exp $
4 tdb 1.1
5 tdb 1.9 if EXAMPLES
6 tdb 1.12 noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info vm_stats user_list page_stats network_iface_stats process_snapshot
7 tdb 1.9 endif
8 tdb 1.1
9 tdb 1.7 INCLUDES = -I$(top_srcdir) -I$(top_builddir)\
10     -I$(top_srcdir)/src -I$(top_builddir)/src\
11     -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab
12 tdb 1.1
13 tdb 1.8 LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@