Lines Matching refs:new_curse
3 # If building ee using curses, type "make curses", otherwise new_curse (a
4 # subset of curses that supports ee) will be built and ee will use new_curse
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
18 # DEFINES is used for new_curse.c, and CFLAGS is used for ee.c.
21 # for System V, using new_curse with terminfo
24 # for BSD, using new_curse with termcap
27 # for BSD systems with select(), using new_curse with termcap, use:
42 ee : ee.o new_curse.o
43 cc -o ee ee.o new_curse.o $(CFLAGS)
45 ee.o : ee.c new_curse.h
48 new_curse.o : new_curse.c new_curse.h
49 cc new_curse.c -c $(DEFINES) $(CFLAGS)
56 rm -f ee.o new_curse.o ee