removed old code

This commit is contained in:
2015-08-30 22:17:36 +02:00
parent 87996d1a86
commit ed06ca2d35
14 changed files with 3 additions and 584 deletions

View File

@@ -7,7 +7,7 @@ all:|pre libs
pre:
@mkdir -p lib
libs: ml nn
libs: nn
test: all
make -C tests
@@ -17,18 +17,6 @@ _install:
@mkdir -p build/lib
@cp lib/*.so build/lib/
ml: | ml_build lib/MachineLearning.a lib/MachineLearning.so
lib/MachineLearning.so: ./src/MachineLearning/MachineLearning.so
cp ./src/MachineLearning/MachineLearning.so ./lib/
lib/MachineLearning.a: ./src/MachineLearning/MachineLearning.a
cp ./src/MachineLearning/MachineLearning.a ./lib/
cp ./src/MachineLearning/MachineLearning.nm ./lib/
ml_build:
@make -C src/MachineLearning
nn: | nn_build lib/NeuralNetwork.a lib/NeuralNetwork.so
lib/NeuralNetwork.so: ./src/NeuralNetwork/NeuralNetwork.so
@@ -57,7 +45,6 @@ documentation:
doxygen
clean:
@make -C src/MachineLearning clean
@make -C src/NeuralNetwork clean
@make -C tests clean
#@rm -f ./*.so ./*.a ./*.nm