Mercurial > mplayer.hg
view TOOLS/realcodecs/Makefile @ 20030:f837670d269c
Fix warnings:
cs_test.c:62: warning: return type defaults to 'int'
cs_test.c:64: warning: implicit declaration of function 'memalign'
author | diego |
---|---|
date | Wed, 04 Oct 2006 13:51:12 +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)