summaryrefslogtreecommitdiff
path: root/mk/getdtablesize.d
blob: 7ba2d42dd701e37a6513fb9211ab8d4f41dd538f (plain)
1
2
3
4
5
6
7
8
9
libc_X.400: libc.a(getdtablesize.o)
libc.a(getdtablesize.o): $(OBJDIR)/getdtablesize.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

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