OSDN Git Service

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