1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 2517 2011-07-11 13:58:16Z peter $ |
---|
4 | |
---|
5 | # Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen |
---|
6 | # Copyright (C) 2004 Jari Häkkinen, Peter Johansson, Cecilia Ritz |
---|
7 | # Copyright (C) 2005 Jari Häkkinen, Peter Johansson |
---|
8 | # Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér |
---|
9 | # Copyright (C) 2009, 2010, 2011 Peter Johansson |
---|
10 | # |
---|
11 | # This file is part of the yat library, http://dev.thep.lu.se/yat |
---|
12 | # |
---|
13 | # The yat library is free software; you can redistribute it |
---|
14 | # and/or modify it under the terms of the GNU General Public License as |
---|
15 | # published by the Free Software Foundation; either version 3 of the |
---|
16 | # License, or (at your option) any later version. |
---|
17 | # |
---|
18 | # The yat library is distributed in the hope that it will be useful, |
---|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
21 | # General Public License for more details. |
---|
22 | # |
---|
23 | # You should have received a copy of the GNU General Public License |
---|
24 | # along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
25 | |
---|
26 | ## we use suffix .cc for all source |
---|
27 | AM_DEFAULT_SOURCE_EXT = .cc |
---|
28 | |
---|
29 | noinst_HEADERS = Suite.h |
---|
30 | |
---|
31 | check_LTLIBRARIES = libyattest.la |
---|
32 | |
---|
33 | check_SCRIPTS = common_defs.sh |
---|
34 | |
---|
35 | .PHONY: FORCE |
---|
36 | |
---|
37 | clean-local:; rm -rf yathello testSubDir |
---|
38 | |
---|
39 | FORCE: |
---|
40 | |
---|
41 | EXTRA_PROGRAMS = alignment.test averager.test \ |
---|
42 | codon.test commandline.test \ |
---|
43 | concept.test \ |
---|
44 | consensus_inputranker.test data_lookup_1d.test \ |
---|
45 | data_weight.test data_weight_proxy.test distance.test \ |
---|
46 | dna.test ensemble.test feature_selection.test fileutil.test \ |
---|
47 | fisher.test genomic_position.test getline_iterator.test \ |
---|
48 | gff.test help.test histogram.test \ |
---|
49 | igp.test index.test inputranker.test interpolation.test \ |
---|
50 | iterator.test kernel_lookup.test kernel_pca.test kernel.test \ |
---|
51 | knn.test kolmogorov_smirnov.test large_file.test matrix_lookup.test \ |
---|
52 | matrix_lookup_weighted.test matrix.test \ |
---|
53 | matrix_weighted.test merge.test nbc.test \ |
---|
54 | ncc.test nni.test normalization.test pca.test \ |
---|
55 | range.test regression.test rnd.test roc.test \ |
---|
56 | score.test segment.test smart_ptr.test \ |
---|
57 | smoother.test split.test statistics.test stream_redirect.test \ |
---|
58 | subset_generator.test svd.test svm.test \ |
---|
59 | svm_multi_class.test tukey.test target.test \ |
---|
60 | ttest.test \ |
---|
61 | utility.test vector.test version.test view.test |
---|
62 | |
---|
63 | TESTS = $(EXTRA_PROGRAMS) |
---|
64 | CLEANFILES = $(EXTRA_PROGRAMS) |
---|
65 | |
---|
66 | # tests not passing through yet |
---|
67 | XFAIL_TESTS = |
---|
68 | |
---|
69 | DISTRIBUTED_TESTS = \ |
---|
70 | doxygen_test.sh \ |
---|
71 | help_test.sh \ |
---|
72 | static_test.sh \ |
---|
73 | yat_config_test.sh \ |
---|
74 | yat_config_cblas_test.sh \ |
---|
75 | yat_cpp_add_flag_test.sh \ |
---|
76 | yat_cxx_add_flag_test.sh \ |
---|
77 | yat_ld_add_flag_test.sh \ |
---|
78 | yat_lt_link_ifelse_test.sh \ |
---|
79 | yat_msg_error_test.sh \ |
---|
80 | yat_msg_error_test2.sh \ |
---|
81 | yat_m4_test.sh \ |
---|
82 | yat_m4_test2.sh |
---|
83 | |
---|
84 | TESTS += $(DISTRIBUTED_TESTS) |
---|
85 | EXTRA_DIST = $(DISTRIBUTED_TESTS) |
---|
86 | |
---|
87 | TEST_EXTENSIONS = .sh .test |
---|
88 | |
---|
89 | LDADD = $(top_builddir)/yat/libyat.la libyattest.la $(YAT_LIBS) |
---|
90 | |
---|
91 | large_file_test_LDADD = libyattest.la |
---|
92 | |
---|
93 | libyattest_la_SOURCES = Suite.cc |
---|
94 | |
---|
95 | lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS= |
---|
96 | |
---|
97 | # dependencies for lazycheck |
---|
98 | help_test.log: help.test common_defs.sh |
---|
99 | static_test.log: $(top_srcdir)/m4/yat.m4 common_defs.sh |
---|
100 | yat_config_test.log: $(top_builddir)/build_support/yat-config \ |
---|
101 | $(top_builddir)/build_support/for_installation/yat-config common_defs.sh |
---|
102 | yat_config_cblas_test.log: $(top_builddir)/build_support/yat-config \ |
---|
103 | common_defs.sh |
---|
104 | yat_cpp_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \ |
---|
105 | $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh |
---|
106 | yat_cxx_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \ |
---|
107 | $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh |
---|
108 | yat_ld_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \ |
---|
109 | $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh |
---|
110 | yat_lt_link_ifelse_test.log: $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \ |
---|
111 | common_defs.sh |
---|
112 | yat_m4_test.log:$(top_srcdir)/m4/yat.m4 common_defs.sh \ |
---|
113 | $(top_builddir)/build_support/yat-config |
---|
114 | yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 common_defs.sh |
---|
115 | yat_msg_error_test.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh |
---|
116 | yat_msg_error_test2.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh |
---|
117 | |
---|
118 | ## We always rerun doxygen_test. When sources for doxygen have |
---|
119 | ## not changed and a rerun would not be needed, the test is very |
---|
120 | ## inexpensive because 'make doc' will not run anything, in other |
---|
121 | ## words, we always run the test but let the logic for 'make doc' take |
---|
122 | ## care of whether doxygen will run or not. |
---|
123 | doxygen_test.log: FORCE |
---|
124 | |
---|
125 | |
---|
126 | # yat-hello is an example of a tiny package that uses yat |
---|
127 | noinst_DATA = $(srcdir)/yat-hello-1.0.tar.gz |
---|
128 | |
---|
129 | # Directory yat-hello contains what a developer would check out |
---|
130 | # from a VCS, i.e., no files generated by autotools. |
---|
131 | yat_hello_sources = |
---|
132 | yat_hello_sources += $(srcdir)/yat-hello/configure.ac |
---|
133 | yat_hello_sources += $(srcdir)/yat-hello/Makefile.am |
---|
134 | yat_hello_sources += $(srcdir)/yat-hello/hello.cc |
---|
135 | |
---|
136 | EXTRA_DIST += $(yat_hello_sources) |
---|
137 | |
---|
138 | yat_hello_tmp_files = |
---|
139 | yat_hello_tmp_files += Makefile.in |
---|
140 | yat_hello_tmp_files += autom4te.cache |
---|
141 | yat_hello_tmp_files += aclocal.m4 |
---|
142 | yat_hello_tmp_files += build-aux |
---|
143 | yat_hello_tmp_files += configure |
---|
144 | yat_hello_tmp_files += m4 |
---|
145 | |
---|
146 | |
---|
147 | yat_hello_deps = $(yat_hello_sources) |
---|
148 | yat_hello_deps += $(top_srcdir)/m4/yat.m4 |
---|
149 | ## We depend on version.m4 so tarball is updated at every release (at least) |
---|
150 | yat_hello_deps += $(top_srcdir)/m4/version.m4 |
---|
151 | |
---|
152 | EXTRA_DIST += $(srcdir)/yat-hello-1.0.tar.gz |
---|
153 | |
---|
154 | $(srcdir)/yat-hello-1.0.tar.gz: $(yat_hello_deps) |
---|
155 | cd $(srcdir)/yat-hello \ |
---|
156 | && $(MKDIR_P) m4 \ |
---|
157 | && cp $(abs_top_srcdir)/m4/yat.m4 m4/ \ |
---|
158 | && autoreconf -ivf \ |
---|
159 | && ./configure --without-yat \ |
---|
160 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
161 | && $(MAKE) $(AM_MAKEFLAGS) distclean \ |
---|
162 | && mv yat-hello-1.0.tar.gz .. \ |
---|
163 | && rm -rf $(yat_hello_tmp_files) |
---|
164 | |
---|
165 | installcheck-local: yat-hello-check |
---|
166 | |
---|
167 | yat-hello-check: $(srcdir)/yat-hello-1.0.tar.gz |
---|
168 | GZIP=$(GZIP_ENV) gzip -dc $< | $(am__untar) \ |
---|
169 | && cd yat-hello-1.0 \ |
---|
170 | && ./configure --with-yat=$(bindir) \ |
---|
171 | && $(MAKE) $(AM_MAKEFLAGS) all \ |
---|
172 | && ./hello \ |
---|
173 | && cd .. \ |
---|
174 | && rm -rf yat-hello-1.0 |
---|
175 | |
---|
176 | |
---|
177 | ## test data |
---|
178 | EXTRA_DIST += \ |
---|
179 | data/isoform.peaks \ |
---|
180 | data/knni_matrix.data \ |
---|
181 | data/knni_result.data \ |
---|
182 | data/knni_weight.data \ |
---|
183 | data/nm_alpha_linear_matlab.txt \ |
---|
184 | data/nm_data_centralized.txt \ |
---|
185 | data/nm_kernel.txt \ |
---|
186 | data/nm_kernel2.txt \ |
---|
187 | data/nm_kernel_gaussian.txt \ |
---|
188 | data/nm_target_bin.txt \ |
---|
189 | data/normalization_test.data \ |
---|
190 | data/rank_data.txt \ |
---|
191 | data/rank_target.txt \ |
---|
192 | data/regression_gauss.data \ |
---|
193 | data/small.gff2 \ |
---|
194 | data/small.gff3 \ |
---|
195 | data/sorlie_centroid_classes.txt \ |
---|
196 | data/sorlie_centroid_data.txt \ |
---|
197 | data/sorlie_centroid_predictions.txt \ |
---|
198 | data/sorlie_centroids.txt \ |
---|
199 | data/vector1.data \ |
---|
200 | data/vector2.data \ |
---|
201 | data/vector3.data \ |
---|
202 | data/vector4.data \ |
---|
203 | data/vector5.data \ |
---|
204 | data/vector6.data \ |
---|
205 | data/vector7.data \ |
---|
206 | data/wenni_result.data \ |
---|
207 | data/wenni_weight.data |
---|