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


  16 # If applicable, add the following below this CDDL HEADER, with the
  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 (c) 1989,1996 by Sun Microsystems, Inc.
  24 # All rights reserved.
  25 #
  26 
  27 PROG= csplit
  28 
  29 include ../Makefile.cmd
  30 
  31 LDLIBS += -lgen
  32 XGETFLAGS += -a -x csplit.xcl
  33 CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1
  34 
  35 CERRWARN += -_gcc=-Wno-parentheses
  36 CERRWARN += -_gcc=-Wno-uninitialized
  37 
  38 .KEEP_STATE:
  39 
  40 all: $(PROG) 
  41 
  42 install: all $(ROOTPROG)
  43 
  44 clean:
  45 
  46 lint:   lint_PROG
  47 
  48 include ../Makefile.targ


  16 # If applicable, add the following below this CDDL HEADER, with the
  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 (c) 1989,1996 by Sun Microsystems, Inc.
  24 # All rights reserved.
  25 #
  26 
  27 PROG= csplit
  28 
  29 include ../Makefile.cmd
  30 
  31 LDLIBS += -lgen
  32 XGETFLAGS += -a -x csplit.xcl
  33 CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1
  34 
  35 CERRWARN += -_gcc=-Wno-parentheses
  36 CERRWARN += $(CNOWARN_UNINIT)
  37 
  38 .KEEP_STATE:
  39 
  40 all: $(PROG) 
  41 
  42 install: all $(ROOTPROG)
  43 
  44 clean:
  45 
  46 lint:   lint_PROG
  47 
  48 include ../Makefile.targ