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

# ^[Qbgs`t@C
TARGET = getc2012c_pm

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

# Cu
#USER_LIB = nxtway_gs_balancer
#USER_LIB = keisoku2012

# C\[Xt@C
TARGET_SOURCES = \
	display.c \
  motor_controller.c \
  nxt.c \
	getc_sample.c \
	power_meter.c 

# CPP(.cpp)\[Xt@C
TARGET_CPP_SOURCES = \

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

# L̃}N͕ύXȂł
O_PATH ?= build
include $(NXTOSEK_ROOT)/ecrobot/ecrobot.mak


