comparison libaf/Makefile @ 8073:c0e556f9986b

Adding equalizer filter + some cosmetics
author anders
date Sun, 03 Nov 2002 09:51:02 +0000
parents 1d3a3dc1f488
children e8832e66babd
comparison
equal deleted inserted replaced
8072:8e97c4629611 8073:c0e556f9986b
1 include ../config.mak 1 include ../config.mak
2 2
3 LIBNAME = libaf.a 3 LIBNAME = libaf.a
4 4
5 SRCS=af.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c window.c filter.c af_volume.c 5 SRCS=af.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c window.c filter.c af_volume.c af_equalizer.c
6 6
7 OBJS=$(SRCS:.c=.o) 7 OBJS=$(SRCS:.c=.o)
8 8
9 CFLAGS = $(OPTFLAGS) -I. -Wall 9 CFLAGS = $(OPTFLAGS) -I. -Wall
10 .SUFFIXES: .c .o 10 .SUFFIXES: .c .o