Makefile change
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
OBJFILES=\
|
OBJFILES=\
|
||||||
FeedForward.o\
|
FeedForward.o\
|
||||||
Learning/Learning.o Learning/BackPropagation.o Learning/OpticalBackPropagation.o
|
Learning/Learning.o Learning/BackPropagation.o Learning/OpticalBackPropagation.o ../sse_mathfun.o
|
||||||
|
|
||||||
LINKFILES= ../sse_mathfun.o
|
LINKFILES=
|
||||||
|
|
||||||
LIBNAME=NeuralNetwork
|
LIBNAME=NeuralNetwork
|
||||||
|
|
||||||
@@ -10,6 +10,9 @@ include ../../Makefile.const
|
|||||||
|
|
||||||
all: lib
|
all: lib
|
||||||
|
|
||||||
|
../sse_mathfun.o: ../sse_mathfun.cpp ../sse_mathfun.h
|
||||||
|
make -C ../
|
||||||
|
|
||||||
lib: $(LIBNAME).so $(LIBNAME).a
|
lib: $(LIBNAME).so $(LIBNAME).a
|
||||||
|
|
||||||
$(LIBNAME).so: $(OBJFILES)
|
$(LIBNAME).so: $(OBJFILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user