blob: f5ef0a5a03959e4e6ebe4f9d2819de2d6b632848 (
plain)
1
2
3
4
5
6
7
8
9
10
|
libc_P.200809: libc.a(getsubopt.o)
libc_X.400: libc.a(getsubopt.o)
libc.a(getsubopt.o): $(OBJDIR)/getsubopt.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/getsubopt.o: src/stdlib/getsubopt.c
$(OBJDIR)/getsubopt.o: src/stdlib/_stdlib.h
$(OBJDIR)/getsubopt.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/stdlib/getsubopt.c
|