configure: Add a check for sys/ucontext.h and include it where appropriate.
[wine.git] / dlls / msxml3 / Makefile.in
blob936c745895de2d375066ab2a87ea61fac71a3ee6
1 MODULE = msxml3.dll
2 IMPORTS = uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
3 EXTRALIBS = $(XML2_LIBS)
4 EXTRAINCL = $(XML2_CFLAGS) $(XSLT_CFLAGS)
6 C_SRCS = \
7 attribute.c \
8 bsc.c \
9 cdata.c \
10 comment.c \
11 dispex.c \
12 docfrag.c \
13 doctype.c \
14 domdoc.c \
15 domimpl.c \
16 element.c \
17 entityref.c \
18 factory.c \
19 httprequest.c \
20 main.c \
21 mxnamespace.c \
22 mxwriter.c \
23 node.c \
24 nodelist.c \
25 nodemap.c \
26 parseerror.c \
27 pi.c \
28 saxreader.c \
29 schema.c \
30 selection.c \
31 stylesheet.c \
32 text.c \
33 uuid.c \
34 xdr.c \
35 xmldoc.c \
36 xmlelem.c \
37 xmlparser.c \
38 xmlview.c
40 LEX_SRCS = xslpattern.l
42 BISON_SRCS = xslpattern.y
44 RC_SRCS = \
45 schemas.rc \
46 version.rc
48 IDL_SRCS = \
49 msxml3_v1.idl \
50 xmlparser.idl