OSDN Git Service

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