John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 1 | ## |
John Koleszar | c2140b8 | 2010-09-09 08:16:39 -0400 | [diff] [blame] | 2 | ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 3 | ## |
John Koleszar | 94c52e4 | 2010-06-18 12:39:21 -0400 | [diff] [blame] | 4 | ## Use of this source code is governed by a BSD-style license |
John Koleszar | 09202d8 | 2010-06-04 16:19:40 -0400 | [diff] [blame] | 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 |
John Koleszar | 94c52e4 | 2010-06-18 12:39:21 -0400 | [diff] [blame] | 7 | ## in the file PATENTS. All contributing project authors may |
John Koleszar | 09202d8 | 2010-06-04 16:19:40 -0400 | [diff] [blame] | 8 | ## be found in the AUTHORS file in the root of the source tree. |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 9 | ## |
| 10 | |
| 11 | |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 12 | vpx.sln: $(wildcard *.vcproj) |
| 13 | @echo " [CREATE] $@" |
| 14 | $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \ |
| 15 | $(if $(filter %vpx.vcproj,$^),\ |
Johann | 128d2c2 | 2011-03-02 09:44:39 -0500 | [diff] [blame] | 16 | $(foreach vcp,$(filter-out %vpx.vcproj %obj_int_extract.vcproj,$^),\ |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 17 | --dep=$(vcp:.vcproj=):vpx)) \ |
Johann | 128d2c2 | 2011-03-02 09:44:39 -0500 | [diff] [blame] | 18 | --dep=vpx:obj_int_extract \ |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 19 | --ver=$(CONFIG_VS_VERSION)\ |
| 20 | --out=$@ $^ |
| 21 | vpx.sln.mk: vpx.sln |
| 22 | @true |
| 23 | |
| 24 | PROJECTS-yes += vpx.sln vpx.sln.mk |
| 25 | -include vpx.sln.mk |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 26 | |
| 27 | # Always install this file, as it is an unconditional post-build rule. |
| 28 | INSTALL_MAPS += src/% $(SRC_PATH_BARE)/% |
| 29 | INSTALL-SRCS-yes += $(target).mk |