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