Print this page
10618 want CTF in audio utilities

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/audio/audiotest/Makefile
          +++ new/usr/src/cmd/audio/audiotest/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  # Copyright 2015 RackTop Systems.
  26   26  #
  27   27  # Makefile for cmd/audio/audiotest
  28   28  
  29   29  PROG= audiotest
  30   30  OBJS= audiotest.o wavedata.o
  31   31  SRCS= $(OBJS:%.o=%.c)
  32   32  
  33   33  include ../../Makefile.cmd
       34 +include ../../Makefile.ctf
  34   35  
  35   36  CFLAGS += $(CCVERBOSE)
  36   37  XGETFLAGS += -a -x audiotest.xcl
  37   38  
  38   39  .KEEP_STATE:
  39   40  
  40   41  all: $(PROG)
  41   42  
  42   43  $(PROG):        $(OBJS)
  43   44          $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  44   45          $(POST_PROCESS)
  45   46  
  46   47  install: all $(ROOTPROG)
  47   48  
  48   49  clean:
  49   50          $(RM) $(OBJS)
  50   51  
  51   52  lint:   lint_SRCS
  52   53  
  53   54  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX