Cross Reference: Makefile
xref
: /
illumos-gate
/
usr
/
src
/
lib
/
krb5
/
kadm5
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
0
N/A
#
2362
N/A
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0
N/A
# Use is subject to license terms.
0
N/A
#
0
N/A
# ident "%Z%%M% %I% %E% SMI"
0
N/A
#
2362
N/A
#
lib
/
krb5
/
kadm5
/
Makefile
0
N/A
#
2362
N/A
# include global definitions
0
N/A
include
../../../
Makefile.master
0
N/A
0
N/A
#
0
N/A
# Build everything in parallel; use .WAIT for dependencies
0
N/A
.
PARALLEL
:
$(
SUBDIRS
)
0
N/A
0
N/A
SUBDIRS
=
clnt
srv
0
N/A
0
N/A
all
:=
TARGET
=
all
0
N/A
clean
:=
TARGET
=
clean
0
N/A
clobber
:=
TARGET
=
clobber
2362
N/A
install
:=
TARGET
=
install
2362
N/A
lint
:=
TARGET
=
lint
2362
N/A
_msg
:=
TARGET
=
_msg
0
N/A
0
N/A
.
KEEP_STATE
:
0
N/A
0
N/A
all
clean
clobber
install
lint
_msg
:
$(
SUBDIRS
)
0
N/A
0
N/A
$(
SUBDIRS
)
:
FRC
0
N/A
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
0
N/A
0
N/A
FRC
:
0
N/A