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
win32u: Avoid unnecessary copy of adapter path and device name.
[wine.git]
/
tools
/
wmc
/
Makefile.in
blob
4fd99804f5673d0936b3c478a2ff26838545a1a0
1
PROGRAMS
=
wmc
2
MANPAGES
=
wmc.man.in
3
UNIX_LIBS
= $(
GETTEXTPO_LIBS
)
4
5
C_SRCS
=
\
6
lang.c \
7
mcl.c \
8
po.c \
9
utils.c \
10
wmc.c \
11
write.c
12
13
BISON_SRCS
=
mcy.y
14
15
wmc_EXTRADEFS
=
\
16
-
DNLSDIR
=
"
\"
${nlsdir}
\"
"
\
17
-
DBIN_TO_NLSDIR
=
\"
`${MAKEDEP} -R ${bindir} ${nlsdir}`
\"
18
19
INSTALL_DEV
= $(
PROGRAMS
)