repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement SHCreateStreamOnFileA/W/Ex, ordinals @166,184,212-214.
[wine/hacks.git]
/
ole
/
Makefile.in
blob
884ab218e19fc9561f56988a989497531ce553dd
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
none
7
8
C_SRCS
=
\
9
uuid.c
10
11
all
:
libwine_uuid.a
12
13
@MAKE_RULES@
14
15
libwine_uuid.a
:
uuid.o
16
$(
RM
) $
@
17
$(
AR
) $
@ uuid.o
18
$(
RANLIB
) $
@
19
20
install
::
libwine_uuid.a
21
$(
MKINSTALLDIRS
) $(
libdir
)
22
$(
INSTALL_DATA
)
libwine_uuid.a
$(
libdir
)/
libwine_uuid.a
23
24
uninstall
::
25
$(
RM
) $(
libdir
)/
libwine_uuid.a
26
27
### Dependencies: