From ffb7b436756e9cd077392d1733daf13218874530 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Fri, 3 Aug 2007 11:06:05 +0000 Subject: + 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 --- extended/README.pod | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'extended/README.pod') 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 -- cgit v1.2.1