Print this page
3903 DTrace SCTP Provider

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libdtrace/Makefile.com
          +++ new/usr/src/lib/libdtrace/Makefile.com
↓ open down ↓ 90 lines elided ↑ open up ↑
  91   91          nfssrv.d \
  92   92          procfs.d \
  93   93          regs.d \
  94   94          sched.d \
  95   95          signal.d \
  96   96          scsi.d \
  97   97          srp.d \
  98   98          sysevent.d \
  99   99          tcp.d \
 100  100          udp.d \
      101 +        sctp.d \
 101  102          unistd.d
 102  103  
 103  104  include ../../Makefile.lib
 104  105  
 105  106  SRCS = $(LIBSRCS:%.c=../common/%.c) $(LIBISASRCS:%.c=../$(MACH)/%.c) 
 106  107  LIBS = $(DYNLIB) $(LINTLIB)
 107  108  
 108  109  SRCDIR = ../common
 109  110  
 110  111  CLEANFILES += dt_lex.c dt_grammar.c dt_grammar.h y.output
 111  112  CLEANFILES += ../common/procfs.sed ../common/procfs.d
 112  113  CLEANFILES += ../common/io.sed ../common/io.d
 113  114  CLEANFILES += ../common/ip.sed ../common/ip.d
 114  115  CLEANFILES += ../common/net.sed ../common/net.d
 115  116  CLEANFILES += ../common/errno.d ../common/signal.d
 116  117  CLEANFILES += ../common/dt_errtags.c ../common/dt_names.c
 117  118  CLEANFILES += ../common/sysevent.sed ../common/sysevent.d
 118  119  CLEANFILES += ../common/tcp.sed ../common/tcp.d
 119  120  CLEANFILES += ../common/udp.sed ../common/udp.d
      121 +CLEANFILES += ../common/sctp.sed ../common/sctp.d
 120  122  CLEANFILES += $(LIBDAUDITOBJS) $(DRTIOBJS)
 121  123  
 122  124  CLOBBERFILES += $(LIBDAUDIT) drti.o
 123  125  
 124  126  CPPFLAGS += -I../common -I.
 125  127  CFLAGS += $(CCVERBOSE) $(C_BIGPICFLAGS)
 126  128  CFLAGS64 += $(CCVERBOSE) $(C_BIGPICFLAGS)
 127  129  
 128  130  CERRWARN += -_gcc=-Wno-unused-label
 129  131  CERRWARN += -_gcc=-Wno-unused-variable
↓ open down ↓ 72 lines elided ↑ open up ↑
 202  204  
 203  205  ../common/ip.d: ../common/ip.sed ../common/ip.d.in
 204  206          sed -f ../common/ip.sed < ../common/ip.d.in > $@
 205  207  
 206  208  ../common/net.d: ../common/net.sed ../common/net.d.in
 207  209          sed -f ../common/net.sed < ../common/net.d.in > $@
 208  210  
 209  211  ../common/sysevent.d: ../common/sysevent.sed ../common/sysevent.d.in
 210  212          sed -f ../common/sysevent.sed < ../common/sysevent.d.in > $@
 211  213  
 212      -../common/tcp.d: ..//common/tcp.sed ../common/tcp.d.in
      214 +../common/tcp.d: ../common/tcp.sed ../common/tcp.d.in
 213  215          sed -f ../common/tcp.sed < ../common/tcp.d.in > $@
 214  216  
 215  217  ../common/udp.d: ../common/udp.sed ../common/udp.d.in
 216  218          sed -f ../common/udp.sed < ../common/udp.d.in > $@
 217  219  
      220 +../common/sctp.d: ../common/sctp.sed ../common/sctp.d.in
      221 +        sed -f ../common/sctp.sed < ../common/sctp.d.in > $@
      222 +
 218  223  pics/%.o: ../$(MACH)/%.c
 219  224          $(COMPILE.c) -o $@ $<
 220  225          $(POST_PROCESS_O)
 221  226  
 222  227  pics/%.o: ../$(MACH)/%.s
 223  228          $(COMPILE.s) -o $@ $<
 224  229          $(POST_PROCESS_O)
 225  230  
 226  231  $(DRTIOBJ): $(DRTIOBJS)
 227  232          $(LD) -o $@ -r -Blocal -Breduce $(DRTIOBJS)
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX