Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 376 - (show annotations) (download)
Thu Jun 18 16:49:15 2009 UTC (14 years, 11 months ago) by satofumi
File size: 1205 byte(s)
sloader のボーレート変更が不適切だったのを修正
1 # Makefile for libs/
2
3 # Target
4 TARGET_DIR = common/ connection/ tools/ gui/ jpinput/ coordinateCtrl/ runCtrl/ rangesCtrl/ simulator/ monitor/ senario/ gl_gui/ joystick/ gyroscopic/ gps/ pathCtrl/ timestampAdjust/ sound/ sh7045/ sdl_win/ http/
5
6 include handover.mk
7
8 TEST_DIR = \
9 common \
10 connection \
11 rangesCtrl \
12 coordinateCtrl \
13 runCtrl \
14 gps \
15 simulator \
16 gui \
17 jpinput \
18 sh7045 \
19
20 SAMPLES_DIR = \
21 gui/samples \
22 runCtrl/samples \
23 monitor/samples \
24 rangesCtrl/samples \
25 simulator/samples \
26 gl_gui/samples \
27 tools/bmp2header/samples \
28 joystick/samples \
29 gyroscopic/samples \
30 gps/samples \
31
32 DOXYGEN_DIR = \
33 # tools/sh2writer \
34 # tools/sloader \
35
36 test :
37 for i in ${TEST_DIR} ; \
38 do \
39 cd $$i && ${MAKE} test; \
40 cd ${PWD}; \
41 done
42
43 samples :
44 for i in ${SAMPLES_DIR} ; \
45 do \
46 cd $$i && ${MAKE}; \
47 cd ${PWD}; \
48 done
49
50 image :
51 cd img/ && ${MAKE}
52 cd rangesCtrl/img/ && ${MAKE}
53
54 html : image
55 find . -name '*~' | xargs ${RM}
56 doxygen
57 cp img/l6203* img/sh7045f* img/usb_parts.txt doxygen_html/
58 ruby script/doxyHtmlUpdate.rb forge_conf.txt
59
60 upload : html
61 rsync -avz -e ssh --delete doxygen_html/* shell.sourceforge.jp:/home/groups/b/be/beego/htdocs/
62
63 # DO NOT DELETE

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26