comparison libaf/Makefile @ 8678:db0810dcab33

Port of pl_surround.c to af-layer.
author ranma
date Tue, 31 Dec 2002 15:14:13 +0000
parents d6f40a06867b
children a1578b329cc0
comparison
equal deleted inserted replaced
8677:d4e8a3026bf7 8678:db0810dcab33
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_mp.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 af_tools.c af_comp.c af_gate.c af_pan.c 5 SRCS=af.c af_mp.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 af_tools.c af_comp.c af_gate.c af_pan.c af_surround.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