comparison libmpdemux/Makefile @ 3870:29d567e49464

-Wall removed
author arpi
date Sat, 29 Dec 2001 00:09:29 +0000
parents 3cea69dda1b3
children 6871d97e4261
comparison
equal deleted inserted replaced
3869:fb8ff040ff17 3870:29d567e49464
8 SRCS += asf_streaming.c url.c http.c network.c rtp.c 8 SRCS += asf_streaming.c url.c http.c network.c rtp.c
9 endif 9 endif
10 10
11 OBJS = $(SRCS:.c=.o) 11 OBJS = $(SRCS:.c=.o)
12 INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC) 12 INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
13 CFLAGS = -Wall $(OPTFLAGS) $(INCLUDE) 13 CFLAGS = $(OPTFLAGS) $(INCLUDE)
14 14
15 .SUFFIXES: .c .o 15 .SUFFIXES: .c .o
16 16
17 # .PHONY: all clean 17 # .PHONY: all clean
18 18