Make the standard create_file request handle serial ports too, and
[wine.git] / dlls / dxerr9 / Makefile.in
blob16771c934e5e34161401a38235a36a10c11868a0
1 DEFS = -D__WINESRC__
2 DLLFLAGS = @DLLFLAGS@
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ../..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = libdxerr9.a
9 C_SRCS = \
10 dxerr9.c
12 EXTRA_OBJS = $(MODULE).dbg.o
14 all: $(MODULE)
16 @MAKE_RULES@
18 $(MODULE): $(OBJS) Makefile.in
19 $(RM) $@
20 $(AR) $@ $(OBJS)
21 $(RANLIB) $@
23 man:
25 doc-html:
27 doc-sgml:
29 ### Dependencies: