Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
30
trunk/paradiseo-eo/Makefile.am
Normal file
30
trunk/paradiseo-eo/Makefile.am
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
## Makefile.am for eo
|
||||
|
||||
if USE_APPLICATIONS
|
||||
SUBDIRS_APP = app
|
||||
endif
|
||||
|
||||
if USE_TUTORIAL
|
||||
SUBDIRS_TUT = tutorial
|
||||
endif
|
||||
|
||||
SUBDIRS = src doc contrib win $(SUBDIRS_APP) $(SUBDIRS_TUT) test
|
||||
|
||||
|
||||
# Directory for documents
|
||||
DOCDIR = ~/public_html/eodocs
|
||||
|
||||
# Directory for indices -- not useful for the user
|
||||
IDXDIR = ~/index
|
||||
|
||||
|
||||
# Add documentation to distribution
|
||||
dist-hook:
|
||||
$(MAKE) documentation
|
||||
$(INSTALL_DATA) -d $(srcdir)/doc/html $(srcdir)/doc/latex $(srcdir)/doc/man $(distdir)/doc/
|
||||
|
||||
# Prepare documentation
|
||||
documentation:
|
||||
cd doc && $(MAKE) doc && cd ..
|
||||
# convinience-target
|
||||
doc: documentation
|
||||
Loading…
Add table
Add a link
Reference in a new issue