git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@128 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2006-12-30 14:05:38 +00:00
commit 865913df71
488 changed files with 0 additions and 46037 deletions

View file

@ -1,12 +0,0 @@
SUBDIRS = shared lesson1
## Makefile.am for paradiseo/examples
EXTRA_DIST = peoExamples.cfg foot.html
doc:
for ex in `ls lesson*`; do cd $(srcdir) && doxygen peoExamples.cfg; done
clean-local:
for ex in `ls lesson*`; do cd $(ex) && rm -rf html latex man; done