Mercurial > mplayer.hg
comparison mp3lib/Makefile @ 21294:b2eeabacef4d
There are no .s files in mp3lib/, remove the corresponding suffix rule.
author | diego |
---|---|
date | Mon, 27 Nov 2006 10:53:40 +0000 |
parents | 92b122592776 |
children | 337e3018cd8b |
comparison
equal
deleted
inserted
replaced
21293:29ed2d73c189 | 21294:b2eeabacef4d |
---|---|
38 include ../mpcommon.mak | 38 include ../mpcommon.mak |
39 | 39 |
40 decode_i586.o: decode_i586.c | 40 decode_i586.o: decode_i586.c |
41 $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $< | 41 $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $< |
42 | 42 |
43 .s.o: | |
44 $(CC) -c $(CFLAGS) -o $@ $< | |
45 | |
46 test1: libMP3.a test.c | 43 test1: libMP3.a test.c |
47 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm | 44 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm |
48 | 45 |
49 test2: libMP3.a test2.c | 46 test2: libMP3.a test2.c |
50 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm | 47 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm |