aboutsummaryrefslogtreecommitdiff
path: root/extended/README.pod
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-03 11:06:05 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-03 11:06:05 +0000
commitffb7b436756e9cd077392d1733daf13218874530 (patch)
tree80795bb8c08df8c652c4a43535869abdc26d5807 /extended/README.pod
parent909958783d239b9b61a67e43b12320e3462a0588 (diff)
+ expect CFLAGS and pd_src from parent Makefile
+ clobber DESTDIR from parent Makefile for children - since automake/autoconf respect DESTDIR: bummer + always autogen && configure on 'make build.stamp' + attempt to build even libraries with dependencies (flite,gfsm) svn path=/trunk/externals/moocow/; revision=8377
Diffstat (limited to 'extended/README.pod')
-rw-r--r--extended/README.pod24
1 files changed, 20 insertions, 4 deletions
diff --git a/extended/README.pod b/extended/README.pod
index f01b373..7e23b44 100644
--- a/extended/README.pod
+++ b/extended/README.pod
@@ -19,23 +19,39 @@ Issuing the following commands to the shell:
... should result in all objects being compiled into extended/build/externs.
This is intended to be called from externals/Makefile.
+
=head1 SUPPORTED EXTERNALS
-This makefile currently supports the following of moocow's externals:
+=head2 Standard Externals
+
+The following externals are built by default:
deque
pdstring (just the dummy object, not the library!)
- any2string
- string2any
+ any2string
+ string2any
readdir
+ sprinkler
weightmap
-The following of moocow's externals are unsupported (for various reasons):
+=head2 Optional Externals
+
+The following externals depend on additional libraries, which may or may
+not be installed on your system. The build procedures for these externals
+will be called, but may fail:
flite
gfsm
+
+=head2 Unsupported Externals
+
+The following externals and libraries are unsupported for various reasons:
+
ratts
+See http://www.ling.uni-potsdam.de/~moocow/projects/pd for the "official"
+distributions.
+
=head1 ACKNOWLEDGEMENTS