comparison cpp/Makefile @ 4:460f6c74b33a

Updated to latest dcgu.pl and added comment about -c++ flag in Makefile
author samer
date Tue, 17 Jan 2012 18:39:14 +0000
parents 0dd31a8c66bd
children 193d582746e5
comparison
equal deleted inserted replaced
2:546bfd3988b0 4:460f6c74b33a
3 3
4 TARGET=plml.$(SO) 4 TARGET=plml.$(SO)
5 INCML=$(MATLAB)/extern/include 5 INCML=$(MATLAB)/extern/include
6 LIBML=$(MATLAB)/bin/$(MLARCH) 6 LIBML=$(MATLAB)/bin/$(MLARCH)
7 PLLDFLAGS=-c++ g++-apple-4.2 $(INCLUDES) -I$(INCML) -Wall 7 PLLDFLAGS=-c++ g++-apple-4.2 $(INCLUDES) -I$(INCML) -Wall
8 # use -c++ g++-4.2 on Snow Leopard
8 9
9 .SUFFIXES: .cpp .o .so .dylib 10 .SUFFIXES: .cpp .o .so .dylib
10 11
11 main: $(TARGET) 12 main: $(TARGET)
12 13