Advertisement
randUser

Makefile

Jun 12th, 2018
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.39 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.11
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6.  
  7. .PHONY : default_target
  8.  
  9. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  10. .NOTPARALLEL:
  11.  
  12.  
  13. #=============================================================================
  14. # Special targets provided by cmake.
  15.  
  16. # Disable implicit rules so canonical targets will work.
  17. .SUFFIXES:
  18.  
  19.  
  20. # Remove some rules from gmake that .SUFFIXES does not remove.
  21. SUFFIXES =
  22.  
  23. .SUFFIXES: .hpux_make_needs_suffix_list
  24.  
  25.  
  26. # Suppress display of executed commands.
  27. $(VERBOSE).SILENT:
  28.  
  29.  
  30. # A target that is always out of date.
  31. cmake_force:
  32.  
  33. .PHONY : cmake_force
  34.  
  35. #=============================================================================
  36. # Set environment variables for the build.
  37.  
  38. # The shell in which to execute make rules.
  39. SHELL = /bin/sh
  40.  
  41. # The CMake executable.
  42. CMAKE_COMMAND = /usr/bin/cmake
  43.  
  44. # The command to remove a file.
  45. RM = /usr/bin/cmake -E remove -f
  46.  
  47. # Escaping for special characters.
  48. EQUALS = =
  49.  
  50. # The top-level source directory on which CMake was run.
  51. CMAKE_SOURCE_DIR = /home/user/build/xpdf-4.00
  52.  
  53. # The top-level build directory on which CMake was run.
  54. CMAKE_BINARY_DIR = /home/user/build/xpdf-4.00
  55.  
  56. #=============================================================================
  57. # Targets provided globally by CMake.
  58.  
  59. # Special rule for the target install/strip
  60. install/strip: preinstall
  61. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  62. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  63. .PHONY : install/strip
  64.  
  65. # Special rule for the target install/strip
  66. install/strip/fast: preinstall/fast
  67. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  68. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  69. .PHONY : install/strip/fast
  70.  
  71. # Special rule for the target install
  72. install: preinstall
  73. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  74. /usr/bin/cmake -P cmake_install.cmake
  75. .PHONY : install
  76.  
  77. # Special rule for the target install
  78. install/fast: preinstall/fast
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  80. /usr/bin/cmake -P cmake_install.cmake
  81. .PHONY : install/fast
  82.  
  83. # Special rule for the target install/local
  84. install/local: preinstall
  85. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  86. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  87. .PHONY : install/local
  88.  
  89. # Special rule for the target install/local
  90. install/local/fast: preinstall/fast
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  92. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  93. .PHONY : install/local/fast
  94.  
  95. # Special rule for the target list_install_components
  96. list_install_components:
  97. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  98. .PHONY : list_install_components
  99.  
  100. # Special rule for the target list_install_components
  101. list_install_components/fast: list_install_components
  102.  
  103. .PHONY : list_install_components/fast
  104.  
  105. # Special rule for the target edit_cache
  106. edit_cache:
  107. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  108. /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  109. .PHONY : edit_cache
  110.  
  111. # Special rule for the target edit_cache
  112. edit_cache/fast: edit_cache
  113.  
  114. .PHONY : edit_cache/fast
  115.  
  116. # Special rule for the target rebuild_cache
  117. rebuild_cache:
  118. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  119. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  120. .PHONY : rebuild_cache
  121.  
  122. # Special rule for the target rebuild_cache
  123. rebuild_cache/fast: rebuild_cache
  124.  
  125. .PHONY : rebuild_cache/fast
  126.  
  127. # The main all target
  128. all: cmake_check_build_system
  129. $(CMAKE_COMMAND) -E cmake_progress_start /home/user/build/xpdf-4.00/CMakeFiles /home/user/build/xpdf-4.00/CMakeFiles/progress.marks
  130. $(MAKE) -f CMakeFiles/Makefile2 all
  131. $(CMAKE_COMMAND) -E cmake_progress_start /home/user/build/xpdf-4.00/CMakeFiles 0
  132. .PHONY : all
  133.  
  134. # The main clean target
  135. clean:
  136. $(MAKE) -f CMakeFiles/Makefile2 clean
  137. .PHONY : clean
  138.  
  139. # The main clean target
  140. clean/fast: clean
  141.  
  142. .PHONY : clean/fast
  143.  
  144. # Prepare targets for installation.
  145. preinstall: all
  146. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  147. .PHONY : preinstall
  148.  
  149. # Prepare targets for installation.
  150. preinstall/fast:
  151. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  152. .PHONY : preinstall/fast
  153.  
  154. # clear depends
  155. depend:
  156. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  157. .PHONY : depend
  158.  
  159. #=============================================================================
  160. # Target rules for targets named goo
  161.  
  162. # Build rule for target.
  163. goo: cmake_check_build_system
  164. $(MAKE) -f CMakeFiles/Makefile2 goo
  165. .PHONY : goo
  166.  
  167. # fast build rule for target.
  168. goo/fast:
  169. $(MAKE) -f goo/CMakeFiles/goo.dir/build.make goo/CMakeFiles/goo.dir/build
  170. .PHONY : goo/fast
  171.  
  172. #=============================================================================
  173. # Target rules for targets named goo_objs
  174.  
  175. # Build rule for target.
  176. goo_objs: cmake_check_build_system
  177. $(MAKE) -f CMakeFiles/Makefile2 goo_objs
  178. .PHONY : goo_objs
  179.  
  180. # fast build rule for target.
  181. goo_objs/fast:
  182. $(MAKE) -f goo/CMakeFiles/goo_objs.dir/build.make goo/CMakeFiles/goo_objs.dir/build
  183. .PHONY : goo_objs/fast
  184.  
  185. #=============================================================================
  186. # Target rules for targets named fofi
  187.  
  188. # Build rule for target.
  189. fofi: cmake_check_build_system
  190. $(MAKE) -f CMakeFiles/Makefile2 fofi
  191. .PHONY : fofi
  192.  
  193. # fast build rule for target.
  194. fofi/fast:
  195. $(MAKE) -f fofi/CMakeFiles/fofi.dir/build.make fofi/CMakeFiles/fofi.dir/build
  196. .PHONY : fofi/fast
  197.  
  198. #=============================================================================
  199. # Target rules for targets named fofi_objs
  200.  
  201. # Build rule for target.
  202. fofi_objs: cmake_check_build_system
  203. $(MAKE) -f CMakeFiles/Makefile2 fofi_objs
  204. .PHONY : fofi_objs
  205.  
  206. # fast build rule for target.
  207. fofi_objs/fast:
  208. $(MAKE) -f fofi/CMakeFiles/fofi_objs.dir/build.make fofi/CMakeFiles/fofi_objs.dir/build
  209. .PHONY : fofi_objs/fast
  210.  
  211. #=============================================================================
  212. # Target rules for targets named splash_objs
  213.  
  214. # Build rule for target.
  215. splash_objs: cmake_check_build_system
  216. $(MAKE) -f CMakeFiles/Makefile2 splash_objs
  217. .PHONY : splash_objs
  218.  
  219. # fast build rule for target.
  220. splash_objs/fast:
  221. $(MAKE) -f splash/CMakeFiles/splash_objs.dir/build.make splash/CMakeFiles/splash_objs.dir/build
  222. .PHONY : splash_objs/fast
  223.  
  224. #=============================================================================
  225. # Target rules for targets named splash
  226.  
  227. # Build rule for target.
  228. splash: cmake_check_build_system
  229. $(MAKE) -f CMakeFiles/Makefile2 splash
  230. .PHONY : splash
  231.  
  232. # fast build rule for target.
  233. splash/fast:
  234. $(MAKE) -f splash/CMakeFiles/splash.dir/build.make splash/CMakeFiles/splash.dir/build
  235. .PHONY : splash/fast
  236.  
  237. #=============================================================================
  238. # Target rules for targets named xpdf_widget_objs
  239.  
  240. # Build rule for target.
  241. xpdf_widget_objs: cmake_check_build_system
  242. $(MAKE) -f CMakeFiles/Makefile2 xpdf_widget_objs
  243. .PHONY : xpdf_widget_objs
  244.  
  245. # fast build rule for target.
  246. xpdf_widget_objs/fast:
  247. $(MAKE) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/build
  248. .PHONY : xpdf_widget_objs/fast
  249.  
  250. #=============================================================================
  251. # Target rules for targets named pdftohtml
  252.  
  253. # Build rule for target.
  254. pdftohtml: cmake_check_build_system
  255. $(MAKE) -f CMakeFiles/Makefile2 pdftohtml
  256. .PHONY : pdftohtml
  257.  
  258. # fast build rule for target.
  259. pdftohtml/fast:
  260. $(MAKE) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/build
  261. .PHONY : pdftohtml/fast
  262.  
  263. #=============================================================================
  264. # Target rules for targets named pdfimages
  265.  
  266. # Build rule for target.
  267. pdfimages: cmake_check_build_system
  268. $(MAKE) -f CMakeFiles/Makefile2 pdfimages
  269. .PHONY : pdfimages
  270.  
  271. # fast build rule for target.
  272. pdfimages/fast:
  273. $(MAKE) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/build
  274. .PHONY : pdfimages/fast
  275.  
  276. #=============================================================================
  277. # Target rules for targets named pdftops
  278.  
  279. # Build rule for target.
  280. pdftops: cmake_check_build_system
  281. $(MAKE) -f CMakeFiles/Makefile2 pdftops
  282. .PHONY : pdftops
  283.  
  284. # fast build rule for target.
  285. pdftops/fast:
  286. $(MAKE) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/build
  287. .PHONY : pdftops/fast
  288.  
  289. #=============================================================================
  290. # Target rules for targets named pdffonts
  291.  
  292. # Build rule for target.
  293. pdffonts: cmake_check_build_system
  294. $(MAKE) -f CMakeFiles/Makefile2 pdffonts
  295. .PHONY : pdffonts
  296.  
  297. # fast build rule for target.
  298. pdffonts/fast:
  299. $(MAKE) -f xpdf/CMakeFiles/pdffonts.dir/build.make xpdf/CMakeFiles/pdffonts.dir/build
  300. .PHONY : pdffonts/fast
  301.  
  302. #=============================================================================
  303. # Target rules for targets named xpdf_objs
  304.  
  305. # Build rule for target.
  306. xpdf_objs: cmake_check_build_system
  307. $(MAKE) -f CMakeFiles/Makefile2 xpdf_objs
  308. .PHONY : xpdf_objs
  309.  
  310. # fast build rule for target.
  311. xpdf_objs/fast:
  312. $(MAKE) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/build
  313. .PHONY : xpdf_objs/fast
  314.  
  315. #=============================================================================
  316. # Target rules for targets named pdfdetach
  317.  
  318. # Build rule for target.
  319. pdfdetach: cmake_check_build_system
  320. $(MAKE) -f CMakeFiles/Makefile2 pdfdetach
  321. .PHONY : pdfdetach
  322.  
  323. # fast build rule for target.
  324. pdfdetach/fast:
  325. $(MAKE) -f xpdf/CMakeFiles/pdfdetach.dir/build.make xpdf/CMakeFiles/pdfdetach.dir/build
  326. .PHONY : pdfdetach/fast
  327.  
  328. #=============================================================================
  329. # Target rules for targets named pdftoppm
  330.  
  331. # Build rule for target.
  332. pdftoppm: cmake_check_build_system
  333. $(MAKE) -f CMakeFiles/Makefile2 pdftoppm
  334. .PHONY : pdftoppm
  335.  
  336. # fast build rule for target.
  337. pdftoppm/fast:
  338. $(MAKE) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/build
  339. .PHONY : pdftoppm/fast
  340.  
  341. #=============================================================================
  342. # Target rules for targets named pdftopng
  343.  
  344. # Build rule for target.
  345. pdftopng: cmake_check_build_system
  346. $(MAKE) -f CMakeFiles/Makefile2 pdftopng
  347. .PHONY : pdftopng
  348.  
  349. # fast build rule for target.
  350. pdftopng/fast:
  351. $(MAKE) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/build
  352. .PHONY : pdftopng/fast
  353.  
  354. #=============================================================================
  355. # Target rules for targets named pdftotext
  356.  
  357. # Build rule for target.
  358. pdftotext: cmake_check_build_system
  359. $(MAKE) -f CMakeFiles/Makefile2 pdftotext
  360. .PHONY : pdftotext
  361.  
  362. # fast build rule for target.
  363. pdftotext/fast:
  364. $(MAKE) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/build
  365. .PHONY : pdftotext/fast
  366.  
  367. #=============================================================================
  368. # Target rules for targets named pdfinfo
  369.  
  370. # Build rule for target.
  371. pdfinfo: cmake_check_build_system
  372. $(MAKE) -f CMakeFiles/Makefile2 pdfinfo
  373. .PHONY : pdfinfo
  374.  
  375. # fast build rule for target.
  376. pdfinfo/fast:
  377. $(MAKE) -f xpdf/CMakeFiles/pdfinfo.dir/build.make xpdf/CMakeFiles/pdfinfo.dir/build
  378. .PHONY : pdfinfo/fast
  379.  
  380. #=============================================================================
  381. # Target rules for targets named xpdf
  382.  
  383. # Build rule for target.
  384. xpdf: cmake_check_build_system
  385. $(MAKE) -f CMakeFiles/Makefile2 xpdf
  386. .PHONY : xpdf
  387.  
  388. # fast build rule for target.
  389. xpdf/fast:
  390. $(MAKE) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/build
  391. .PHONY : xpdf/fast
  392.  
  393. # Help Target
  394. help:
  395. @echo "The following are some of the valid targets for this Makefile:"
  396. @echo "... all (the default if no target is provided)"
  397. @echo "... clean"
  398. @echo "... depend"
  399. @echo "... install/strip"
  400. @echo "... install"
  401. @echo "... install/local"
  402. @echo "... list_install_components"
  403. @echo "... edit_cache"
  404. @echo "... rebuild_cache"
  405. @echo "... goo"
  406. @echo "... goo_objs"
  407. @echo "... fofi"
  408. @echo "... fofi_objs"
  409. @echo "... splash_objs"
  410. @echo "... splash"
  411. @echo "... xpdf_widget_objs"
  412. @echo "... pdftohtml"
  413. @echo "... pdfimages"
  414. @echo "... pdftops"
  415. @echo "... pdffonts"
  416. @echo "... xpdf_objs"
  417. @echo "... pdfdetach"
  418. @echo "... pdftoppm"
  419. @echo "... pdftopng"
  420. @echo "... pdftotext"
  421. @echo "... pdfinfo"
  422. @echo "... xpdf"
  423. .PHONY : help
  424.  
  425.  
  426.  
  427. #=============================================================================
  428. # Special targets to cleanup operation of make.
  429.  
  430. # Special rule to run CMake to check the build system integrity.
  431. # No rule that depends on this can have commands that come from listfiles
  432. # because they might be regenerated.
  433. cmake_check_build_system:
  434. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  435. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement