Revision: | 1.1 |
Committed: | Tue Feb 18 22:01:48 2003 UTC (21 years, 8 months ago) by tdb |
Branch: | MAIN |
Log Message: | Autoconf/Automake setup. README.CVS details how to "get started" from a CVS checked out copy. Then it's just the usual configure and make, as described in the README file. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab |
2 | # http://www.i-scream.org.uk/ | ||
3 | # $Id$ | ||
4 | |||
5 | AUTOMAKE_OPTIONS = gnu | ||
6 | |||
7 | lib_LIBRARIES = libstatgrab.a | ||
8 | libstatgrab_a_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.o os_info.c process_stats.c swap_stats.c user_stats.c | ||
9 | include_HEADERS = statgrab.h | ||
10 | |||
11 | ChangeLog: | ||
12 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog |