2001-07-02 20:57:22 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = quartz.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libquartz.$(IMPLIBEXT)
|
2005-06-13 13:37:55 +02:00
|
|
|
IMPORTS = dsound msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 kernel32
|
2006-07-11 19:33:22 +02:00
|
|
|
EXTRALIBS = -lstrmiids -luuid
|
2001-07-02 20:57:22 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2005-02-01 15:22:00 +01:00
|
|
|
acmwrapper.c \
|
2004-08-24 04:28:35 +02:00
|
|
|
avidec.c \
|
2003-11-18 21:47:48 +01:00
|
|
|
avisplit.c \
|
|
|
|
control.c \
|
2004-08-24 04:28:35 +02:00
|
|
|
dsoundrender.c \
|
2004-03-04 07:07:30 +01:00
|
|
|
enumfilters.c \
|
2003-08-07 00:04:45 +02:00
|
|
|
enummedia.c \
|
2003-07-01 06:29:48 +02:00
|
|
|
enummoniker.c \
|
2003-08-07 00:04:45 +02:00
|
|
|
enumpins.c \
|
2004-03-02 00:32:04 +01:00
|
|
|
enumregfilters.c \
|
2003-08-07 01:00:14 +02:00
|
|
|
filesource.c \
|
2003-06-13 20:06:44 +02:00
|
|
|
filtergraph.c \
|
2003-07-01 06:29:48 +02:00
|
|
|
filtermapper.c \
|
2003-08-07 00:04:45 +02:00
|
|
|
main.c \
|
2003-09-11 23:18:36 +02:00
|
|
|
memallocator.c \
|
2007-04-24 14:28:14 +02:00
|
|
|
mpegsplit.c \
|
2005-02-08 14:43:59 +01:00
|
|
|
parser.c \
|
2003-08-24 00:56:43 +02:00
|
|
|
pin.c \
|
2004-05-06 01:51:59 +02:00
|
|
|
regsvr.c \
|
2004-08-24 04:28:35 +02:00
|
|
|
systemclock.c \
|
2005-01-31 17:24:00 +01:00
|
|
|
transform.c \
|
2005-02-10 18:13:18 +01:00
|
|
|
videorenderer.c \
|
|
|
|
waveparser.c
|
2003-08-24 00:56:43 +02:00
|
|
|
|
|
|
|
RC_SRCS = version.rc
|
2001-07-02 20:57:22 +02:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|