comparison libao2/Makefile @ 19034:9b3a8b48e5b3

Use only one global config.mak file.
author diego
date Wed, 12 Jul 2006 17:28:14 +0000
parents e0ef5688cce7
children 7a9a9748e045
comparison
equal deleted inserted replaced
19033:9fd34039e6df 19034:9b3a8b48e5b3
1 include config.mak 1 include ../config.mak
2 2
3 LIBNAME = libao2.a 3 LIBNAME = libao2.a
4 4
5 SRCS=audio_out.c \ 5 SRCS=audio_out.c \
6 ao_mpegpes.c \ 6 ao_mpegpes.c \
7 ao_null.c \ 7 ao_null.c \
8 ao_pcm.c \ 8 ao_pcm.c \
9 $(OPTIONAL_SRCS) \ 9 $(AO_SRCS) \
10 10
11 OBJS=$(SRCS:.c=.o) 11 OBJS=$(SRCS:.c=.o)
12 12
13 CFLAGS = $(OPTFLAGS) -I. -I.. \ 13 CFLAGS = $(OPTFLAGS) -I. -I.. \
14 $(ARTS_INC) \ 14 $(ARTS_INC) \