view TOOLS/mpfc/Makefile @ 1195:d45ff719db7a

Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminated
author lgb
date Fri, 22 Jun 2001 20:23:14 +0000
parents be5942e385e5
children a721a2b91d3d
line wrap: on
line source


TARGET = mpfc-ce mpfc-kr

LIBS=-lgd -lttf -lpng

all: $(TARGET)

mpfc-ce: mpfc-ce.c
	gcc -Wall -O2 -o $@ $< $(LIBS)

mpfc-kr: mpfc-kr.c
	gcc -Wall -O2 -o $@ $< $(LIBS)

clean:
	-rm -f $(TARGET)