Ignore:
Timestamp:
Apr 4, 2010, 6:10:31 PM (13 years ago)
Author:
Peter
Message:

fix lazycheck dependencies. refs #475 and #618

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2236 r2237  
    9999
    100100# 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
     101static_test.log: $(top_srcdir)/m4/yat.m4 common_defs.sh
     102yat_config_cblas_test.log: $(top_builddir)/build_support/yat-config \
     103  common_defs.sh
     104yat_cpp_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
     105  $(top_srcdir)/m4/ax_cxxcpp_check_flag.m4 common_defs.sh
     106yat_cxx_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
     107  $(top_srcdir)/m4/ax_cxx_check_flag.m4 common_defs.sh
     108yat_ld_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \
     109  $(top_srcdir)/m4/ax_ld_check_flag.m4 common_defs.sh
     110yat_m4_test.log:$(top_srcdir)/m4/yat.m4 common_defs.sh \
     111  $(top_builddir)/build_support/yat-config
     112yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 common_defs.sh
    114113
    115114## we wanna rerun documentation_test if a header file has
     
    118117## changes the documentation_test is very cheap anyway since 'make
    119118## doc' will do nothing.
    120 documentation_test.sh: $(top_builddir)/yat/libyat.la
     119documentation_test.log: $(top_builddir)/yat/libyat.la
Note: See TracChangeset for help on using the changeset viewer.