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
/
dxguid
/
Makefile.in
blob
3ddcdbf7058567738422fba6a5ad38d9ebc20422
1
DLLDEFS
=
@DLLDEFS@
2
DLLFLAGS
=
@DLLFLAGS@
3
DEFS
= -
D__WINESRC__
$(
DLLDEFS
)
4
TOPSRCDIR
=
@top_srcdir@
5
TOPOBJDIR
=
..
/
..
6
SRCDIR
=
@
srcdir
@
7
VPATH
=
@
srcdir
@
8
MODULE
=
libdxguid.a
9
10
C_SRCS
=
\
11
dx8guid.c \
12
dx9guid.c \
13
dxguid.c
14
15
all
: $(
MODULE
)
16
17
@MAKE_RULES@
18
19
$(
MODULE
): $(
OBJS
)
Makefile.in
20
$(
RM
) $
@
21
$(
AR
) $
@
$(
OBJS
)
22
$(
RANLIB
) $
@
23
24
man
:
25
26
doc-html
:
27
28
doc-sgml
:
29
30
### Dependencies: