Moved most USER string functions to dlls/user.
[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 C_SRCS = \
9         builtin.c \
10         relay.c \
11         snoop.c \
12         thunk.c
13
14 GEN_ASM_SRCS = \
15         asmrelay.s
16
17 GLUE = thunk.c
18
19 all: $(MODULE).o
20
21 @MAKE_RULES@
22
23 asmrelay.s: $(BUILD)
24         $(BUILD) @DLLFLAGS@ -o $@ -relay
25
26 ### Dependencies: