Cross Reference: Makefile
xref
: /
osnet-11
/
usr
/
src
/
lib
/
libwrap
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2
N/A
#
2
N/A
# Copyright (c) 2001, 2011, Oracle
and
/
or
its affiliates. All rights reserved.
2
N/A
#
2
N/A
2
N/A
include
../
Makefile.lib
2
N/A
2
N/A
HDRS
=
tcpd.h
2
N/A
CHECKHDRS
=
2
N/A
HDRDIR
= .
2
N/A
SUBDIRS
=
$(
MACH
)
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
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
stub
stubinstall
:
$(
SUBDIRS
)
2
N/A
2
N/A
all
install
:
THIRDPARTYLICENSE
2
N/A
2
N/A
install_h
:
$(
ROOTHDRS
)
2
N/A
2
N/A
check
:
$(
CHECKHDRS
)
2
N/A
2
N/A
$(
SUBDIRS
)
:
FRC
2
N/A
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
2
N/A
2
N/A
FRC
:
2
N/A
2
N/A
THIRDPARTYLICENSE
:
DISCLAIMER
2
N/A
$(
GREP
)
-v
'\*\*\*\*'
DISCLAIMER
> $@
2
N/A
2
N/A
CLOBBERFILES
+=
THIRDPARTYLICENSE
2
N/A
2
N/A
include
../
Makefile.targ