Difference for test/unit/random_maps/Makefile.am from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 BUILT_SOURCES=../../logs/unit/random_maps  
 noinst_LIBRARIES = libstubs.a  noinst_LIBRARIES = libstubs.a
 libstubs_a_SOURCES=stubs_random.c  libstubs_a_SOURCES=stubs_random.c
 INCLUDES = -I../../../include -I../../include  
 AM_CPPFLAGS = -DRESSOURCES=\"$(srcdir)/../../resources\" -DLOGDIR=\"$(srcdir)/../../logs\"  
 LDADD = ../../../common/libcross.a libstubs.a ../../../socket/libsocket.a ../../../random_maps/librandom_map.a $(LIBDL) @CHECK_LIBS@  LDADD = ../../../common/libcross.a libstubs.a ../../../socket/libsocket.a ../../../random_maps/librandom_map.a $(LIBDL) @CHECK_LIBS@
   
   
   CHECK_ROOT=../../
   CHECK_FOLDER=unit/random_maps
   CHECK_PARENT_NAME=Unit
   include $(top_srcdir)/check-fragment.am
   
 ../../logs/unit/random_maps:  ../../logs/unit/random_maps:
  (mkdir ../../logs; mkdir ../../logs/unit; mkdir ../../logs/unit/random_maps)   (mkdir ../../logs; mkdir ../../logs/unit; mkdir ../../logs/unit/random_maps)
 ../../../common/libcross.a:  ../../../common/libcross.a:
Line 15
 
Line 18
  ( cd ../../../random_maps ; make librandom_map.a )   ( cd ../../../random_maps ; make librandom_map.a )
   
 TESTS= check_decor check_door check_exit check_expand2x check_floor check_maze_gen check_monster check_random_map check_reader check_rogue_layout check_room_gen_onion check_room_gen_spiral check_snake check_special check_square_spiral check_standalone check_style check_test check_treasure check_wall  TESTS= check_decor check_door check_exit check_expand2x check_floor check_maze_gen check_monster check_random_map check_reader check_rogue_layout check_room_gen_onion check_room_gen_spiral check_snake check_special check_square_spiral check_standalone check_style check_test check_treasure check_wall
 noinst_PROGRAMS=$(TESTS)  
   check-local: check-html
   clean-local: clean-unit
   


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

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