summaryrefslogtreecommitdiff
path: root/mk/set_constraint_handler_s.d
blob: c7ef9d8073176c7c1de5bd4861f0b9e63db3644c (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:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/stdlib/set_constraint_handler_s.c