Mercurial > mplayer.hg
comparison mp3lib/Makefile @ 12632:80973aa180a5
ranlib cleanup by Dan Christiansen
author | alex |
---|---|
date | Thu, 24 Jun 2004 12:52:17 +0000 |
parents | 119da136853c |
children | e047e70a9767 |
comparison
equal
deleted
inserted
replaced
12631:6cbccc0c7d7b | 12632:80973aa180a5 |
---|---|
45 .s.o: | 45 .s.o: |
46 $(CC) -c $(CFLAGS) -o $@ $< | 46 $(CC) -c $(CFLAGS) -o $@ $< |
47 | 47 |
48 libMP3.a: $(OBJS) | 48 libMP3.a: $(OBJS) |
49 $(AR) r libMP3.a $(OBJS) | 49 $(AR) r libMP3.a $(OBJS) |
50 $(RANLIB) libMP3.a | |
51 | |
50 test1: libMP3.a test.c | 52 test1: libMP3.a test.c |
51 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm | 53 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm |
52 | 54 |
53 test2: libMP3.a test2.c | 55 test2: libMP3.a test2.c |
54 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm | 56 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm |