0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Merge test program compilation rules using patterns.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26566 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-28 12:35:20 +00:00
parent 305dfe091f
commit 944489b835

View File

@ -39,10 +39,7 @@ win32.o: CFLAGS += $(CFLAG_STACKREALIGN)
TEST_OBJS = $(LIBNAME_COMMON) ../cpudetect.o ../mp_msg.o ../mp_fifo.o ../osdep/mmap_anon.o ../osdep/$(GETCH) ../osdep/$(TIMER)
TEST_LDFLAGS = -ltermcap -lm -g
qtx/qtxload: qtx/qtxload.c $(TEST_OBJS)
$(CC) $(CFLAGS) -o $@ $^ $(TEST_LDFLAGS)
qtx/list: qtx/list.c $(TEST_OBJS)
qtx/%: qtx/%.c $(TEST_OBJS)
$(CC) $(CFLAGS) -o $@ $^ $(TEST_LDFLAGS)
clean::