Mercurial > mplayer.hg
comparison vidix/Makefile @ 7073:b69ddd4d3bb9
removed -W -Wall -g and other gcc-specific warning/debug options
patch by Joey Parrish <joey@yunamusic.com>
author | arpi |
---|---|
date | Thu, 22 Aug 2002 23:29:46 +0000 |
parents | 922241968c63 |
children | 80973aa180a5 |
comparison
equal
deleted
inserted
replaced
7072:113d66d78967 | 7073:b69ddd4d3bb9 |
---|---|
5 include ../config.mak | 5 include ../config.mak |
6 | 6 |
7 SRCS = vidixlib.c | 7 SRCS = vidixlib.c |
8 OBJS = $(SRCS:.c=.o) | 8 OBJS = $(SRCS:.c=.o) |
9 | 9 |
10 CFLAGS = $(OPTFLAGS) -W -Wall | 10 CFLAGS = $(OPTFLAGS) |
11 | 11 |
12 .SUFFIXES: .c .o | 12 .SUFFIXES: .c .o |
13 | 13 |
14 # .PHONY: all clean | 14 # .PHONY: all clean |
15 | 15 |