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


  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 PROG=   ndrgen ndrgen1
  27 
  28 MAN1ONBLDFILES= ndrgen.1onbld
  29 
  30 OBJS=   ndr_main.o ndr_lex.o ndr_anal.o \
  31         ndr_gen.o ndr_parse.o ndr_print.o
  32 SRCS=   $(OBJS:%.o=%.c)
  33 
  34 include ../Makefile.tools
  35 
  36 CFLAGS += $(CCVERBOSE)
  37 CERRWARN += -_gcc=-Wno-uninitialized
  38 CERRWARN += -_gcc=-Wno-unused
  39 
  40 CLEANFILES += $(OBJS) y.tab.c y.tab.h
  41 
  42 $(ROOTONBLDMAN1ONBLDFILES) := FILEMODE=      644
  43 
  44 .KEEP_STATE:
  45 
  46 .PARALLEL: $(OBJS)
  47 
  48 all:    $(PROG) $(MAN1ONBLDFILES)
  49 
  50 install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1ONBLDFILES)
  51 
  52 lint:   lint_SRCS
  53 
  54 clean:
  55         $(RM) $(CLEANFILES)
  56 
  57 $(OBJS): y.tab.h


  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 PROG=   ndrgen ndrgen1
  27 
  28 MAN1ONBLDFILES= ndrgen.1onbld
  29 
  30 OBJS=   ndr_main.o ndr_lex.o ndr_anal.o \
  31         ndr_gen.o ndr_parse.o ndr_print.o
  32 SRCS=   $(OBJS:%.o=%.c)
  33 
  34 include ../Makefile.tools
  35 
  36 CFLAGS += $(CCVERBOSE)
  37 CERRWARN += $(CNOWARN_UNINIT)
  38 CERRWARN += -_gcc=-Wno-unused
  39 
  40 CLEANFILES += $(OBJS) y.tab.c y.tab.h
  41 
  42 $(ROOTONBLDMAN1ONBLDFILES) := FILEMODE=      644
  43 
  44 .KEEP_STATE:
  45 
  46 .PARALLEL: $(OBJS)
  47 
  48 all:    $(PROG) $(MAN1ONBLDFILES)
  49 
  50 install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1ONBLDFILES)
  51 
  52 lint:   lint_SRCS
  53 
  54 clean:
  55         $(RM) $(CLEANFILES)
  56 
  57 $(OBJS): y.tab.h