blob: 518632b041e895902d551da36dff36de77a39e44 (
plain)
1
2
3
4
5
6
7
8
9
10
|
libc_C.1: libc.a(strerror.o)
libc.a(strerror.o): $(OBJDIR)/strerror.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/strerror.o: src/string/strerror.c
$(OBJDIR)/strerror.o: src/_safety.h
$(OBJDIR)/strerror.o: src/string/_strerror.h
$(OBJDIR)/strerror.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/string/strerror.c
|