Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libdtrace/Makefile.com
          +++ new/usr/src/lib/libdtrace/Makefile.com
↓ open down ↓ 76 lines elided ↑ open up ↑
  77   77          errno.d \
  78   78          io.d \
  79   79          ip.d \
  80   80          net.d \
  81   81          nfs.d \
  82   82          procfs.d \
  83   83          regs.d \
  84   84          sched.d \
  85   85          signal.d \
  86   86          sysevent.d \
       87 +        tcp.d \
  87   88          unistd.d
  88   89  
  89   90  include ../../Makefile.lib
  90   91  
  91   92  SRCS = $(LIBSRCS:%.c=../common/%.c) $(LIBISASRCS:%.c=../$(MACH)/%.c) 
  92   93  LIBS = $(DYNLIB) $(LINTLIB)
  93   94  
  94   95  SRCDIR = ../common
  95   96  
  96   97  CLEANFILES += dt_lex.c dt_grammar.c dt_grammar.h y.output
  97   98  CLEANFILES += ../common/procfs.sed ../common/procfs.d
  98   99  CLEANFILES += ../common/io.sed ../common/io.d
  99  100  CLEANFILES += ../common/ip.sed ../common/ip.d
 100  101  CLEANFILES += ../common/net.sed ../common/net.d
      102 +CLEANFILES += ../common/tcp.sed ../common/tcp.d
 101  103  CLEANFILES += ../common/errno.d ../common/signal.d
 102  104  CLEANFILES += ../common/dt_errtags.c ../common/dt_names.c
 103  105  CLEANFILES += ../common/sysevent.sed ../common/sysevent.d
 104  106  
 105  107  CLOBBERFILES += drti.o
 106  108  
 107  109  CPPFLAGS += -I../common -I.
 108  110  CFLAGS += $(CCVERBOSE) $(C_BIGPICFLAGS)
 109  111  CFLAGS64 += $(CCVERBOSE) $(C_BIGPICFLAGS)
 110  112  YYCFLAGS =
↓ open down ↓ 58 lines elided ↑ open up ↑
 169  171  
 170  172  ../common/io.d: ../common/io.sed ../common/io.d.in
 171  173          sed -f ../common/io.sed < ../common/io.d.in > $@
 172  174  
 173  175  ../common/ip.d: ../common/ip.sed ../common/ip.d.in
 174  176          sed -f ../common/ip.sed < ../common/ip.d.in > $@
 175  177  
 176  178  ../common/net.d: ../common/net.sed ../common/net.d.in
 177  179          sed -f ../common/net.sed < ../common/net.d.in > $@
 178  180  
      181 +../common/tcp.d: ../common/tcp.sed ../common/tcp.d.in
      182 +        sed -f ../common/tcp.sed < ../common/tcp.d.in > $@
      183 +
 179  184  ../common/sysevent.d: ../common/sysevent.sed ../common/sysevent.d.in
 180  185          sed -f ../common/sysevent.sed < ../common/sysevent.d.in > $@
 181  186  
 182  187  pics/%.o: ../$(MACH)/%.c
 183  188          $(COMPILE.c) -o $@ $<
 184  189          $(POST_PROCESS_O)
 185  190  
 186  191  pics/%.o: ../$(MACH)/%.s
 187  192          $(COMPILE.s) -o $@ $<
 188  193          $(POST_PROCESS_O)
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX