blob: ea1bba41208f32858b1a699002f7369f21d96569 (
plain)
1
2
3
4
5
6
7
8
9
|
libcurses_X.400: libcurses.a(untouchwin.o)
libcurses.a(untouchwin.o): $(OBJDIR)/untouchwin.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/untouchwin.o: src/curses/untouchwin.c
$(OBJDIR)/untouchwin.o:
@echo " [CC] $@"
@mkdir -p $(@D)
@$(CC) -c -o $@ $(CFLAGS) src/curses/untouchwin.c
|