From df4c70d38c075e40f7f1a91dd5a349ff78f366d0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Jan 2006 02:57:37 +0000 Subject: added files to specify libraries for the linker in the externals build system, i.e. externals/Makefile svn path=/trunk/externals/pdogg/; revision=4427 --- makefile | 2 +- oggamp~/oggamp~.libs | 1 + oggcast~/oggcast~.libs | 1 + oggread~/oggread~.libs | 1 + oggwrite~/oggwrite~.libs | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 oggamp~/oggamp~.libs create mode 100644 oggcast~/oggcast~.libs create mode 100644 oggread~/oggread~.libs create mode 100644 oggwrite~/oggwrite~.libs diff --git a/makefile b/makefile index f6737e1..cd30636 100644 --- a/makefile +++ b/makefile @@ -95,7 +95,7 @@ PDDIR=/usr/lib/pd install: install -d $(PDDIR)/doc/5.reference/pdogg - cp help-*.pd ../../doc/5.reference/pdogg + cp *-help.pd ../../doc/5.reference/pdogg clean: rm -f *.o *.pd_* so_locations diff --git a/oggamp~/oggamp~.libs b/oggamp~/oggamp~.libs new file mode 100644 index 0000000..f944930 --- /dev/null +++ b/oggamp~/oggamp~.libs @@ -0,0 +1 @@ +-logg -lvorbis diff --git a/oggcast~/oggcast~.libs b/oggcast~/oggcast~.libs new file mode 100644 index 0000000..28114c5 --- /dev/null +++ b/oggcast~/oggcast~.libs @@ -0,0 +1 @@ +-logg -lvorbis -lvorbisenc -lvorbisfile diff --git a/oggread~/oggread~.libs b/oggread~/oggread~.libs new file mode 100644 index 0000000..28114c5 --- /dev/null +++ b/oggread~/oggread~.libs @@ -0,0 +1 @@ +-logg -lvorbis -lvorbisenc -lvorbisfile diff --git a/oggwrite~/oggwrite~.libs b/oggwrite~/oggwrite~.libs new file mode 100644 index 0000000..28114c5 --- /dev/null +++ b/oggwrite~/oggwrite~.libs @@ -0,0 +1 @@ +-logg -lvorbis -lvorbisenc -lvorbisfile -- cgit v1.2.1