etrobocon2018 feat.KatLab  770af34cce41ae9c30c41303275e1add2daae0c3 (with uncommitted changes)
 全て クラス 名前空間 ファイル 関数 変数 列挙型 列挙値 フレンド マクロ定義 ページ
Makefile.inc
[詳解]
1 mkfile_path := $(dir $(lastword $(MAKEFILE_LIST)))
2 
3 APPL_CXXOBJS += \
4 util.o
5 
6 SRCLANG := c++
7 
8 APPL_DIR += $(mkfile_path)../str/ev3-api/library/libcpp-ev3/src
9 
10 INCLUDES += -I$(mkfile_path)../str/ev3-api/library/libcpp-ev3/include
11 
12 
13 ifdef CONFIG_EV3RT_APPLICATION
14 
15 # Include libraries
16 include $(EV3RT_SDK_LIB_DIR)/libcpp-ev3/Makefile
17 
18 endif