Stub UrlCombineA and initial implementation of UrlCombineW.
[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 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
24         $(LDCOMBINE) $(OBJS) -o $@
25
26 asmrelay.s: $(WINEBUILD)
27         $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -o $@ -relay
28
29 ### Dependencies: