summaryrefslogtreecommitdiff
path: root/mk/getgrent.d
blob: 17b7052203bf980ad44d1ff7b8a85b5c8fb12ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: 
$(OBJDIR)/getgrent.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/grp/getgrent.c