ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/libstatgrab/Makefile.am
Revision: 1.1
Committed: Wed May 29 19:41:59 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_0_RC1
Log Message:
This ihost now uses autoconf and automake to make a "normal" installation
and distribution ;) It's now far easier to compile. To build from CVS :-
aclocal
autoheader
autoconf
automake -a -c
Then for compiling (end users will only need to do this) :-
./configure
make
make install
To build a distribution :-
make dist

File Contents

# User Rev Content
1 tdb 1.1 noinst_LIBRARIES = libstatgrab.a
2     libstatgrab_a_SOURCES = cpu_stats.c disk_stat.c load_stat.c memory_stats.c os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c
3     noinst_HEADERS = statgrab.h
4     INCLUDES = -I@top_srcdir@/libukcprog