git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0d6dfb5b0e
commit
a6fe42664b
743 changed files with 67629 additions and 0 deletions
12
trunk/paradiseo-peo/examples/Makefile.am
Normal file
12
trunk/paradiseo-peo/examples/Makefile.am
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
## Makefile.am for paradiseo/examples
|
||||
|
||||
|
||||
SUBDIRS = shared lesson1 lesson2
|
||||
|
||||
doc:
|
||||
mkdir ../docs/html/lsnshared; cd shared && doxygen paradiseo-peo-lsn-shared.doxyfile && cd ..
|
||||
for ex in `ls | grep lesson`; do mkdir ../docs/html/$$ex; `cd $$ex && doxygen paradiseo-peo-lsn.doxyfile`; done
|
||||
|
||||
clean-local:
|
||||
rm -fr ../docs/html/lsnshared; cd shared && rm -fr html latex man && cd ..
|
||||
for ex in `ls | grep lesson`; do rm -fr ../docs/html/$$ex; `cd $$ex && rm -fr html latex man`; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue