1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
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 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28# Copyright (c) 2012 by Delphix. All rights reserved.
29# Copyright (c) 2013, Joyent, Inc. All rights reserved.
30#
31
32#
33# WARNING: Do not include Makefile.ctf here. That will cause tests to
34# break.
35#
36
37include $(SRC)/Makefile.master
38include ../Makefile.com
39
40SNOOPDIR = $(SRC)/cmd/cmd-inet/usr.sbin/snoop
41SNOOPOBJS = nfs4_xdr.o
42SNOOPSRCS = ${SNOOPOBJS:%.o=%.c}
43CLOBBERFILES += nfs/$(SNOOPOBJS)
44
45RPCSVCDIR = $(SRC)/head/rpcsvc
46RPCSVCOBJS = nfs_prot.o
47RPCSVCSRCS = ${RPCSVCOBJS:%o=%c}
48CLOBBERFILES += nfs/$(RPCSVCOBJS) $(RPCSVCDIR)/$(RPCSVCSRCS)
49CLOBBERFILES += usdt/forker.h usdt/lazyprobe.h
50
51fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
52fasttrap/tst.stack.exe := LDLIBS += -ldtrace
53
54sysevent/tst.post.exe := LDLIBS += -lsysevent
55sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
56
57ustack/tst.bigstack.exe := COPTFLAG += -xO1
58
59GCC = $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
60
61nfs/%.o: $(SNOOPDIR)/%.c
62	$(COMPILE.c) -o $@ $< -I$(SNOOPDIR)
63	$(POST_PROCESS_O)
64nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
65	$(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
66	$(POST_PROCESS) ; $(STRIP_STABS)
67$(RPCSVCDIR)/%.c: $(RPCSVCDIR)/%.x
68	$(RPCGEN) -Cc $< > $@
69nfs/$(RPCSVCOBJS): $(RPCSVCDIR)/$(RPCSVCSRCS)
70	$(COMPILE.c) -o $@ $(RPCSVCDIR)/$(RPCSVCSRCS)
71	$(POST_PROCESS_O)
72nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
73	$(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
74	$(LDLIBS) -lnsl -lrpcsvc
75	$(POST_PROCESS) ; $(STRIP_STABS)
76
77pid/tst.gcc.exe: pid/tst.gcc.c
78	$(GCC) -o pid/tst.gcc.exe pid/tst.gcc.c $(LDFLAGS)
79	$(POST_PROCESS) ; $(STRIP_STABS)
80
81json/tst.usdt.o: json/usdt.h
82
83json/usdt.h: json/usdt.d
84	$(DTRACE) -h -s json/usdt.d -o json/usdt.h
85
86CLOBBERFILES +=	json/usdt.h
87
88json/usdt.o: json/usdt.d json/tst.usdt.o
89	$(COMPILE.d) -o json/usdt.o -s json/usdt.d json/tst.usdt.o
90
91json/tst.usdt.exe: json/tst.usdt.o json/usdt.o
92	$(LINK.c) -o json/tst.usdt.exe json/tst.usdt.o json/usdt.o $(LDLIBS)
93	$(POST_PROCESS) ; $(STRIP_STABS)
94
95#
96# Tests that use the next three programs rely on the binaries having
97# valid CTF data.
98#
99uctf/tst.aouttype.exe: uctf/tst.aouttype.c
100	$(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.aouttype.o uctf/tst.aouttype.c
101	$(CTFCONVERT) -i -L VERSION uctf/tst.aouttype.o
102	$(LINK.c) -o uctf/tst.aouttype.exe uctf/tst.aouttype.o $(LDLIBS)
103	$(CTFMERGE) -L VERSION -o $@ uctf/tst.aouttype.o
104	$(POST_PROCESS) ; $(STRIP_STABS)
105
106uctf/tst.chasestrings.exe: uctf/tst.chasestrings.c
107	$(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.chasestrings.o uctf/tst.chasestrings.c
108	$(CTFCONVERT) -i -L VERSION uctf/tst.chasestrings.o
109	$(LINK.c) -o uctf/tst.chasestrings.exe uctf/tst.chasestrings.o $(LDLIBS)
110	$(CTFMERGE) -L VERSION -o $@ uctf/tst.chasestrings.o
111	$(POST_PROCESS) ; $(STRIP_STABS)
112
113uctf/tst.printtype.exe: uctf/tst.printtype.c
114	$(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.printtype.o uctf/tst.printtype.c
115	$(CTFCONVERT) -i -L VERSION uctf/tst.printtype.o
116	$(LINK.c) -o uctf/tst.printtype.exe uctf/tst.printtype.o $(LDLIBS)
117	$(CTFMERGE) -L VERSION -o $@ uctf/tst.printtype.o
118	$(POST_PROCESS) ; $(STRIP_STABS)
119
120#
121# This program should never have any ctf data in it.
122#
123uctf/tst.libtype.exe:
124	$(LINK.c) -o uctf/tst.libtype.exe uctf/tst.libtype.c $(LDLIBS)
125	$(POST_PROCESS) ; $(STRIP_STABS)
126
127usdt/tst.args.exe: usdt/tst.args.o usdt/args.o
128	$(LINK.c) -o usdt/tst.args.exe usdt/tst.args.o usdt/args.o $(LDLIBS)
129	$(POST_PROCESS) ; $(STRIP_STABS)
130
131usdt/args.o: usdt/args.d usdt/tst.args.o
132	$(COMPILE.d) -o usdt/args.o -s usdt/args.d usdt/tst.args.o
133
134usdt/tst.argmap.exe: usdt/tst.argmap.o usdt/argmap.o
135	$(LINK.c) -o usdt/tst.argmap.exe \
136	    usdt/tst.argmap.o usdt/argmap.o $(LDLIBS)
137	$(POST_PROCESS) ; $(STRIP_STABS)
138
139usdt/argmap.o: usdt/argmap.d usdt/tst.argmap.o
140	$(COMPILE.d) -o usdt/argmap.o -s usdt/argmap.d usdt/tst.argmap.o
141
142usdt/tst.forker.exe: usdt/tst.forker.o usdt/forker.o
143	$(LINK.c) -o usdt/tst.forker.exe \
144	    usdt/tst.forker.o usdt/forker.o $(LDLIBS)
145	$(POST_PROCESS) ; $(STRIP_STABS)
146
147usdt/forker.o: usdt/forker.d usdt/tst.forker.o
148	$(COMPILE.d) -o usdt/forker.o -s usdt/forker.d usdt/tst.forker.o
149
150usdt/tst.forker.o: usdt/forker.h
151
152usdt/forker.h: usdt/forker.d
153	$(DTRACE) -h -s usdt/forker.d -o usdt/forker.h
154
155usdt/tst.lazyprobe.exe: usdt/tst.lazyprobe.o usdt/lazyprobe.o
156	$(LINK.c) -o usdt/tst.lazyprobe.exe \
157	    usdt/tst.lazyprobe.o usdt/lazyprobe.o $(LDLIBS)
158	$(POST_PROCESS) ; $(STRIP_STABS)
159
160usdt/lazyprobe.o: usdt/lazyprobe.d usdt/tst.lazyprobe.o
161	$(COMPILE.d) -xlazyload -o usdt/lazyprobe.o \
162	    -s usdt/lazyprobe.d usdt/tst.lazyprobe.o
163
164usdt/tst.lazyprobe.o: usdt/lazyprobe.h
165
166usdt/lazyprobe.h: usdt/lazyprobe.d
167	$(DTRACE) -h -s usdt/lazyprobe.d -o usdt/lazyprobe.h
168
169SUBDIRS = java_api
170include ../../Makefile.subdirs
171