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

File: [local] / src / usr.bin / aucat / Makefile (download)

Revision 1.20, Tue Nov 19 07:24:57 2013 UTC (10 years, 6 months ago) by ratchov
Branch: MAIN
Changes since 1.19: +2 -1 lines

move -Wxxx flags from CFALGS to COPTS

suggested by deraadt

#	$OpenBSD: Makefile,v 1.20 2013/11/19 07:24:57 ratchov Exp $

PROG=	aucat
SRCS=	aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \
	siofile.c miofile.c pipe.c wav.c dbg.c
MAN=	aucat.1
CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
COPTS+=	-Wall -Wstrict-prototypes -Wpointer-arith -Wundef
LDADD+=	-lsndio
.include <bsd.prog.mk>