mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 07:26:31 +01:00
Removed...
This commit is contained in:
parent
d63ab61022
commit
3926cf4096
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
# Generated automatically from Makefile.conf.in by configure.
|
||||
#
|
||||
# Configuration Makefile for ALSA Utilities
|
||||
# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
|
||||
#
|
||||
|
||||
srcdir=.
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
bindir=${exec_prefix}/bin
|
||||
libdir=${exec_prefix}/lib
|
||||
c_opts=-I/usr/include
|
||||
INSTALL=/usr/bin/install -c
|
||||
SND_UTIL_VERSION=0.0.4
|
||||
SND_UTIL_MAJOR=0
|
||||
SND_UTIL_MINOR=0
|
||||
SND_UTIL_SUBMINOR=4
|
||||
|
||||
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
|
||||
SNDLIB=-lsound
|
||||
NCURSESINC="<ncurses.h>"
|
||||
NCURSESLIB=-lncurses
|
||||
LN_S=@LN_S@
|
Loading…
Reference in a new issue