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

$(OBJDIR)/tss_create.o: src/threads/tss_create.c
$(OBJDIR)/tss_create.o:
	@mkdir -p $(@D)
	$(CC) -c -o $@ $(CFLAGS) src/threads/tss_create.c