Difference for test/unit/common/Makefile.am from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 BUILT_SOURCES=../../logs/unit/common  
   
   CHECK_ROOT=../../
   CHECK_FOLDER=unit/common
   CHECK_PARENT_NAME=Unit
   include $(top_srcdir)/check-fragment.am
   
 noinst_LIBRARIES = libstubs.a  noinst_LIBRARIES = libstubs.a
 libstubs_a_SOURCES=stubs_common.c  libstubs_a_SOURCES=stubs_common.c
 INCLUDES = -I../../../include -I../../include  LDADD = $(top_srcdir)/common/libcross.a libstubs.a $(LIBDL) @CHECK_LIBS@
 AM_CPPFLAGS = -DRESSOURCES=\"$(srcdir)/../../resources\" -DLOGDIR=\"$(srcdir)/../../logs\" -DSOURCE_ROOT=\"$(srcdir)/../../../\"  
 LDADD = ../../../common/libcross.a libstubs.a $(LIBDL) @CHECK_LIBS@  $(top_srcdir)/common/libcross.a:
    ( cd $(top_srcdir)/common ; make libcross.a )
 ../../logs/unit/common:  
  (mkdir ../../logs; mkdir ../../logs/unit; mkdir ../../logs/unit/common)  
 ../../../common/libcross.a:  
  ( cd ../../../common ; make libcross.a )  
    
   
 TESTS= check_anim check_arch check_button check_exp check_friend check_glue check_holy check_image check_info check_init check_item check_links check_living check_loader check_logger check_los check_map check_object check_path check_player check_porting check_quest check_readable check_recipe check_re-cmp check_region check_shstr check_time check_treasure check_utils  TESTS= check_anim check_arch check_button check_exp check_friend check_glue check_holy check_image check_info check_init check_item check_links check_living check_loader check_logger check_los check_map check_object check_path check_player check_porting check_quest check_readable check_recipe check_re-cmp check_region check_shstr check_time check_treasure check_utils
   
 noinst_PROGRAMS=$(TESTS)  
   
   check-local: check-html
   clean-local: clean-unit
   


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:08