ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.35
Committed: Sat Feb 20 18:17:04 2010 UTC (14 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, HEAD
Changes since 1.34: +2 -2 lines
Log Message:
Bump library version and NEWS for next release.

File Contents

# User Rev Content
1 tdb 1.12 # Makefile for libstatgrab/src/libstatgrab
2 tdb 1.19 # http://www.i-scream.org/libstatgrab/
3 tdb 1.35 # $Id: Makefile.am,v 1.34 2007/07/13 20:40:21 tdb Exp $
4 tdb 1.1
5 tdb 1.23 if DEPRECATED
6     include_DEPRECATEDHEADERS = statgrab_deprecated.h
7     endif
8     include_HEADERS = statgrab.h $(include_DEPRECATEDHEADERS)
9 tdb 1.1 lib_LTLIBRARIES = libstatgrab.la
10    
11 tdb 1.35 libstatgrab_la_LDFLAGS = -version-info 8:3:2
12 tdb 1.1
13 tdb 1.23 if DEPRECATED
14     libstatgrab_la_DEPRECATEDSOURCES = statgrab_deprecated.c
15     endif
16 tdb 1.31 if MINGW
17     libstatgrab_la_MINGWSOURCES = win32.c
18     endif
19     libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.c os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c tools.c vector.c error.c $(libstatgrab_la_DEPRECATEDSOURCES) $(libstatgrab_la_MINGWSOURCES)
20 tdb 1.3
21 tdb 1.31 noinst_HEADERS = tools.h vector.h win32.h