Lines Matching defs:tst

53 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
54 fasttrap/tst.stack.exe := LDLIBS += -ldtrace
56 sysevent/tst.post.exe := LDLIBS += -lsysevent
57 sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
59 ustack/tst.bigstack.exe := COPTFLAG += -xO1
66 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
67 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
74 nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
75 $(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
79 json/tst.usdt.o: json/usdt.h
86 json/usdt.o: json/usdt.d json/tst.usdt.o
87 $(COMPILE.d) -o json/usdt.o -s json/usdt.d json/tst.usdt.o
89 json/tst.usdt.exe: json/tst.usdt.o json/usdt.o
90 $(LINK.c) -o json/tst.usdt.exe json/tst.usdt.o json/usdt.o $(LDLIBS)
97 bitfields/tst.bitfields.exe: bitfields/tst.bitfields.c
98 $(COMPILE.c) $(CTF_FLAGS) -o bitfields/tst.bitfields.o bitfields/tst.bitfields.c
99 $(CTFCONVERT) -i -L VERSION bitfields/tst.bitfields.o
100 $(LINK.c) -o bitfields/tst.bitfields.exe bitfields/tst.bitfields.o $(LDLIBS)
101 $(CTFMERGE) -L VERSION -o $@ bitfields/tst.bitfields.o
104 uctf/tst.aouttype.exe: uctf/tst.aouttype.c
105 $(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.aouttype.o uctf/tst.aouttype.c
106 $(CTFCONVERT) -i -L VERSION uctf/tst.aouttype.o
107 $(LINK.c) -o uctf/tst.aouttype.exe uctf/tst.aouttype.o $(LDLIBS)
108 $(CTFMERGE) -L VERSION -o $@ uctf/tst.aouttype.o
111 uctf/tst.chasestrings.exe: uctf/tst.chasestrings.c
112 $(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.chasestrings.o uctf/tst.chasestrings.c
113 $(CTFCONVERT) -i -L VERSION uctf/tst.chasestrings.o
114 $(LINK.c) -o uctf/tst.chasestrings.exe uctf/tst.chasestrings.o $(LDLIBS)
115 $(CTFMERGE) -L VERSION -o $@ uctf/tst.chasestrings.o
118 uctf/tst.printtype.exe: uctf/tst.printtype.c
119 $(COMPILE.c) $(CTF_FLAGS) -o uctf/tst.printtype.o uctf/tst.printtype.c
120 $(CTFCONVERT) -i -L VERSION uctf/tst.printtype.o
121 $(LINK.c) -o uctf/tst.printtype.exe uctf/tst.printtype.o $(LDLIBS)
122 $(CTFMERGE) -L VERSION -o $@ uctf/tst.printtype.o
128 uctf/tst.libtype.exe:
129 $(LINK.c) -o uctf/tst.libtype.exe uctf/tst.libtype.c $(LDLIBS)
132 usdt/tst.args.exe: usdt/tst.args.o usdt/args.o
133 $(LINK.c) -o usdt/tst.args.exe usdt/tst.args.o usdt/args.o $(LDLIBS)
136 usdt/args.o: usdt/args.d usdt/tst.args.o
137 $(COMPILE.d) -o usdt/args.o -s usdt/args.d usdt/tst.args.o
139 usdt/tst.argmap.exe: usdt/tst.argmap.o usdt/argmap.o
140 $(LINK.c) -o usdt/tst.argmap.exe \
141 usdt/tst.argmap.o usdt/argmap.o $(LDLIBS)
144 usdt/argmap.o: usdt/argmap.d usdt/tst.argmap.o
145 $(COMPILE.d) -o usdt/argmap.o -s usdt/argmap.d usdt/tst.argmap.o
147 usdt/tst.forker.exe: usdt/tst.forker.o usdt/forker.o
148 $(LINK.c) -o usdt/tst.forker.exe \
149 usdt/tst.forker.o usdt/forker.o $(LDLIBS)
152 usdt/forker.o: usdt/forker.d usdt/tst.forker.o
153 $(COMPILE.d) -o usdt/forker.o -s usdt/forker.d usdt/tst.forker.o
155 usdt/tst.forker.o: usdt/forker.h
160 usdt/tst.lazyprobe.exe: usdt/tst.lazyprobe.o usdt/lazyprobe.o
161 $(LINK.c) -o usdt/tst.lazyprobe.exe \
162 usdt/tst.lazyprobe.o usdt/lazyprobe.o $(LDLIBS)
165 usdt/lazyprobe.o: usdt/lazyprobe.d usdt/tst.lazyprobe.o
167 -s usdt/lazyprobe.d usdt/tst.lazyprobe.o
169 usdt/tst.lazyprobe.o: usdt/lazyprobe.h