Generate CREATE_PROCESS/THREAD debug events internally in the server.
[wine] / if1632 / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = if1632
7
8 SPEC_SRCS = \
9         comm.spec \
10         ddeml.spec \
11         dispdib.spec \
12         gdi.spec \
13         kernel.spec \
14         keyboard.spec \
15         ole2conv.spec \
16         ole2nls.spec \
17         ole2prox.spec \
18         ole2thk.spec \
19         system.spec \
20         toolhelp.spec \
21         user.spec \
22         wineps.spec \
23         wprocs.spec
24
25 C_SRCS = \
26         builtin.c \
27         dummy.c \
28         relay.c \
29         snoop.c \
30         thunk.c
31
32 GEN_ASM_SRCS = \
33         call16.s
34
35 GLUE = thunk.c
36
37 all: $(MODULE).o
38
39 @MAKE_RULES@
40
41 call16.s: $(BUILD)
42         $(BUILD) @BUILDFLAGS@ -o $@ -call16
43
44 ### Dependencies: