comparison libao2/Makefile @ 6214:0398cb49fe5e

aRts audio out support by Michele Balistreri <brain at email.it>
author atmos4
date Tue, 28 May 2002 01:52:40 +0000
parents 10a30eebafaf
children 97857ca97a8f
comparison
equal deleted inserted replaced
6213:7accc81d6f04 6214:0398cb49fe5e
6 # TODO: moveout ao_sdl.c so it's only used when SDL is detected 6 # TODO: moveout ao_sdl.c so it's only used when SDL is detected
7 SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c $(OPTIONAL_SRCS) 7 SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c $(OPTIONAL_SRCS)
8 8
9 OBJS=$(SRCS:.c=.o) 9 OBJS=$(SRCS:.c=.o)
10 10
11 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) 11 CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
12 12
13 .SUFFIXES: .c .o 13 .SUFFIXES: .c .o
14 14
15 # .PHONY: all clean 15 # .PHONY: all clean
16 16