OSDN Git Service

Update lejos_osek to nxtOSEK_v205b0.zip
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpptest / Makefile
1 # Target specific macros
2 #
3
4 #
5 # This should be set to the basename of the executable
6 #
7
8 TARGET = cppTest
9
10 #
11 # List all .cc source files here
12 #
13 # Sections also available for .c sources
14 #
15
16 TARGET_CC_SOURCES := \
17         cppTest.cc
18
19 #
20 # Set this to the name of your .oil source file
21 #
22
23 TOPPERS_OSEK_OIL_SOURCE := ./cppTest.oil
24
25 #
26 # These should be left alone normally
27 #
28
29 C_OPTIMISATION_FLAGS = -Os
30
31 O_PATH ?= build
32
33 include ../../../ecrobot/ecrobot.mak