Fix filename terminator table, correct exclude_last value.
[wine.git] / dlls / strmiids / Makefile.in
blobd6667e18753a762619f235ca76c2e003df277d00
1 DEFS = -D__WINESRC__
2 DLLFLAGS = @DLLFLAGS@
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ../..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = libstrmiids.a
9 C_SRCS = \
10 strmiids.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: