sse2 intrinsic version of vp8_mbloop_filter_horizontal_edge()
[aom.git] / solution.mk
blob2de1d8d3e292b6532319c9b27c5e8fdf3c848a69
1 ##
2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3 ##
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.
9 ##
12 vpx.sln: $(wildcard *.vcproj)
13 @echo " [CREATE] $@"
14 $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \
15 $(if $(filter %vpx.vcproj,$^),\
16 $(foreach vcp,$(filter-out %vpx.vcproj %gtest.vcproj %obj_int_extract.vcproj,$^),\
17 --dep=$(vcp:.vcproj=):vpx) \
18 $(foreach vcp,$(filter %_test.vcproj,$^),\
19 --dep=$(vcp:.vcproj=):gtest)) \
20 --dep=vpx:obj_int_extract \
21 --ver=$(CONFIG_VS_VERSION)\
22 --out=$@ $^
23 vpx.sln.mk: vpx.sln
24 @true
26 PROJECTS-yes += vpx.sln vpx.sln.mk
27 -include vpx.sln.mk
29 # Always install this file, as it is an unconditional post-build rule.
30 INSTALL_MAPS += src/% $(SRC_PATH_BARE)/%
31 INSTALL-SRCS-yes += $(target).mk