winlin

merge from srs2.

@@ -58,8 +58,7 @@ USER_DIR = . @@ -58,8 +58,7 @@ USER_DIR = .
58 CPPFLAGS += -I\$(GTEST_DIR)/include 58 CPPFLAGS += -I\$(GTEST_DIR)/include
59 59
60 # Flags passed to the C++ compiler. 60 # Flags passed to the C++ compiler.
61 -CXXFLAGS += -g -Wall -Wextra -O0  
62 -CXXFLAGS += $EXTRA_DEFINES 61 +CXXFLAGS += -g -Wall -Wextra -O0 ${EXTRA_DEFINES}
63 62
64 # All tests produced by this Makefile. Remember to add new tests you 63 # All tests produced by this Makefile. Remember to add new tests you
65 # created to the list. 64 # created to the list.