You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
515 B
26 lines
515 B
|
|
check_PROGRAMS = dummy
|
|
|
|
dummy_SOURCES = dummy.cc
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I../include
|
|
|
|
LDADD = -lm @SUPLDFLAGS@
|
|
|
|
TESTS = make_gmm_test.pl
|
|
|
|
EXTRA_DIST=\
|
|
make_gmm_test.pl\
|
|
gmm_torture01_lusolve.cc\
|
|
gmm_torture02_baseop.cc\
|
|
gmm_torture05_mult.cc\
|
|
gmm_torture06_mat_mult.cc\
|
|
gmm_torture10_qr.cc\
|
|
gmm_torture15_sub.cc\
|
|
gmm_torture20_iterative_solvers.cc
|
|
|
|
|
|
CLEANFILES = toto.mat ii_files/* auto_gmm*
|
|
|
|
LOG_COMPILER = perl
|
|
|