1998-08-13 17:43:39 +02:00
|
|
|
#
|
|
|
|
# Configuration Makefile for ALSA Utilities
|
|
|
|
# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
|
|
|
|
#
|
|
|
|
|
|
|
|
srcdir=@srcdir@
|
|
|
|
VPATH=@srcdir@
|
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
includedir=@includedir@
|
|
|
|
bindir=@bindir@
|
1998-10-29 23:48:23 +01:00
|
|
|
sbindir=@sbindir@
|
1998-08-13 17:43:39 +02:00
|
|
|
libdir=@libdir@
|
1998-10-06 12:19:45 +02:00
|
|
|
mandir=@mandir@
|
1998-08-13 17:43:39 +02:00
|
|
|
c_opts=@CFLAGS@
|
|
|
|
INSTALL=@INSTALL@
|
|
|
|
SND_UTIL_VERSION=@SND_UTIL_VERSION@
|
|
|
|
SND_UTIL_MAJOR=@SND_UTIL_MAJOR@
|
|
|
|
SND_UTIL_MINOR=@SND_UTIL_MINOR@
|
|
|
|
SND_UTIL_SUBMINOR=@SND_UTIL_SUBMINOR@
|
|
|
|
|
|
|
|
CC=gcc
|
|
|
|
CPP=gcc
|
|
|
|
INCLUDE=-I/usr/local/include -I$(TOPDIR)/include
|
|
|
|
COPTS = $(c_opts)
|
|
|
|
COPTS += -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
|
|
|
|
LINKER=ld
|
1998-10-29 23:48:23 +01:00
|
|
|
FLEX=@LEX@
|
|
|
|
BISON=@YACC@
|
1998-08-30 23:10:35 +02:00
|
|
|
SNDLIB=-lasound
|
1998-08-13 17:43:39 +02:00
|
|
|
NCURSESINC="<ncurses.h>"
|
|
|
|
NCURSESLIB=-lncurses
|
|
|
|
LN_S=@LN_S@
|