repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
wined3d
/
Makefile.in
blob
6c8e2e73fcb9f8144650773bab35520f25a9ae9f
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
wined3d.dll
6
IMPORTLIB
=
libwined3d.
$(
IMPLIBEXT
)
7
IMPORTS
=
user32 gdi32 advapi32 kernel32
8
EXTRAINCL
=
@X_CFLAGS@
9
EXTRALIBS
= -
ldxguid
-
luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
10
11
C_SRCS
=
\
12
basetexture.c \
13
cubetexture.c \
14
device.c \
15
directx.c \
16
drawprim.c \
17
indexbuffer.c \
18
query.c \
19
resource.c \
20
stateblock.c \
21
surface.c \
22
texture.c \
23
utils.c \
24
vertexbuffer.c \
25
vertexdeclaration.c \
26
vertexshader.c \
27
volume.c \
28
volumetexture.c \
29
wined3d_main.c
30
31
@MAKE_DLL_RULES@
32
33
### Dependencies: