- detect if the OpenGL implementation defines the paletted texture and
[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         wsock32.spec
16
17 C_SRCS = \
18         builtin32.c \
19         relay386.c \
20         snoop.c \
21         utthunk.c \
22         wowthunk.c
23
24 GEN_ASM_SRCS = \
25         call32.s
26
27 all: $(MODULE).o
28
29 @MAKE_RULES@
30
31 call32.s: $(BUILD)
32         $(BUILD) @BUILDFLAGS@ -o $@ -call32
33
34 ### Dependencies: