view TOOLS/mpfc/Makefile @ 16852:43b45a561f63
do not export useless symbols! fixed compile bug with decode support in lame
author |
rfelker |
date |
Tue, 25 Oct 2005 17:08:49 +0000 (2005-10-25) |
parents |
a721a2b91d3d |
children |
|
line source
TARGET = mpfc-ce mpfc-kr
LIBS=-lgd -lttf -lpng
all: $(TARGET)
mpfc-ce: mpfc-ce.c
$(CC) -Wall -O2 -o $@ $< $(LIBS)
mpfc-kr: mpfc-kr.c
$(CC) -Wall -O2 -o $@ $< $(LIBS)
clean:
-rm -f $(TARGET)