Makefile (d50bcaae2118610560f2b107d0d282315e47e4e4) Makefile (aa9ef484c6f8ecee85dfefdb4970c50cfa2db302)
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

--- 43 unchanged lines hidden (view full) ---

52fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
53fasttrap/tst.stack.exe := LDLIBS += -ldtrace
54
55sysevent/tst.post.exe := LDLIBS += -lsysevent
56sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
57
58ustack/tst.bigstack.exe := COPTFLAG += -xO1
59
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

--- 43 unchanged lines hidden (view full) ---

52fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
53fasttrap/tst.stack.exe := LDLIBS += -ldtrace
54
55sysevent/tst.post.exe := LDLIBS += -lsysevent
56sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
57
58ustack/tst.bigstack.exe := COPTFLAG += -xO1
59
60GCC = $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
61
62nfs/%.o: $(SNOOPDIR)/%.c
63 $(COMPILE.c) -o $@ $< -I$(SNOOPDIR)
64 $(POST_PROCESS_O)
65nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
66 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
67 $(POST_PROCESS) ; $(STRIP_STABS)
68$(RPCSVCDIR)/%.c: $(RPCSVCDIR)/%.x
69 $(RPCGEN) -Cc $< > $@
70nfs/$(RPCSVCOBJS): $(RPCSVCDIR)/$(RPCSVCSRCS)
71 $(COMPILE.c) -o $@ $(RPCSVCDIR)/$(RPCSVCSRCS)
72 $(POST_PROCESS_O)
73nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
74 $(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
75 $(LDLIBS) -lnsl -lrpcsvc
76 $(POST_PROCESS) ; $(STRIP_STABS)
77
60nfs/%.o: $(SNOOPDIR)/%.c
61 $(COMPILE.c) -o $@ $< -I$(SNOOPDIR)
62 $(POST_PROCESS_O)
63nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
64 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
65 $(POST_PROCESS) ; $(STRIP_STABS)
66$(RPCSVCDIR)/%.c: $(RPCSVCDIR)/%.x
67 $(RPCGEN) -Cc $< > $@
68nfs/$(RPCSVCOBJS): $(RPCSVCDIR)/$(RPCSVCSRCS)
69 $(COMPILE.c) -o $@ $(RPCSVCDIR)/$(RPCSVCSRCS)
70 $(POST_PROCESS_O)
71nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS)
72 $(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
73 $(LDLIBS) -lnsl -lrpcsvc
74 $(POST_PROCESS) ; $(STRIP_STABS)
75
78pid/tst.gcc.exe: pid/tst.gcc.c
79 $(GCC) -o pid/tst.gcc.exe pid/tst.gcc.c $(LDFLAGS) $(LDLIBS)
80 $(POST_PROCESS) ; $(STRIP_STABS)
81
82json/tst.usdt.o: json/usdt.h
83
84json/usdt.h: json/usdt.d
85 $(DTRACE) -h -s json/usdt.d -o json/usdt.h
86
87CLOBBERFILES += json/usdt.h
88
89json/usdt.o: json/usdt.d json/tst.usdt.o

--- 82 unchanged lines hidden ---
76json/tst.usdt.o: json/usdt.h
77
78json/usdt.h: json/usdt.d
79 $(DTRACE) -h -s json/usdt.d -o json/usdt.h
80
81CLOBBERFILES += json/usdt.h
82
83json/usdt.o: json/usdt.d json/tst.usdt.o

--- 82 unchanged lines hidden ---