1234567891011121314151617181920212223 |
- $(MYBUILDDIR)/triplehuge.o: \
- triplehuge.c \
- triple.h
- $(MYBUILDDIR)/triple.o: \
- triple.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 \
- $(INSTALLTOP)/include/err.h \
- triple.h
|