projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
stat on memory storage should return a NULL name, not "".
[wine]
/
dlls
/
uuid
/
Makefile.in
1
DEFS = -D__WINESRC__
2
DLLFLAGS = @DLLFLAGS@
3
TOPSRCDIR = @top_srcdir@
4
TOPOBJDIR = ../..
5
SRCDIR = @srcdir@
6
VPATH = @srcdir@
7
MODULE = libuuid.a
8
9
C_SRCS = \
10
uuid.c
11
12
all: $(MODULE)
13
14
@MAKE_RULES@
15
16
$(MODULE): $(OBJS) Makefile.in
17
$(RM) $@
18
$(AR) $@ $(OBJS)
19
$(RANLIB) $@
20
21
man:
22
23
doc-html:
24
25
doc-sgml:
26
27
### Dependencies: