Revision 9ff301134675d9d8a924cc9e7f816f0bedb76b51 authored by Fons Rademakers on 31 August 2006, 09:44:54 UTC, committed by Fons Rademakers on 31 August 2006, 09:44:54 UTC
better solution to make sure archive member name is part of file name
(should quiet down roottest).


git-svn-id: http://root.cern.ch/svn/root/trunk@16174 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 4e21159
Raw File
test_Makefile.am
# @(#)root/mathcore:$Name:  $:$Id: test_Makefile.am,v 1.1 2005/09/20 13:52:26 brun Exp $
# Author: L. Moneta    2005  
#
## Process this file with automake to produce Makefile.in .
#

check_PROGRAMS =  coordinates3D  coordinates4D rotationApplication testGenVector

coordinates3D_SOURCES =  CoordinateTraits.h  coordinates3D.cxx

coordinates4D_SOURCES =  CoordinateTraits.h  coordinates4D.cxx

rotationApplication_SOURCES =  RotationTraits.h  rotationApplication.cxx

testGenVector_SOURCES = testGenVector.cxx

INCLUDES = -I$(top_srcdir)/inc

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




back to top