Mercurial > mplayer.hg
comparison TOOLS/netstream/Makefile @ 22636:e107ac0d4d9a
Merge INCLUDE and CFLAGS, fixes Cola from last commit.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:18:13 +0000 |
parents | 1ab2603337a9 |
children | 1a24a78f7474 |
comparison
equal
deleted
inserted
replaced
22635:1ab2603337a9 | 22636:e107ac0d4d9a |
---|---|
1 | 1 |
2 MPROOT=../.. | 2 MPROOT=../.. |
3 | 3 |
4 include $(MPROOT)/config.mak | 4 include $(MPROOT)/config.mak |
5 | 5 |
6 INCLUDE = -I$(MPROOT) -I$(MPROOT)/loader | 6 CFLAGS = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader |
7 CFLAGS = $(OPTFLAGS) | |
8 | 7 |
9 # .PHONY: all clean | 8 # .PHONY: all clean |
10 | 9 |
11 all: netstream | 10 all: netstream |
12 | 11 |