Changeset 2237 for trunk/test/Makefile.am
- Timestamp:
- Apr 4, 2010, 6:10:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r2236 r2237 99 99 100 100 # dependencies for lazycheck 101 static_test.sh: $(top_srcdir)/m4/yat.m4 102 yat_config_cblas_test.sh: $(top_builddir)/build_support/yat-config 103 yat_cpp_add_flag_test.sh: $(top_srcdir)/m4/yat_add_flag.m4 \ 104 $(top_srcdir)/m4/ax_cxxcpp_check_flag.m4 105 yat_cxx_add_flag_test.sh: $(top_srcdir)/m4/yat_add_flag.m4 \ 106 $(top_srcdir)/m4/ax_cxx_check_flag.m4 107 yat_ld_add_flag_test.sh: $(top_srcdir)/m4/yat_add_flag.m4 \ 108 $(top_srcdir)/m4/ax_ld_check_flag.m4 109 yat_m4_test.sh:$(top_srcdir)/m4/yat.m4 $(top_builddir)/build_support/yat-config 110 yat_m4_test2.sh:$(top_srcdir)/m4/yat.m4 111 112 # all shell tests depend on common_defs.sh 113 $(DISTRIBUTED_TESTS): common_defs.sh 101 static_test.log: $(top_srcdir)/m4/yat.m4 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_cxxcpp_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_cxx_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_ld_check_flag.m4 common_defs.sh 110 yat_m4_test.log:$(top_srcdir)/m4/yat.m4 common_defs.sh \ 111 $(top_builddir)/build_support/yat-config 112 yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 common_defs.sh 114 113 115 114 ## we wanna rerun documentation_test if a header file has … … 118 117 ## changes the documentation_test is very cheap anyway since 'make 119 118 ## doc' will do nothing. 120 documentation_test. sh: $(top_builddir)/yat/libyat.la119 documentation_test.log: $(top_builddir)/yat/libyat.la
Note: See TracChangeset
for help on using the changeset viewer.