diff cpp/Makefile @ 19:256016cddcba

Moved to library(debug) for messages; more helpful message if foreign library fails to load.
author samer
date Thu, 09 Feb 2012 10:57:10 +0000
parents 440734a35533
children
line wrap: on
line diff
--- a/cpp/Makefile	Mon Feb 06 14:25:05 2012 +0000
+++ b/cpp/Makefile	Thu Feb 09 10:57:10 2012 +0000
@@ -4,7 +4,7 @@
 TARGET=plml.$(SO)
 INCML=$(MATLAB)/extern/include
 LIBML=$(MATLAB)/bin/$(MLARCH)
-PLLDFLAGS=$(CXX) $(INCLUDES) -I$(INCML) -Wall -g3
+PLLDFLAGS=$(CXX) $(INCLUDES) -I$(INCML) -Wall
 
 .SUFFIXES: .cpp .o .so .dylib
 
@@ -24,4 +24,5 @@
 install:
 	install -d $(INSTALL_LIB_TO)
 	install $(INSTALL_FLAGS) $(TARGET) $(INSTALL_LIB_TO)
+	install $(INSTALL_FLAGS) logio $(INSTALL_LIB_TO)