Thread-safe implementation of profile functions (Windows and Wine).
[wine.git] / msdos / Makefile.in
blob7c81ea03fd6bce3ce0b1bc3c1d645781e9199a2f
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msdos
8 C_SRCS = \
9 dosconf.c \
10 dosmem.c \
11 dpmi.c \
12 xms.c \
13 int09.c \
14 int10.c \
15 int11.c \
16 int12.c \
17 int13.c \
18 int15.c \
19 int16.c \
20 int17.c \
21 int19.c \
22 int1a.c \
23 int20.c \
24 int21.c \
25 int25.c \
26 int26.c \
27 int29.c \
28 int2a.c \
29 int2f.c \
30 int33.c \
31 int3d.c \
32 int41.c \
33 int4b.c \
34 int5c.c \
35 interrupts.c \
36 ioports.c \
37 vxd.c
39 all: $(MODULE).o
41 @MAKE_RULES@
43 ### Dependencies: