aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2016-09-09 22:29:01 +0100
committerh.udo <hudokkow@gmail.com>2016-12-21 10:04:18 +0000
commitfade6926921ea1fa053444be45a2f79bac9ebd7f (patch)
tree15f557fc3f001873a8e539f7491ed424e22812a2 /tools/depends/target
parentb0cad85adb045b88347cf8cded6770c7dd349406 (diff)
[autotools/buildsteps/depends] Update paths
Diffstat (limited to 'tools/depends/target')
-rw-r--r--tools/depends/target/boblight/Makefile2
-rw-r--r--tools/depends/target/cmakebuildsys/Makefile10
-rw-r--r--tools/depends/target/dummy-libxbmc/Makefile2
-rw-r--r--tools/depends/target/pythonmodule-pil/Makefile2
-rw-r--r--tools/depends/target/pythonmodule-setuptools/Makefile2
-rw-r--r--tools/depends/target/xbmc/Makefile2
6 files changed, 10 insertions, 10 deletions
diff --git a/tools/depends/target/boblight/Makefile b/tools/depends/target/boblight/Makefile
index 43d8224adb..bf207a6255 100644
--- a/tools/depends/target/boblight/Makefile
+++ b/tools/depends/target/boblight/Makefile
@@ -51,7 +51,7 @@ endif
ifeq ($(OS),ios)
ifeq ($(TARGET_PLATFORM),appletvos)
#deploy into source tree for tvos - we distribute libboblight with the bundle...
- cp $(PLATFORM)/src/.libs/libboblight.0.dylib $(CORE_SOURCE_DIR)/system/libboblight-tvos.0.dylib
+ cp $(PLATFORM)/src/.libs/libboblight.0.dylib $(CMAKE_SOURCE_DIR)/system/libboblight-tvos.0.dylib
endif
else
echo "libboblight isn't a dependency of XBMC and won't be installed"
diff --git a/tools/depends/target/cmakebuildsys/Makefile b/tools/depends/target/cmakebuildsys/Makefile
index 9ceaad63b6..b0ca5ed1e4 100644
--- a/tools/depends/target/cmakebuildsys/Makefile
+++ b/tools/depends/target/cmakebuildsys/Makefile
@@ -1,6 +1,6 @@
-include ../../Makefile.include
-VERSION.TXT := $(CORE_SOURCE_DIR)/version.txt
+VERSION.TXT := $(CMAKE_SOURCE_DIR)/version.txt
APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT))
ifeq ($(Configuration),)
@@ -11,11 +11,11 @@ ifeq ($(Configuration),)
endif
all:
- mkdir -p $(CORE_SOURCE_DIR)/build
- cd $(CORE_SOURCE_DIR)/build; $(CMAKE) -DCMAKE_BUILD_TYPE=$(Configuration) -DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_FFMPEG=OFF $(CORE_SOURCE_DIR)/project/cmake
+ mkdir -p $(CMAKE_SOURCE_DIR)/build
+ cd $(CMAKE_SOURCE_DIR)/build; $(CMAKE) -DCMAKE_BUILD_TYPE=$(Configuration) -DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_FFMPEG=OFF $(CMAKE_SOURCE_DIR)
clean:
- cd $(CORE_SOURCE_DIR)/build; $(MAKE) clean
+ cd $(CMAKE_SOURCE_DIR)/build; $(MAKE) clean
distclean:
- cd $(CORE_SOURCE_DIR)/build; $(MAKE) clean
+ cd $(CMAKE_SOURCE_DIR)/build; $(MAKE) clean
diff --git a/tools/depends/target/dummy-libxbmc/Makefile b/tools/depends/target/dummy-libxbmc/Makefile
index 06524c4626..9f4cbe3f7b 100644
--- a/tools/depends/target/dummy-libxbmc/Makefile
+++ b/tools/depends/target/dummy-libxbmc/Makefile
@@ -1,5 +1,5 @@
include ../../Makefile.include
-VERSION.TXT := $(CORE_SOURCE_DIR)/version.txt
+VERSION.TXT := $(CMAKE_SOURCE_DIR)/version.txt
DEPS= ../../Makefile.include Makefile dummy-libxbmc.c $(VERSION.TXT)
APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT))
diff --git a/tools/depends/target/pythonmodule-pil/Makefile b/tools/depends/target/pythonmodule-pil/Makefile
index 610961bec5..7fc7187848 100644
--- a/tools/depends/target/pythonmodule-pil/Makefile
+++ b/tools/depends/target/pythonmodule-pil/Makefile
@@ -1,7 +1,7 @@
include ../../Makefile.include
DEPS= ../../Makefile.include Makefile pillow-crosscompile.patch
-VERSION.TXT := $(CORE_SOURCE_DIR)/version.txt
+VERSION.TXT := $(CMAKE_SOURCE_DIR)/version.txt
APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT))
# lib name, version
diff --git a/tools/depends/target/pythonmodule-setuptools/Makefile b/tools/depends/target/pythonmodule-setuptools/Makefile
index 60896aa5f1..f4b29d5559 100644
--- a/tools/depends/target/pythonmodule-setuptools/Makefile
+++ b/tools/depends/target/pythonmodule-setuptools/Makefile
@@ -1,7 +1,7 @@
include ../../Makefile.include
DEPS= ../../Makefile.include Makefile #pillow-crosscompile.patch
-VERSION.TXT := $(CORE_SOURCE_DIR)/version.txt
+VERSION.TXT := $(CMAKE_SOURCE_DIR)/version.txt
APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT))
# lib name, version
diff --git a/tools/depends/target/xbmc/Makefile b/tools/depends/target/xbmc/Makefile
index b370c6d4b2..bc669f50e7 100644
--- a/tools/depends/target/xbmc/Makefile
+++ b/tools/depends/target/xbmc/Makefile
@@ -1,6 +1,6 @@
-include ../../Makefile.include
-VERSION.TXT := $(CORE_SOURCE_DIR)/version.txt
+VERSION.TXT := $(CMAKE_SOURCE_DIR)/version.txt
APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT))
SOURCE=../../../../