Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 17.76 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.7
  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/pi/scripts/pigpio
  52.  
  53. # The top-level build directory on which CMake was run.
  54. CMAKE_BINARY_DIR = /home/pi/scripts/build_original
  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: install/strip
  67.  
  68. .PHONY : install/strip/fast
  69.  
  70. # Special rule for the target install
  71. install: preinstall
  72.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  73.     /usr/bin/cmake -P cmake_install.cmake
  74. .PHONY : install
  75.  
  76. # Special rule for the target install
  77. install/fast: preinstall/fast
  78.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  79.     /usr/bin/cmake -P cmake_install.cmake
  80. .PHONY : install/fast
  81.  
  82. # Special rule for the target list_install_components
  83. list_install_components:
  84.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  85. .PHONY : list_install_components
  86.  
  87. # Special rule for the target list_install_components
  88. list_install_components/fast: list_install_components
  89.  
  90. .PHONY : list_install_components/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.     /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 "No interactive CMake dialog available..."
  106.     /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  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. # Special rule for the target install/local
  115. install/local: preinstall
  116.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  117.     /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  118. .PHONY : install/local
  119.  
  120. # Special rule for the target install/local
  121. install/local/fast: install/local
  122.  
  123. .PHONY : install/local/fast
  124.  
  125. # The main all target
  126. all: cmake_check_build_system
  127.     $(CMAKE_COMMAND) -E cmake_progress_start /home/pi/scripts/build_original/CMakeFiles /home/pi/scripts/build_original/CMakeFiles/progress.marks
  128.     $(MAKE) -f CMakeFiles/Makefile2 all
  129.     $(CMAKE_COMMAND) -E cmake_progress_start /home/pi/scripts/build_original/CMakeFiles 0
  130. .PHONY : all
  131.  
  132. # The main clean target
  133. clean:
  134.     $(MAKE) -f CMakeFiles/Makefile2 clean
  135. .PHONY : clean
  136.  
  137. # The main clean target
  138. clean/fast: clean
  139.  
  140. .PHONY : clean/fast
  141.  
  142. # Prepare targets for installation.
  143. preinstall: all
  144.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  145. .PHONY : preinstall
  146.  
  147. # Prepare targets for installation.
  148. preinstall/fast:
  149.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  150. .PHONY : preinstall/fast
  151.  
  152. # clear depends
  153. depend:
  154.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  155. .PHONY : depend
  156.  
  157. #=============================================================================
  158. # Target rules for targets named x_pigpio
  159.  
  160. # Build rule for target.
  161. x_pigpio: cmake_check_build_system
  162.     $(MAKE) -f CMakeFiles/Makefile2 x_pigpio
  163. .PHONY : x_pigpio
  164.  
  165. # fast build rule for target.
  166. x_pigpio/fast:
  167.     $(MAKE) -f CMakeFiles/x_pigpio.dir/build.make CMakeFiles/x_pigpio.dir/build
  168. .PHONY : x_pigpio/fast
  169.  
  170. #=============================================================================
  171. # Target rules for targets named pigs
  172.  
  173. # Build rule for target.
  174. pigs: cmake_check_build_system
  175.     $(MAKE) -f CMakeFiles/Makefile2 pigs
  176. .PHONY : pigs
  177.  
  178. # fast build rule for target.
  179. pigs/fast:
  180.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/build
  181. .PHONY : pigs/fast
  182.  
  183. #=============================================================================
  184. # Target rules for targets named pig2vcd
  185.  
  186. # Build rule for target.
  187. pig2vcd: cmake_check_build_system
  188.     $(MAKE) -f CMakeFiles/Makefile2 pig2vcd
  189. .PHONY : pig2vcd
  190.  
  191. # fast build rule for target.
  192. pig2vcd/fast:
  193.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/build
  194. .PHONY : pig2vcd/fast
  195.  
  196. #=============================================================================
  197. # Target rules for targets named pigpiod_if2
  198.  
  199. # Build rule for target.
  200. pigpiod_if2: cmake_check_build_system
  201.     $(MAKE) -f CMakeFiles/Makefile2 pigpiod_if2
  202. .PHONY : pigpiod_if2
  203.  
  204. # fast build rule for target.
  205. pigpiod_if2/fast:
  206.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/build
  207. .PHONY : pigpiod_if2/fast
  208.  
  209. #=============================================================================
  210. # Target rules for targets named pigpio
  211.  
  212. # Build rule for target.
  213. pigpio: cmake_check_build_system
  214.     $(MAKE) -f CMakeFiles/Makefile2 pigpio
  215. .PHONY : pigpio
  216.  
  217. # fast build rule for target.
  218. pigpio/fast:
  219.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/build
  220. .PHONY : pigpio/fast
  221.  
  222. #=============================================================================
  223. # Target rules for targets named pigpiod_if
  224.  
  225. # Build rule for target.
  226. pigpiod_if: cmake_check_build_system
  227.     $(MAKE) -f CMakeFiles/Makefile2 pigpiod_if
  228. .PHONY : pigpiod_if
  229.  
  230. # fast build rule for target.
  231. pigpiod_if/fast:
  232.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/build
  233. .PHONY : pigpiod_if/fast
  234.  
  235. #=============================================================================
  236. # Target rules for targets named x_pigpiod_if
  237.  
  238. # Build rule for target.
  239. x_pigpiod_if: cmake_check_build_system
  240.     $(MAKE) -f CMakeFiles/Makefile2 x_pigpiod_if
  241. .PHONY : x_pigpiod_if
  242.  
  243. # fast build rule for target.
  244. x_pigpiod_if/fast:
  245.     $(MAKE) -f CMakeFiles/x_pigpiod_if.dir/build.make CMakeFiles/x_pigpiod_if.dir/build
  246. .PHONY : x_pigpiod_if/fast
  247.  
  248. #=============================================================================
  249. # Target rules for targets named pigpiod
  250.  
  251. # Build rule for target.
  252. pigpiod: cmake_check_build_system
  253.     $(MAKE) -f CMakeFiles/Makefile2 pigpiod
  254. .PHONY : pigpiod
  255.  
  256. # fast build rule for target.
  257. pigpiod/fast:
  258.     $(MAKE) -f CMakeFiles/pigpiod.dir/build.make CMakeFiles/pigpiod.dir/build
  259. .PHONY : pigpiod/fast
  260.  
  261. #=============================================================================
  262. # Target rules for targets named x_pigpiod_if2
  263.  
  264. # Build rule for target.
  265. x_pigpiod_if2: cmake_check_build_system
  266.     $(MAKE) -f CMakeFiles/Makefile2 x_pigpiod_if2
  267. .PHONY : x_pigpiod_if2
  268.  
  269. # fast build rule for target.
  270. x_pigpiod_if2/fast:
  271.     $(MAKE) -f CMakeFiles/x_pigpiod_if2.dir/build.make CMakeFiles/x_pigpiod_if2.dir/build
  272. .PHONY : x_pigpiod_if2/fast
  273.  
  274. #=============================================================================
  275. # Target rules for targets named uninstall
  276.  
  277. # Build rule for target.
  278. uninstall: cmake_check_build_system
  279.     $(MAKE) -f CMakeFiles/Makefile2 uninstall
  280. .PHONY : uninstall
  281.  
  282. # fast build rule for target.
  283. uninstall/fast:
  284.     $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  285. .PHONY : uninstall/fast
  286.  
  287. command.o: command.c.o
  288.  
  289. .PHONY : command.o
  290.  
  291. # target to build an object file
  292. command.c.o:
  293.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/command.c.o
  294.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/command.c.o
  295.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/command.c.o
  296.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/command.c.o
  297.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/command.c.o
  298. .PHONY : command.c.o
  299.  
  300. command.i: command.c.i
  301.  
  302. .PHONY : command.i
  303.  
  304. # target to preprocess a source file
  305. command.c.i:
  306.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/command.c.i
  307.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/command.c.i
  308.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/command.c.i
  309.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/command.c.i
  310.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/command.c.i
  311. .PHONY : command.c.i
  312.  
  313. command.s: command.c.s
  314.  
  315. .PHONY : command.s
  316.  
  317. # target to generate assembly for a file
  318. command.c.s:
  319.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/command.c.s
  320.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/command.c.s
  321.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/command.c.s
  322.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/command.c.s
  323.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/command.c.s
  324. .PHONY : command.c.s
  325.  
  326. pig2vcd.o: pig2vcd.c.o
  327.  
  328. .PHONY : pig2vcd.o
  329.  
  330. # target to build an object file
  331. pig2vcd.c.o:
  332.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/pig2vcd.c.o
  333. .PHONY : pig2vcd.c.o
  334.  
  335. pig2vcd.i: pig2vcd.c.i
  336.  
  337. .PHONY : pig2vcd.i
  338.  
  339. # target to preprocess a source file
  340. pig2vcd.c.i:
  341.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/pig2vcd.c.i
  342. .PHONY : pig2vcd.c.i
  343.  
  344. pig2vcd.s: pig2vcd.c.s
  345.  
  346. .PHONY : pig2vcd.s
  347.  
  348. # target to generate assembly for a file
  349. pig2vcd.c.s:
  350.     $(MAKE) -f CMakeFiles/pig2vcd.dir/build.make CMakeFiles/pig2vcd.dir/pig2vcd.c.s
  351. .PHONY : pig2vcd.c.s
  352.  
  353. pigpio.o: pigpio.c.o
  354.  
  355. .PHONY : pigpio.o
  356.  
  357. # target to build an object file
  358. pigpio.c.o:
  359.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/pigpio.c.o
  360. .PHONY : pigpio.c.o
  361.  
  362. pigpio.i: pigpio.c.i
  363.  
  364. .PHONY : pigpio.i
  365.  
  366. # target to preprocess a source file
  367. pigpio.c.i:
  368.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/pigpio.c.i
  369. .PHONY : pigpio.c.i
  370.  
  371. pigpio.s: pigpio.c.s
  372.  
  373. .PHONY : pigpio.s
  374.  
  375. # target to generate assembly for a file
  376. pigpio.c.s:
  377.     $(MAKE) -f CMakeFiles/pigpio.dir/build.make CMakeFiles/pigpio.dir/pigpio.c.s
  378. .PHONY : pigpio.c.s
  379.  
  380. pigpiod.o: pigpiod.c.o
  381.  
  382. .PHONY : pigpiod.o
  383.  
  384. # target to build an object file
  385. pigpiod.c.o:
  386.     $(MAKE) -f CMakeFiles/pigpiod.dir/build.make CMakeFiles/pigpiod.dir/pigpiod.c.o
  387. .PHONY : pigpiod.c.o
  388.  
  389. pigpiod.i: pigpiod.c.i
  390.  
  391. .PHONY : pigpiod.i
  392.  
  393. # target to preprocess a source file
  394. pigpiod.c.i:
  395.     $(MAKE) -f CMakeFiles/pigpiod.dir/build.make CMakeFiles/pigpiod.dir/pigpiod.c.i
  396. .PHONY : pigpiod.c.i
  397.  
  398. pigpiod.s: pigpiod.c.s
  399.  
  400. .PHONY : pigpiod.s
  401.  
  402. # target to generate assembly for a file
  403. pigpiod.c.s:
  404.     $(MAKE) -f CMakeFiles/pigpiod.dir/build.make CMakeFiles/pigpiod.dir/pigpiod.c.s
  405. .PHONY : pigpiod.c.s
  406.  
  407. pigpiod_if.o: pigpiod_if.c.o
  408.  
  409. .PHONY : pigpiod_if.o
  410.  
  411. # target to build an object file
  412. pigpiod_if.c.o:
  413.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/pigpiod_if.c.o
  414. .PHONY : pigpiod_if.c.o
  415.  
  416. pigpiod_if.i: pigpiod_if.c.i
  417.  
  418. .PHONY : pigpiod_if.i
  419.  
  420. # target to preprocess a source file
  421. pigpiod_if.c.i:
  422.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/pigpiod_if.c.i
  423. .PHONY : pigpiod_if.c.i
  424.  
  425. pigpiod_if.s: pigpiod_if.c.s
  426.  
  427. .PHONY : pigpiod_if.s
  428.  
  429. # target to generate assembly for a file
  430. pigpiod_if.c.s:
  431.     $(MAKE) -f CMakeFiles/pigpiod_if.dir/build.make CMakeFiles/pigpiod_if.dir/pigpiod_if.c.s
  432. .PHONY : pigpiod_if.c.s
  433.  
  434. pigpiod_if2.o: pigpiod_if2.c.o
  435.  
  436. .PHONY : pigpiod_if2.o
  437.  
  438. # target to build an object file
  439. pigpiod_if2.c.o:
  440.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/pigpiod_if2.c.o
  441. .PHONY : pigpiod_if2.c.o
  442.  
  443. pigpiod_if2.i: pigpiod_if2.c.i
  444.  
  445. .PHONY : pigpiod_if2.i
  446.  
  447. # target to preprocess a source file
  448. pigpiod_if2.c.i:
  449.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/pigpiod_if2.c.i
  450. .PHONY : pigpiod_if2.c.i
  451.  
  452. pigpiod_if2.s: pigpiod_if2.c.s
  453.  
  454. .PHONY : pigpiod_if2.s
  455.  
  456. # target to generate assembly for a file
  457. pigpiod_if2.c.s:
  458.     $(MAKE) -f CMakeFiles/pigpiod_if2.dir/build.make CMakeFiles/pigpiod_if2.dir/pigpiod_if2.c.s
  459. .PHONY : pigpiod_if2.c.s
  460.  
  461. pigs.o: pigs.c.o
  462.  
  463. .PHONY : pigs.o
  464.  
  465. # target to build an object file
  466. pigs.c.o:
  467.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/pigs.c.o
  468. .PHONY : pigs.c.o
  469.  
  470. pigs.i: pigs.c.i
  471.  
  472. .PHONY : pigs.i
  473.  
  474. # target to preprocess a source file
  475. pigs.c.i:
  476.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/pigs.c.i
  477. .PHONY : pigs.c.i
  478.  
  479. pigs.s: pigs.c.s
  480.  
  481. .PHONY : pigs.s
  482.  
  483. # target to generate assembly for a file
  484. pigs.c.s:
  485.     $(MAKE) -f CMakeFiles/pigs.dir/build.make CMakeFiles/pigs.dir/pigs.c.s
  486. .PHONY : pigs.c.s
  487.  
  488. x_pigpio.o: x_pigpio.c.o
  489.  
  490. .PHONY : x_pigpio.o
  491.  
  492. # target to build an object file
  493. x_pigpio.c.o:
  494.     $(MAKE) -f CMakeFiles/x_pigpio.dir/build.make CMakeFiles/x_pigpio.dir/x_pigpio.c.o
  495. .PHONY : x_pigpio.c.o
  496.  
  497. x_pigpio.i: x_pigpio.c.i
  498.  
  499. .PHONY : x_pigpio.i
  500.  
  501. # target to preprocess a source file
  502. x_pigpio.c.i:
  503.     $(MAKE) -f CMakeFiles/x_pigpio.dir/build.make CMakeFiles/x_pigpio.dir/x_pigpio.c.i
  504. .PHONY : x_pigpio.c.i
  505.  
  506. x_pigpio.s: x_pigpio.c.s
  507.  
  508. .PHONY : x_pigpio.s
  509.  
  510. # target to generate assembly for a file
  511. x_pigpio.c.s:
  512.     $(MAKE) -f CMakeFiles/x_pigpio.dir/build.make CMakeFiles/x_pigpio.dir/x_pigpio.c.s
  513. .PHONY : x_pigpio.c.s
  514.  
  515. x_pigpiod_if.o: x_pigpiod_if.c.o
  516.  
  517. .PHONY : x_pigpiod_if.o
  518.  
  519. # target to build an object file
  520. x_pigpiod_if.c.o:
  521.     $(MAKE) -f CMakeFiles/x_pigpiod_if.dir/build.make CMakeFiles/x_pigpiod_if.dir/x_pigpiod_if.c.o
  522. .PHONY : x_pigpiod_if.c.o
  523.  
  524. x_pigpiod_if.i: x_pigpiod_if.c.i
  525.  
  526. .PHONY : x_pigpiod_if.i
  527.  
  528. # target to preprocess a source file
  529. x_pigpiod_if.c.i:
  530.     $(MAKE) -f CMakeFiles/x_pigpiod_if.dir/build.make CMakeFiles/x_pigpiod_if.dir/x_pigpiod_if.c.i
  531. .PHONY : x_pigpiod_if.c.i
  532.  
  533. x_pigpiod_if.s: x_pigpiod_if.c.s
  534.  
  535. .PHONY : x_pigpiod_if.s
  536.  
  537. # target to generate assembly for a file
  538. x_pigpiod_if.c.s:
  539.     $(MAKE) -f CMakeFiles/x_pigpiod_if.dir/build.make CMakeFiles/x_pigpiod_if.dir/x_pigpiod_if.c.s
  540. .PHONY : x_pigpiod_if.c.s
  541.  
  542. x_pigpiod_if2.o: x_pigpiod_if2.c.o
  543.  
  544. .PHONY : x_pigpiod_if2.o
  545.  
  546. # target to build an object file
  547. x_pigpiod_if2.c.o:
  548.     $(MAKE) -f CMakeFiles/x_pigpiod_if2.dir/build.make CMakeFiles/x_pigpiod_if2.dir/x_pigpiod_if2.c.o
  549. .PHONY : x_pigpiod_if2.c.o
  550.  
  551. x_pigpiod_if2.i: x_pigpiod_if2.c.i
  552.  
  553. .PHONY : x_pigpiod_if2.i
  554.  
  555. # target to preprocess a source file
  556. x_pigpiod_if2.c.i:
  557.     $(MAKE) -f CMakeFiles/x_pigpiod_if2.dir/build.make CMakeFiles/x_pigpiod_if2.dir/x_pigpiod_if2.c.i
  558. .PHONY : x_pigpiod_if2.c.i
  559.  
  560. x_pigpiod_if2.s: x_pigpiod_if2.c.s
  561.  
  562. .PHONY : x_pigpiod_if2.s
  563.  
  564. # target to generate assembly for a file
  565. x_pigpiod_if2.c.s:
  566.     $(MAKE) -f CMakeFiles/x_pigpiod_if2.dir/build.make CMakeFiles/x_pigpiod_if2.dir/x_pigpiod_if2.c.s
  567. .PHONY : x_pigpiod_if2.c.s
  568.  
  569. # Help Target
  570. help:
  571.     @echo "The following are some of the valid targets for this Makefile:"
  572.     @echo "... all (the default if no target is provided)"
  573.     @echo "... clean"
  574.     @echo "... depend"
  575.     @echo "... install/strip"
  576.     @echo "... install"
  577.     @echo "... list_install_components"
  578.     @echo "... rebuild_cache"
  579.     @echo "... edit_cache"
  580.     @echo "... x_pigpio"
  581.     @echo "... pigs"
  582.     @echo "... install/local"
  583.     @echo "... pig2vcd"
  584.     @echo "... pigpiod_if2"
  585.     @echo "... pigpio"
  586.     @echo "... pigpiod_if"
  587.     @echo "... x_pigpiod_if"
  588.     @echo "... pigpiod"
  589.     @echo "... x_pigpiod_if2"
  590.     @echo "... uninstall"
  591.     @echo "... command.o"
  592.     @echo "... command.i"
  593.     @echo "... command.s"
  594.     @echo "... pig2vcd.o"
  595.     @echo "... pig2vcd.i"
  596.     @echo "... pig2vcd.s"
  597.     @echo "... pigpio.o"
  598.     @echo "... pigpio.i"
  599.     @echo "... pigpio.s"
  600.     @echo "... pigpiod.o"
  601.     @echo "... pigpiod.i"
  602.     @echo "... pigpiod.s"
  603.     @echo "... pigpiod_if.o"
  604.     @echo "... pigpiod_if.i"
  605.     @echo "... pigpiod_if.s"
  606.     @echo "... pigpiod_if2.o"
  607.     @echo "... pigpiod_if2.i"
  608.     @echo "... pigpiod_if2.s"
  609.     @echo "... pigs.o"
  610.     @echo "... pigs.i"
  611.     @echo "... pigs.s"
  612.     @echo "... x_pigpio.o"
  613.     @echo "... x_pigpio.i"
  614.     @echo "... x_pigpio.s"
  615.     @echo "... x_pigpiod_if.o"
  616.     @echo "... x_pigpiod_if.i"
  617.     @echo "... x_pigpiod_if.s"
  618.     @echo "... x_pigpiod_if2.o"
  619.     @echo "... x_pigpiod_if2.i"
  620.     @echo "... x_pigpiod_if2.s"
  621. .PHONY : help
  622.  
  623.  
  624.  
  625. #=============================================================================
  626. # Special targets to cleanup operation of make.
  627.  
  628. # Special rule to run CMake to check the build system integrity.
  629. # No rule that depends on this can have commands that come from listfiles
  630. # because they might be regenerated.
  631. cmake_check_build_system:
  632.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  633. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement