better distribution support (not finished)

This commit is contained in:
kuepper 2004-09-20 17:12:12 +00:00
commit 72c070585f
7 changed files with 26 additions and 55 deletions

View file

@ -4,7 +4,8 @@
##
###############################################################################
SUBDIRS = src test app tutorial
SUBDIRS = src test doc app tutorial contrib win
#Directory for documents
DOCDIR = ~/public_html/eodocs
@ -12,9 +13,6 @@ DOCDIR = ~/public_html/eodocs
#Directory for indices -- not useful for the user
IDXDIR = ~/index
# EXTRA_DIST=LICENSE
# special targets
app:
@ -24,10 +22,6 @@ app:
doc: doc/eo.cfg
cd doc; $(MAKE) doc; touch eo.cfg; cd ..
tutorial:
cd $(srcdir)/tutorial; $(MAKE) all; cd ..
@ -35,12 +29,3 @@ tutorial:
#lib:
# cd src; $(MAKE) all; cd ..
#all:
# for i in $(SUBDIRS); do cd $$i && $(MAKE) all; cd ..; done
#clean:
# for i in $(SUBDIRS); do cd $$i && $(MAKE) clean; cd ..; done
###############################################################################