003 File Manager
Current Path:
/usr/src/contrib/ee
usr
/
src
/
contrib
/
ee
/
📁
..
📄
Changes
(1.4 KB)
📄
Makefile
(774 B)
📄
README.ee
(6.15 KB)
📄
create.make
(5.01 KB)
📄
ee.1
(16.5 KB)
📄
ee.c
(121.08 KB)
📄
ee.i18n.guide
(7.89 KB)
📄
ee.msg
(6.88 KB)
📄
ee_version.h
(121 B)
📄
genstr
(489 B)
📄
make.default
(1.6 KB)
📄
new_curse.c
(85.93 KB)
📄
new_curse.h
(7.86 KB)
Editing: Makefile
# This is the make file for ee, the "easy editor". # # A file called 'make.local' will be generated which will contain information # specific to the local system, such as if it is a BSD or System V based # version of UNIX, whether or not it has catgets, or select. # # The "install" target ("make install") will copy the ee binary to # the /usr/local/bin directory on the local system. The man page (ee.1) # will be copied into the /usr/local/man/man1 directory. # # The "clean" target ("make clean") will remove the ee and new_curse.o # object files, and the ee binary. # all : localmake buildee buildee : make -f make.local localmake: @./create.make install : cp ee /usr/local/bin/ee cp ee.1 /usr/local/man/man1/ee.1 clean : rm -f ee.o new_curse.o ee
Upload File
Create Folder