blob: 150613b617582b002ae00306a2fae38156bbd2d1 (
plain)
1
2
3
4
5
6
7
8
9
|
libc_C_X1.201112: libc.a(set_constraint_handler_s.o)
libc.a(set_constraint_handler_s.o): $(OBJDIR)/set_constraint_handler_s.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/set_constraint_handler_s.o: src/stdlib/set_constraint_handler_s.c
$(OBJDIR)/set_constraint_handler_s.o: src/stdlib/_stdlib.h
$(OBJDIR)/set_constraint_handler_s.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/stdlib/set_constraint_handler_s.c
|