Lines Matching defs:tst

52 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
53 fasttrap/tst.stack.exe := LDLIBS += -ldtrace
55 sysevent/tst.post.exe := LDLIBS += -lsysevent
56 sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
58 ustack/tst.bigstack.exe := COPTFLAG += -xO1
65 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
66 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
73 nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
74 $(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
78 pid/tst.gcc.exe: pid/tst.gcc.c
79 $(GCC) -o pid/tst.gcc.exe pid/tst.gcc.c $(LDFLAGS) $(LDLIBS)
82 json/tst.usdt.o: json/usdt.h
89 json/usdt.o: json/usdt.d json/tst.usdt.o
90 $(COMPILE.d) -o json/usdt.o -s json/usdt.d json/tst.usdt.o
92 json/tst.usdt.exe: json/tst.usdt.o json/usdt.o
93 $(LINK.c) -o json/tst.usdt.exe json/tst.usdt.o json/usdt.o $(LDLIBS)
100 uctf/tst.aouttype.exe: uctf/tst.aouttype.c
101 $(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.aouttype.o uctf/tst.aouttype.c
102 $(CTFCONVERT) -i -L VERSION uctf/tst.aouttype.o
103 $(LINK.c) -o uctf/tst.aouttype.exe uctf/tst.aouttype.o $(LDLIBS)
104 $(CTFMERGE) -L VERSION -o $@ uctf/tst.aouttype.o
107 uctf/tst.chasestrings.exe: uctf/tst.chasestrings.c
108 $(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.chasestrings.o uctf/tst.chasestrings.c
109 $(CTFCONVERT) -i -L VERSION uctf/tst.chasestrings.o
110 $(LINK.c) -o uctf/tst.chasestrings.exe uctf/tst.chasestrings.o $(LDLIBS)
111 $(CTFMERGE) -L VERSION -o $@ uctf/tst.chasestrings.o
114 uctf/tst.printtype.exe: uctf/tst.printtype.c
115 $(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.printtype.o uctf/tst.printtype.c
116 $(CTFCONVERT) -i -L VERSION uctf/tst.printtype.o
117 $(LINK.c) -o uctf/tst.printtype.exe uctf/tst.printtype.o $(LDLIBS)
118 $(CTFMERGE) -L VERSION -o $@ uctf/tst.printtype.o
124 uctf/tst.libtype.exe:
125 $(LINK.c) -o uctf/tst.libtype.exe uctf/tst.libtype.c $(LDLIBS)
128 usdt/tst.args.exe: usdt/tst.args.o usdt/args.o
129 $(LINK.c) -o usdt/tst.args.exe usdt/tst.args.o usdt/args.o $(LDLIBS)
132 usdt/args.o: usdt/args.d usdt/tst.args.o
133 $(COMPILE.d) -o usdt/args.o -s usdt/args.d usdt/tst.args.o
135 usdt/tst.argmap.exe: usdt/tst.argmap.o usdt/argmap.o
136 $(LINK.c) -o usdt/tst.argmap.exe \
137 usdt/tst.argmap.o usdt/argmap.o $(LDLIBS)
140 usdt/argmap.o: usdt/argmap.d usdt/tst.argmap.o
141 $(COMPILE.d) -o usdt/argmap.o -s usdt/argmap.d usdt/tst.argmap.o
143 usdt/tst.forker.exe: usdt/tst.forker.o usdt/forker.o
144 $(LINK.c) -o usdt/tst.forker.exe \
145 usdt/tst.forker.o usdt/forker.o $(LDLIBS)
148 usdt/forker.o: usdt/forker.d usdt/tst.forker.o
149 $(COMPILE.d) -o usdt/forker.o -s usdt/forker.d usdt/tst.forker.o
151 usdt/tst.forker.o: usdt/forker.h
156 usdt/tst.lazyprobe.exe: usdt/tst.lazyprobe.o usdt/lazyprobe.o
157 $(LINK.c) -o usdt/tst.lazyprobe.exe \
158 usdt/tst.lazyprobe.o usdt/lazyprobe.o $(LDLIBS)
161 usdt/lazyprobe.o: usdt/lazyprobe.d usdt/tst.lazyprobe.o
163 -s usdt/lazyprobe.d usdt/tst.lazyprobe.o
165 usdt/tst.lazyprobe.o: usdt/lazyprobe.h