Cross Reference:
xref
: /
illumos-gate
/
usr
/
src
/
cmd
/
face
/
HELP
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 1990 by Sun Microsystems, Inc.
#
#
cmd
/
face
/
HELP
/
Makefile
include
../../
Makefile.cmd
include
../
src
/
Makefile.com
SUBDIRS
=
dos
mail
spell
programs
pref
lp
all
:=
TARGET
=
all
install
:=
TARGET
=
install
clean
:=
TARGET
=
clean
clobber
:=
TARGET
=
clobber
lint
:=
TARGET
=
lint
VMBIN
=
$(
ROOTVMSYS
)
/
bin
VMLIB
=
$(
ROOTVMSYS
)
/
lib
# HELP bin install
ROOTDIR
=
$(
ROOTVMSYS
)
/
HELP
HELPFILES
=
update
unix
undelete
time
show
-
path
select
security
run
rename
\
refresh
redescribe
print
prev
-
frm
organize
open
next
-
frm
move
\
help
goto
frm
-
mgmt
find
exit
display
delete
create
copy
close
\
cleanup
cancel
\
T.m.frmlist
T.m.found
\
T.hwaste
T.husers
T.htoc
T.hspell
1
T.hsend
1
T.hsec
9
T.hsec
8
\
T.hsec
7
T.hsec
6
T.hsec
5
T.hsec
4
T.hsec
3
T.hsec
2
T.hsec
10
\
T.hsec
1
T.hprog
T.hprin
1
T.horg
3
T.horg
2
T.horg
1
T.hoffice
\
T.hmerror
T.hmail
T.hfind
4
T.hfind
3
T.hfind
2
T.hfind
1
\
T.hfilecab
T.hface
T.hcreate
T.hattface
T.h7.cmd
T.h55.waste
\
T.h43.fold
T.h41.obj
T.h3.frames
T.h1.help
T.f.propts
ROOTBIN
=
$(
HELPFILES
:%=
$(
ROOTDIR
)
/%)
FILEMODE
=
755
# install rules
$(
ROOTDIR
)
/% : %
$(
INS.file
)
.
KEEP_STATE
:
all
:
$(
HELPFILES
)
$(
SUBDIRS
)
install
:
all
$(
ROOTDIR
)
$(
ROOTBIN
)
$(
SUBDIRS
)
$(
ROOTDIR
)
:
-
$(
INS.dir
)
clean
clobber
:
lint
:
$(
SUBDIRS
)
:
FRC
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
FRC
: