update files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@364 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3ea78ace40
commit
39d65605fe
4 changed files with 9 additions and 10 deletions
|
|
@ -3,8 +3,9 @@ SUBDIRS = docs src tutorials
|
|||
clean_all: clean_aux clean_doc
|
||||
-@make clean
|
||||
-@(rm -rf aclocal.m4 autom4te.cache configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\
|
||||
cd docs; rm -rf Makefile Makefile.in *.doxytag; cd ../src ; rm -rf Makefile Makefile.in; cd ../tutorials; rm -rf Makefile Makefile.in;\
|
||||
cd lesson1; rm -rf .deps/ Makefile Makefile.in; cd ../lesson2; rm -rf .deps/ Makefile Makefile.in)
|
||||
cd docs; rm -rf Makefile Makefile.in *.doxytag; cd ../src ; rm -rf Makefile Makefile.in; cd core ; rm -rf Makefile Makefile.in;\
|
||||
cd ../../tutorials; rm -rf Makefile Makefile.in; cd lesson1; rm -rf .deps/ Makefile Makefile.in *.status;\
|
||||
cd flowshop; rm -rf .deps/ Makefile Makefile.in; cd ../../lesson2; rm -rf .deps/ Makefile Makefile.in)
|
||||
|
||||
clean_aux:
|
||||
-@find . \( -name "*~" -o -name "*.old" -o -name "#*" -o -name "*.bak" \) -print -exec rm -rf \{\} \;
|
||||
|
|
|
|||
|
|
@ -1,7 +1 @@
|
|||
* release 0.1
|
||||
|
||||
# Local Variables:
|
||||
# coding: iso-8859-1
|
||||
# mode: text
|
||||
# fill-column: 80
|
||||
# End:
|
||||
* release 1.0
|
||||
|
|
|
|||
|
|
@ -52,7 +52,9 @@ structure:
|
|||
|
|
||||
+-- lesson1 A bi-objective flow-shop problem example with main algorithms.
|
||||
| |
|
||||
| +-benchmarks Instance files for testing.
|
||||
| +- flowshop Flow-shop source files
|
||||
| |
|
||||
| +- benchmarks Instance files for testing.
|
||||
|
|
||||
|-- lesson2 Implement NSGA-II for the SCH1 problem.
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,10 @@ AC_ARG_WITH(EOdir,
|
|||
AC_OUTPUT([
|
||||
Makefile
|
||||
src/Makefile
|
||||
src/core/Makefile
|
||||
docs/Makefile
|
||||
tutorials/Makefile
|
||||
tutorials/lesson1/Makefile
|
||||
tutorials/lesson1/flowshop/Makefile
|
||||
tutorials/lesson2/Makefile
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue