Move all values of SHGetSpecialFolderPathA into an array, add some
[wine.git] / ole / Makefile.in
blob6e63d439e25e6c9f23ada1da5d608b8a9e176f4a
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = ole
8 C_SRCS = \
9 ole2nls.c \
10 uuid.c
12 all: $(MODULE).o libuuid.a
14 @MAKE_RULES@
16 $(MODULE).o: ole2nls.o Makefile.in $(TOPSRCDIR)/Make.rules.in
17 $(LDCOMBINE) ole2nls.o -o $@
19 libuuid.a: uuid.o
20 $(RM) $@
21 $(AR) $@ uuid.o
22 $(RANLIB) $@
24 install: libuuid.a
25 [ -d $(libdir) ] || $(MKDIR) $(libdir)
26 $(INSTALL_DATA) libuuid.a $(libdir)/libuuid.a
28 uninstall::
29 cd $(libdir) && $(RM) libuuid.a
31 ### Dependencies: