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


  20 #
  21 #
  22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 MODULE = libproc.so
  27 MDBTGT = proc
  28 
  29 MODSRCS_DIR = ../../../common/modules/libproc
  30 
  31 MODSRCS = libproc.c
  32 
  33 include ../../../../Makefile.cmd
  34 include ../../Makefile.ia32
  35 include ../../../Makefile.module
  36 
  37 CFLAGS += -I../../../../../lib/libproc/common
  38 LINTFLAGS += -I../../../../../lib/libproc/common
  39 
  40 CERRWARN += -_gcc=-Wno-uninitialized
  41 
  42 %.o: $(MODSRCS_DIR)/%.c
  43         $(COMPILE.c) $<
  44         $(CTFCONVERT_O)
  45 
  46 %.ln: $(MODSRCS_DIR)/%.c
  47         $(LINT.c) -c $<


  20 #
  21 #
  22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 MODULE = libproc.so
  27 MDBTGT = proc
  28 
  29 MODSRCS_DIR = ../../../common/modules/libproc
  30 
  31 MODSRCS = libproc.c
  32 
  33 include ../../../../Makefile.cmd
  34 include ../../Makefile.ia32
  35 include ../../../Makefile.module
  36 
  37 CFLAGS += -I../../../../../lib/libproc/common
  38 LINTFLAGS += -I../../../../../lib/libproc/common
  39 
  40 CERRWARN += $(CNOWARN_UNINIT)
  41 
  42 %.o: $(MODSRCS_DIR)/%.c
  43         $(COMPILE.c) $<
  44         $(CTFCONVERT_O)
  45 
  46 %.ln: $(MODSRCS_DIR)/%.c
  47         $(LINT.c) -c $<