summaryrefslogtreecommitdiff
path: root/mk/timespec_get.d
blob: 329e688d4b692227b9ff80b58af0bb6236a646c6 (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: src/_safety.h
$(OBJDIR)/timespec_get.o:
	@mkdir -p $(@D)
	$(CC) -c -o $@ $(CFLAGS) src/time/timespec_get.c