patch-tools_depends_native_TexturePacker_Makefile 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. --- xbmc-17.6-Krypton.orig/tools/depends/native/TexturePacker/Makefile 2017-11-14 17:55:01.000000000 +0100
  2. +++ xbmc-17.6-Krypton/tools/depends/native/TexturePacker/Makefile 2018-02-01 20:40:08.806433242 +0100
  3. @@ -1,60 +1,310 @@
  4. -ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
  5. --include ../../Makefile.include
  6. +# CMAKE generated file: DO NOT EDIT!
  7. +# Generated by "Unix Makefiles" Generator, CMake Version 3.8
  8. -ifeq ($(NATIVEPREFIX),)
  9. - PREFIX = $(ROOT_DIR)
  10. -else
  11. - PREFIX = $(NATIVEPREFIX)
  12. -endif
  13. +# Default target executed when no arguments are given to make.
  14. +default_target: all
  15. -ifeq ($(NATIVEPLATFORM),)
  16. - PLATFORM = native
  17. - EXTRA_CONFIGURE = --enable-static
  18. -else
  19. - PLATFORM = $(NATIVEPLATFORM)
  20. -endif
  21. +.PHONY : default_target
  22. -ifeq ($(NATIVE_OS), linux)
  23. - EXTRA_CONFIGURE = --enable-static
  24. -endif
  25. -ifeq ($(NATIVE_OS), android)
  26. - EXTRA_CONFIGURE = --enable-static
  27. -endif
  28. +# Allow only one "make -f Makefile2" at a time, but pass parallelism.
  29. +.NOTPARALLEL:
  30. -ifeq ($(CORE_SOURCE_DIR),)
  31. - CORE_SOURCE_DIR = $(ROOT_DIR)/../../../..
  32. -endif
  33. -SOURCE=$(ROOT_DIR)/src
  34. +#=============================================================================
  35. +# Special targets provided by cmake.
  36. -APP=$(PLATFORM)/TexturePacker
  37. -APPBIN=$(PREFIX)/bin/TexturePacker
  38. +# Disable implicit rules so canonical targets will work.
  39. +.SUFFIXES:
  40. -all: .installed-$(PLATFORM)
  41. -$(PLATFORM):
  42. - -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
  43. - cd $(PLATFORM); cp -a $(SOURCE)/* .
  44. - cd $(PLATFORM); ./autogen.sh
  45. - cd $(PLATFORM); ./configure --prefix=$(PREFIX) $(EXTRA_CONFIGURE) EXTRA_DEFINES="$(NATIVE_ARCH_DEFINES)"
  46. +# Remove some rules from gmake that .SUFFIXES does not remove.
  47. +SUFFIXES =
  48. +.SUFFIXES: .hpux_make_needs_suffix_list
  49. -$(APP): $(PLATFORM)
  50. - $(MAKE) -C $(PLATFORM)
  51. -.installed-$(PLATFORM): $(APP)
  52. - $(MAKE) -C $(PLATFORM) install
  53. - touch $@
  54. - #TEMP workaround for skins: create legacy link. Remove me when skins are fixed
  55. - @mkdir -p $(CORE_SOURCE_DIR)/tools/TexturePacker
  56. - @[ -f $(CORE_SOURCE_DIR)/tools/TexturePacker/TexturePacker ] && rm $(CORE_SOURCE_DIR)/tools/TexturePacker/TexturePacker || :
  57. - @ln -sf $(APPBIN) $(CORE_SOURCE_DIR)/tools/TexturePacker/TexturePacker
  58. - @echo "all:" > $(CORE_SOURCE_DIR)/tools/TexturePacker/Makefile
  59. - @echo "\t@echo "WARNING: use of tools/TexturePacker/TexturePacker is deprecated, please update your skins Makefile"" >> $(CORE_SOURCE_DIR)/tools/TexturePacker/Makefile
  60. +# Suppress display of executed commands.
  61. +$(VERBOSE).SILENT:
  62. +
  63. +# A target that is always out of date.
  64. +cmake_force:
  65. +
  66. +.PHONY : cmake_force
  67. +
  68. +#=============================================================================
  69. +# Set environment variables for the build.
  70. +
  71. +# The shell in which to execute make rules.
  72. +SHELL = /bin/sh
  73. +
  74. +# The CMake executable.
  75. +CMAKE_COMMAND = /home/wbx/rpi2/host_x86_64-linux-gnu/usr/bin/cmake
  76. +
  77. +# The command to remove a file.
  78. +RM = /home/wbx/rpi2/host_x86_64-linux-gnu/usr/bin/cmake -E remove -f
  79. +
  80. +# Escaping for special characters.
  81. +EQUALS = =
  82. +
  83. +# The top-level source directory on which CMake was run.
  84. +CMAKE_SOURCE_DIR = /home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/tools/depends/native/TexturePacker
  85. +
  86. +# The top-level build directory on which CMake was run.
  87. +CMAKE_BINARY_DIR = /home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/tools/depends/native/TexturePacker
  88. +
  89. +#=============================================================================
  90. +# Targets provided globally by CMake.
  91. +
  92. +# Special rule for the target rebuild_cache
  93. +rebuild_cache:
  94. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  95. + /home/wbx/rpi2/host_x86_64-linux-gnu/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  96. +.PHONY : rebuild_cache
  97. +
  98. +# Special rule for the target rebuild_cache
  99. +rebuild_cache/fast: rebuild_cache
  100. +
  101. +.PHONY : rebuild_cache/fast
  102. +
  103. +# Special rule for the target edit_cache
  104. +edit_cache:
  105. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  106. + /home/wbx/rpi2/host_x86_64-linux-gnu/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  107. +.PHONY : edit_cache
  108. +
  109. +# Special rule for the target edit_cache
  110. +edit_cache/fast: edit_cache
  111. +
  112. +.PHONY : edit_cache/fast
  113. +
  114. +# The main all target
  115. +all: cmake_check_build_system
  116. + $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/tools/depends/native/TexturePacker/CMakeFiles /home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/tools/depends/native/TexturePacker/CMakeFiles/progress.marks
  117. + $(MAKE) -f CMakeFiles/Makefile2 all
  118. + $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/tools/depends/native/TexturePacker/CMakeFiles 0
  119. +.PHONY : all
  120. +
  121. +# The main clean target
  122. clean:
  123. - $(MAKE) -C $(PLATFORM) clean
  124. + $(MAKE) -f CMakeFiles/Makefile2 clean
  125. +.PHONY : clean
  126. +
  127. +# The main clean target
  128. +clean/fast: clean
  129. +
  130. +.PHONY : clean/fast
  131. +
  132. +# Prepare targets for installation.
  133. +preinstall: all
  134. + $(MAKE) -f CMakeFiles/Makefile2 preinstall
  135. +.PHONY : preinstall
  136. +
  137. +# Prepare targets for installation.
  138. +preinstall/fast:
  139. + $(MAKE) -f CMakeFiles/Makefile2 preinstall
  140. +.PHONY : preinstall/fast
  141. +
  142. +# clear depends
  143. +depend:
  144. + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  145. +.PHONY : depend
  146. +
  147. +#=============================================================================
  148. +# Target rules for targets named TexturePacker
  149. +
  150. +# Build rule for target.
  151. +TexturePacker: cmake_check_build_system
  152. + $(MAKE) -f CMakeFiles/Makefile2 TexturePacker
  153. +.PHONY : TexturePacker
  154. +
  155. +# fast build rule for target.
  156. +TexturePacker/fast:
  157. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/build
  158. +.PHONY : TexturePacker/fast
  159. +
  160. +# target to build an object file
  161. +home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.o:
  162. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.o
  163. +.PHONY : home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.o
  164. +
  165. +# target to preprocess a source file
  166. +home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.i:
  167. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.i
  168. +.PHONY : home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.i
  169. +
  170. +# target to generate assembly for a file
  171. +home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.s:
  172. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.s
  173. +.PHONY : home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.s
  174. +
  175. +# target to build an object file
  176. +src/DecoderManager.o:
  177. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/DecoderManager.o
  178. +.PHONY : src/DecoderManager.o
  179. +
  180. +# target to preprocess a source file
  181. +src/DecoderManager.i:
  182. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/DecoderManager.i
  183. +.PHONY : src/DecoderManager.i
  184. +
  185. +# target to generate assembly for a file
  186. +src/DecoderManager.s:
  187. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/DecoderManager.s
  188. +.PHONY : src/DecoderManager.s
  189. +
  190. +# target to build an object file
  191. +src/TexturePacker.o:
  192. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/TexturePacker.o
  193. +.PHONY : src/TexturePacker.o
  194. +
  195. +# target to preprocess a source file
  196. +src/TexturePacker.i:
  197. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/TexturePacker.i
  198. +.PHONY : src/TexturePacker.i
  199. +
  200. +# target to generate assembly for a file
  201. +src/TexturePacker.s:
  202. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/TexturePacker.s
  203. +.PHONY : src/TexturePacker.s
  204. +
  205. +# target to build an object file
  206. +src/XBTFWriter.o:
  207. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/XBTFWriter.o
  208. +.PHONY : src/XBTFWriter.o
  209. +
  210. +# target to preprocess a source file
  211. +src/XBTFWriter.i:
  212. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/XBTFWriter.i
  213. +.PHONY : src/XBTFWriter.i
  214. +
  215. +# target to generate assembly for a file
  216. +src/XBTFWriter.s:
  217. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/XBTFWriter.s
  218. +.PHONY : src/XBTFWriter.s
  219. +
  220. +# target to build an object file
  221. +src/decoder/GIFDecoder.o:
  222. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/GIFDecoder.o
  223. +.PHONY : src/decoder/GIFDecoder.o
  224. +
  225. +# target to preprocess a source file
  226. +src/decoder/GIFDecoder.i:
  227. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/GIFDecoder.i
  228. +.PHONY : src/decoder/GIFDecoder.i
  229. +
  230. +# target to generate assembly for a file
  231. +src/decoder/GIFDecoder.s:
  232. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/GIFDecoder.s
  233. +.PHONY : src/decoder/GIFDecoder.s
  234. +
  235. +# target to build an object file
  236. +src/decoder/GifHelper.o:
  237. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/GifHelper.o
  238. +.PHONY : src/decoder/GifHelper.o
  239. +
  240. +# target to preprocess a source file
  241. +src/decoder/GifHelper.i:
  242. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/GifHelper.i
  243. +.PHONY : src/decoder/GifHelper.i
  244. +
  245. +# target to generate assembly for a file
  246. +src/decoder/GifHelper.s:
  247. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/GifHelper.s
  248. +.PHONY : src/decoder/GifHelper.s
  249. +
  250. +# target to build an object file
  251. +src/decoder/JPGDecoder.o:
  252. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/JPGDecoder.o
  253. +.PHONY : src/decoder/JPGDecoder.o
  254. +
  255. +# target to preprocess a source file
  256. +src/decoder/JPGDecoder.i:
  257. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/JPGDecoder.i
  258. +.PHONY : src/decoder/JPGDecoder.i
  259. +
  260. +# target to generate assembly for a file
  261. +src/decoder/JPGDecoder.s:
  262. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/JPGDecoder.s
  263. +.PHONY : src/decoder/JPGDecoder.s
  264. +
  265. +# target to build an object file
  266. +src/decoder/PNGDecoder.o:
  267. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/PNGDecoder.o
  268. +.PHONY : src/decoder/PNGDecoder.o
  269. +
  270. +# target to preprocess a source file
  271. +src/decoder/PNGDecoder.i:
  272. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/PNGDecoder.i
  273. +.PHONY : src/decoder/PNGDecoder.i
  274. +
  275. +# target to generate assembly for a file
  276. +src/decoder/PNGDecoder.s:
  277. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/decoder/PNGDecoder.s
  278. +.PHONY : src/decoder/PNGDecoder.s
  279. +
  280. +# target to build an object file
  281. +src/md5.o:
  282. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/md5.o
  283. +.PHONY : src/md5.o
  284. +
  285. +# target to preprocess a source file
  286. +src/md5.i:
  287. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/md5.i
  288. +.PHONY : src/md5.i
  289. +
  290. +# target to generate assembly for a file
  291. +src/md5.s:
  292. + $(MAKE) -f CMakeFiles/TexturePacker.dir/build.make CMakeFiles/TexturePacker.dir/src/md5.s
  293. +.PHONY : src/md5.s
  294. +
  295. +# Help Target
  296. +help:
  297. + @echo "The following are some of the valid targets for this Makefile:"
  298. + @echo "... all (the default if no target is provided)"
  299. + @echo "... clean"
  300. + @echo "... depend"
  301. + @echo "... rebuild_cache"
  302. + @echo "... edit_cache"
  303. + @echo "... TexturePacker"
  304. + @echo "... home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.o"
  305. + @echo "... home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.i"
  306. + @echo "... home/wbx/rpi2/build_raspberry-pi2_uclibc-ng_cortex_a7_hard_eabihf/w-kodi-17.6-1/xbmc-17.6-Krypton/xbmc/guilib/XBTF.s"
  307. + @echo "... src/DecoderManager.o"
  308. + @echo "... src/DecoderManager.i"
  309. + @echo "... src/DecoderManager.s"
  310. + @echo "... src/TexturePacker.o"
  311. + @echo "... src/TexturePacker.i"
  312. + @echo "... src/TexturePacker.s"
  313. + @echo "... src/XBTFWriter.o"
  314. + @echo "... src/XBTFWriter.i"
  315. + @echo "... src/XBTFWriter.s"
  316. + @echo "... src/decoder/GIFDecoder.o"
  317. + @echo "... src/decoder/GIFDecoder.i"
  318. + @echo "... src/decoder/GIFDecoder.s"
  319. + @echo "... src/decoder/GifHelper.o"
  320. + @echo "... src/decoder/GifHelper.i"
  321. + @echo "... src/decoder/GifHelper.s"
  322. + @echo "... src/decoder/JPGDecoder.o"
  323. + @echo "... src/decoder/JPGDecoder.i"
  324. + @echo "... src/decoder/JPGDecoder.s"
  325. + @echo "... src/decoder/PNGDecoder.o"
  326. + @echo "... src/decoder/PNGDecoder.i"
  327. + @echo "... src/decoder/PNGDecoder.s"
  328. + @echo "... src/md5.o"
  329. + @echo "... src/md5.i"
  330. + @echo "... src/md5.s"
  331. +.PHONY : help
  332. +
  333. +
  334. +
  335. +#=============================================================================
  336. +# Special targets to cleanup operation of make.
  337. +
  338. +# Special rule to run CMake to check the build system integrity.
  339. +# No rule that depends on this can have commands that come from listfiles
  340. +# because they might be regenerated.
  341. +cmake_check_build_system:
  342. + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  343. +.PHONY : cmake_check_build_system
  344. -distclean::
  345. - rm -rf $(PLATFORM) .installed-$(PLATFORM)
  346. - -rm -rf bin