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

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