summaryrefslogtreecommitdiff
path: root/mk/ignore_handler_s.d
blob: 8df47c0a9cb856eebfe48ef8b72ca2af2fbeeac8 (plain)
1
2
3
4
5
6
7
8
9
libc_C_X1.201112: libc.a(ignore_handler_s.o)
libc.a(ignore_handler_s.o): $(OBJDIR)/ignore_handler_s.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/ignore_handler_s.o: src/stdlib/ignore_handler_s.c
$(OBJDIR)/ignore_handler_s.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/stdlib/ignore_handler_s.c