Moved winsock implementation to dlls/winsock.
[wine] / relay32 / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = relay32
7
8 SPEC_SRCS = \
9         ddraw.spec \
10         dinput.spec \
11         gdi32.spec \
12         kernel32.spec \
13         user32.spec \
14         wow32.spec
15
16 C_SRCS = \
17         builtin32.c \
18         relay386.c \
19         snoop.c \
20         utthunk.c \
21         wowthunk.c
22
23 GEN_ASM_SRCS = \
24         call32.s
25
26 all: $(MODULE).o
27
28 @MAKE_RULES@
29
30 call32.s: $(BUILD)
31         $(BUILD) @BUILDFLAGS@ -o $@ -call32
32
33 ### Dependencies: