server-1.12/test/bugs/bugtrack/Makefile.am

54 lines
1.8 KiB
Makefile

if HAVE_LIBDL
LIBDL=-ldl
AM_LDFLAGS=-export-dynamic
else
LIBDL=
AM_LDFLAGS=
endif
#note all .a are here twice for compilation problems
AM_LIBTOOLFLAGS= --preserve-dup-deps
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
LDADD = ../../../server/libserver.a \
../../../common/libcross.a \
../../../random_maps/librandom_map.a \
../../../socket/libsocket.a \
../../../types/libtypes.a \
../../../types/libtypes.a \
$(LIBDL) @CHECK_LIBS@
../../../types/libtypes.a:
( cd ../../../types ; make libtypes.a )
../../logs/unit/server:
(mkdir ../../logs; mkdir ../../logs/unit; mkdir ../../logs/unit/server)
../../../common/libcross.a:
( cd ../../../common ; make libcross.a )
../../../socket/libsocket.a:
( cd ../../../socket ; make libsocket.a )
../../../random_maps/librandom_map.a:
( cd ../../../random_maps ; make librandom_map.a )
../../../server/libserver.a:
( cd ../../../server ; make libserver.a )
TESTS=check_1727944
#check_alchemy check_apply check_attack check_ban check_build_map check_c_chat check_c_misc check_c_move check_c_new check_c_object check_commands check_c_party check_c_range check_c_wiz check_daemon check_disease check_egoitem check_gods check_hiscore check_init check_login check_main check_monster check_move check_pets check_player check_plugins check_resurrection check_rune check_shop check_skills check_skill_util check_spell_attack check_spell_effect check_spell_util check_swamp check_swap check_time check_timers check_weather check_win32 comet_perf
CHECK_ROOT=../../
CHECK_FOLDER=bugs/bugtrack
CHECK_PARENT_NAME=Bugs
include $(top_srcdir)/check-fragment.am
clean-local:
$(RM) .autorun.xml
check-local: check-html
clean-local: clean-unit