# @(#)root/mathcore:$Id$ # Author: L. Moneta 2005 # ## Process this file with automake to produce Makefile.in . # check_PROGRAMS = coordinates3D coordinates4D rotationApplication testGenVector testBoost testIterator testIntegration coordinates3D_SOURCES = CoordinateTraits.h coordinates3D.cxx coordinates4D_SOURCES = CoordinateTraits.h coordinates4D.cxx rotationApplication_SOURCES = RotationTraits.h rotationApplication.cxx testGenVector_SOURCES = testGenVector.cxx testBoost_SOURCES = testBoost.cxx testIterator_SOURCES = testIterator.cxx testIntegration_SOURCES = testIntegration.cxx INCLUDES = -I$(top_srcdir)/inc -DNO_SMATRIX coordinates3D_LDADD = $(top_builddir)/src/libMathCore.la coordinates4D_LDADD = $(top_builddir)/src/libMathCore.la rotationApplication_LDADD = $(top_builddir)/src/libMathCore.la testGenVector_LDADD = $(top_builddir)/src/libMathCore.la testBoost_LDADD = $(top_builddir)/src/libMathCore.la testIterator_LDADD = $(top_builddir)/src/libMathCore.la testIntegration_LDADD = $(top_builddir)/src/libMathCore.la