mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
d6c0d8642c
Moved keyboard.spec into user dll.
41 lines
553 B
Makefile
41 lines
553 B
Makefile
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 \
|
|
ole2nls.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:
|