Kiibohd Controller
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

Makefile 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Remove some rules from gmake that .SUFFIXES does not remove.
  11. SUFFIXES =
  12. .SUFFIXES: .hpux_make_needs_suffix_list
  13. # Suppress display of executed commands.
  14. $(VERBOSE).SILENT:
  15. # A target that is always out of date.
  16. cmake_force:
  17. .PHONY : cmake_force
  18. #=============================================================================
  19. # Set environment variables for the build.
  20. # The shell in which to execute make rules.
  21. SHELL = /bin/sh
  22. # The CMake executable.
  23. CMAKE_COMMAND = /usr/bin/cmake
  24. # The command to remove a file.
  25. RM = /usr/bin/cmake -E remove -f
  26. # Escaping for special characters.
  27. EQUALS = =
  28. # The top-level source directory on which CMake was run.
  29. CMAKE_SOURCE_DIR = /mnt/1/share/i75/controller
  30. # The top-level build directory on which CMake was run.
  31. CMAKE_BINARY_DIR = /mnt/1/share/i75/controller/Keyboards/i75.gcc
  32. #=============================================================================
  33. # Targets provided globally by CMake.
  34. # Special rule for the target edit_cache
  35. edit_cache:
  36. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
  37. /usr/bin/cmake -i .
  38. .PHONY : edit_cache
  39. # Special rule for the target edit_cache
  40. edit_cache/fast: edit_cache
  41. .PHONY : edit_cache/fast
  42. # Special rule for the target rebuild_cache
  43. rebuild_cache:
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  45. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  46. .PHONY : rebuild_cache
  47. # Special rule for the target rebuild_cache
  48. rebuild_cache/fast: rebuild_cache
  49. .PHONY : rebuild_cache/fast
  50. # The main all target
  51. all: cmake_check_build_system
  52. $(CMAKE_COMMAND) -E cmake_progress_start /mnt/1/share/i75/controller/Keyboards/i75.gcc/CMakeFiles /mnt/1/share/i75/controller/Keyboards/i75.gcc/CMakeFiles/progress.marks
  53. $(MAKE) -f CMakeFiles/Makefile2 all
  54. $(CMAKE_COMMAND) -E cmake_progress_start /mnt/1/share/i75/controller/Keyboards/i75.gcc/CMakeFiles 0
  55. .PHONY : all
  56. # The main clean target
  57. clean:
  58. $(MAKE) -f CMakeFiles/Makefile2 clean
  59. .PHONY : clean
  60. # The main clean target
  61. clean/fast: clean
  62. .PHONY : clean/fast
  63. # Prepare targets for installation.
  64. preinstall: all
  65. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  66. .PHONY : preinstall
  67. # Prepare targets for installation.
  68. preinstall/fast:
  69. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  70. .PHONY : preinstall/fast
  71. # clear depends
  72. depend:
  73. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  74. .PHONY : depend
  75. #=============================================================================
  76. # Target rules for targets named SizeAfter
  77. # Build rule for target.
  78. SizeAfter: cmake_check_build_system
  79. $(MAKE) -f CMakeFiles/Makefile2 SizeAfter
  80. .PHONY : SizeAfter
  81. # fast build rule for target.
  82. SizeAfter/fast:
  83. $(MAKE) -f CMakeFiles/SizeAfter.dir/build.make CMakeFiles/SizeAfter.dir/build
  84. .PHONY : SizeAfter/fast
  85. #=============================================================================
  86. # Target rules for targets named kiibohd.elf
  87. # Build rule for target.
  88. kiibohd.elf: cmake_check_build_system
  89. $(MAKE) -f CMakeFiles/Makefile2 kiibohd.elf
  90. .PHONY : kiibohd.elf
  91. # fast build rule for target.
  92. kiibohd.elf/fast:
  93. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/build
  94. .PHONY : kiibohd.elf/fast
  95. #=============================================================================
  96. # Target rules for targets named kll_regen
  97. # Build rule for target.
  98. kll_regen: cmake_check_build_system
  99. $(MAKE) -f CMakeFiles/Makefile2 kll_regen
  100. .PHONY : kll_regen
  101. # fast build rule for target.
  102. kll_regen/fast:
  103. $(MAKE) -f CMakeFiles/kll_regen.dir/build.make CMakeFiles/kll_regen.dir/build
  104. .PHONY : kll_regen/fast
  105. Debug/cli/cli.o: Debug/cli/cli.c.o
  106. .PHONY : Debug/cli/cli.o
  107. # target to build an object file
  108. Debug/cli/cli.c.o:
  109. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/cli/cli.c.o
  110. .PHONY : Debug/cli/cli.c.o
  111. Debug/cli/cli.i: Debug/cli/cli.c.i
  112. .PHONY : Debug/cli/cli.i
  113. # target to preprocess a source file
  114. Debug/cli/cli.c.i:
  115. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/cli/cli.c.i
  116. .PHONY : Debug/cli/cli.c.i
  117. Debug/cli/cli.s: Debug/cli/cli.c.s
  118. .PHONY : Debug/cli/cli.s
  119. # target to generate assembly for a file
  120. Debug/cli/cli.c.s:
  121. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/cli/cli.c.s
  122. .PHONY : Debug/cli/cli.c.s
  123. Debug/led/led.o: Debug/led/led.c.o
  124. .PHONY : Debug/led/led.o
  125. # target to build an object file
  126. Debug/led/led.c.o:
  127. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/led/led.c.o
  128. .PHONY : Debug/led/led.c.o
  129. Debug/led/led.i: Debug/led/led.c.i
  130. .PHONY : Debug/led/led.i
  131. # target to preprocess a source file
  132. Debug/led/led.c.i:
  133. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/led/led.c.i
  134. .PHONY : Debug/led/led.c.i
  135. Debug/led/led.s: Debug/led/led.c.s
  136. .PHONY : Debug/led/led.s
  137. # target to generate assembly for a file
  138. Debug/led/led.c.s:
  139. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/led/led.c.s
  140. .PHONY : Debug/led/led.c.s
  141. Debug/print/print.o: Debug/print/print.c.o
  142. .PHONY : Debug/print/print.o
  143. # target to build an object file
  144. Debug/print/print.c.o:
  145. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/print/print.c.o
  146. .PHONY : Debug/print/print.c.o
  147. Debug/print/print.i: Debug/print/print.c.i
  148. .PHONY : Debug/print/print.i
  149. # target to preprocess a source file
  150. Debug/print/print.c.i:
  151. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/print/print.c.i
  152. .PHONY : Debug/print/print.c.i
  153. Debug/print/print.s: Debug/print/print.c.s
  154. .PHONY : Debug/print/print.s
  155. # target to generate assembly for a file
  156. Debug/print/print.c.s:
  157. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Debug/print/print.c.s
  158. .PHONY : Debug/print/print.c.s
  159. Lib/delay.o: Lib/delay.c.o
  160. .PHONY : Lib/delay.o
  161. # target to build an object file
  162. Lib/delay.c.o:
  163. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Lib/delay.c.o
  164. .PHONY : Lib/delay.c.o
  165. Lib/delay.i: Lib/delay.c.i
  166. .PHONY : Lib/delay.i
  167. # target to preprocess a source file
  168. Lib/delay.c.i:
  169. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Lib/delay.c.i
  170. .PHONY : Lib/delay.c.i
  171. Lib/delay.s: Lib/delay.c.s
  172. .PHONY : Lib/delay.s
  173. # target to generate assembly for a file
  174. Lib/delay.c.s:
  175. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Lib/delay.c.s
  176. .PHONY : Lib/delay.c.s
  177. Lib/mk20dx.o: Lib/mk20dx.c.o
  178. .PHONY : Lib/mk20dx.o
  179. # target to build an object file
  180. Lib/mk20dx.c.o:
  181. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Lib/mk20dx.c.o
  182. .PHONY : Lib/mk20dx.c.o
  183. Lib/mk20dx.i: Lib/mk20dx.c.i
  184. .PHONY : Lib/mk20dx.i
  185. # target to preprocess a source file
  186. Lib/mk20dx.c.i:
  187. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Lib/mk20dx.c.i
  188. .PHONY : Lib/mk20dx.c.i
  189. Lib/mk20dx.s: Lib/mk20dx.c.s
  190. .PHONY : Lib/mk20dx.s
  191. # target to generate assembly for a file
  192. Lib/mk20dx.c.s:
  193. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Lib/mk20dx.c.s
  194. .PHONY : Lib/mk20dx.c.s
  195. Macro/PartialMap/macro.o: Macro/PartialMap/macro.c.o
  196. .PHONY : Macro/PartialMap/macro.o
  197. # target to build an object file
  198. Macro/PartialMap/macro.c.o:
  199. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/macro.c.o
  200. .PHONY : Macro/PartialMap/macro.c.o
  201. Macro/PartialMap/macro.i: Macro/PartialMap/macro.c.i
  202. .PHONY : Macro/PartialMap/macro.i
  203. # target to preprocess a source file
  204. Macro/PartialMap/macro.c.i:
  205. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/macro.c.i
  206. .PHONY : Macro/PartialMap/macro.c.i
  207. Macro/PartialMap/macro.s: Macro/PartialMap/macro.c.s
  208. .PHONY : Macro/PartialMap/macro.s
  209. # target to generate assembly for a file
  210. Macro/PartialMap/macro.c.s:
  211. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/macro.c.s
  212. .PHONY : Macro/PartialMap/macro.c.s
  213. Macro/PartialMap/result.o: Macro/PartialMap/result.c.o
  214. .PHONY : Macro/PartialMap/result.o
  215. # target to build an object file
  216. Macro/PartialMap/result.c.o:
  217. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/result.c.o
  218. .PHONY : Macro/PartialMap/result.c.o
  219. Macro/PartialMap/result.i: Macro/PartialMap/result.c.i
  220. .PHONY : Macro/PartialMap/result.i
  221. # target to preprocess a source file
  222. Macro/PartialMap/result.c.i:
  223. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/result.c.i
  224. .PHONY : Macro/PartialMap/result.c.i
  225. Macro/PartialMap/result.s: Macro/PartialMap/result.c.s
  226. .PHONY : Macro/PartialMap/result.s
  227. # target to generate assembly for a file
  228. Macro/PartialMap/result.c.s:
  229. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/result.c.s
  230. .PHONY : Macro/PartialMap/result.c.s
  231. Macro/PartialMap/trigger.o: Macro/PartialMap/trigger.c.o
  232. .PHONY : Macro/PartialMap/trigger.o
  233. # target to build an object file
  234. Macro/PartialMap/trigger.c.o:
  235. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/trigger.c.o
  236. .PHONY : Macro/PartialMap/trigger.c.o
  237. Macro/PartialMap/trigger.i: Macro/PartialMap/trigger.c.i
  238. .PHONY : Macro/PartialMap/trigger.i
  239. # target to preprocess a source file
  240. Macro/PartialMap/trigger.c.i:
  241. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/trigger.c.i
  242. .PHONY : Macro/PartialMap/trigger.c.i
  243. Macro/PartialMap/trigger.s: Macro/PartialMap/trigger.c.s
  244. .PHONY : Macro/PartialMap/trigger.s
  245. # target to generate assembly for a file
  246. Macro/PartialMap/trigger.c.s:
  247. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/trigger.c.s
  248. .PHONY : Macro/PartialMap/trigger.c.s
  249. Output/pjrcUSB/arm/usb_desc.o: Output/pjrcUSB/arm/usb_desc.c.o
  250. .PHONY : Output/pjrcUSB/arm/usb_desc.o
  251. # target to build an object file
  252. Output/pjrcUSB/arm/usb_desc.c.o:
  253. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_desc.c.o
  254. .PHONY : Output/pjrcUSB/arm/usb_desc.c.o
  255. Output/pjrcUSB/arm/usb_desc.i: Output/pjrcUSB/arm/usb_desc.c.i
  256. .PHONY : Output/pjrcUSB/arm/usb_desc.i
  257. # target to preprocess a source file
  258. Output/pjrcUSB/arm/usb_desc.c.i:
  259. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_desc.c.i
  260. .PHONY : Output/pjrcUSB/arm/usb_desc.c.i
  261. Output/pjrcUSB/arm/usb_desc.s: Output/pjrcUSB/arm/usb_desc.c.s
  262. .PHONY : Output/pjrcUSB/arm/usb_desc.s
  263. # target to generate assembly for a file
  264. Output/pjrcUSB/arm/usb_desc.c.s:
  265. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_desc.c.s
  266. .PHONY : Output/pjrcUSB/arm/usb_desc.c.s
  267. Output/pjrcUSB/arm/usb_dev.o: Output/pjrcUSB/arm/usb_dev.c.o
  268. .PHONY : Output/pjrcUSB/arm/usb_dev.o
  269. # target to build an object file
  270. Output/pjrcUSB/arm/usb_dev.c.o:
  271. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_dev.c.o
  272. .PHONY : Output/pjrcUSB/arm/usb_dev.c.o
  273. Output/pjrcUSB/arm/usb_dev.i: Output/pjrcUSB/arm/usb_dev.c.i
  274. .PHONY : Output/pjrcUSB/arm/usb_dev.i
  275. # target to preprocess a source file
  276. Output/pjrcUSB/arm/usb_dev.c.i:
  277. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_dev.c.i
  278. .PHONY : Output/pjrcUSB/arm/usb_dev.c.i
  279. Output/pjrcUSB/arm/usb_dev.s: Output/pjrcUSB/arm/usb_dev.c.s
  280. .PHONY : Output/pjrcUSB/arm/usb_dev.s
  281. # target to generate assembly for a file
  282. Output/pjrcUSB/arm/usb_dev.c.s:
  283. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_dev.c.s
  284. .PHONY : Output/pjrcUSB/arm/usb_dev.c.s
  285. Output/pjrcUSB/arm/usb_joystick.o: Output/pjrcUSB/arm/usb_joystick.c.o
  286. .PHONY : Output/pjrcUSB/arm/usb_joystick.o
  287. # target to build an object file
  288. Output/pjrcUSB/arm/usb_joystick.c.o:
  289. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_joystick.c.o
  290. .PHONY : Output/pjrcUSB/arm/usb_joystick.c.o
  291. Output/pjrcUSB/arm/usb_joystick.i: Output/pjrcUSB/arm/usb_joystick.c.i
  292. .PHONY : Output/pjrcUSB/arm/usb_joystick.i
  293. # target to preprocess a source file
  294. Output/pjrcUSB/arm/usb_joystick.c.i:
  295. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_joystick.c.i
  296. .PHONY : Output/pjrcUSB/arm/usb_joystick.c.i
  297. Output/pjrcUSB/arm/usb_joystick.s: Output/pjrcUSB/arm/usb_joystick.c.s
  298. .PHONY : Output/pjrcUSB/arm/usb_joystick.s
  299. # target to generate assembly for a file
  300. Output/pjrcUSB/arm/usb_joystick.c.s:
  301. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_joystick.c.s
  302. .PHONY : Output/pjrcUSB/arm/usb_joystick.c.s
  303. Output/pjrcUSB/arm/usb_keyboard.o: Output/pjrcUSB/arm/usb_keyboard.c.o
  304. .PHONY : Output/pjrcUSB/arm/usb_keyboard.o
  305. # target to build an object file
  306. Output/pjrcUSB/arm/usb_keyboard.c.o:
  307. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_keyboard.c.o
  308. .PHONY : Output/pjrcUSB/arm/usb_keyboard.c.o
  309. Output/pjrcUSB/arm/usb_keyboard.i: Output/pjrcUSB/arm/usb_keyboard.c.i
  310. .PHONY : Output/pjrcUSB/arm/usb_keyboard.i
  311. # target to preprocess a source file
  312. Output/pjrcUSB/arm/usb_keyboard.c.i:
  313. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_keyboard.c.i
  314. .PHONY : Output/pjrcUSB/arm/usb_keyboard.c.i
  315. Output/pjrcUSB/arm/usb_keyboard.s: Output/pjrcUSB/arm/usb_keyboard.c.s
  316. .PHONY : Output/pjrcUSB/arm/usb_keyboard.s
  317. # target to generate assembly for a file
  318. Output/pjrcUSB/arm/usb_keyboard.c.s:
  319. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_keyboard.c.s
  320. .PHONY : Output/pjrcUSB/arm/usb_keyboard.c.s
  321. Output/pjrcUSB/arm/usb_mem.o: Output/pjrcUSB/arm/usb_mem.c.o
  322. .PHONY : Output/pjrcUSB/arm/usb_mem.o
  323. # target to build an object file
  324. Output/pjrcUSB/arm/usb_mem.c.o:
  325. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_mem.c.o
  326. .PHONY : Output/pjrcUSB/arm/usb_mem.c.o
  327. Output/pjrcUSB/arm/usb_mem.i: Output/pjrcUSB/arm/usb_mem.c.i
  328. .PHONY : Output/pjrcUSB/arm/usb_mem.i
  329. # target to preprocess a source file
  330. Output/pjrcUSB/arm/usb_mem.c.i:
  331. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_mem.c.i
  332. .PHONY : Output/pjrcUSB/arm/usb_mem.c.i
  333. Output/pjrcUSB/arm/usb_mem.s: Output/pjrcUSB/arm/usb_mem.c.s
  334. .PHONY : Output/pjrcUSB/arm/usb_mem.s
  335. # target to generate assembly for a file
  336. Output/pjrcUSB/arm/usb_mem.c.s:
  337. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_mem.c.s
  338. .PHONY : Output/pjrcUSB/arm/usb_mem.c.s
  339. Output/pjrcUSB/arm/usb_mouse.o: Output/pjrcUSB/arm/usb_mouse.c.o
  340. .PHONY : Output/pjrcUSB/arm/usb_mouse.o
  341. # target to build an object file
  342. Output/pjrcUSB/arm/usb_mouse.c.o:
  343. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_mouse.c.o
  344. .PHONY : Output/pjrcUSB/arm/usb_mouse.c.o
  345. Output/pjrcUSB/arm/usb_mouse.i: Output/pjrcUSB/arm/usb_mouse.c.i
  346. .PHONY : Output/pjrcUSB/arm/usb_mouse.i
  347. # target to preprocess a source file
  348. Output/pjrcUSB/arm/usb_mouse.c.i:
  349. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_mouse.c.i
  350. .PHONY : Output/pjrcUSB/arm/usb_mouse.c.i
  351. Output/pjrcUSB/arm/usb_mouse.s: Output/pjrcUSB/arm/usb_mouse.c.s
  352. .PHONY : Output/pjrcUSB/arm/usb_mouse.s
  353. # target to generate assembly for a file
  354. Output/pjrcUSB/arm/usb_mouse.c.s:
  355. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_mouse.c.s
  356. .PHONY : Output/pjrcUSB/arm/usb_mouse.c.s
  357. Output/pjrcUSB/arm/usb_rawio.o: Output/pjrcUSB/arm/usb_rawio.c.o
  358. .PHONY : Output/pjrcUSB/arm/usb_rawio.o
  359. # target to build an object file
  360. Output/pjrcUSB/arm/usb_rawio.c.o:
  361. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_rawio.c.o
  362. .PHONY : Output/pjrcUSB/arm/usb_rawio.c.o
  363. Output/pjrcUSB/arm/usb_rawio.i: Output/pjrcUSB/arm/usb_rawio.c.i
  364. .PHONY : Output/pjrcUSB/arm/usb_rawio.i
  365. # target to preprocess a source file
  366. Output/pjrcUSB/arm/usb_rawio.c.i:
  367. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_rawio.c.i
  368. .PHONY : Output/pjrcUSB/arm/usb_rawio.c.i
  369. Output/pjrcUSB/arm/usb_rawio.s: Output/pjrcUSB/arm/usb_rawio.c.s
  370. .PHONY : Output/pjrcUSB/arm/usb_rawio.s
  371. # target to generate assembly for a file
  372. Output/pjrcUSB/arm/usb_rawio.c.s:
  373. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_rawio.c.s
  374. .PHONY : Output/pjrcUSB/arm/usb_rawio.c.s
  375. Output/pjrcUSB/arm/usb_serial.o: Output/pjrcUSB/arm/usb_serial.c.o
  376. .PHONY : Output/pjrcUSB/arm/usb_serial.o
  377. # target to build an object file
  378. Output/pjrcUSB/arm/usb_serial.c.o:
  379. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_serial.c.o
  380. .PHONY : Output/pjrcUSB/arm/usb_serial.c.o
  381. Output/pjrcUSB/arm/usb_serial.i: Output/pjrcUSB/arm/usb_serial.c.i
  382. .PHONY : Output/pjrcUSB/arm/usb_serial.i
  383. # target to preprocess a source file
  384. Output/pjrcUSB/arm/usb_serial.c.i:
  385. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_serial.c.i
  386. .PHONY : Output/pjrcUSB/arm/usb_serial.c.i
  387. Output/pjrcUSB/arm/usb_serial.s: Output/pjrcUSB/arm/usb_serial.c.s
  388. .PHONY : Output/pjrcUSB/arm/usb_serial.s
  389. # target to generate assembly for a file
  390. Output/pjrcUSB/arm/usb_serial.c.s:
  391. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/arm/usb_serial.c.s
  392. .PHONY : Output/pjrcUSB/arm/usb_serial.c.s
  393. Output/pjrcUSB/output_com.o: Output/pjrcUSB/output_com.c.o
  394. .PHONY : Output/pjrcUSB/output_com.o
  395. # target to build an object file
  396. Output/pjrcUSB/output_com.c.o:
  397. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/output_com.c.o
  398. .PHONY : Output/pjrcUSB/output_com.c.o
  399. Output/pjrcUSB/output_com.i: Output/pjrcUSB/output_com.c.i
  400. .PHONY : Output/pjrcUSB/output_com.i
  401. # target to preprocess a source file
  402. Output/pjrcUSB/output_com.c.i:
  403. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/output_com.c.i
  404. .PHONY : Output/pjrcUSB/output_com.c.i
  405. Output/pjrcUSB/output_com.s: Output/pjrcUSB/output_com.c.s
  406. .PHONY : Output/pjrcUSB/output_com.s
  407. # target to generate assembly for a file
  408. Output/pjrcUSB/output_com.c.s:
  409. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Output/pjrcUSB/output_com.c.s
  410. .PHONY : Output/pjrcUSB/output_com.c.s
  411. Scan/MatrixARM/matrix_scan.o: Scan/MatrixARM/matrix_scan.c.o
  412. .PHONY : Scan/MatrixARM/matrix_scan.o
  413. # target to build an object file
  414. Scan/MatrixARM/matrix_scan.c.o:
  415. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Scan/MatrixARM/matrix_scan.c.o
  416. .PHONY : Scan/MatrixARM/matrix_scan.c.o
  417. Scan/MatrixARM/matrix_scan.i: Scan/MatrixARM/matrix_scan.c.i
  418. .PHONY : Scan/MatrixARM/matrix_scan.i
  419. # target to preprocess a source file
  420. Scan/MatrixARM/matrix_scan.c.i:
  421. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Scan/MatrixARM/matrix_scan.c.i
  422. .PHONY : Scan/MatrixARM/matrix_scan.c.i
  423. Scan/MatrixARM/matrix_scan.s: Scan/MatrixARM/matrix_scan.c.s
  424. .PHONY : Scan/MatrixARM/matrix_scan.s
  425. # target to generate assembly for a file
  426. Scan/MatrixARM/matrix_scan.c.s:
  427. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Scan/MatrixARM/matrix_scan.c.s
  428. .PHONY : Scan/MatrixARM/matrix_scan.c.s
  429. Scan/i75/scan_loop.o: Scan/i75/scan_loop.c.o
  430. .PHONY : Scan/i75/scan_loop.o
  431. # target to build an object file
  432. Scan/i75/scan_loop.c.o:
  433. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Scan/i75/scan_loop.c.o
  434. .PHONY : Scan/i75/scan_loop.c.o
  435. Scan/i75/scan_loop.i: Scan/i75/scan_loop.c.i
  436. .PHONY : Scan/i75/scan_loop.i
  437. # target to preprocess a source file
  438. Scan/i75/scan_loop.c.i:
  439. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Scan/i75/scan_loop.c.i
  440. .PHONY : Scan/i75/scan_loop.c.i
  441. Scan/i75/scan_loop.s: Scan/i75/scan_loop.c.s
  442. .PHONY : Scan/i75/scan_loop.s
  443. # target to generate assembly for a file
  444. Scan/i75/scan_loop.c.s:
  445. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/Scan/i75/scan_loop.c.s
  446. .PHONY : Scan/i75/scan_loop.c.s
  447. main.o: main.c.o
  448. .PHONY : main.o
  449. # target to build an object file
  450. main.c.o:
  451. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/main.c.o
  452. .PHONY : main.c.o
  453. main.i: main.c.i
  454. .PHONY : main.i
  455. # target to preprocess a source file
  456. main.c.i:
  457. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/main.c.i
  458. .PHONY : main.c.i
  459. main.s: main.c.s
  460. .PHONY : main.s
  461. # target to generate assembly for a file
  462. main.c.s:
  463. $(MAKE) -f CMakeFiles/kiibohd.elf.dir/build.make CMakeFiles/kiibohd.elf.dir/main.c.s
  464. .PHONY : main.c.s
  465. # Help Target
  466. help:
  467. @echo "The following are some of the valid targets for this Makefile:"
  468. @echo "... all (the default if no target is provided)"
  469. @echo "... clean"
  470. @echo "... depend"
  471. @echo "... SizeAfter"
  472. @echo "... edit_cache"
  473. @echo "... kiibohd.elf"
  474. @echo "... kll_regen"
  475. @echo "... rebuild_cache"
  476. @echo "... Debug/cli/cli.o"
  477. @echo "... Debug/cli/cli.i"
  478. @echo "... Debug/cli/cli.s"
  479. @echo "... Debug/led/led.o"
  480. @echo "... Debug/led/led.i"
  481. @echo "... Debug/led/led.s"
  482. @echo "... Debug/print/print.o"
  483. @echo "... Debug/print/print.i"
  484. @echo "... Debug/print/print.s"
  485. @echo "... Lib/delay.o"
  486. @echo "... Lib/delay.i"
  487. @echo "... Lib/delay.s"
  488. @echo "... Lib/mk20dx.o"
  489. @echo "... Lib/mk20dx.i"
  490. @echo "... Lib/mk20dx.s"
  491. @echo "... Macro/PartialMap/macro.o"
  492. @echo "... Macro/PartialMap/macro.i"
  493. @echo "... Macro/PartialMap/macro.s"
  494. @echo "... Macro/PartialMap/result.o"
  495. @echo "... Macro/PartialMap/result.i"
  496. @echo "... Macro/PartialMap/result.s"
  497. @echo "... Macro/PartialMap/trigger.o"
  498. @echo "... Macro/PartialMap/trigger.i"
  499. @echo "... Macro/PartialMap/trigger.s"
  500. @echo "... Output/pjrcUSB/arm/usb_desc.o"
  501. @echo "... Output/pjrcUSB/arm/usb_desc.i"
  502. @echo "... Output/pjrcUSB/arm/usb_desc.s"
  503. @echo "... Output/pjrcUSB/arm/usb_dev.o"
  504. @echo "... Output/pjrcUSB/arm/usb_dev.i"
  505. @echo "... Output/pjrcUSB/arm/usb_dev.s"
  506. @echo "... Output/pjrcUSB/arm/usb_joystick.o"
  507. @echo "... Output/pjrcUSB/arm/usb_joystick.i"
  508. @echo "... Output/pjrcUSB/arm/usb_joystick.s"
  509. @echo "... Output/pjrcUSB/arm/usb_keyboard.o"
  510. @echo "... Output/pjrcUSB/arm/usb_keyboard.i"
  511. @echo "... Output/pjrcUSB/arm/usb_keyboard.s"
  512. @echo "... Output/pjrcUSB/arm/usb_mem.o"
  513. @echo "... Output/pjrcUSB/arm/usb_mem.i"
  514. @echo "... Output/pjrcUSB/arm/usb_mem.s"
  515. @echo "... Output/pjrcUSB/arm/usb_mouse.o"
  516. @echo "... Output/pjrcUSB/arm/usb_mouse.i"
  517. @echo "... Output/pjrcUSB/arm/usb_mouse.s"
  518. @echo "... Output/pjrcUSB/arm/usb_rawio.o"
  519. @echo "... Output/pjrcUSB/arm/usb_rawio.i"
  520. @echo "... Output/pjrcUSB/arm/usb_rawio.s"
  521. @echo "... Output/pjrcUSB/arm/usb_serial.o"
  522. @echo "... Output/pjrcUSB/arm/usb_serial.i"
  523. @echo "... Output/pjrcUSB/arm/usb_serial.s"
  524. @echo "... Output/pjrcUSB/output_com.o"
  525. @echo "... Output/pjrcUSB/output_com.i"
  526. @echo "... Output/pjrcUSB/output_com.s"
  527. @echo "... Scan/MatrixARM/matrix_scan.o"
  528. @echo "... Scan/MatrixARM/matrix_scan.i"
  529. @echo "... Scan/MatrixARM/matrix_scan.s"
  530. @echo "... Scan/i75/scan_loop.o"
  531. @echo "... Scan/i75/scan_loop.i"
  532. @echo "... Scan/i75/scan_loop.s"
  533. @echo "... main.o"
  534. @echo "... main.i"
  535. @echo "... main.s"
  536. .PHONY : help
  537. #=============================================================================
  538. # Special targets to cleanup operation of make.
  539. # Special rule to run CMake to check the build system integrity.
  540. # No rule that depends on this can have commands that come from listfiles
  541. # because they might be regenerated.
  542. cmake_check_build_system:
  543. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  544. .PHONY : cmake_check_build_system