1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-11 23:25:53 +01:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
MAINTAINERCLEANFILES = aclocal.m4 config.guess config.h config.log \
config.status config.sub configure depcomp
install-sh libtool ltmain.sh Makefile Makefile.in
missing mkinstalldirs stamp-h
include_HEADERS = lrdf.h lrdf_types.h
EXTRA_DIST = autogen.sh lrdf.i
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lrdf.pc
python: lrdf.i
swig -python lrdf.i
gcc -c src/lrdf.c src/lrdf_multi.c src/md5.c lrdf_wrap.c -I/usr/include/python2.3/
ld -shared lrdf_multi.o lrdf.o lrdf_wrap.o md5.o @RAPTOR_LIBS@ -o _lrdf.so