2 ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 ## Use of this source code is governed by a BSD-style license and patent
5 ## grant that can be found in the LICENSE file in the root of the source
6 ## tree. All contributing project authors may be found in the AUTHORS
7 ## file in the root of the source tree.
11 ifeq ($(ARCH_ARM),yes)
13 ARM_DEVELOP:=$(if $(filter %vpx.vcproj,$(wildcard *.vcproj)),yes)
15 ifeq ($(ARM_DEVELOP),yes)
18 @cp $(SRC_PATH_BARE)/build/arm-wince-vs8/vpx.sln .
19 PROJECTS-yes += vpx.sln
21 vpx.sln: $(wildcard *.vcproj)
23 $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \
24 $(if $(filter %vpx.vcproj,$^),--dep=ivfdec:vpx) \
25 $(if $(filter %vpx.vcproj,$^),--dep=xma:vpx) \
26 --ver=$(CONFIG_VS_VERSION)\
27 --target=$(TOOLCHAIN)\
32 PROJECTS-yes += vpx.sln vpx.sln.mk
37 vpx.sln: $(wildcard *.vcproj)
39 $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \
40 $(if $(filter %vpx.vcproj,$^),\
41 $(foreach vcp,$(filter-out %vpx.vcproj,$^),\
42 --dep=$(vcp:.vcproj=):vpx)) \
43 --ver=$(CONFIG_VS_VERSION)\
48 PROJECTS-yes += vpx.sln vpx.sln.mk
52 # Always install this file, as it is an unconditional post-build rule.
53 INSTALL_MAPS += src/% $(SRC_PATH_BARE)/%
54 INSTALL-SRCS-yes += $(target).mk