Mercurial > mplayer.hg
comparison liba52/Makefile @ 12966:4e7d8679d6d8
compilation fix for test program
author | reimar |
---|---|
date | Sat, 07 Aug 2004 14:15:55 +0000 |
parents | 80973aa180a5 |
children | 16b1de65666b |
comparison
equal
deleted
inserted
replaced
12965:520c8675f033 | 12966:4e7d8679d6d8 |
---|---|
18 $(LIBNAME): $(OBJS) | 18 $(LIBNAME): $(OBJS) |
19 $(AR) r $(LIBNAME) $(OBJS) | 19 $(AR) r $(LIBNAME) $(OBJS) |
20 $(RANLIB) $(LIBNAME) | 20 $(RANLIB) $(LIBNAME) |
21 | 21 |
22 test: $(LIBNAME) test.c | 22 test: $(LIBNAME) test.c |
23 $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm | 23 $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm |
24 | 24 |
25 test2: $(LIBNAME) test.c | 25 test2: $(LIBNAME) test.c |
26 $(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm | 26 $(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm |
27 | 27 |
28 all: $(LIBNAME) | 28 all: $(LIBNAME) |