stat on memory storage should return a NULL name, not "".
[wine/wine-kai.git] / dlls / uuid / Makefile.in
blob13ce52e24ca4b94929addc7af2b4fc09db73357a
1 DEFS = -D__WINESRC__
2 DLLFLAGS = @DLLFLAGS@
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ../..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = libuuid.a
9 C_SRCS = \
10 uuid.c
12 all: $(MODULE)
14 @MAKE_RULES@
16 $(MODULE): $(OBJS) Makefile.in
17 $(RM) $@
18 $(AR) $@ $(OBJS)
19 $(RANLIB) $@
21 man:
23 doc-html:
25 doc-sgml:
27 ### Dependencies: