mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 18:27:13 +00:00
c1bfca04e1
Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
23 lines
305 B
Makefile
23 lines
305 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imm32.dll
|
|
ALTNAMES = imm.dll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
imc.c \
|
|
imekl.c \
|
|
imewnd.c \
|
|
imm.c \
|
|
main.c \
|
|
memory.c \
|
|
string.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|