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
/
dxerr9
/
Makefile.in
blob
b4481c19f81f488a965750392be8007b0affeb3a
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
=
libdxerr9.a
9
10
C_SRCS
=
\
11
dxerr9.c
12
13
EXTRA_OBJS
= $(
MODULE
)
.dbg.o
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: