patch-Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. --- cdrkit-1.1.11.orig/Makefile 2007-05-06 12:23:54.000000000 +0200
  2. +++ cdrkit-1.1.11/Makefile 2015-02-25 10:54:08.000000000 +0100
  3. @@ -1,72 +1,409 @@
  4. -ifneq ($(CFLAGS),)
  5. -CMAKETWEAKS += ( cd build ; cmake .. -DCMAKE_C_FLAGS="$(CFLAGS)" ) || exit 1;
  6. -endif
  7. +# CMAKE generated file: DO NOT EDIT!
  8. +# Generated by "Unix Makefiles" Generator, CMake Version 3.1
  9. -ifneq ($(LDFLAGS),)
  10. -CMAKETWEAKS += (cd build ; cmake .. -DCMAKE_EXE_LINKER_FLAGS:STRING="$(LDFLAGS)" -DCMAKE_MODULE_LINKER_FLAGS:STRING="$(LDFLAGS)" -DCMAKE_SHARED_LINKER_FLAGS:STRING="$(LDFLAGS)" ) || exit 1;
  11. -endif
  12. +# Default target executed when no arguments are given to make.
  13. +default_target: all
  14. +.PHONY : default_target
  15. -ifneq ($(PREFIX),)
  16. -CMAKETWEAKS += ( cd build ; cmake .. -DCMAKE_INSTALL_PREFIX="$(PREFIX)") || exit 1;
  17. -endif
  18. +# Allow only one "make -f Makefile2" at a time, but pass parallelism.
  19. +.NOTPARALLEL:
  20. +.PHONY : .NOTPARALLEL
  21. -ifneq ($(MANSUBDIR),)
  22. -CMAKETWEAKS += ( cd build ; cmake .. -DMANSUBDIR="$(MANSUBDIR)" ) || exit 1;
  23. -endif
  24. +#=============================================================================
  25. +# Special targets provided by cmake.
  26. -default_target: all
  27. +# Disable implicit rules so canonical targets will work.
  28. +.SUFFIXES:
  29. -DISTNAME=cdrkit-$(shell cat VERSION)
  30. -DEBSRCNAME=cdrkit_$(shell cat VERSION | sed -e "s,pre,~pre,").orig.tar.gz
  31. +# Remove some rules from gmake that .SUFFIXES does not remove.
  32. +SUFFIXES =
  33. -build/Makefile:
  34. - @-mkdir build 2>/dev/null
  35. - cd build && cmake ..
  36. +.SUFFIXES: .hpux_make_needs_suffix_list
  37. -cmakepurge:
  38. - rm -rf install_manifest.txt progress.make CMakeFiles CMakeCache.txt cmake_install.cmake
  39. - rm -rf */install_manifest.txt */progress.make */CMakeFiles */CMakeCache.txt */cmake_install.cmake
  40. - rm -rf */*/install_manifest.txt */*/progress.make */*/CMakeFiles */*/CMakeCache.txt */*/cmake_install.cmake
  41. - rm */Makefile */*/Makefile
  42. +# Suppress display of executed commands.
  43. +$(VERBOSE).SILENT:
  44. +
  45. +# A target that is always out of date.
  46. +cmake_force:
  47. +.PHONY : cmake_force
  48. +
  49. +#=============================================================================
  50. +# Set environment variables for the build.
  51. +
  52. +# The shell in which to execute make rules.
  53. +SHELL = /bin/sh
  54. +
  55. +# The CMake executable.
  56. +CMAKE_COMMAND = /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/cmake
  57. +
  58. +# The command to remove a file.
  59. +RM = /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/cmake -E remove -f
  60. +# Escaping for special characters.
  61. +EQUALS = =
  62. +
  63. +# The top-level source directory on which CMake was run.
  64. +CMAKE_SOURCE_DIR = /home/wbx/adk/build_qemu-arm_uclibc-ng_arm_eabihf/w-cdrkit-1.1.11-1/cdrkit-1.1.11
  65. +
  66. +# The top-level build directory on which CMake was run.
  67. +CMAKE_BINARY_DIR = /home/wbx/adk/build_qemu-arm_uclibc-ng_arm_eabihf/w-cdrkit-1.1.11-1/cdrkit-1.1.11
  68. +
  69. +#=============================================================================
  70. +# Targets provided globally by CMake.
  71. +
  72. +# Special rule for the target install/strip
  73. +install/strip: preinstall
  74. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  75. + /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  76. +.PHONY : install/strip
  77. +
  78. +# Special rule for the target install/strip
  79. +install/strip/fast: install/strip
  80. +.PHONY : install/strip/fast
  81. +
  82. +# Special rule for the target edit_cache
  83. +edit_cache:
  84. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  85. + /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  86. +.PHONY : edit_cache
  87. +
  88. +# Special rule for the target edit_cache
  89. +edit_cache/fast: edit_cache
  90. +.PHONY : edit_cache/fast
  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/adk/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. +.PHONY : rebuild_cache/fast
  101. +
  102. +# Special rule for the target install
  103. +install: preinstall
  104. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  105. + /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/cmake -P cmake_install.cmake
  106. +.PHONY : install
  107. +
  108. +# Special rule for the target install
  109. +install/fast: preinstall/fast
  110. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  111. + /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/cmake -P cmake_install.cmake
  112. +.PHONY : install/fast
  113. +
  114. +# Special rule for the target list_install_components
  115. +list_install_components:
  116. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  117. +.PHONY : list_install_components
  118. +
  119. +# Special rule for the target list_install_components
  120. +list_install_components/fast: list_install_components
  121. +.PHONY : list_install_components/fast
  122. +
  123. +# Special rule for the target install/local
  124. +install/local: preinstall
  125. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  126. + /home/wbx/adk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  127. +.PHONY : install/local
  128. +
  129. +# Special rule for the target install/local
  130. +install/local/fast: install/local
  131. +.PHONY : install/local/fast
  132. +
  133. +# The main all target
  134. +all: cmake_check_build_system
  135. + $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/adk/build_qemu-arm_uclibc-ng_arm_eabihf/w-cdrkit-1.1.11-1/cdrkit-1.1.11/CMakeFiles /home/wbx/adk/build_qemu-arm_uclibc-ng_arm_eabihf/w-cdrkit-1.1.11-1/cdrkit-1.1.11/CMakeFiles/progress.marks
  136. + $(MAKE) -f CMakeFiles/Makefile2 all
  137. + $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/adk/build_qemu-arm_uclibc-ng_arm_eabihf/w-cdrkit-1.1.11-1/cdrkit-1.1.11/CMakeFiles 0
  138. +.PHONY : all
  139. +
  140. +# The main clean target
  141. clean:
  142. - rm -rf build
  143. + $(MAKE) -f CMakeFiles/Makefile2 clean
  144. +.PHONY : clean
  145. -tarball:
  146. -# if test "$(shell svn status | grep -v -i make)" ; then echo Uncommited files found. Run \"svn status\" to display them. ; exit 1 ; fi
  147. - @if test -f ../$(DISTNAME).tar.gz ; then echo ../$(DISTNAME).tar.gz exists, not overwritting ; exit 1; fi
  148. - -svn up
  149. - rm -rf tmp
  150. - mkdir tmp
  151. - svn export . tmp/$(DISTNAME)
  152. - rm -rf tmp/$(DISTNAME)/debian
  153. - tar -f - -c -C tmp $(DISTNAME) | gzip -9 > ../$(DISTNAME).tar.gz
  154. - rm -rf tmp
  155. - test -e /etc/debian_version && ln -f ../$(DISTNAME).tar.gz ../$(DEBSRCNAME) || true
  156. - test -e ../tarballs && ln -f ../$(DISTNAME).tar.gz ../tarballs/$(DEBSRCNAME) || true
  157. +# The main clean target
  158. +clean/fast: clean
  159. +.PHONY : clean/fast
  160. -tarball-remove:
  161. - rm -f ../$(DISTNAME).tar.gz ../tarballs/$(DEBSRCNAME) ../$(DEBSRCNAME)
  162. +# Prepare targets for installation.
  163. +preinstall: all
  164. + $(MAKE) -f CMakeFiles/Makefile2 preinstall
  165. +.PHONY : preinstall
  166. -SVNBASE=$(shell svn info | grep URL: | cut -f2 -d' ' | xargs dirname)
  167. -release: tarball
  168. - svn ci
  169. - svn cp $(SVNBASE)/trunk $(SVNBASE)/tags/release_$(shell cat VERSION)
  170. +# Prepare targets for installation.
  171. +preinstall/fast:
  172. + $(MAKE) -f CMakeFiles/Makefile2 preinstall
  173. +.PHONY : preinstall/fast
  174. -#%::
  175. -# $(MAKE) $(MAKE_FLAGS) build/Makefile
  176. -# $(CMAKETWEAKS)
  177. -# $(MAKE) -C build $(MAKE_FLAGS) $@
  178. +# clear depends
  179. +depend:
  180. + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  181. +.PHONY : depend
  182. -# needs to be explicite, for PHONY and install (AKA INSTALL) file on cygwin
  183. -install: build/Makefile
  184. - $(CMAKETWEAKS)
  185. - $(MAKE) -C build $(MAKE_FLAGS) $@
  186. +#=============================================================================
  187. +# Target rules for targets named devdump
  188. -all: build/Makefile
  189. - $(CMAKETWEAKS)
  190. - $(MAKE) -C build $(MAKE_FLAGS) $@
  191. +# Build rule for target.
  192. +devdump: cmake_check_build_system
  193. + $(MAKE) -f CMakeFiles/Makefile2 devdump
  194. +.PHONY : devdump
  195. -.PHONY: install all
  196. +# fast build rule for target.
  197. +devdump/fast:
  198. + $(MAKE) -f genisoimage/CMakeFiles/devdump.dir/build.make genisoimage/CMakeFiles/devdump.dir/build
  199. +.PHONY : devdump/fast
  200. +#=============================================================================
  201. +# Target rules for targets named genisoimage
  202. +
  203. +# Build rule for target.
  204. +genisoimage: cmake_check_build_system
  205. + $(MAKE) -f CMakeFiles/Makefile2 genisoimage
  206. +.PHONY : genisoimage
  207. +
  208. +# fast build rule for target.
  209. +genisoimage/fast:
  210. + $(MAKE) -f genisoimage/CMakeFiles/genisoimage.dir/build.make genisoimage/CMakeFiles/genisoimage.dir/build
  211. +.PHONY : genisoimage/fast
  212. +
  213. +#=============================================================================
  214. +# Target rules for targets named isodebug
  215. +
  216. +# Build rule for target.
  217. +isodebug: cmake_check_build_system
  218. + $(MAKE) -f CMakeFiles/Makefile2 isodebug
  219. +.PHONY : isodebug
  220. +
  221. +# fast build rule for target.
  222. +isodebug/fast:
  223. + $(MAKE) -f genisoimage/CMakeFiles/isodebug.dir/build.make genisoimage/CMakeFiles/isodebug.dir/build
  224. +.PHONY : isodebug/fast
  225. +
  226. +#=============================================================================
  227. +# Target rules for targets named isodump
  228. +
  229. +# Build rule for target.
  230. +isodump: cmake_check_build_system
  231. + $(MAKE) -f CMakeFiles/Makefile2 isodump
  232. +.PHONY : isodump
  233. +
  234. +# fast build rule for target.
  235. +isodump/fast:
  236. + $(MAKE) -f genisoimage/CMakeFiles/isodump.dir/build.make genisoimage/CMakeFiles/isodump.dir/build
  237. +.PHONY : isodump/fast
  238. +
  239. +#=============================================================================
  240. +# Target rules for targets named isoinfo
  241. +
  242. +# Build rule for target.
  243. +isoinfo: cmake_check_build_system
  244. + $(MAKE) -f CMakeFiles/Makefile2 isoinfo
  245. +.PHONY : isoinfo
  246. +
  247. +# fast build rule for target.
  248. +isoinfo/fast:
  249. + $(MAKE) -f genisoimage/CMakeFiles/isoinfo.dir/build.make genisoimage/CMakeFiles/isoinfo.dir/build
  250. +.PHONY : isoinfo/fast
  251. +
  252. +#=============================================================================
  253. +# Target rules for targets named isovfy
  254. +
  255. +# Build rule for target.
  256. +isovfy: cmake_check_build_system
  257. + $(MAKE) -f CMakeFiles/Makefile2 isovfy
  258. +.PHONY : isovfy
  259. +
  260. +# fast build rule for target.
  261. +isovfy/fast:
  262. + $(MAKE) -f genisoimage/CMakeFiles/isovfy.dir/build.make genisoimage/CMakeFiles/isovfy.dir/build
  263. +.PHONY : isovfy/fast
  264. +
  265. +#=============================================================================
  266. +# Target rules for targets named wodim
  267. +
  268. +# Build rule for target.
  269. +wodim: cmake_check_build_system
  270. + $(MAKE) -f CMakeFiles/Makefile2 wodim
  271. +.PHONY : wodim
  272. +
  273. +# fast build rule for target.
  274. +wodim/fast:
  275. + $(MAKE) -f wodim/CMakeFiles/wodim.dir/build.make wodim/CMakeFiles/wodim.dir/build
  276. +.PHONY : wodim/fast
  277. +
  278. +#=============================================================================
  279. +# Target rules for targets named wodimstuff
  280. +
  281. +# Build rule for target.
  282. +wodimstuff: cmake_check_build_system
  283. + $(MAKE) -f CMakeFiles/Makefile2 wodimstuff
  284. +.PHONY : wodimstuff
  285. +
  286. +# fast build rule for target.
  287. +wodimstuff/fast:
  288. + $(MAKE) -f wodim/CMakeFiles/wodimstuff.dir/build.make wodim/CMakeFiles/wodimstuff.dir/build
  289. +.PHONY : wodimstuff/fast
  290. +
  291. +#=============================================================================
  292. +# Target rules for targets named edc
  293. +
  294. +# Build rule for target.
  295. +edc: cmake_check_build_system
  296. + $(MAKE) -f CMakeFiles/Makefile2 edc
  297. +.PHONY : edc
  298. +
  299. +# fast build rule for target.
  300. +edc/fast:
  301. + $(MAKE) -f libedc/CMakeFiles/edc.dir/build.make libedc/CMakeFiles/edc.dir/build
  302. +.PHONY : edc/fast
  303. +
  304. +#=============================================================================
  305. +# Target rules for targets named hfs_iso
  306. +
  307. +# Build rule for target.
  308. +hfs_iso: cmake_check_build_system
  309. + $(MAKE) -f CMakeFiles/Makefile2 hfs_iso
  310. +.PHONY : hfs_iso
  311. +
  312. +# fast build rule for target.
  313. +hfs_iso/fast:
  314. + $(MAKE) -f libhfs_iso/CMakeFiles/hfs_iso.dir/build.make libhfs_iso/CMakeFiles/hfs_iso.dir/build
  315. +.PHONY : hfs_iso/fast
  316. +
  317. +#=============================================================================
  318. +# Target rules for targets named paranoia
  319. +
  320. +# Build rule for target.
  321. +paranoia: cmake_check_build_system
  322. + $(MAKE) -f CMakeFiles/Makefile2 paranoia
  323. +.PHONY : paranoia
  324. +
  325. +# fast build rule for target.
  326. +paranoia/fast:
  327. + $(MAKE) -f libparanoia/CMakeFiles/paranoia.dir/build.make libparanoia/CMakeFiles/paranoia.dir/build
  328. +.PHONY : paranoia/fast
  329. +
  330. +#=============================================================================
  331. +# Target rules for targets named icedax
  332. +
  333. +# Build rule for target.
  334. +icedax: cmake_check_build_system
  335. + $(MAKE) -f CMakeFiles/Makefile2 icedax
  336. +.PHONY : icedax
  337. +
  338. +# fast build rule for target.
  339. +icedax/fast:
  340. + $(MAKE) -f icedax/CMakeFiles/icedax.dir/build.make icedax/CMakeFiles/icedax.dir/build
  341. +.PHONY : icedax/fast
  342. +
  343. +#=============================================================================
  344. +# Target rules for targets named usal
  345. +
  346. +# Build rule for target.
  347. +usal: cmake_check_build_system
  348. + $(MAKE) -f CMakeFiles/Makefile2 usal
  349. +.PHONY : usal
  350. +
  351. +# fast build rule for target.
  352. +usal/fast:
  353. + $(MAKE) -f libusal/CMakeFiles/usal.dir/build.make libusal/CMakeFiles/usal.dir/build
  354. +.PHONY : usal/fast
  355. +
  356. +#=============================================================================
  357. +# Target rules for targets named rols
  358. +
  359. +# Build rule for target.
  360. +rols: cmake_check_build_system
  361. + $(MAKE) -f CMakeFiles/Makefile2 rols
  362. +.PHONY : rols
  363. +
  364. +# fast build rule for target.
  365. +rols/fast:
  366. + $(MAKE) -f librols/CMakeFiles/rols.dir/build.make librols/CMakeFiles/rols.dir/build
  367. +.PHONY : rols/fast
  368. +
  369. +#=============================================================================
  370. +# Target rules for targets named unls
  371. +
  372. +# Build rule for target.
  373. +unls: cmake_check_build_system
  374. + $(MAKE) -f CMakeFiles/Makefile2 unls
  375. +.PHONY : unls
  376. +
  377. +# fast build rule for target.
  378. +unls/fast:
  379. + $(MAKE) -f libunls/CMakeFiles/unls.dir/build.make libunls/CMakeFiles/unls.dir/build
  380. +.PHONY : unls/fast
  381. +
  382. +#=============================================================================
  383. +# Target rules for targets named readom
  384. +
  385. +# Build rule for target.
  386. +readom: cmake_check_build_system
  387. + $(MAKE) -f CMakeFiles/Makefile2 readom
  388. +.PHONY : readom
  389. +
  390. +# fast build rule for target.
  391. +readom/fast:
  392. + $(MAKE) -f readom/CMakeFiles/readom.dir/build.make readom/CMakeFiles/readom.dir/build
  393. +.PHONY : readom/fast
  394. +
  395. +#=============================================================================
  396. +# Target rules for targets named netscsid
  397. +
  398. +# Build rule for target.
  399. +netscsid: cmake_check_build_system
  400. + $(MAKE) -f CMakeFiles/Makefile2 netscsid
  401. +.PHONY : netscsid
  402. +
  403. +# fast build rule for target.
  404. +netscsid/fast:
  405. + $(MAKE) -f netscsid/CMakeFiles/netscsid.dir/build.make netscsid/CMakeFiles/netscsid.dir/build
  406. +.PHONY : netscsid/fast
  407. +
  408. +# Help Target
  409. +help:
  410. + @echo "The following are some of the valid targets for this Makefile:"
  411. + @echo "... all (the default if no target is provided)"
  412. + @echo "... clean"
  413. + @echo "... depend"
  414. + @echo "... install/strip"
  415. + @echo "... edit_cache"
  416. + @echo "... rebuild_cache"
  417. + @echo "... install"
  418. + @echo "... list_install_components"
  419. + @echo "... install/local"
  420. + @echo "... isodebug"
  421. + @echo "... genisoimage"
  422. + @echo "... isodump"
  423. + @echo "... isoinfo"
  424. + @echo "... devdump"
  425. + @echo "... isovfy"
  426. + @echo "... wodimstuff"
  427. + @echo "... wodim"
  428. + @echo "... edc"
  429. + @echo "... hfs_iso"
  430. + @echo "... paranoia"
  431. + @echo "... icedax"
  432. + @echo "... usal"
  433. + @echo "... rols"
  434. + @echo "... unls"
  435. + @echo "... readom"
  436. + @echo "... netscsid"
  437. +.PHONY : help
  438. +
  439. +
  440. +
  441. +#=============================================================================
  442. +# Special targets to cleanup operation of make.
  443. +
  444. +# Special rule to run CMake to check the build system integrity.
  445. +# No rule that depends on this can have commands that come from listfiles
  446. +# because they might be regenerated.
  447. +cmake_check_build_system:
  448. + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  449. +.PHONY : cmake_check_build_system