[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Makefile between version 1.18 and 1.19

version 1.18, 2012/11/23 07:03:28 version 1.19, 2013/11/12 06:47:34
Line 2 
Line 2 
   
 PROG=   aucat  PROG=   aucat
 SRCS=   aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \  SRCS=   aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \
         siofile.c miofile.c sock.c pipe.c listen.c opt.c wav.c dbg.c          siofile.c miofile.c pipe.c wav.c dbg.c
 MAN=    aucat.1  MAN=    aucat.1
 CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio  CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio
 LDADD+= -lsndio  LDADD+= -lsndio

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19