ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/Makefile.am
Revision: 1.15
Committed: Mon Feb 9 23:07:24 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.14: +3 -2 lines
Log Message:
Add error checking to the python bindings. They previously didn't check
for a NULL response from the libstatgrab functions - which resulted in
python core dumping. It now raises an exception instead.
Also add a first stab at a setup.py so people can quickly build/install
this extension if they want.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab
2 tdb 1.13 # http://www.i-scream.org/libstatgrab/
3 tdb 1.15 # $Id: Makefile.am,v 1.14 2004/02/06 14:18:37 tdb Exp $
4 tdb 1.1
5     AUTOMAKE_OPTIONS = gnu
6    
7 tdb 1.7 SUBDIRS = src docs examples
8 tdb 1.1
9     ChangeLog:
10 tdb 1.6 cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog
11 tdb 1.8
12 tdb 1.14 EXTRA_DIST = libstatgrab.pc.in PLATFORMS COPYING COPYING.LGPL \
13 tdb 1.15 extras/python/statgrabmodule.pyx extras/python/statgrabmodule.c \
14     extras/python/setup.py
15 tdb 1.14
16     extras/python/statgrabmodule.c: extras/python/statgrabmodule.pyx
17     pyrexc $<
18 tdb 1.8
19 tdb 1.10 pkgconfigdir = $(libdir)/pkgconfig
20 tdb 1.8 pkgconfig_DATA = libstatgrab.pc