blob: c70fa659b9d9bc186174593812e87a4daae8b2c3 (
plain)
1
2
3
4
5
6
7
8
9
|
libc_X.4: libc.a(getw.o)
libc.a(getw.o): $(OBJDIR)/getw.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/getw.o: src/stdio/getw.c
$(OBJDIR)/getw.o: src/stdio/_stdio.h
$(OBJDIR)/getw.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/stdio/getw.c
|