summaryrefslogtreecommitdiff
path: root/mk/wcstoumax.d
blob: 530e34da93976a927a875e20ad0a099603f1cb57 (plain)
1
2
3
4
5
6
7
8
9
10
libc_C.199901: libc.a(wcstoumax.o)
libc.a(wcstoumax.o): $(OBJDIR)/wcstoumax.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/wcstoumax.o: src/inttypes/wcstoumax.c
$(OBJDIR)/wcstoumax.o: src/_safety.h
$(OBJDIR)/wcstoumax.o: src/stdlib/_strtoi.h
$(OBJDIR)/wcstoumax.o:
	@mkdir -p $(@D)
	$(CC) -c -o $@ $(CFLAGS) src/inttypes/wcstoumax.c