1999-03-13 18:07:44 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = avifil32.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libavifil32.$(IMPLIBEXT)
|
2006-07-11 08:17:56 +00:00
|
|
|
IMPORTS = msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32
|
2006-07-11 17:33:22 +00:00
|
|
|
EXTRALIBS = -luuid
|
2000-11-12 03:50:10 +00:00
|
|
|
|
1999-03-13 18:07:44 +00:00
|
|
|
C_SRCS = \
|
2002-10-21 23:41:01 +00:00
|
|
|
acmstream.c \
|
2002-10-10 23:31:13 +00:00
|
|
|
api.c \
|
|
|
|
avifile.c \
|
2003-10-04 03:05:25 +00:00
|
|
|
editstream.c \
|
2002-10-18 00:24:41 +00:00
|
|
|
extrachunk.c \
|
|
|
|
factory.c \
|
|
|
|
getframe.c \
|
2002-10-21 23:41:01 +00:00
|
|
|
icmstream.c \
|
2003-08-23 22:54:53 +00:00
|
|
|
regsvr.c \
|
2003-06-23 18:10:06 +00:00
|
|
|
tmpfile.c \
|
2002-10-18 00:24:41 +00:00
|
|
|
wavfile.c
|
|
|
|
|
2004-08-11 23:59:06 +00:00
|
|
|
SPEC_SRCS16 = avifile.spec
|
|
|
|
|
2002-10-18 00:24:41 +00:00
|
|
|
RC_SRCS = \
|
|
|
|
rsrc.rc
|
1999-03-13 18:07:44 +00:00
|
|
|
|
2000-03-04 22:31:27 +00:00
|
|
|
@MAKE_DLL_RULES@
|
2000-01-31 05:02:49 +00:00
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|