Develop and Download Open Source Software

Browse Subversion Repository

Contents of /gyroscopic/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 262 - (show annotations) (download)
Mon Mar 3 00:30:25 2008 UTC (16 years, 1 month ago) by satofumi
File size: 902 byte(s)
adjust applyInput() args
1 # Makefile for libs/gyroscopic
2 # Satofumi KAMIMURA
3 # $Id$
4
5 # Compile options
6 CXXFLAGS = -g -O0 -Wall -Werror ${INCLUDES}
7 INCLUDES = -I../connection -I../common
8 LDFLAGS =
9 LDLIBS =
10
11 # Target
12 GYROSCOPIC_LIB = gyroscopic.a
13 TARGET = ${GYROSCOPIC_LIB}
14
15 all : ${TARGET}
16
17 clean :
18 ${RM} *.o ${TARGET}
19 cd samples/ && ${MAKE} clean
20
21 test : allTest
22 ./allTest
23
24 depend :
25 makedepend -Y -- ${INCLUDES} -- ${wildcard *.h *.cpp}
26
27 .PHONY : all clean depend
28 ######################################################################
29 ${GYROSCOPIC_LIB} : \
30 ${GYROSCOPIC_LIB}(Tds01vCtrl.o) \
31 ${GYROSCOPIC_LIB}(Tds01vIdHandler.o)
32
33 # DO NOT DELETE
34
35 Tds01vIdHandler.o: ../connection/ProductIdHandler.h
36 Tds01vCtrl.o: Tds01vCtrl.h ../connection/SerialCtrl.h
37 Tds01vCtrl.o: ../connection/ConnectionInterface.h ../common/Delay.h
38 Tds01vIdHandler.o: Tds01vIdHandler.h ../connection/ProductIdHandler.h
39 Tds01vIdHandler.o: Tds01vCtrl.h

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