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


  63                 $(BUILD.SO)
  64                 $(POST_PROCESS_SO)
  65 
  66 $(WHOLIB): $(WHOPICS)
  67                 $(BUILD.SO)
  68                 $(POST_PROCESS_SO)
  69 
  70 dumpbind: $(OBJDIR)/dumpbind.o
  71                 $(LINK.c) -o $@ $(OBJDIR)/dumpbind.o $(LDLIBS)
  72                 $(POST_PROCESS)
  73 
  74 $(ROOTUSRBIN)/%: %
  75                 $(INS.file)
  76 
  77 $(ROOTCCSLIB)/%: %
  78                 $(INS.file)
  79 
  80 $(ROOTCCSLIB64)/%: %
  81                 $(INS.file)
  82 
  83 $(ROOTONLDBIN)/%: %
  84                 $(INS.file)
  85 
  86 $(ROOTONLDLIB)/%: %
  87                 $(INS.file)
  88 
  89 $(ROOTONLDLIB64)/%: %
  90                 $(INS.file)
  91 
  92 $(ROOTCCSLIB):
  93         $(INS.dir)
  94 
  95 $(ROOTCCSLIB64):









  96         $(INS.dir)
  97 
  98 include         ../../../../lib/Makefile.targ


  63                 $(BUILD.SO)
  64                 $(POST_PROCESS_SO)
  65 
  66 $(WHOLIB): $(WHOPICS)
  67                 $(BUILD.SO)
  68                 $(POST_PROCESS_SO)
  69 
  70 dumpbind: $(OBJDIR)/dumpbind.o
  71                 $(LINK.c) -o $@ $(OBJDIR)/dumpbind.o $(LDLIBS)
  72                 $(POST_PROCESS)
  73 
  74 $(ROOTUSRBIN)/%: %
  75                 $(INS.file)
  76 
  77 $(ROOTCCSLIB)/%: %
  78                 $(INS.file)
  79 
  80 $(ROOTCCSLIB64)/%: %
  81                 $(INS.file)
  82 
  83 $(ROOTONLDBIN)/%: % $(ROOTONLDBIN)
  84                 $(INS.file)
  85 
  86 $(ROOTONLDLIB)/%: % $(ROOTONLDLIB)
  87                 $(INS.file)
  88 
  89 $(ROOTONLDLIB64)/%: % $(ROOTONLDLIB64)
  90                 $(INS.file)
  91 
  92 $(ROOTCCSLIB):
  93         $(INS.dir)
  94 
  95 $(ROOTCCSLIB64):
  96         $(INS.dir)
  97 
  98 $(ROOTONLDBIN):
  99         $(INS.dir)
 100 
 101 $(ROOTONLDLIB):
 102         $(INS.dir)
 103 
 104 $(ROOTONLDLIB64):
 105         $(INS.dir)
 106 
 107 include         ../../../../lib/Makefile.targ