comparison libao2/Makefile @ 3283:73de2c85844d

FreeBSD install nas* to /usr/X11 by default (and require -lm)
author nexus
date Mon, 03 Dec 2001 15:57:10 +0000
parents 1648d11fc36c
children 7d2565bd1ccf
comparison
equal deleted inserted replaced
3282:334bae48841b 3283:73de2c85844d
5 5
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 $(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 $(OPTIONAL_SRCS)
8 OBJS=$(SRCS:.c=.o) 8 OBJS=$(SRCS:.c=.o)
9 9
10 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC) 10 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC)
11 11
12 .SUFFIXES: .c .o 12 .SUFFIXES: .c .o
13 13
14 # .PHONY: all clean 14 # .PHONY: all clean
15 15