13 Mar
2007
13 Mar
'07
6:32 p.m.
Author: diego Date: Tue Mar 13 23:32:22 2007 New Revision: 22556 Modified: trunk/liba52/Makefile Log: Simplify test program compilation. Modified: trunk/liba52/Makefile ============================================================================== --- trunk/liba52/Makefile (original) +++ trunk/liba52/Makefile Tue Mar 13 23:32:22 2007 @@ -12,8 +12,8 @@ SRCS_COMMON = crc.c \ include ../mpcommon.mak -test: $(LIBNAME_COMMON) test.c - $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm +test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) + $(CC) $(CFLAGS) -o $@ $^ -lm distclean:: rm -f test
6818
Age (days ago)
6818
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego