1 2ROOT=../.. 3 4include $(ROOT)/make/commondefs 5 6CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp 7CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include 8 9LIBRARY_NAME = libcodecCommon.a 10 11include $(COMMONRULES) 12 13 14
1 2ROOT=../.. 3 4include $(ROOT)/make/commondefs 5 6CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp 7CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include 8 9LIBRARY_NAME = libcodecCommon.a 10 11include $(COMMONRULES) 12 13 14