mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 04:58:24 +08:00
8 lines
132 B
Makefile
8 lines
132 B
Makefile
AGGLIBS= -lagg
|
|
AGGCXXFLAGS = -O3 -I/usr/openwin/include -L/usr/openwin/lib
|
|
CXX = CC
|
|
C = cc
|
|
LIB = CC -xar -o
|
|
|
|
.PHONY : clean
|