OSDN Git Service

add Makefile
[tondenhei/et2013.git] / Makefile
1 # Target specific macros
2 TARGET = tonden
3
4 TARGET_CPP_SOURCES = main.cpp LineTracer.cpp LinePos.cpp Runner.cpp ETLinePos.cpp ETBalanceRunner.cpp ETLineTracer.cpp
5
6 TARGET_SOURCES = tsprintf.c balancer_param.c
7
8 TOPPERS_OSEK_OIL_SOURCE = ./main.oil
9
10 USER_INC_PATH= /nxtOSEK/ecrobot/nxtway_gs_balancer
11
12 USER_LIB = nxtway_gs_balancer
13
14 # Don't modify below part
15 O_PATH ?= build
16
17 # makefile for C++(.cpp) build
18 include /nxtOSEK/ecrobot/ecrobot++.mak