diff --git a/math/vc/tests/Makefile b/math/vc/tests/Makefile index b202ff4635dcb95fb84d934ea07afaca8d41207b..78eec928e9709cda08a4152774162e3ead8a3678 100644 --- a/math/vc/tests/Makefile +++ b/math/vc/tests/Makefile @@ -45,10 +45,10 @@ endif EXTRALIBS += $(ROOTSYS)/lib/libVc.a -OBJS = arithmetics.o casts.o deinterleave.o expandandmerge.o gather.o implicit_type_conversion.o linkTest1.o load.o \ +OBJS = arithmetics.o casts.o deinterleave.o expandandmerge.o gather.o implicit_type_conversion.o load.o \ mask.o math.o memory.o scalaraccess.o scatter.o sse_blend.o stlcontainer.o store.o supportfunctions.o swizzles.o utils.o -PROGRAMS = arithmetics casts deinterleave expandandmerge gather implicit_type_conversion linkTest1 load \ +PROGRAMS = arithmetics casts deinterleave expandandmerge gather implicit_type_conversion load \ mask math memory scalaraccess scatter sse_blend stlcontainer store supportfunctions swizzles utils @@ -83,9 +83,9 @@ implicit_type_conversion: implicit_type_conversion.o # $(LD) $(LDFLAGS) $^ $(EXTRALIBS) $(OutPutOpt)$@ # @echo "$@ done" -linkTest1: linkTest1.o - $(LD) $(LDFLAGS) $^ $(EXTRALIBS) $(OutPutOpt)$@ - @echo "$@ done" +# linkTest1: linkTest1.o +# $(LD) $(LDFLAGS) $^ $(EXTRALIBS) $(OutPutOpt)$@ +# @echo "$@ done" load: load.o $(LD) $(LDFLAGS) $^ $(EXTRALIBS) $(OutPutOpt)$@