repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefiles: Use the standard C_SRCS variable as the list of test files.
[wine.git]
/
dlls
/
quartz
/
tests
/
Makefile.in
blob
ea03ab2bb523897158079af8fdbd16982b635713
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
TESTDLL
=
quartz.dll
6
IMPORTS
=
oleaut32 ole32 advapi32 kernel32
7
8
C_SRCS
=
\
9
avisplitter.c \
10
dsoundrender.c \
11
filtergraph.c \
12
filtermapper.c \
13
memallocator.c \
14
misc.c \
15
referenceclock.c \
16
videorenderer.c
17
18
@MAKE_TEST_RULES@
19
20
@DEPENDENCIES@
# everything below this line is overwritten by make depend