1 |
|
# Makefile for libstatgrab |
2 |
< |
# http://www.i-scream.org/ |
2 |
> |
# http://www.i-scream.org/libstatgrab/ |
3 |
|
# $Id$ |
4 |
|
|
5 |
|
AUTOMAKE_OPTIONS = gnu |
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/statgrab.pyx extras/python/statgrab.c \ |
14 |
+ |
extras/python/setup.py |
15 |
+ |
|
16 |
+ |
extras/python/statgrab.c: extras/python/statgrab.pyx |
17 |
+ |
pyrexc $< |
18 |
+ |
|
19 |
+ |
pkgconfigdir = $(libdir)/pkgconfig |
20 |
+ |
pkgconfig_DATA = libstatgrab.pc |