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.
|
CC=@CC@
|
|
MAKE=make
|
|
SRC_DIR=@SRC_DIR@
|
|
BUILD_DIR=@BUILD_DIR@
|
|
CFLAGS+=@CFLAGS@ -I$(SRC_DIR)/include -I$(BUILD_DIR)/include
|
|
LDFLAGS+=@LDFLAGS@
|
|
ALL_LIBS=@ALL_LIBS@
|
|
LD=@LD@
|
|
|
|
include $(BUILD_DIR)/build/ck.build.@PROFILE@
|