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