Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/audio/audioconvert/Makefile
          +++ new/usr/src/cmd/audio/audioconvert/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  # Makefile for cmd/audio/audioconvert
  27   27  
  28   28  PROG= audioconvert
  29   29  
  30      -include         ../../Makefile.cmd
       30 +include ../../Makefile.cmd
  31   31  
  32   32  INCLUDES += -I../include -I.
  33   33  
  34   34  CPPFLAGS += $(INCLUDES)
  35   35  
  36   36  PROGSRCS= convert.cc file.cc main.cc parse.cc
  37   37  
  38   38  OBJS= $(PROGSRCS:%.cc=%.o)
  39   39  
  40   40  LDLIBS += -laudio -lm -lc
  41   41  
  42   42  LDFLAGS += -L../utilities
       43 +$(__SUNC)ADJUNCT_LIBS = libC.so
  43   44  
  44   45  .PARALLEL:      $(OBJS)
  45   46  
  46   47  .KEEP_STATE:
  47   48  
  48   49  all:            $(PROG)
  49   50  
  50   51  install:        all .WAIT $(ROOTPROG)
  51   52  
  52   53  _msg:
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX