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

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