2 ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 ## Use of this source code is governed by a BSD-style license
5 ## that can be found in the LICENSE file in the root of the source
6 ## tree. An additional intellectual property rights grant can be found
7 ## in the file PATENTS. All contributing project authors may
8 ## be found in the AUTHORS file in the root of the source tree.
12 ifeq ($(ARCH_ARM),yes)
14 ARM_DEVELOP:=$(if $(filter %vpx.vcproj,$(wildcard *.vcproj)),yes)
16 ifeq ($(ARM_DEVELOP),yes)
19 @cp $(SRC_PATH_BARE)/build/arm-wince-vs8/vpx.sln .
20 PROJECTS-yes += vpx.sln
22 vpx.sln: $(wildcard *.vcproj)
24 $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \
25 $(if $(filter %vpx.vcproj,$^),--dep=ivfdec:vpx) \
26 $(if $(filter %vpx.vcproj,$^),--dep=xma:vpx) \
27 --ver=$(CONFIG_VS_VERSION)\
28 --target=$(TOOLCHAIN)\
33 PROJECTS-yes += vpx.sln vpx.sln.mk
38 vpx.sln: $(wildcard *.vcproj)
40 $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \
41 $(if $(filter %vpx.vcproj,$^),\
42 $(foreach vcp,$(filter-out %vpx.vcproj,$^),\
43 --dep=$(vcp:.vcproj=):vpx)) \
44 --ver=$(CONFIG_VS_VERSION)\
49 PROJECTS-yes += vpx.sln vpx.sln.mk
53 # Always install this file, as it is an unconditional post-build rule.
54 INSTALL_MAPS += src/% $(SRC_PATH_BARE)/%
55 INSTALL-SRCS-yes += $(target).mk