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
dmusic: Fix compilation on systems that don't support nameless structs or unions.
[wine.git]
/
tools
/
wmc
/
Makefile.in
blob
a97da85ea356fee4164481d9ca2d4369305a8075
1
PROGRAMS
=
wmc
2
MANPAGES
=
wmc.man.in
3
4
C_SRCS
=
\
5
lang.c \
6
mcl.c \
7
po.c \
8
utils.c \
9
wmc.c \
10
write.c
11
12
BISON_SRCS
=
mcy.y
13
14
EXTRALIBS
= $(
GETTEXTPO_LIBS
)
15
16
INSTALL_DEV
= $(
PROGRAMS
)