11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25
26 include ../../../../lib/Makefile.lib
27 include ../../Makefile.com
28
29 NO_ASM_WARN= -erroff=E_ASM_DISABLES_OPTIMIZATION
30
31 SGSPROTO= ../../proto/$(MACH)
32
33 TRUSSLIB= truss.so.1
34 TRUSSSRC= truss.c
35
36 SYMBINDREP= symbindrep.so.1
37 SYMBINDREPSRC= symbindrep.c
38
39 PERFLIB= perfcnt.so.1
40 PERFSRC= perfcnt.c hash.c
41
42 WHOLIB= who.so.1
43 WHOSRC= who.c
44
45 BINDLIB= bindings.so.1
46 BINDSRC= bindings.c
47
48 ONSCRIPTS= perfcnt symbindrep
49 ONPROGS= dumpbind
50 ONLIBS= $(SYMBINDREP) $(PERFLIB) $(BINDLIB)
51
52 USRSCRIPTS= sotruss whocalls
|
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25
26 include ../../../../lib/Makefile.lib
27 include ../../Makefile.com
28
29 NO_ASM_WARN= -erroff=E_ASM_DISABLES_OPTIMIZATION
30
31 TRUSSLIB= truss.so.1
32 TRUSSSRC= truss.c
33
34 SYMBINDREP= symbindrep.so.1
35 SYMBINDREPSRC= symbindrep.c
36
37 PERFLIB= perfcnt.so.1
38 PERFSRC= perfcnt.c hash.c
39
40 WHOLIB= who.so.1
41 WHOSRC= who.c
42
43 BINDLIB= bindings.so.1
44 BINDSRC= bindings.c
45
46 ONSCRIPTS= perfcnt symbindrep
47 ONPROGS= dumpbind
48 ONLIBS= $(SYMBINDREP) $(PERFLIB) $(BINDLIB)
49
50 USRSCRIPTS= sotruss whocalls
|