Update configure with switches for app, ParadisEO, and tutorial.

Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
This commit is contained in:
kuepper 2004-09-22 08:18:29 +00:00
commit e388461a3b
16 changed files with 113 additions and 8 deletions

View file

@ -4,10 +4,15 @@
##
###############################################################################
SUBDIRS = src test doc app tutorial contrib win
SUBDIRS = src test doc contrib win
if USE_APPLICATIONS
SUBDIRS += app
endif
if USE_TUTORIAL
SUBDIRS += tutorial
endif
#Directory for documents
# Directory for documents
DOCDIR = ~/public_html/eodocs
#Directory for indices -- not useful for the user