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


  45 #
  46 include ../Makefile.intel
  47 
  48 
  49 #
  50 #       Define targets
  51 #
  52 ALL_TARGET      = $(BINARY)
  53 LINT_TARGET     = $(MODULE).lint
  54 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  55 
  56 #
  57 #       Overrides and additions
  58 #
  59 CPPFLAGS        += -I$(SRCDIR) -I$(OBJS_DIR) -I$(SRC)/common/mc/mc-amd
  60 CPPFLAGS        += -I$(SRC)/common/util
  61 CLEANFILES      += $(MCAMD_OFF_H)
  62 CLOBBERFILES    += $(MCAMD_OFF_H)
  63 
  64 CERRWARN        += -_gcc=-Wno-parentheses
  65 CERRWARN        += -_gcc=-Wno-uninitialized
  66 
  67 #
  68 #       Default build targets.
  69 #
  70 .KEEP_STATE:
  71 
  72 def:            $(DEF_DEPS)
  73 
  74 all:            $(ALL_DEPS)
  75 
  76 clean:          $(CLEAN_DEPS)
  77 
  78 clobber:        $(CLOBBER_DEPS)
  79 
  80 lint:           $(LINT_DEPS)
  81 
  82 modlintlib:     $(MODLINTLIB_DEPS)
  83 
  84 clean.lint:     $(CLEAN_LINT_DEPS)
  85 


  45 #
  46 include ../Makefile.intel
  47 
  48 
  49 #
  50 #       Define targets
  51 #
  52 ALL_TARGET      = $(BINARY)
  53 LINT_TARGET     = $(MODULE).lint
  54 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  55 
  56 #
  57 #       Overrides and additions
  58 #
  59 CPPFLAGS        += -I$(SRCDIR) -I$(OBJS_DIR) -I$(SRC)/common/mc/mc-amd
  60 CPPFLAGS        += -I$(SRC)/common/util
  61 CLEANFILES      += $(MCAMD_OFF_H)
  62 CLOBBERFILES    += $(MCAMD_OFF_H)
  63 
  64 CERRWARN        += -_gcc=-Wno-parentheses
  65 CERRWARN        += $(CNOWARN_UNINIT)
  66 
  67 #
  68 #       Default build targets.
  69 #
  70 .KEEP_STATE:
  71 
  72 def:            $(DEF_DEPS)
  73 
  74 all:            $(ALL_DEPS)
  75 
  76 clean:          $(CLEAN_DEPS)
  77 
  78 clobber:        $(CLOBBER_DEPS)
  79 
  80 lint:           $(LINT_DEPS)
  81 
  82 modlintlib:     $(MODLINTLIB_DEPS)
  83 
  84 clean.lint:     $(CLEAN_LINT_DEPS)
  85