123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596 |
- $(MYBUILDDIR)/__printf.o: \
- ../../../common/libc/printf/__printf.c \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/assert.h \
- $(INSTALLTOP)/include/stdint.h \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/stdarg.h
- $(MYBUILDDIR)/snprintf.o: \
- ../../../common/libc/printf/snprintf.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/stdarg.h
- $(MYBUILDDIR)/__puts.o: \
- stdio/__puts.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/getchar.o: \
- stdio/getchar.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h
- $(MYBUILDDIR)/printf.o: \
- stdio/printf.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/stdarg.h
- $(MYBUILDDIR)/putchar.o: \
- stdio/putchar.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h
- $(MYBUILDDIR)/puts.o: \
- stdio/puts.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/abort.o: \
- stdlib/abort.c \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h
- $(MYBUILDDIR)/atoi.o: \
- ../../../common/libc/stdlib/atoi.c \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/string.h
- $(MYBUILDDIR)/exit.o: \
- stdlib/exit.c \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h
- $(MYBUILDDIR)/malloc.o: \
- stdlib/malloc.c \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h \
- $(INSTALLTOP)/include/err.h \
- $(INSTALLTOP)/include/stdint.h
- $(MYBUILDDIR)/random.o: \
- stdlib/random.c \
- $(INSTALLTOP)/include/assert.h \
- $(INSTALLTOP)/include/errno.h \
- $(INSTALLTOP)/include/kern/errno.h \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/system.o: \
- stdlib/system.c \
- $(INSTALLTOP)/include/errno.h \
- $(INSTALLTOP)/include/kern/errno.h \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h \
- $(INSTALLTOP)/include/string.h
- $(MYBUILDDIR)/bzero.o: \
- ../../../common/libc/string/bzero.c \
- $(INSTALLTOP)/include/stdint.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/memcmp.o: \
- string/memcmp.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/memcpy.o: \
- ../../../common/libc/string/memcpy.c \
- $(INSTALLTOP)/include/stdint.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/memmove.o: \
- ../../../common/libc/string/memmove.c \
- $(INSTALLTOP)/include/stdint.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/memset.o: \
- string/memset.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strcat.o: \
- ../../../common/libc/string/strcat.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strchr.o: \
- ../../../common/libc/string/strchr.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strcmp.o: \
- ../../../common/libc/string/strcmp.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strcpy.o: \
- ../../../common/libc/string/strcpy.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strerror.o: \
- string/strerror.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/kern/errmsg.h
- $(MYBUILDDIR)/strlen.o: \
- ../../../common/libc/string/strlen.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strrchr.o: \
- ../../../common/libc/string/strrchr.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strtok.o: \
- string/strtok.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/strtok_r.o: \
- ../../../common/libc/string/strtok_r.c \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h
- $(MYBUILDDIR)/time.o: \
- time/time.c \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h
- $(MYBUILDDIR)/syscalls.o: \
- ../../../build/user/lib/libc/syscalls.S \
- $(INSTALLTOP)/include/kern/syscall.h \
- $(INSTALLTOP)/include/machine/regdefs.h
- $(MYBUILDDIR)/adddi3.o: \
- ../../../common/gcc-millicode/adddi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/anddi3.o: \
- ../../../common/gcc-millicode/anddi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/ashldi3.o: \
- ../../../common/gcc-millicode/ashldi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/ashrdi3.o: \
- ../../../common/gcc-millicode/ashrdi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/cmpdi2.o: \
- ../../../common/gcc-millicode/cmpdi2.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/divdi3.o: \
- ../../../common/gcc-millicode/divdi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/iordi3.o: \
- ../../../common/gcc-millicode/iordi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/lshldi3.o: \
- ../../../common/gcc-millicode/lshldi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/lshrdi3.o: \
- ../../../common/gcc-millicode/lshrdi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/moddi3.o: \
- ../../../common/gcc-millicode/moddi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/muldi3.o: \
- ../../../common/gcc-millicode/muldi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/negdi2.o: \
- ../../../common/gcc-millicode/negdi2.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/notdi2.o: \
- ../../../common/gcc-millicode/notdi2.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/qdivrem.o: \
- ../../../common/gcc-millicode/qdivrem.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/subdi3.o: \
- ../../../common/gcc-millicode/subdi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/ucmpdi2.o: \
- ../../../common/gcc-millicode/ucmpdi2.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/udivdi3.o: \
- ../../../common/gcc-millicode/udivdi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/umoddi3.o: \
- ../../../common/gcc-millicode/umoddi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/xordi3.o: \
- ../../../common/gcc-millicode/xordi3.c \
- ../../../common/gcc-millicode/longlong.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/sys/endian.h \
- $(INSTALLTOP)/include/kern/endian.h \
- $(INSTALLTOP)/include/kern/machine/endian.h \
- $(INSTALLTOP)/include/limits.h \
- $(INSTALLTOP)/include/kern/limits.h
- $(MYBUILDDIR)/__assert.o: \
- unix/__assert.c \
- $(INSTALLTOP)/include/assert.h \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h \
- $(INSTALLTOP)/include/string.h
- $(MYBUILDDIR)/err.o: \
- unix/err.c \
- $(INSTALLTOP)/include/stdio.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/stdarg.h \
- $(INSTALLTOP)/include/stdlib.h \
- $(INSTALLTOP)/include/string.h \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h \
- $(INSTALLTOP)/include/err.h \
- $(INSTALLTOP)/include/errno.h \
- $(INSTALLTOP)/include/kern/errno.h
- $(MYBUILDDIR)/errno.o: \
- unix/errno.c \
- $(INSTALLTOP)/include/errno.h \
- $(INSTALLTOP)/include/kern/errno.h
- $(MYBUILDDIR)/getcwd.o: \
- unix/getcwd.c \
- $(INSTALLTOP)/include/unistd.h \
- $(INSTALLTOP)/include/sys/types.h \
- $(INSTALLTOP)/include/kern/types.h \
- $(INSTALLTOP)/include/kern/machine/types.h \
- $(INSTALLTOP)/include/types/size_t.h \
- $(INSTALLTOP)/include/sys/null.h \
- $(INSTALLTOP)/include/kern/fcntl.h \
- $(INSTALLTOP)/include/kern/ioctl.h \
- $(INSTALLTOP)/include/kern/reboot.h \
- $(INSTALLTOP)/include/kern/seek.h \
- $(INSTALLTOP)/include/kern/time.h \
- $(INSTALLTOP)/include/kern/unistd.h \
- $(INSTALLTOP)/include/kern/wait.h \
- $(INSTALLTOP)/include/errno.h \
- $(INSTALLTOP)/include/kern/errno.h
- $(MYBUILDDIR)/setjmp.o: \
- ../../../common/libc/arch/mips/setjmp.S \
- $(INSTALLTOP)/include/kern/mips/regdefs.h
|