⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 一个通用的数学库
💻 AM
字号:
EXTRA_DIST 		= makefile.makAUTOMAKE_OPTIONS= no-dependenciesEXTRA_PROGRAMS	= matrix_iterator_test \		matrix_oned_test \		matrix_indices_test \		matrix_ij_test \		matrix_iter_ij_test \		matrix_row_col_test \		matrix_trans_test \		matrix_scaled_test \		matrix_mat_algo_test \		matvec_mult_test \		matvec_rankone_test \		ranktwo_test \		tri_solve_test \		matmat_add_test \		matmat_mult_test \		matmat_copy_test \		quick_testQ_PROGRAM	= matrix_mat_algo_testLDADD =  @MATHLIB@CXXLD    = @CXXLD@CXXLINK  = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) @LDOUT@$@tests		: $(EXTRA_PROGRAMS)all		: testsqtest		: $(Q_PROGRAM)echo-tests	:	@echo $(EXTRA_PROGRAMS)echo-qtest	:	@echo $(Q_PROGRAM)clean		:		  /bin/rm -f $(EXTRA_PROGRAMS) *.exematrix_iterator_test_SOURCES = matrix_iterator_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_oned_test_SOURCES = matrix_oned_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_indices_test_SOURCES = matrix_indices_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_ij_test_SOURCES = matrix_ij_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_iter_ij_test_SOURCES = matrix_iter_ij_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.h     \		      iter_ij_test.hmatrix_row_col_test_SOURCES = matrix_row_col_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_trans_test_SOURCES = matrix_trans_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_scaled_test_SOURCES = matrix_scaled_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatrix_mat_algo_test_SOURCES = matrix_mat_algo_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatvec_mult_test_SOURCES = matvec_mult_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatvec_rankone_test_SOURCES = matvec_rankone_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hranktwo_test_SOURCES = ranktwo_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.htri_solve_test_SOURCES = tri_solve_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatmat_add_test_SOURCES = matmat_add_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatmat_mult_test_SOURCES = matmat_mult_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hmatmat_copy_test_SOURCES = matmat_copy_test.cc \		      matrix_test.h	\		      algo_test.h	\		      fill_matrix.h	\		      matrix_attr.hquick_test_SOURCES	= quick_test.cc

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -