Killed JavaEvA from comments and ressources, some maths refactored.

This commit is contained in:
Marcel Kronfeld
2008-04-18 14:36:52 +00:00
parent fdbfa5fe85
commit fb20da9657
173 changed files with 918 additions and 2221 deletions

View File

@@ -290,8 +290,8 @@
<fileset dir=".">
<include name="run.sh"/>
<include name="run.bat"/>
<include name="run_javaeva.sh"/>
<include name="run_javaeva.bat"/>
<include name="run_eva.sh"/>
<include name="run_eva.bat"/>
<include name="*.txt"/>
<include name="*.html"/>
</fileset>

View File

@@ -1,6 +1,6 @@
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Filename: $RCSfile$
Purpose: Ant build file for JavaEvA.
Purpose: Ant build file for EvA2.
Ant-Download: http://jakarta.apache.org/ant
Ant-Manual: http://jakarta.apache.org/ant/manual/index.html
@@ -18,14 +18,17 @@
Copyright (c) Dept. Computer Architecture, University of Tuebingen, Germany
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<project name="JavaEvA" default="check" basedir=".">
<project name="EvA2" default="check" basedir=".">
<!--
As there are no static libraries any more, not much remains to check... (MK)
-->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Library check
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<target name="binary.libraries.check" >
<!--
<condition property="library.available.SNNS.windows">
<and>
<available file="${windows.libraries}/${library.SNNS}.dll" type="file" />
@@ -36,7 +39,6 @@
<available file="${unix.libraries}/lib${library.SNNS}.so" type="file" />
</and>
</condition>
<!--
<condition property="library.available.WSI">
<and>
<available file="${library.WSI}" type="file" />
@@ -63,11 +65,13 @@
</target>
<target name="source.libraries.check" >
<!--
<condition property="library.available.WSI">
<and>
<available file="${library.WSI.ant}/wsi" type="dir" />
</and>
</condition>
</condition>
-->
</target>
<target name="binary.libraries.test.SNNS.windows" depends="binary.libraries.check" unless="library.available.SNNS.windows">
@@ -97,6 +101,8 @@
">
</target>
<target name="check" depends="binary.libraries.check, source.libraries.check">
</target>
</project>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++