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

$(OBJDIR)/setgrent.o: src/grp/setgrent.c
$(OBJDIR)/setgrent.o: src/grp/_grp.h
$(OBJDIR)/setgrent.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/grp/setgrent.c