comparison Makefile @ 28910:a4cee9518a50

Only compile fastmemcpybench on x86.
author diego
date Sat, 14 Mar 2009 15:56:16 +0000
parents b29169fccda9
children c2baa796c5e5
comparison
equal deleted inserted replaced
28909:e9555bd1a9fb 28910:a4cee9518a50
984 tests: $(addsuffix $(EXESUF),$(TESTS)) 984 tests: $(addsuffix $(EXESUF),$(TESTS))
985 985
986 testsclean: 986 testsclean:
987 -rm -f $(foreach file,$(TESTS),$(call ADD_ALL_EXESUFS,$(file))) 987 -rm -f $(foreach file,$(TESTS),$(call ADD_ALL_EXESUFS,$(file)))
988 988
989 TOOLS = $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 fastmemcpybench movinfo netstream subrip vivodump) 989 TOOLS = $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump)
990 990
991 ifdef ARCH_X86 991 ifdef ARCH_X86
992 TOOLS += TOOLS/modify_reg 992 TOOLS += TOOLS/fastmemcpybench TOOLS/modify_reg
993 endif 993 endif
994 994
995 ALLTOOLS = $(TOOLS) TOOLS/bmovl-test TOOLS/vfw2menc 995 ALLTOOLS = $(TOOLS) TOOLS/bmovl-test TOOLS/vfw2menc
996 996
997 tools: $(addsuffix $(EXESUF),$(TOOLS)) 997 tools: $(addsuffix $(EXESUF),$(TOOLS))