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


  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.cmd.64
  35 include ../../Makefile.amd64
  36 include ../../../Makefile.module
  37 
  38 CFLAGS64 += -I../../../../../lib/libproc/common
  39 LINTFLAGS64 += -I../../../../../lib/libproc/common
  40 
  41 CERRWARN += -_gcc=-Wno-uninitialized
  42 
  43 %.o: $(MODSRCS_DIR)/%.c
  44         $(COMPILE.c) $<
  45         $(CTFCONVERT_O)
  46 
  47 %.ln: $(MODSRCS_DIR)/%.c
  48         $(LINT.c) -c $<


  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.cmd.64
  35 include ../../Makefile.amd64
  36 include ../../../Makefile.module
  37 
  38 CFLAGS64 += -I../../../../../lib/libproc/common
  39 LINTFLAGS64 += -I../../../../../lib/libproc/common
  40 
  41 CERRWARN += $(CNOWARN_UNINIT)
  42 
  43 %.o: $(MODSRCS_DIR)/%.c
  44         $(COMPILE.c) $<
  45         $(CTFCONVERT_O)
  46 
  47 %.ln: $(MODSRCS_DIR)/%.c
  48         $(LINT.c) -c $<