summaryrefslogtreecommitdiff
path: root/core/src/demo/makefile
blob: 8426ce7def170256a7350d02c4b9f723faf80946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# preifx
include $(PRO_DIR)/prefix.mak

# module name
NAMES 											= demo

# type
demo_TYPE 										= BIN

# files
demo_C_FILES 									+= xmake

# packages
demo_PKGS-$(TBOX)  								+= tbox 
demo_PKGS-$(LUAJIT)  							+= luajit 
demo_PKGS-$(BASE)  								+= base 

# others
demo_LIBS 										+= xmake$(DTYPE)
demo_INC_DIRS 									+= ../
demo_LIB_DIRS 									+= ../xmake
demo_CXFLAGS 									+= -D__tb_prefix__=\"xmake\"

# suffix
include $(PRO_DIR)/suffix.mak