DEFS = @DLLFLAGS@ -D__WINE__ | |
TOPSRCDIR = @top_srcdir@ | |
TOPOBJDIR = .. | |
SRCDIR = @srcdir@ | |
VPATH = @srcdir@ | |
MODULE = if1632 | |
SPEC_SRCS = \ | |
comm.spec \ | |
ddeml.spec \ | |
dispdib.spec \ | |
kernel.spec \ | |
ole2conv.spec \ | |
ole2prox.spec \ | |
ole2thk.spec \ | |
system.spec \ | |
toolhelp.spec \ | |
wineps.spec \ | |
wprocs.spec | |
C_SRCS = \ | |
builtin.c \ | |
dummy.c \ | |
relay.c \ | |
snoop.c \ | |
thunk.c | |
GEN_ASM_SRCS = \ | |
call16.s | |
GLUE = thunk.c | |
all: $(MODULE).o | |
@MAKE_RULES@ | |
call16.s: $(BUILD) | |
$(BUILD) @BUILDFLAGS@ -o $@ -call16 | |
### Dependencies: |