summaryrefslogtreecommitdiff
path: root/mk/__longjmp.x86-64.s.d
blob: e9688b50f1661921809a90085925ed43a229883c (plain)
1
2
3
4
5
6
7
8
9
libc_C.0: libc.a(__longjmp.x86-64.s.o)
libc.a(__longjmp.x86-64.s.o): $(OBJDIR)/__longjmp.x86-64.s.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/__longjmp.x86-64.s.o: src/setjmp/__longjmp.x86-64.s
$(OBJDIR)/__longjmp.x86-64.s.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/setjmp/__longjmp.x86-64.s