1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = avifil32.dll
6 IMPORTLIB = avifil32
7 IMPORTS = uuid msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32
8
9 C_SRCS = \
10 acmstream.c \
11 api.c \
12 avifile.c \
13 editstream.c \
14 extrachunk.c \
15 factory.c \
16 getframe.c \
17 icmstream.c \
18 regsvr.c \
19 tmpfile.c \
20 wavfile.c
21
22 SPEC_SRCS16 = avifile.spec
23
24 RC_SRCS = \
25 rsrc.rc
26
27 @MAKE_DLL_RULES@
28
29 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.