#-----------------------------------------------------------------------------
#
# make libs	- build library routines and install them in the appropriate
#		  modules in ../lib
#
# make <testprog> - build a particular test program
#
#-----------------------------------------------------------------------------

CFLAGS = $(RCC_CFLAGS)

TESTO =	testAngles.o stanSingular.o

#ifndef VxWorksConfig

# program to test singularity code
rccTestProgram(pstest,stanSingular.to $(LUSER) $(LCTRL),,)

# program to test Jacobian routines
rccTestProgram(testJacobian,testJacobian.o stanJacobian.o $(TESTO),,)

#endif

# program to test kinematic routines
rccTestProgram(testKinematics,testKinematics.o stanKinemat.o $(TESTO),,)

rciCtrlModule(stan_convert)
rciCtrlModule(stan_jls)
rciCtrlModule(stan_kynvar)
rciCtrlModule(stanGravload)
rciCtrlModule(stanKinemat)
rciCtrlModule(stanJacobian)

maintainRciCtrl(libs)
maintainVxwLibs(vxwStan,vxlibs)

makeClean(testKinematics testJacobian pstest)
makeDepend()
maintainVxwSubdir()


