[MPlayer-cvslog] r24283 - trunk/drivers/Makefile
diego
subversion at mplayerhq.hu
Wed Aug 29 11:19:07 CEST 2007
Author: diego
Date: Wed Aug 29 11:19:07 2007
New Revision: 24283
Log:
Build test programs with standard CFLAGS and use implicit rules.
Modified:
trunk/drivers/Makefile
Modified: trunk/drivers/Makefile
==============================================================================
--- trunk/drivers/Makefile (original)
+++ trunk/drivers/Makefile Wed Aug 29 11:19:07 2007
@@ -17,9 +17,6 @@ rage128_vid.o: radeon_vid.c radeon.h rad
radeon_vid.o rage128_vid.o:
CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math
-%_test: %_test.c
- $(CC) -O -o $@ $<
-
install:
-mkdir -p $(MDIR)
install -m 644 $(OBJS) $(MDIR)
More information about the MPlayer-cvslog
mailing list