.depend 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. $(MYBUILDDIR)/__printf.o: \
  2. ../../../common/libc/printf/__printf.c \
  3. $(INSTALLTOP)/include/sys/types.h \
  4. $(INSTALLTOP)/include/kern/types.h \
  5. $(INSTALLTOP)/include/kern/machine/types.h \
  6. $(INSTALLTOP)/include/types/size_t.h \
  7. $(INSTALLTOP)/include/sys/null.h \
  8. $(INSTALLTOP)/include/assert.h \
  9. $(INSTALLTOP)/include/stdint.h \
  10. $(INSTALLTOP)/include/stdio.h \
  11. $(INSTALLTOP)/include/string.h \
  12. $(INSTALLTOP)/include/stdarg.h
  13. $(MYBUILDDIR)/snprintf.o: \
  14. ../../../common/libc/printf/snprintf.c \
  15. $(INSTALLTOP)/include/stdio.h \
  16. $(INSTALLTOP)/include/kern/types.h \
  17. $(INSTALLTOP)/include/kern/machine/types.h \
  18. $(INSTALLTOP)/include/types/size_t.h \
  19. $(INSTALLTOP)/include/sys/null.h \
  20. $(INSTALLTOP)/include/stdarg.h
  21. $(MYBUILDDIR)/__puts.o: \
  22. stdio/__puts.c \
  23. $(INSTALLTOP)/include/stdio.h \
  24. $(INSTALLTOP)/include/kern/types.h \
  25. $(INSTALLTOP)/include/kern/machine/types.h \
  26. $(INSTALLTOP)/include/types/size_t.h \
  27. $(INSTALLTOP)/include/sys/null.h
  28. $(MYBUILDDIR)/getchar.o: \
  29. stdio/getchar.c \
  30. $(INSTALLTOP)/include/stdio.h \
  31. $(INSTALLTOP)/include/kern/types.h \
  32. $(INSTALLTOP)/include/kern/machine/types.h \
  33. $(INSTALLTOP)/include/types/size_t.h \
  34. $(INSTALLTOP)/include/sys/null.h \
  35. $(INSTALLTOP)/include/unistd.h \
  36. $(INSTALLTOP)/include/sys/types.h \
  37. $(INSTALLTOP)/include/kern/fcntl.h \
  38. $(INSTALLTOP)/include/kern/ioctl.h \
  39. $(INSTALLTOP)/include/kern/reboot.h \
  40. $(INSTALLTOP)/include/kern/seek.h \
  41. $(INSTALLTOP)/include/kern/time.h \
  42. $(INSTALLTOP)/include/kern/unistd.h \
  43. $(INSTALLTOP)/include/kern/wait.h
  44. $(MYBUILDDIR)/printf.o: \
  45. stdio/printf.c \
  46. $(INSTALLTOP)/include/stdio.h \
  47. $(INSTALLTOP)/include/kern/types.h \
  48. $(INSTALLTOP)/include/kern/machine/types.h \
  49. $(INSTALLTOP)/include/types/size_t.h \
  50. $(INSTALLTOP)/include/sys/null.h \
  51. $(INSTALLTOP)/include/stdarg.h
  52. $(MYBUILDDIR)/putchar.o: \
  53. stdio/putchar.c \
  54. $(INSTALLTOP)/include/stdio.h \
  55. $(INSTALLTOP)/include/kern/types.h \
  56. $(INSTALLTOP)/include/kern/machine/types.h \
  57. $(INSTALLTOP)/include/types/size_t.h \
  58. $(INSTALLTOP)/include/sys/null.h \
  59. $(INSTALLTOP)/include/unistd.h \
  60. $(INSTALLTOP)/include/sys/types.h \
  61. $(INSTALLTOP)/include/kern/fcntl.h \
  62. $(INSTALLTOP)/include/kern/ioctl.h \
  63. $(INSTALLTOP)/include/kern/reboot.h \
  64. $(INSTALLTOP)/include/kern/seek.h \
  65. $(INSTALLTOP)/include/kern/time.h \
  66. $(INSTALLTOP)/include/kern/unistd.h \
  67. $(INSTALLTOP)/include/kern/wait.h
  68. $(MYBUILDDIR)/puts.o: \
  69. stdio/puts.c \
  70. $(INSTALLTOP)/include/stdio.h \
  71. $(INSTALLTOP)/include/kern/types.h \
  72. $(INSTALLTOP)/include/kern/machine/types.h \
  73. $(INSTALLTOP)/include/types/size_t.h \
  74. $(INSTALLTOP)/include/sys/null.h
  75. $(MYBUILDDIR)/abort.o: \
  76. stdlib/abort.c \
  77. $(INSTALLTOP)/include/stdlib.h \
  78. $(INSTALLTOP)/include/kern/types.h \
  79. $(INSTALLTOP)/include/kern/machine/types.h \
  80. $(INSTALLTOP)/include/types/size_t.h \
  81. $(INSTALLTOP)/include/sys/null.h \
  82. $(INSTALLTOP)/include/unistd.h \
  83. $(INSTALLTOP)/include/sys/types.h \
  84. $(INSTALLTOP)/include/kern/fcntl.h \
  85. $(INSTALLTOP)/include/kern/ioctl.h \
  86. $(INSTALLTOP)/include/kern/reboot.h \
  87. $(INSTALLTOP)/include/kern/seek.h \
  88. $(INSTALLTOP)/include/kern/time.h \
  89. $(INSTALLTOP)/include/kern/unistd.h \
  90. $(INSTALLTOP)/include/kern/wait.h
  91. $(MYBUILDDIR)/atoi.o: \
  92. ../../../common/libc/stdlib/atoi.c \
  93. $(INSTALLTOP)/include/stdlib.h \
  94. $(INSTALLTOP)/include/kern/types.h \
  95. $(INSTALLTOP)/include/kern/machine/types.h \
  96. $(INSTALLTOP)/include/types/size_t.h \
  97. $(INSTALLTOP)/include/sys/null.h \
  98. $(INSTALLTOP)/include/string.h
  99. $(MYBUILDDIR)/exit.o: \
  100. stdlib/exit.c \
  101. $(INSTALLTOP)/include/stdlib.h \
  102. $(INSTALLTOP)/include/kern/types.h \
  103. $(INSTALLTOP)/include/kern/machine/types.h \
  104. $(INSTALLTOP)/include/types/size_t.h \
  105. $(INSTALLTOP)/include/sys/null.h \
  106. $(INSTALLTOP)/include/unistd.h \
  107. $(INSTALLTOP)/include/sys/types.h \
  108. $(INSTALLTOP)/include/kern/fcntl.h \
  109. $(INSTALLTOP)/include/kern/ioctl.h \
  110. $(INSTALLTOP)/include/kern/reboot.h \
  111. $(INSTALLTOP)/include/kern/seek.h \
  112. $(INSTALLTOP)/include/kern/time.h \
  113. $(INSTALLTOP)/include/kern/unistd.h \
  114. $(INSTALLTOP)/include/kern/wait.h
  115. $(MYBUILDDIR)/malloc.o: \
  116. stdlib/malloc.c \
  117. $(INSTALLTOP)/include/stdlib.h \
  118. $(INSTALLTOP)/include/kern/types.h \
  119. $(INSTALLTOP)/include/kern/machine/types.h \
  120. $(INSTALLTOP)/include/types/size_t.h \
  121. $(INSTALLTOP)/include/sys/null.h \
  122. $(INSTALLTOP)/include/unistd.h \
  123. $(INSTALLTOP)/include/sys/types.h \
  124. $(INSTALLTOP)/include/kern/fcntl.h \
  125. $(INSTALLTOP)/include/kern/ioctl.h \
  126. $(INSTALLTOP)/include/kern/reboot.h \
  127. $(INSTALLTOP)/include/kern/seek.h \
  128. $(INSTALLTOP)/include/kern/time.h \
  129. $(INSTALLTOP)/include/kern/unistd.h \
  130. $(INSTALLTOP)/include/kern/wait.h \
  131. $(INSTALLTOP)/include/err.h \
  132. $(INSTALLTOP)/include/stdint.h
  133. $(MYBUILDDIR)/random.o: \
  134. stdlib/random.c \
  135. $(INSTALLTOP)/include/assert.h \
  136. $(INSTALLTOP)/include/errno.h \
  137. $(INSTALLTOP)/include/kern/errno.h \
  138. $(INSTALLTOP)/include/stdlib.h \
  139. $(INSTALLTOP)/include/kern/types.h \
  140. $(INSTALLTOP)/include/kern/machine/types.h \
  141. $(INSTALLTOP)/include/types/size_t.h \
  142. $(INSTALLTOP)/include/sys/null.h
  143. $(MYBUILDDIR)/system.o: \
  144. stdlib/system.c \
  145. $(INSTALLTOP)/include/errno.h \
  146. $(INSTALLTOP)/include/kern/errno.h \
  147. $(INSTALLTOP)/include/stdlib.h \
  148. $(INSTALLTOP)/include/kern/types.h \
  149. $(INSTALLTOP)/include/kern/machine/types.h \
  150. $(INSTALLTOP)/include/types/size_t.h \
  151. $(INSTALLTOP)/include/sys/null.h \
  152. $(INSTALLTOP)/include/unistd.h \
  153. $(INSTALLTOP)/include/sys/types.h \
  154. $(INSTALLTOP)/include/kern/fcntl.h \
  155. $(INSTALLTOP)/include/kern/ioctl.h \
  156. $(INSTALLTOP)/include/kern/reboot.h \
  157. $(INSTALLTOP)/include/kern/seek.h \
  158. $(INSTALLTOP)/include/kern/time.h \
  159. $(INSTALLTOP)/include/kern/unistd.h \
  160. $(INSTALLTOP)/include/kern/wait.h \
  161. $(INSTALLTOP)/include/string.h
  162. $(MYBUILDDIR)/bzero.o: \
  163. ../../../common/libc/string/bzero.c \
  164. $(INSTALLTOP)/include/stdint.h \
  165. $(INSTALLTOP)/include/kern/types.h \
  166. $(INSTALLTOP)/include/kern/machine/types.h \
  167. $(INSTALLTOP)/include/string.h \
  168. $(INSTALLTOP)/include/types/size_t.h \
  169. $(INSTALLTOP)/include/sys/null.h
  170. $(MYBUILDDIR)/memcmp.o: \
  171. string/memcmp.c \
  172. $(INSTALLTOP)/include/string.h \
  173. $(INSTALLTOP)/include/kern/types.h \
  174. $(INSTALLTOP)/include/kern/machine/types.h \
  175. $(INSTALLTOP)/include/types/size_t.h \
  176. $(INSTALLTOP)/include/sys/null.h
  177. $(MYBUILDDIR)/memcpy.o: \
  178. ../../../common/libc/string/memcpy.c \
  179. $(INSTALLTOP)/include/stdint.h \
  180. $(INSTALLTOP)/include/kern/types.h \
  181. $(INSTALLTOP)/include/kern/machine/types.h \
  182. $(INSTALLTOP)/include/string.h \
  183. $(INSTALLTOP)/include/types/size_t.h \
  184. $(INSTALLTOP)/include/sys/null.h
  185. $(MYBUILDDIR)/memmove.o: \
  186. ../../../common/libc/string/memmove.c \
  187. $(INSTALLTOP)/include/stdint.h \
  188. $(INSTALLTOP)/include/kern/types.h \
  189. $(INSTALLTOP)/include/kern/machine/types.h \
  190. $(INSTALLTOP)/include/string.h \
  191. $(INSTALLTOP)/include/types/size_t.h \
  192. $(INSTALLTOP)/include/sys/null.h
  193. $(MYBUILDDIR)/memset.o: \
  194. string/memset.c \
  195. $(INSTALLTOP)/include/string.h \
  196. $(INSTALLTOP)/include/kern/types.h \
  197. $(INSTALLTOP)/include/kern/machine/types.h \
  198. $(INSTALLTOP)/include/types/size_t.h \
  199. $(INSTALLTOP)/include/sys/null.h
  200. $(MYBUILDDIR)/strcat.o: \
  201. ../../../common/libc/string/strcat.c \
  202. $(INSTALLTOP)/include/string.h \
  203. $(INSTALLTOP)/include/kern/types.h \
  204. $(INSTALLTOP)/include/kern/machine/types.h \
  205. $(INSTALLTOP)/include/types/size_t.h \
  206. $(INSTALLTOP)/include/sys/null.h
  207. $(MYBUILDDIR)/strchr.o: \
  208. ../../../common/libc/string/strchr.c \
  209. $(INSTALLTOP)/include/string.h \
  210. $(INSTALLTOP)/include/kern/types.h \
  211. $(INSTALLTOP)/include/kern/machine/types.h \
  212. $(INSTALLTOP)/include/types/size_t.h \
  213. $(INSTALLTOP)/include/sys/null.h
  214. $(MYBUILDDIR)/strcmp.o: \
  215. ../../../common/libc/string/strcmp.c \
  216. $(INSTALLTOP)/include/string.h \
  217. $(INSTALLTOP)/include/kern/types.h \
  218. $(INSTALLTOP)/include/kern/machine/types.h \
  219. $(INSTALLTOP)/include/types/size_t.h \
  220. $(INSTALLTOP)/include/sys/null.h
  221. $(MYBUILDDIR)/strcpy.o: \
  222. ../../../common/libc/string/strcpy.c \
  223. $(INSTALLTOP)/include/string.h \
  224. $(INSTALLTOP)/include/kern/types.h \
  225. $(INSTALLTOP)/include/kern/machine/types.h \
  226. $(INSTALLTOP)/include/types/size_t.h \
  227. $(INSTALLTOP)/include/sys/null.h
  228. $(MYBUILDDIR)/strerror.o: \
  229. string/strerror.c \
  230. $(INSTALLTOP)/include/string.h \
  231. $(INSTALLTOP)/include/kern/types.h \
  232. $(INSTALLTOP)/include/kern/machine/types.h \
  233. $(INSTALLTOP)/include/types/size_t.h \
  234. $(INSTALLTOP)/include/sys/null.h \
  235. $(INSTALLTOP)/include/kern/errmsg.h
  236. $(MYBUILDDIR)/strlen.o: \
  237. ../../../common/libc/string/strlen.c \
  238. $(INSTALLTOP)/include/string.h \
  239. $(INSTALLTOP)/include/kern/types.h \
  240. $(INSTALLTOP)/include/kern/machine/types.h \
  241. $(INSTALLTOP)/include/types/size_t.h \
  242. $(INSTALLTOP)/include/sys/null.h
  243. $(MYBUILDDIR)/strrchr.o: \
  244. ../../../common/libc/string/strrchr.c \
  245. $(INSTALLTOP)/include/string.h \
  246. $(INSTALLTOP)/include/kern/types.h \
  247. $(INSTALLTOP)/include/kern/machine/types.h \
  248. $(INSTALLTOP)/include/types/size_t.h \
  249. $(INSTALLTOP)/include/sys/null.h
  250. $(MYBUILDDIR)/strtok.o: \
  251. string/strtok.c \
  252. $(INSTALLTOP)/include/string.h \
  253. $(INSTALLTOP)/include/kern/types.h \
  254. $(INSTALLTOP)/include/kern/machine/types.h \
  255. $(INSTALLTOP)/include/types/size_t.h \
  256. $(INSTALLTOP)/include/sys/null.h
  257. $(MYBUILDDIR)/strtok_r.o: \
  258. ../../../common/libc/string/strtok_r.c \
  259. $(INSTALLTOP)/include/string.h \
  260. $(INSTALLTOP)/include/kern/types.h \
  261. $(INSTALLTOP)/include/kern/machine/types.h \
  262. $(INSTALLTOP)/include/types/size_t.h \
  263. $(INSTALLTOP)/include/sys/null.h
  264. $(MYBUILDDIR)/time.o: \
  265. time/time.c \
  266. $(INSTALLTOP)/include/unistd.h \
  267. $(INSTALLTOP)/include/sys/types.h \
  268. $(INSTALLTOP)/include/kern/types.h \
  269. $(INSTALLTOP)/include/kern/machine/types.h \
  270. $(INSTALLTOP)/include/types/size_t.h \
  271. $(INSTALLTOP)/include/sys/null.h \
  272. $(INSTALLTOP)/include/kern/fcntl.h \
  273. $(INSTALLTOP)/include/kern/ioctl.h \
  274. $(INSTALLTOP)/include/kern/reboot.h \
  275. $(INSTALLTOP)/include/kern/seek.h \
  276. $(INSTALLTOP)/include/kern/time.h \
  277. $(INSTALLTOP)/include/kern/unistd.h \
  278. $(INSTALLTOP)/include/kern/wait.h
  279. $(MYBUILDDIR)/syscalls.o: \
  280. ../../../build/user/lib/libc/syscalls.S \
  281. $(INSTALLTOP)/include/kern/syscall.h \
  282. $(INSTALLTOP)/include/machine/regdefs.h
  283. $(MYBUILDDIR)/adddi3.o: \
  284. ../../../common/gcc-millicode/adddi3.c \
  285. ../../../common/gcc-millicode/longlong.h \
  286. $(INSTALLTOP)/include/sys/types.h \
  287. $(INSTALLTOP)/include/kern/types.h \
  288. $(INSTALLTOP)/include/kern/machine/types.h \
  289. $(INSTALLTOP)/include/types/size_t.h \
  290. $(INSTALLTOP)/include/sys/null.h \
  291. $(INSTALLTOP)/include/sys/endian.h \
  292. $(INSTALLTOP)/include/kern/endian.h \
  293. $(INSTALLTOP)/include/kern/machine/endian.h \
  294. $(INSTALLTOP)/include/limits.h \
  295. $(INSTALLTOP)/include/kern/limits.h
  296. $(MYBUILDDIR)/anddi3.o: \
  297. ../../../common/gcc-millicode/anddi3.c \
  298. ../../../common/gcc-millicode/longlong.h \
  299. $(INSTALLTOP)/include/sys/types.h \
  300. $(INSTALLTOP)/include/kern/types.h \
  301. $(INSTALLTOP)/include/kern/machine/types.h \
  302. $(INSTALLTOP)/include/types/size_t.h \
  303. $(INSTALLTOP)/include/sys/null.h \
  304. $(INSTALLTOP)/include/sys/endian.h \
  305. $(INSTALLTOP)/include/kern/endian.h \
  306. $(INSTALLTOP)/include/kern/machine/endian.h \
  307. $(INSTALLTOP)/include/limits.h \
  308. $(INSTALLTOP)/include/kern/limits.h
  309. $(MYBUILDDIR)/ashldi3.o: \
  310. ../../../common/gcc-millicode/ashldi3.c \
  311. ../../../common/gcc-millicode/longlong.h \
  312. $(INSTALLTOP)/include/sys/types.h \
  313. $(INSTALLTOP)/include/kern/types.h \
  314. $(INSTALLTOP)/include/kern/machine/types.h \
  315. $(INSTALLTOP)/include/types/size_t.h \
  316. $(INSTALLTOP)/include/sys/null.h \
  317. $(INSTALLTOP)/include/sys/endian.h \
  318. $(INSTALLTOP)/include/kern/endian.h \
  319. $(INSTALLTOP)/include/kern/machine/endian.h \
  320. $(INSTALLTOP)/include/limits.h \
  321. $(INSTALLTOP)/include/kern/limits.h
  322. $(MYBUILDDIR)/ashrdi3.o: \
  323. ../../../common/gcc-millicode/ashrdi3.c \
  324. ../../../common/gcc-millicode/longlong.h \
  325. $(INSTALLTOP)/include/sys/types.h \
  326. $(INSTALLTOP)/include/kern/types.h \
  327. $(INSTALLTOP)/include/kern/machine/types.h \
  328. $(INSTALLTOP)/include/types/size_t.h \
  329. $(INSTALLTOP)/include/sys/null.h \
  330. $(INSTALLTOP)/include/sys/endian.h \
  331. $(INSTALLTOP)/include/kern/endian.h \
  332. $(INSTALLTOP)/include/kern/machine/endian.h \
  333. $(INSTALLTOP)/include/limits.h \
  334. $(INSTALLTOP)/include/kern/limits.h
  335. $(MYBUILDDIR)/cmpdi2.o: \
  336. ../../../common/gcc-millicode/cmpdi2.c \
  337. ../../../common/gcc-millicode/longlong.h \
  338. $(INSTALLTOP)/include/sys/types.h \
  339. $(INSTALLTOP)/include/kern/types.h \
  340. $(INSTALLTOP)/include/kern/machine/types.h \
  341. $(INSTALLTOP)/include/types/size_t.h \
  342. $(INSTALLTOP)/include/sys/null.h \
  343. $(INSTALLTOP)/include/sys/endian.h \
  344. $(INSTALLTOP)/include/kern/endian.h \
  345. $(INSTALLTOP)/include/kern/machine/endian.h \
  346. $(INSTALLTOP)/include/limits.h \
  347. $(INSTALLTOP)/include/kern/limits.h
  348. $(MYBUILDDIR)/divdi3.o: \
  349. ../../../common/gcc-millicode/divdi3.c \
  350. ../../../common/gcc-millicode/longlong.h \
  351. $(INSTALLTOP)/include/sys/types.h \
  352. $(INSTALLTOP)/include/kern/types.h \
  353. $(INSTALLTOP)/include/kern/machine/types.h \
  354. $(INSTALLTOP)/include/types/size_t.h \
  355. $(INSTALLTOP)/include/sys/null.h \
  356. $(INSTALLTOP)/include/sys/endian.h \
  357. $(INSTALLTOP)/include/kern/endian.h \
  358. $(INSTALLTOP)/include/kern/machine/endian.h \
  359. $(INSTALLTOP)/include/limits.h \
  360. $(INSTALLTOP)/include/kern/limits.h
  361. $(MYBUILDDIR)/iordi3.o: \
  362. ../../../common/gcc-millicode/iordi3.c \
  363. ../../../common/gcc-millicode/longlong.h \
  364. $(INSTALLTOP)/include/sys/types.h \
  365. $(INSTALLTOP)/include/kern/types.h \
  366. $(INSTALLTOP)/include/kern/machine/types.h \
  367. $(INSTALLTOP)/include/types/size_t.h \
  368. $(INSTALLTOP)/include/sys/null.h \
  369. $(INSTALLTOP)/include/sys/endian.h \
  370. $(INSTALLTOP)/include/kern/endian.h \
  371. $(INSTALLTOP)/include/kern/machine/endian.h \
  372. $(INSTALLTOP)/include/limits.h \
  373. $(INSTALLTOP)/include/kern/limits.h
  374. $(MYBUILDDIR)/lshldi3.o: \
  375. ../../../common/gcc-millicode/lshldi3.c \
  376. ../../../common/gcc-millicode/longlong.h \
  377. $(INSTALLTOP)/include/sys/types.h \
  378. $(INSTALLTOP)/include/kern/types.h \
  379. $(INSTALLTOP)/include/kern/machine/types.h \
  380. $(INSTALLTOP)/include/types/size_t.h \
  381. $(INSTALLTOP)/include/sys/null.h \
  382. $(INSTALLTOP)/include/sys/endian.h \
  383. $(INSTALLTOP)/include/kern/endian.h \
  384. $(INSTALLTOP)/include/kern/machine/endian.h \
  385. $(INSTALLTOP)/include/limits.h \
  386. $(INSTALLTOP)/include/kern/limits.h
  387. $(MYBUILDDIR)/lshrdi3.o: \
  388. ../../../common/gcc-millicode/lshrdi3.c \
  389. ../../../common/gcc-millicode/longlong.h \
  390. $(INSTALLTOP)/include/sys/types.h \
  391. $(INSTALLTOP)/include/kern/types.h \
  392. $(INSTALLTOP)/include/kern/machine/types.h \
  393. $(INSTALLTOP)/include/types/size_t.h \
  394. $(INSTALLTOP)/include/sys/null.h \
  395. $(INSTALLTOP)/include/sys/endian.h \
  396. $(INSTALLTOP)/include/kern/endian.h \
  397. $(INSTALLTOP)/include/kern/machine/endian.h \
  398. $(INSTALLTOP)/include/limits.h \
  399. $(INSTALLTOP)/include/kern/limits.h
  400. $(MYBUILDDIR)/moddi3.o: \
  401. ../../../common/gcc-millicode/moddi3.c \
  402. ../../../common/gcc-millicode/longlong.h \
  403. $(INSTALLTOP)/include/sys/types.h \
  404. $(INSTALLTOP)/include/kern/types.h \
  405. $(INSTALLTOP)/include/kern/machine/types.h \
  406. $(INSTALLTOP)/include/types/size_t.h \
  407. $(INSTALLTOP)/include/sys/null.h \
  408. $(INSTALLTOP)/include/sys/endian.h \
  409. $(INSTALLTOP)/include/kern/endian.h \
  410. $(INSTALLTOP)/include/kern/machine/endian.h \
  411. $(INSTALLTOP)/include/limits.h \
  412. $(INSTALLTOP)/include/kern/limits.h
  413. $(MYBUILDDIR)/muldi3.o: \
  414. ../../../common/gcc-millicode/muldi3.c \
  415. ../../../common/gcc-millicode/longlong.h \
  416. $(INSTALLTOP)/include/sys/types.h \
  417. $(INSTALLTOP)/include/kern/types.h \
  418. $(INSTALLTOP)/include/kern/machine/types.h \
  419. $(INSTALLTOP)/include/types/size_t.h \
  420. $(INSTALLTOP)/include/sys/null.h \
  421. $(INSTALLTOP)/include/sys/endian.h \
  422. $(INSTALLTOP)/include/kern/endian.h \
  423. $(INSTALLTOP)/include/kern/machine/endian.h \
  424. $(INSTALLTOP)/include/limits.h \
  425. $(INSTALLTOP)/include/kern/limits.h
  426. $(MYBUILDDIR)/negdi2.o: \
  427. ../../../common/gcc-millicode/negdi2.c \
  428. ../../../common/gcc-millicode/longlong.h \
  429. $(INSTALLTOP)/include/sys/types.h \
  430. $(INSTALLTOP)/include/kern/types.h \
  431. $(INSTALLTOP)/include/kern/machine/types.h \
  432. $(INSTALLTOP)/include/types/size_t.h \
  433. $(INSTALLTOP)/include/sys/null.h \
  434. $(INSTALLTOP)/include/sys/endian.h \
  435. $(INSTALLTOP)/include/kern/endian.h \
  436. $(INSTALLTOP)/include/kern/machine/endian.h \
  437. $(INSTALLTOP)/include/limits.h \
  438. $(INSTALLTOP)/include/kern/limits.h
  439. $(MYBUILDDIR)/notdi2.o: \
  440. ../../../common/gcc-millicode/notdi2.c \
  441. ../../../common/gcc-millicode/longlong.h \
  442. $(INSTALLTOP)/include/sys/types.h \
  443. $(INSTALLTOP)/include/kern/types.h \
  444. $(INSTALLTOP)/include/kern/machine/types.h \
  445. $(INSTALLTOP)/include/types/size_t.h \
  446. $(INSTALLTOP)/include/sys/null.h \
  447. $(INSTALLTOP)/include/sys/endian.h \
  448. $(INSTALLTOP)/include/kern/endian.h \
  449. $(INSTALLTOP)/include/kern/machine/endian.h \
  450. $(INSTALLTOP)/include/limits.h \
  451. $(INSTALLTOP)/include/kern/limits.h
  452. $(MYBUILDDIR)/qdivrem.o: \
  453. ../../../common/gcc-millicode/qdivrem.c \
  454. ../../../common/gcc-millicode/longlong.h \
  455. $(INSTALLTOP)/include/sys/types.h \
  456. $(INSTALLTOP)/include/kern/types.h \
  457. $(INSTALLTOP)/include/kern/machine/types.h \
  458. $(INSTALLTOP)/include/types/size_t.h \
  459. $(INSTALLTOP)/include/sys/null.h \
  460. $(INSTALLTOP)/include/sys/endian.h \
  461. $(INSTALLTOP)/include/kern/endian.h \
  462. $(INSTALLTOP)/include/kern/machine/endian.h \
  463. $(INSTALLTOP)/include/limits.h \
  464. $(INSTALLTOP)/include/kern/limits.h
  465. $(MYBUILDDIR)/subdi3.o: \
  466. ../../../common/gcc-millicode/subdi3.c \
  467. ../../../common/gcc-millicode/longlong.h \
  468. $(INSTALLTOP)/include/sys/types.h \
  469. $(INSTALLTOP)/include/kern/types.h \
  470. $(INSTALLTOP)/include/kern/machine/types.h \
  471. $(INSTALLTOP)/include/types/size_t.h \
  472. $(INSTALLTOP)/include/sys/null.h \
  473. $(INSTALLTOP)/include/sys/endian.h \
  474. $(INSTALLTOP)/include/kern/endian.h \
  475. $(INSTALLTOP)/include/kern/machine/endian.h \
  476. $(INSTALLTOP)/include/limits.h \
  477. $(INSTALLTOP)/include/kern/limits.h
  478. $(MYBUILDDIR)/ucmpdi2.o: \
  479. ../../../common/gcc-millicode/ucmpdi2.c \
  480. ../../../common/gcc-millicode/longlong.h \
  481. $(INSTALLTOP)/include/sys/types.h \
  482. $(INSTALLTOP)/include/kern/types.h \
  483. $(INSTALLTOP)/include/kern/machine/types.h \
  484. $(INSTALLTOP)/include/types/size_t.h \
  485. $(INSTALLTOP)/include/sys/null.h \
  486. $(INSTALLTOP)/include/sys/endian.h \
  487. $(INSTALLTOP)/include/kern/endian.h \
  488. $(INSTALLTOP)/include/kern/machine/endian.h \
  489. $(INSTALLTOP)/include/limits.h \
  490. $(INSTALLTOP)/include/kern/limits.h
  491. $(MYBUILDDIR)/udivdi3.o: \
  492. ../../../common/gcc-millicode/udivdi3.c \
  493. ../../../common/gcc-millicode/longlong.h \
  494. $(INSTALLTOP)/include/sys/types.h \
  495. $(INSTALLTOP)/include/kern/types.h \
  496. $(INSTALLTOP)/include/kern/machine/types.h \
  497. $(INSTALLTOP)/include/types/size_t.h \
  498. $(INSTALLTOP)/include/sys/null.h \
  499. $(INSTALLTOP)/include/sys/endian.h \
  500. $(INSTALLTOP)/include/kern/endian.h \
  501. $(INSTALLTOP)/include/kern/machine/endian.h \
  502. $(INSTALLTOP)/include/limits.h \
  503. $(INSTALLTOP)/include/kern/limits.h
  504. $(MYBUILDDIR)/umoddi3.o: \
  505. ../../../common/gcc-millicode/umoddi3.c \
  506. ../../../common/gcc-millicode/longlong.h \
  507. $(INSTALLTOP)/include/sys/types.h \
  508. $(INSTALLTOP)/include/kern/types.h \
  509. $(INSTALLTOP)/include/kern/machine/types.h \
  510. $(INSTALLTOP)/include/types/size_t.h \
  511. $(INSTALLTOP)/include/sys/null.h \
  512. $(INSTALLTOP)/include/sys/endian.h \
  513. $(INSTALLTOP)/include/kern/endian.h \
  514. $(INSTALLTOP)/include/kern/machine/endian.h \
  515. $(INSTALLTOP)/include/limits.h \
  516. $(INSTALLTOP)/include/kern/limits.h
  517. $(MYBUILDDIR)/xordi3.o: \
  518. ../../../common/gcc-millicode/xordi3.c \
  519. ../../../common/gcc-millicode/longlong.h \
  520. $(INSTALLTOP)/include/sys/types.h \
  521. $(INSTALLTOP)/include/kern/types.h \
  522. $(INSTALLTOP)/include/kern/machine/types.h \
  523. $(INSTALLTOP)/include/types/size_t.h \
  524. $(INSTALLTOP)/include/sys/null.h \
  525. $(INSTALLTOP)/include/sys/endian.h \
  526. $(INSTALLTOP)/include/kern/endian.h \
  527. $(INSTALLTOP)/include/kern/machine/endian.h \
  528. $(INSTALLTOP)/include/limits.h \
  529. $(INSTALLTOP)/include/kern/limits.h
  530. $(MYBUILDDIR)/__assert.o: \
  531. unix/__assert.c \
  532. $(INSTALLTOP)/include/assert.h \
  533. $(INSTALLTOP)/include/stdio.h \
  534. $(INSTALLTOP)/include/kern/types.h \
  535. $(INSTALLTOP)/include/kern/machine/types.h \
  536. $(INSTALLTOP)/include/types/size_t.h \
  537. $(INSTALLTOP)/include/sys/null.h \
  538. $(INSTALLTOP)/include/stdlib.h \
  539. $(INSTALLTOP)/include/unistd.h \
  540. $(INSTALLTOP)/include/sys/types.h \
  541. $(INSTALLTOP)/include/kern/fcntl.h \
  542. $(INSTALLTOP)/include/kern/ioctl.h \
  543. $(INSTALLTOP)/include/kern/reboot.h \
  544. $(INSTALLTOP)/include/kern/seek.h \
  545. $(INSTALLTOP)/include/kern/time.h \
  546. $(INSTALLTOP)/include/kern/unistd.h \
  547. $(INSTALLTOP)/include/kern/wait.h \
  548. $(INSTALLTOP)/include/string.h
  549. $(MYBUILDDIR)/err.o: \
  550. unix/err.c \
  551. $(INSTALLTOP)/include/stdio.h \
  552. $(INSTALLTOP)/include/kern/types.h \
  553. $(INSTALLTOP)/include/kern/machine/types.h \
  554. $(INSTALLTOP)/include/types/size_t.h \
  555. $(INSTALLTOP)/include/sys/null.h \
  556. $(INSTALLTOP)/include/stdarg.h \
  557. $(INSTALLTOP)/include/stdlib.h \
  558. $(INSTALLTOP)/include/string.h \
  559. $(INSTALLTOP)/include/unistd.h \
  560. $(INSTALLTOP)/include/sys/types.h \
  561. $(INSTALLTOP)/include/kern/fcntl.h \
  562. $(INSTALLTOP)/include/kern/ioctl.h \
  563. $(INSTALLTOP)/include/kern/reboot.h \
  564. $(INSTALLTOP)/include/kern/seek.h \
  565. $(INSTALLTOP)/include/kern/time.h \
  566. $(INSTALLTOP)/include/kern/unistd.h \
  567. $(INSTALLTOP)/include/kern/wait.h \
  568. $(INSTALLTOP)/include/err.h \
  569. $(INSTALLTOP)/include/errno.h \
  570. $(INSTALLTOP)/include/kern/errno.h
  571. $(MYBUILDDIR)/errno.o: \
  572. unix/errno.c \
  573. $(INSTALLTOP)/include/errno.h \
  574. $(INSTALLTOP)/include/kern/errno.h
  575. $(MYBUILDDIR)/getcwd.o: \
  576. unix/getcwd.c \
  577. $(INSTALLTOP)/include/unistd.h \
  578. $(INSTALLTOP)/include/sys/types.h \
  579. $(INSTALLTOP)/include/kern/types.h \
  580. $(INSTALLTOP)/include/kern/machine/types.h \
  581. $(INSTALLTOP)/include/types/size_t.h \
  582. $(INSTALLTOP)/include/sys/null.h \
  583. $(INSTALLTOP)/include/kern/fcntl.h \
  584. $(INSTALLTOP)/include/kern/ioctl.h \
  585. $(INSTALLTOP)/include/kern/reboot.h \
  586. $(INSTALLTOP)/include/kern/seek.h \
  587. $(INSTALLTOP)/include/kern/time.h \
  588. $(INSTALLTOP)/include/kern/unistd.h \
  589. $(INSTALLTOP)/include/kern/wait.h \
  590. $(INSTALLTOP)/include/errno.h \
  591. $(INSTALLTOP)/include/kern/errno.h
  592. $(MYBUILDDIR)/setjmp.o: \
  593. ../../../common/libc/arch/mips/setjmp.S \
  594. $(INSTALLTOP)/include/kern/mips/regdefs.h