summaryrefslogtreecommitdiff
path: root/mk/ctermid.d
blob: 070b100ee402bcfdf490c468e588fb5208f3db80 (plain)
1
2
3
4
5
6
7
8
9
10
libc_P.1: libc.a(ctermid.o)
libc.a(ctermid.o): $(OBJDIR)/ctermid.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/ctermid.o: src/unistd/ctermid.c
$(OBJDIR)/ctermid.o: src/stdio/_stdio.h
$(OBJDIR)/ctermid.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/unistd/ctermid.c