Mercurial > mplayer.hg
view TOOLS/realcodecs/Makefile @ 21471:a9d9168516d9
document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
author | gpoirier |
---|---|
date | Mon, 04 Dec 2006 09:30:15 +0000 |
parents | 0fd1b699210c |
children |
line wrap: on
line source
SRCS = 14_4.c 28_8.c cook.c drv2.c drv3.c drv4.c ra.c rv30.c sipr.c TARGETS = $(SRCS:.c=.so.6.0) %.o: %.c cc -c $< -g %.so.6.0: %.o ld -shared -o $@ $< -ldl -lc all: $(TARGETS) clean: rm -f $(TARGETS)