DLOBJECTS=\
./deeplearning/dA.o \
./deeplearning/DBN.o \
./deeplearning/SdA.o \
./deeplearning/HiddenLayer.o \
./deeplearning/LogisticRegression.o \
./deeplearning/RBM.o

RCPPDL= RcppDL.o

OBJECTS= $(RCPPDL) $(DLOBJECTS)
