comparison liba52/Makefile @ 3579:831860fada69

runtime cpu detection for the idct
author michael
date Tue, 18 Dec 2001 04:00:29 +0000
parents a4721884eaf5
children c3e62caf9ec6
comparison
equal deleted inserted replaced
3578:79759c05911e 3579:831860fada69
17 17
18 $(LIBNAME): $(OBJS) 18 $(LIBNAME): $(OBJS)
19 $(AR) r $(LIBNAME) $(OBJS) 19 $(AR) r $(LIBNAME) $(OBJS)
20 20
21 test: $(LIBNAME) test.c 21 test: $(LIBNAME) test.c
22 $(CC) $(CFLAGS) test.c -o test -L. -la52 22 $(CC) $(CFLAGS) test.c ../cpudetect.c -o test -L. -la52 -lm
23 23
24 test2: $(LIBNAME) test.c 24 test2: $(LIBNAME) test.c
25 $(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52 25 $(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52
26 26
27 all: $(LIBNAME) 27 all: $(LIBNAME)