blob: 721480198118b518ea0bad7417f943eb5904db70 (
plain)
1
2
3
4
5
6
7
8
9
|
libc_X.400: libc.a(grantpt.o)
libc.a(grantpt.o): $(OBJDIR)/grantpt.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/grantpt.o: src/stdlib/grantpt.c
$(OBJDIR)/grantpt.o:
@echo " [CC] $@"
@mkdir -p $(@D)
@$(CC) -c -o $@ $(CFLAGS) src/stdlib/grantpt.c
|