Cross Reference: Makefile
xref
: /
osnet-11
/
usr
/
src
/
lib
/
krb5
/
kadm5
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2
N/A
#
2
N/A
# Copyright (c) 1999, 2011, Oracle
and
/
or
its affiliates. All rights reserved.
2
N/A
#
2
N/A
#
lib
/
krb5
/
kadm5
/
Makefile
2
N/A
#
2
N/A
# include global definitions
2
N/A
include
../../../
Makefile.master
2
N/A
2
N/A
#
2
N/A
# Build everything in parallel; use .WAIT for dependencies
2
N/A
.
PARALLEL
:
$(
SUBDIRS
)
2
N/A
2
N/A
SUBDIRS
=
clnt
srv
2
N/A
2
N/A
all
:=
TARGET
=
all
2
N/A
clean
:=
TARGET
=
clean
2
N/A
clobber
:=
TARGET
=
clobber
2
N/A
install
:=
TARGET
=
install
2
N/A
lint
:=
TARGET
=
lint
2
N/A
_msg
:=
TARGET
=
_msg
2
N/A
stub
:=
TARGET
=
stub
2
N/A
stubinstall
:=
TARGET
=
stubinstall
2
N/A
2
N/A
.
KEEP_STATE
:
2
N/A
2
N/A
all
clean
clobber
install
lint
_msg
stub
stubinstall
:
$(
SUBDIRS
)
2
N/A
2
N/A
$(
SUBDIRS
)
:
FRC
2
N/A
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
2
N/A
2
N/A
FRC
: