comparison libao2/Makefile @ 1038:b36fb1ae4b53

applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
author arpi_esp
date Tue, 05 Jun 2001 18:40:44 +0000
parents 74d55f3c4680
children 9d764880d989
comparison
equal deleted inserted replaced
1037:2767682b85de 1038:b36fb1ae4b53
2 include config.mak 2 include config.mak
3 3
4 LIBNAME = libao2.a 4 LIBNAME = libao2.a
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=audio_out.c ao_oss.c ao_null.c $(OPTIONAL_SRCS) 7 SRCS=audio_out.c ao_null.c $(OPTIONAL_SRCS)
8 OBJS=$(SRCS:.c=.o) 8 OBJS=$(SRCS:.c=.o)
9 9
10 CFLAGS = $(OPTFLAGS) -I. -I.. 10 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC)
11 # -I/usr/X11R6/include/ 11 # -I/usr/X11R6/include/
12 12
13 .SUFFIXES: .c .o 13 .SUFFIXES: .c .o
14 14
15 # .PHONY: all clean 15 # .PHONY: all clean