repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefiles: Shared library and import library are not exclusive for PE builds.
[wine.git]
/
tools
/
widl
/
Makefile.in
blob
e06d6cc5b3e66675647a21f688d3de0595da4a9f
1
PROGRAMS
=
widl
2
MANPAGES
=
widl.man.in
3
4
C_SRCS
=
\
5
client.c \
6
expr.c \
7
hash.c \
8
header.c \
9
proxy.c \
10
register.c \
11
server.c \
12
typegen.c \
13
typelib.c \
14
typetree.c \
15
utils.c \
16
widl.c \
17
write_msft.c
18
19
LEX_SRCS
=
parser.l
20
BISON_SRCS
=
parser.y
21
22
widl_EXTRADEFS
= -
DDEFAULT_INCLUDE_DIR
=
\"
${
includedir
}/
wine
/
windows
/
\"
23
24
EXTRALIBS
= -
lwpp
25
26
INSTALL_DEV
= $(
PROGRAMS
)