comparison mp3lib/Makefile @ 788:214ea3f02d13

test.c added for benchmarking
author arpi_esp
date Sun, 13 May 2001 18:58:23 +0000
parents 8ee4acebff58
children 989b921361d0
comparison
equal deleted inserted replaced
787:9bc104531aec 788:214ea3f02d13
15 .s.o: 15 .s.o:
16 $(CC) -c $(CFLAGS) -o $@ $< 16 $(CC) -c $(CFLAGS) -o $@ $<
17 17
18 libMP3.a: .depend $(OBJS) 18 libMP3.a: .depend $(OBJS)
19 $(AR) r libMP3.a $(OBJS) 19 $(AR) r libMP3.a $(OBJS)
20
21 test: libMP3.a test.c
22 $(CC) $(CFLAGS) test.c -o test -I.. -L. -lMP3
20 23
21 all: libMP3.a 24 all: libMP3.a
22 25
23 clean: 26 clean:
24 rm -f *~ *.o *.a 27 rm -f *~ *.o *.a