summaryrefslogtreecommitdiff
path: root/mk/ungetch.d
blob: bd2370174433c586056c4aebb31467aa3bf50815 (plain)
1
2
3
4
5
6
7
8
9
libcurses_X.400: libcurses.a(ungetch.o)
libcurses.a(ungetch.o): $(OBJDIR)/ungetch.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

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