Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools


  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright (c) 2018, Joyent, Inc.
  27 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  28 #
  29 
  30 PROG=           crle
  31 
  32 include         $(SRC)/cmd/Makefile.cmd
  33 include         $(SRC)/cmd/sgs/Makefile.com
  34 
  35 COMOBJ=         config.o        crle.o          depend.o        dump.o \
  36                 inspect.o       hash.o          print.o         util.o
  37 BLTOBJ=         msg.o
  38 TOOLSOBJ=       alist.o
  39 
  40 OBJS=           $(BLTOBJ) $(COMOBJ) $(TOOLSOBJ)
  41 
  42 MAPFILE=        $(MAPFILE.NGB)
  43 MAPOPT=         $(MAPFILE:%=-M%)
  44 
  45 # not linted
  46 SMATCH=off
  47 
  48 CPPFLAGS +=     -I$(SRC)/common/sgsrtcid -I$(SRCBASE)/uts/$(ARCH)/sys \
  49                 -D__EXTENSIONS__
  50 LLDFLAGS =      '-R$$ORIGIN/../lib'
  51 LLDFLAGS64 =    '-R$$ORIGIN/../../lib/$(MACH64)'
  52 LDFLAGS +=      $(VERSREF) $(CC_USE_PROTO) $(MAPOPT) \
  53                         $(LLDFLAGS) $(ZNOLAZYLOAD)
  54 LDLIBS +=       -lelf $(CONVLIBDIR) $(CONV_LIB) $(DLLIB)
  55 
  56 BLTDEFS=        msg.h
  57 BLTDATA=        msg.c
  58 BLTMESG=        $(SGSMSGDIR)/crle
  59 
  60 BLTFILES=       $(BLTDEFS) $(BLTDATA) $(BLTMESG)
  61 
  62 SGSMSGCOM=      ../common/crle.msg
  63 SGSMSGTARG=     $(SGSMSGCOM)
  64 SGSMSGALL=      $(SGSMSGCOM)
  65 
  66 SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n crle_msg
  67 
  68 SRCS=           $(COMOBJ:%.o=../common/%.c) $(BLTDATA) \
  69                 $(TOOLSOBJ:%.o=$(SGSTOOLS)/common/%.c)
  70 
  71 CLEANFILES +=   $(BLTFILES)


  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright (c) 2018, Joyent, Inc.
  27 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  28 #
  29 
  30 PROG=           crle
  31 
  32 include         $(SRC)/cmd/Makefile.cmd
  33 include         $(SRC)/cmd/sgs/Makefile.com
  34 
  35 COMOBJ=         config.o        crle.o          depend.o        dump.o \
  36                 inspect.o       hash.o          print.o         util.o
  37 BLTOBJ=         msg.o
  38 SGSCOMMONOBJ=   alist.o
  39 
  40 OBJS=           $(BLTOBJ) $(COMOBJ) $(SGSCOMMONOBJ)
  41 
  42 MAPFILE=        $(MAPFILE.NGB)
  43 MAPOPT=         $(MAPFILE:%=-M%)
  44 
  45 # not linted
  46 SMATCH=off
  47 
  48 CPPFLAGS +=     -I$(SRC)/common/sgsrtcid -I$(SRC)/uts/$(ARCH)/sys \
  49                 -D__EXTENSIONS__
  50 LLDFLAGS =      '-R$$ORIGIN/../lib'
  51 LLDFLAGS64 =    '-R$$ORIGIN/../../lib/$(MACH64)'
  52 LDFLAGS +=      $(VERSREF) $(MAPOPT) $(LLDFLAGS) $(ZNOLAZYLOAD)
  53 LDLIBS +=       -lelf $(CONVLIBDIR) -lconv

  54 
  55 BLTDEFS=        msg.h
  56 BLTDATA=        msg.c
  57 BLTMESG=        $(SGSMSGDIR)/crle
  58 
  59 BLTFILES=       $(BLTDEFS) $(BLTDATA) $(BLTMESG)
  60 
  61 SGSMSGCOM=      ../common/crle.msg
  62 SGSMSGTARG=     $(SGSMSGCOM)
  63 SGSMSGALL=      $(SGSMSGCOM)
  64 
  65 SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n crle_msg
  66 
  67 SRCS=           $(COMOBJ:%.o=../common/%.c) $(BLTDATA) \
  68                 $(COMMON:%.o=$(SGSCOMMON)/%.c)
  69 
  70 CLEANFILES +=   $(BLTFILES)