We import all code here so we can customize and keep in sync with what we do on the host side more easily.
13 lines
211 B
Makefile
13 lines
211 B
Makefile
|
|
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)
|
|
|
|
|