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

$(OBJDIR)/gets_s.o: src/stdio/gets_s.c
$(OBJDIR)/gets_s.o: src/stdio/_stdio.h
$(OBJDIR)/gets_s.o:
	@mkdir -p $(@D)
	$(CC) -c -o $@ $(CFLAGS) src/stdio/gets_s.c