Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/audio/audiotest/Makefile
          +++ new/usr/src/cmd/audio/audiotest/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2015 RackTop Systems.
       26 +#
  25   27  # Makefile for cmd/audio/audiotest
  26   28  
  27   29  PROG= audiotest
  28   30  OBJS= audiotest.o wavedata.o
  29   31  SRCS= $(OBJS:%.o=%.c)
  30   32  
  31   33  include ../../Makefile.cmd
  32   34  
  33   35  CFLAGS += $(CCVERBOSE)
  34   36  XGETFLAGS += -a -x audiotest.xcl
  35   37  
  36   38  .KEEP_STATE:
  37   39  
  38   40  all: $(PROG)
  39   41  
  40   42  $(PROG):        $(OBJS)
  41      -        $(LINK.c) $(OBJS) -o $@
       43 +        $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  42   44          $(POST_PROCESS)
  43   45  
  44   46  install: all $(ROOTPROG)
  45   47  
  46   48  clean:
  47   49          $(RM) $(OBJS)
  48   50  
  49   51  lint:   lint_SRCS
  50   52  
  51   53  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX