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

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