2 CPPFLAGS
= -g
-O3
-mtune
=native
-msse3
-arch i386
-I
/usr
/local
/include/opencv
5 OBJ
=MatrixTracker.o ofxMatrix3x3.o ofxMatrix4x4.o ofxQuaternion.o
7 $(OUT
): $(OBJ
) $(wildcard *.h
) $(wildcard ..
/FProfiler
/*.h
)
10 profile
: CPPFLAGS
+=-DPROFILE