blob: 83a2d6ab9786747324892e42b2e25d62c4036482 (
plain)
1
2
3
4
5
6
7
8
9
|
libc_P.2: libc.a(regexec.o)
libc.a(regexec.o): $(OBJDIR)/regexec.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/regexec.o: src/regex/regexec.c
$(OBJDIR)/regexec.o:
@echo " [CC] $@"
@mkdir -p $(@D)
@$(CC) -c -o $@ $(CFLAGS) src/regex/regexec.c
|