Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized


  17 # fields enclosed by brackets "[]" replaced with your own identifying
  18 # information: Portions Copyright [yyyy] [name of copyright owner]
  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 # 
  26 
  27 LIBRARY = libtcp.a
  28 OBJECTS = tcp.o tcp_sack.o
  29 
  30 include ../Makefile.com
  31 
  32 CMNDIR  = $(CMNNETDIR)/dhcp
  33 LDLIBS += -linet
  34 CPPFLAGS += -I../inet $(SOCKCPPFLAGS)
  35 
  36 CERRWARN += -_gcc=-Wno-unused-label
  37 CERRWARN += -_gcc=-Wno-uninitialized
  38 
  39 include ../Makefile.targ


  17 # fields enclosed by brackets "[]" replaced with your own identifying
  18 # information: Portions Copyright [yyyy] [name of copyright owner]
  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 # 
  26 
  27 LIBRARY = libtcp.a
  28 OBJECTS = tcp.o tcp_sack.o
  29 
  30 include ../Makefile.com
  31 
  32 CMNDIR  = $(CMNNETDIR)/dhcp
  33 LDLIBS += -linet
  34 CPPFLAGS += -I../inet $(SOCKCPPFLAGS)
  35 
  36 CERRWARN += -_gcc=-Wno-unused-label
  37 CERRWARN += $(CNOWARN_UNINIT)
  38 
  39 include ../Makefile.targ