blob: c4fcdb40f3f0f313af8a1befa6ef085b241d7e09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
libc_P.2: libc.a(confstr.o)
libc.a(confstr.o): $(OBJDIR)/confstr.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/confstr.o: src/unistd/confstr.c
$(OBJDIR)/confstr.o: src/_assert.h
$(OBJDIR)/confstr.o: src/unistd/_confstr.h
$(OBJDIR)/confstr.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/unistd/confstr.c
|