00001 SubDir TOP robot sim ;
00002
00003 ROBOTSIMHDRS = $(ROBOTHDRS) ;
00004
00005 SubDirHdrs $(TOP) $(ROBOTSIMHDRS) $(ODE)/include ;
00006
00007 #SubInclude TOP robot sim XXX ;
00008
00009
00010 SharedLib robotsim :
00011 SimulatedManipulatorDescription.cpp
00012 SimulatedRobot.cpp
00013 SimulatedPlatform.cpp
00014 SimulatedKinematicChain.cpp
00015 SimulatedSerialManipulator.cpp
00016 SimulatedTool.cpp
00017 SimulatedBasicEnvironment.cpp
00018 TestBasicEnvironment.cpp
00019 IKORTest.cpp
00020 VisualIKORTest.cpp
00021 IKORTester.cpp
00022 ;