OSDN Git Service

Remove liblejososek.a dependency as it is obsolete.
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpp / BmpFileDraw / Makefile
1 # Target specific macros
2 TARGET = bmpfiledraw
3
4 TARGET_CPP_SOURCES = \
5         BmpFileDraw.cpp \
6         sample.cpp
7
8 BMP_SOURCES = \
9         ./RCXintro_1.bmp \
10         ./RCXintro_2.bmp \
11         ./RCXintro_3.bmp \
12         ./RCXintro_4.bmp \
13         ./RCXintro_5.bmp \
14         ./RCXintro_6.bmp \
15         ./RCXintro_7.bmp \
16         ./RCXintro_8.bmp \
17         ./RCXintro_9.bmp \
18         ./RCXintro_10.bmp \
19         ./RCXintro_11.bmp \
20         ./RCXintro_12.bmp \
21         ./RCXintro_13.bmp \
22         ./RCXintro_14.bmp \
23         ./RCXintro_15.bmp \
24         ./RCXintro_16.bmp
25         
26 TOPPERS_OSEK_OIL_SOURCE = ./sample.oil
27
28 # Don't modify below part
29 O_PATH ?= build
30
31 # makefile for C++(.cpp) build
32 include ../../../ecrobot/ecrobot++.mak