Mercurial > mplayer.hg
comparison TOOLS/mpfc/Makefile @ 1155:be5942e385e5
original and CE version of mpfc
author | arpi_esp |
---|---|
date | Sun, 17 Jun 2001 23:58:38 +0000 |
parents | |
children | a721a2b91d3d |
comparison
equal
deleted
inserted
replaced
1154:4bf4e057c82e | 1155:be5942e385e5 |
---|---|
1 | |
2 TARGET = mpfc-ce mpfc-kr | |
3 | |
4 LIBS=-lgd -lttf -lpng | |
5 | |
6 all: $(TARGET) | |
7 | |
8 mpfc-ce: mpfc-ce.c | |
9 gcc -Wall -O2 -o $@ $< $(LIBS) | |
10 | |
11 mpfc-kr: mpfc-kr.c | |
12 gcc -Wall -O2 -o $@ $< $(LIBS) | |
13 | |
14 clean: | |
15 -rm -f $(TARGET) |