This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/Makefile.am
kuepper e388461a3b Update configure with switches for app, ParadisEO, and tutorial.
Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
2004-09-22 08:18:29 +00:00

26 lines
530 B
Makefile

###############################################################################
##
## Makefile.am for eo
##
###############################################################################
SUBDIRS = src test doc contrib win
if USE_APPLICATIONS
SUBDIRS += app
endif
if USE_TUTORIAL
SUBDIRS += tutorial
endif
# Directory for documents
DOCDIR = ~/public_html/eodocs
#Directory for indices -- not useful for the user
IDXDIR = ~/index
dist-hook:
$(MAKE) doc
doc: $(srcdir)/doc/eo.cfg
cd doc && $(MAKE) doc && cd ..