Build test programs with standard CFLAGS and use implicit rules.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24283 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-29 09:19:07 +00:00
parent 3b7e079594
commit 2fd1650190
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ rage128_vid.o: radeon_vid.c radeon.h radeon_vid.h
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)