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
/
strmiids
/
Makefile.in
blob
a57fee18e684ada27b7985ef641ce22922ed5131
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
=
libstrmiids.a
9
10
C_SRCS
=
\
11
strmiids.c
12
13
all
: $(
MODULE
)
14
15
@MAKE_RULES@
16
17
$(
MODULE
): $(
OBJS
)
Makefile.in
18
$(
RM
) $
@
19
$(
AR
) $
@
$(
OBJS
)
20
$(
RANLIB
) $
@
21
22
man
:
23
24
doc-html
:
25
26
doc-sgml
:
27
28
### Dependencies: