2004-08-16 23:14:28 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = quartz.dll
|
2008-07-08 16:17:17 +02:00
|
|
|
IMPORTS = oleaut32 ole32 advapi32 kernel32
|
2004-08-16 23:14:28 +02:00
|
|
|
|
2010-02-20 19:56:55 +01:00
|
|
|
C_SRCS = \
|
2008-07-05 03:43:31 +02:00
|
|
|
avisplitter.c \
|
2010-01-30 10:41:08 +01:00
|
|
|
dsoundrender.c \
|
2005-08-22 11:27:41 +02:00
|
|
|
filtergraph.c \
|
2008-06-29 14:06:44 +02:00
|
|
|
filtermapper.c \
|
2007-08-11 04:29:26 +02:00
|
|
|
memallocator.c \
|
2007-12-21 05:19:07 +01:00
|
|
|
misc.c \
|
2007-12-13 01:51:55 +01:00
|
|
|
referenceclock.c \
|
|
|
|
videorenderer.c
|
2004-08-16 23:14:28 +02:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|