Makefile.in 396 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = qcap.dll
6
IMPORTS   = ole32 oleaut32 user32 gdi32 advapi32 kernel32
7
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
8

9
C_SRCS = \
10
	capturegraph.c \
11
	dllsetup.c \
12
	enummedia.c \
13
	enumpins.c \
14
	pin.c \
15
	qcap_main.c \
16
	v4l.c \
17
	vfwcapture.c \
18
	yuv.c
19

20 21
RC_SRCS = version.rc

22 23 24
@MAKE_DLL_RULES@

### Dependencies: