You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
ROOT=../..
|
|
|
|
include $(ROOT)/make/commondefs
|
|
|
|
CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
|
|
CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
|
|
|
|
LIBRARY_NAME = libcodecCommon.a
|
|
|
|
include $(COMMONRULES)
|
|
|
|
|