Mercurial > mplayer.hg
comparison TOOLS/netstream/Makefile @ 22633:0160251d350a
Remove redundant rule for creating .o files from .c files, it's builtin.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:05:38 +0000 |
parents | 27ff16fa6481 |
children | 1ab2603337a9 |
comparison
equal
deleted
inserted
replaced
22632:27ff16fa6481 | 22633:0160251d350a |
---|---|
7 CFLAGS = $(OPTFLAGS) $(INCLUDE) | 7 CFLAGS = $(OPTFLAGS) $(INCLUDE) |
8 | 8 |
9 # .PHONY: all clean | 9 # .PHONY: all clean |
10 | 10 |
11 all: netstream | 11 all: netstream |
12 | |
13 .c.o: | |
14 $(CC) -c $(CFLAGS) -o $@ $< | |
15 | |
16 | 12 |
17 # FIXME: linking is a mess that should be fixed properly some day | 13 # FIXME: linking is a mess that should be fixed properly some day |
18 # it does not work with either GUI, LIVE555 or libavformat enabled | 14 # it does not work with either GUI, LIVE555 or libavformat enabled |
19 DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \ | 15 DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \ |
20 $(MPROOT)/stream/stream.a \ | 16 $(MPROOT)/stream/stream.a \ |