1 # This is the make file for ee, the "easy editor".
3 # A file called 'make.local' will be generated which will contain information
4 # specific to the local system, such as if it is a BSD or System V based
5 # version of UNIX, whether or not it has catgets, or select.
7 # The "install" target ("make install") will copy the ee binary to
8 # the /usr/local/bin directory on the local system. The man page (ee.1)
9 # will be copied into the /usr/local/man/man1 directory.
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
12 # object files, and the ee binary.
15 all : localmake buildee
24 cp ee
/usr
/local
/bin
/ee
25 cp ee
.1 /usr
/local
/man
/man1
/ee
.1
28 rm -f ee.o new_curse.o ee