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


  41         .WAIT \
  42         cw \
  43         .WAIT \
  44         install.bin \
  45         .WAIT \
  46         ctf
  47 
  48 COMMON_SUBDIRS= \
  49         codereview \
  50         codesign \
  51         cscope-fast \
  52         env \
  53         findunref \
  54         lintdump \
  55         make \
  56         makesoftcore \
  57         ndrgen \
  58         onbld \
  59         protocmp \
  60         protolist \
  61         scripts

  62 
  63 #
  64 #  special versions of commands for use only in build
  65 #
  66 UNSHIPPED_SUBDIRS = \






  67         localedef \
  68         mandoc \
  69         tic \
  70         vtfontcvt \
  71         zic
  72 
  73 sparc_SUBDIRS= \
  74         chk4ubin \
  75         stabs \
  76         tokenize
  77 
  78 i386_SUBDIRS=           \
  79         aw              \
  80         cpcgen          \
  81         elfextract      \
  82         mbh_patch       \
  83         btxld


  84 
  85 LINTSUBDIRS= \
  86         codereview \
  87         ctf \
  88         cw \
  89         findunref \
  90         lintdump \
  91         ndrgen \
  92         protocmp \
  93         protolist
  94 
  95 SUBDIRS= \
  96         $($(MACH)_SUBDIRS) \
  97         $(COMMON_SUBDIRS) \
  98         $(UNSHIPPED_SUBDIRS)
  99 
 100 include Makefile.tools
 101 
 102 ROOTDIRS= \
 103         $(ROOTOPT) \




  41         .WAIT \
  42         cw \
  43         .WAIT \
  44         install.bin \
  45         .WAIT \
  46         ctf
  47 
  48 COMMON_SUBDIRS= \
  49         codereview \
  50         codesign \
  51         cscope-fast \
  52         env \
  53         findunref \
  54         lintdump \
  55         make \
  56         makesoftcore \
  57         ndrgen \
  58         onbld \
  59         protocmp \
  60         protolist \
  61         scripts \
  62         sgs
  63 
  64 #
  65 #  special versions of commands for use only in build
  66 #
  67 UNSHIPPED_SUBDIRS = \
  68         $(SGSMSG) \
  69         $(SGSLIBCONV) \
  70         $(SGSLIBELF) \
  71         $(SGSLIBLDDBG) \
  72         $(SGSLIBLD) \
  73         $(SGSLD) \
  74         localedef \
  75         mandoc \
  76         tic \
  77         vtfontcvt \
  78         zic
  79 
  80 sparc_SUBDIRS= \
  81         chk4ubin \
  82         stabs \
  83         tokenize
  84 
  85 i386_SUBDIRS=           \
  86         aw              \
  87         cpcgen          \
  88         elfextract      \
  89         mbh_patch       \
  90         btxld
  91 
  92 $(INTEL_BLD)sgs: aw
  93 
  94 LINTSUBDIRS= \
  95         codereview \
  96         ctf \
  97         cw \
  98         findunref \
  99         lintdump \
 100         ndrgen \
 101         protocmp \
 102         protolist
 103 
 104 SUBDIRS= \
 105         $($(MACH)_SUBDIRS) \
 106         $(COMMON_SUBDIRS) \
 107         $(UNSHIPPED_SUBDIRS)
 108 
 109 include Makefile.tools
 110 
 111 ROOTDIRS= \
 112         $(ROOTOPT) \