mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
3850c1ae16
Cleaned up a few more inter-dll dependencies.
27 lines
344 B
Makefile
27 lines
344 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = if1632
|
|
|
|
C_SRCS = \
|
|
builtin.c \
|
|
relay.c \
|
|
snoop.c \
|
|
thunk.c
|
|
|
|
GEN_ASM_SRCS = \
|
|
asmrelay.s
|
|
|
|
GLUE = thunk.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
asmrelay.s: $(BUILD)
|
|
$(BUILD) @DLLFLAGS@ -o $@ -relay
|
|
|
|
### Dependencies:
|