summaryrefslogtreecommitdiff
path: root/mk/timespec_get.d
blob: 6082f37007a8911aabdce399634a69a028214b4e (plain)
1
2
3
4
5
6
7
8
9
libc_C.201112: libc.a(timespec_get.o)
libc.a(timespec_get.o): $(OBJDIR)/timespec_get.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/timespec_get.o: src/time/timespec_get.c
$(OBJDIR)/timespec_get.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/time/timespec_get.c