diff options
Diffstat (limited to 'mk/strtoumax.d')
| -rw-r--r-- | mk/strtoumax.d | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mk/strtoumax.d b/mk/strtoumax.d new file mode 100644 index 00000000..3ef25be2 --- /dev/null +++ b/mk/strtoumax.d @@ -0,0 +1,10 @@ +libc_C.199901: libc.a(strtoumax.o) +libc.a(strtoumax.o): $(OBJDIR)/strtoumax.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/strtoumax.o: src/inttypes/strtoumax.c +$(OBJDIR)/strtoumax.o: src/_safety.h +$(OBJDIR)/strtoumax.o: src/stdlib/_strtoi.h +$(OBJDIR)/strtoumax.o: + @mkdir -p $(@D) + $(CC) -c -o $@ $(CFLAGS) src/inttypes/strtoumax.c |
