Changeset 93 for trunk/test/Makefile.am
- Timestamp:
- May 30, 2004, 12:51:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r85 r93 6 6 test_svd test_svm test_wead 7 7 8 test_rnd_SOURCES = test_rnd.cc 9 test_rnd_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 8 test_kernel_SOURCES = test_kernel.cc 9 test_kernel_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 10 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 11 12 test_merge_SOURCES = test_merge.cc 13 test_merge_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 10 14 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 11 15 12 16 test_pca_SOURCES = test_pca.cc 13 test_pca_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 17 test_pca_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 18 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 19 20 test_rnd_SOURCES = test_rnd.cc 21 test_rnd_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 22 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 23 24 test_roc_SOURCES = test_roc.cc 25 test_roc_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 14 26 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 15 27 16 28 test_svd_SOURCES = test_svd.cc 17 test_svd_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 18 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 19 20 test_kernel_SOURCES = test_kernel.cc 21 test_kernel_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 22 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 23 24 test_roc_SOURCES = test_roc.cc 25 test_roc_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 29 test_svd_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 26 30 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 27 31 28 32 test_svm_SOURCES = test_svm.cc 29 test_svm_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)$(CPP_TOOLS_LIB) \33 test_svm_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 30 34 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 31 35 32 36 test_wead_SOURCES = test_wead.cc 33 test_wead_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 34 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 35 36 test_merge_SOURCES = test_merge.cc 37 test_merge_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 37 test_wead_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 38 38 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 39 39
Note: See TracChangeset
for help on using the changeset viewer.