# nxtOSEK[gfBNg
NXTOSEK_ROOT = ../../nxtOSEK

# ^[Qbgs`t@C
TARGET = getc2011sample

# CN[hpX
#USER_INC_PATH= $(NXTOSEK_ROOT)/ecrobot/nxtway_gs_balancer
USER_INC_PATH= ../

# Cu
#USER_LIB = nxtway_gs_balancer
USER_LIB = keisoku

# C\[Xt@C
TARGET_SOURCES = \

# C++(.cpp)\[Xt@C
TARGET_CPP_SOURCES = \
	pc_manager.cpp \
	display.cpp \
  bluetooth.cpp \
  motor_controller.cpp \
  nxt.cpp \
	event_controller.cpp \
	timer_controller.cpp \
	getc2011_sample.cpp \
  manager.cpp

# TOPPERS/ATK(OSEK)ݒt@C
TOPPERS_OSEK_OIL_SOURCE = getc2011_sample.oil

# L̃}N͕ύXȂł
O_PATH ?= build

# C++(.cpp)rhpmakefile
include $(NXTOSEK_ROOT)/ecrobot/ecrobot++.mak

