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

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