comparison libaf/Makefile @ 15772:d3d30585a9d2

Be more patch-friendly
author ranma
date Sun, 19 Jun 2005 22:52:55 +0000
parents 667c78f0fc60
children 99c188fbdba4
comparison
equal deleted inserted replaced
15771:7a46898ddf61 15772:d3d30585a9d2
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 \ 5 SRCS=af.c \
6 window.c filter.c af_volume.c af_equalizer.c af_tools.c af_comp.c af_gate.c \ 6 af_center.c \
7 af_pan.c af_surround.c af_sub.c af_export.c af_volnorm.c af_extrastereo.c \ 7 af_channels.c \
8 af_lavcresample.c af_sweep.c af_hrtf.c format.c af_center.c $(OPTIONAL_SRCS) 8 af_comp.c \
9 af_delay.c \
10 af_dummy.c \
11 af_equalizer.c \
12 af_export.c \
13 af_extrastereo.c \
14 af_format.c \
15 af_gate.c \
16 af_hrtf.c \
17 af_lavcresample.c \
18 af_pan.c \
19 af_resample.c \
20 af_sub.c \
21 af_surround.c \
22 af_sweep.c \
23 af_tools.c \
24 af_volnorm.c \
25 af_volume.c \
26 filter.c \
27 format.c \
28 window.c \
29 $(OPTIONAL_SRCS) \
9 30
10 OBJS=$(SRCS:.c=.o) 31 OBJS=$(SRCS:.c=.o)
11 32
12 CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC) -D_GNU_SOURCE 33 CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC) -D_GNU_SOURCE
13 34