summaryrefslogtreecommitdiff
path: root/mk/getdtablesize.d
blob: 686605936f16e4d369481cf0bc8a078eb22b1f32 (plain)
1
2
3
4
5
6
7
8
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:
	@mkdir -p $(@D)
	$(CC) -c -o $@ $(CFLAGS) src/unistd/getdtablesize.c