Fix the type of the This pointer in the vtbl functions inherited from
[wine/multimedia.git] / ole / Makefile.in
blobdedbec7fbfdcb23466783f4afdc8cfd8861edb4f
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 C_SRCS = \
9 dx8guid.c \
10 dxguid.c \
11 uuid.c
13 all: libwine_uuid.a
15 @MAKE_RULES@
17 libwine_uuid.a: $(OBJS)
18 $(RM) $@
19 $(AR) $@ $(OBJS)
20 $(RANLIB) $@
22 install:: libwine_uuid.a
23 $(MKINSTALLDIRS) $(libdir)
24 $(INSTALL_DATA) libwine_uuid.a $(libdir)/libwine_uuid.a
26 uninstall::
27 $(RM) $(libdir)/libwine_uuid.a
29 ### Dependencies: