Cross Reference: Makefile
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
cmd-inet
/
usr.bin
/
pppstats
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
N/A
#
1
N/A
#ident "%Z%%M% %I% %E% SMI"
1
N/A
#
1
N/A
# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
1
N/A
# All rights reserved.
1
N/A
#
1
N/A
#
cmd
/
cmd-inet
/
usr.bin
/
pppstats
/
Makefile
1
N/A
#
1
N/A
1
N/A
PROG
=
pppstats
1
N/A
OBJS
=
pppstats.o
1
N/A
SRCS
=
$(
OBJS
:%.o=%.c)
1
N/A
1
N/A
include
../../../
Makefile.cmd
1
N/A
1
N/A
PPPFLAGS
+= -
DSTREAMS
-
DINTERNAL_BUILD
-
DSOL2
1
N/A
CPPFLAGS
+=
$(
PPPFLAGS
)
1
N/A
1
N/A
.
KEEP_STATE
:
1
N/A
1
N/A
.
PARALLEL
:
$(
OBJS
)
1
N/A
1
N/A
all
:
$(
PROG
)
1
N/A
1
N/A
$(
PROG
)
:
$(
OBJS
)
1
N/A
$(
LINK.c
)
$(
OBJS
)
-o $@
$(
LDLIBS
)
1
N/A
$(
POST_PROCESS
)
1
N/A
1
N/A
install
:
all
$(
ROOTPROG
)
1
N/A
1
N/A
clean
:
1
N/A
$(
RM
)
$(
OBJS
)
1
N/A
1
N/A
lint
:
lint_SRCS
1
N/A
1
N/A
include
../../../
Makefile.targ