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

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