repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefiles: Output all the tool install rules explicitly for each module.
[wine/multimedia.git]
/
dlls
/
imm32
/
Makefile.in
blob
2a0d2b6814585748c249e4813d5619fe3e5b2773
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
imm32.dll
6
IMPORTLIB
=
imm32
7
IMPORTS
=
user32 gdi32 advapi32 kernel32
8
9
C_SRCS
=
\
10
imm.c
11
12
RC_SRCS
=
version.rc
13
14
@MAKE_DLL_RULES@