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

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