comparison Makefile @ 35922:1cc764869d00

build: Only build subrip tool if the UnRAR executable is available.
author diego
date Tue, 19 Mar 2013 16:50:25 +0000
parents 57761c0cbfe2
children d16e3d64b946
comparison
equal deleted inserted replaced
35921:57761c0cbfe2 35922:1cc764869d00
1032 -rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no)) 1032 -rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no))
1033 1033
1034 TOOLS-$(ARCH_X86) += fastmemcpybench 1034 TOOLS-$(ARCH_X86) += fastmemcpybench
1035 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc 1035 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc
1036 TOOLS-$(SDL_IMAGE) += bmovl-test 1036 TOOLS-$(SDL_IMAGE) += bmovl-test
1037 TOOLS-$(UNRAR_EXEC) += subrip
1037 TOOLS-$(WIN32_EMULATION) += modify_reg 1038 TOOLS-$(WIN32_EMULATION) += modify_reg
1038 1039
1039 TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump $(TOOLS-yes)) 1040 TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream vivodump $(TOOLS-yes))
1040 1041
1041 TOOLS_DEP_FILES = $(addsuffix .d,$(TOOLS)) 1042 TOOLS_DEP_FILES = $(addsuffix .d,$(TOOLS))
1042 1043
1043 tools: $(addsuffix $(EXESUF),$(TOOLS)) 1044 tools: $(addsuffix $(EXESUF),$(TOOLS))
1044 1045