mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
194e09baec
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 lines
286 B
Makefile
19 lines
286 B
Makefile
PROGRAMS = wmc
|
|
MANPAGES = wmc.man.in
|
|
UNIX_LIBS = $(GETTEXTPO_LIBS)
|
|
|
|
C_SRCS = \
|
|
lang.c \
|
|
mcl.c \
|
|
po.c \
|
|
utils.c \
|
|
wmc.c \
|
|
write.c
|
|
|
|
BISON_SRCS = mcy.y
|
|
|
|
wmc_EXTRADEFS = \
|
|
-DNLSDIR="\"${nlsdir}\"" \
|
|
-DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${nlsdir}`\"
|
|
|
|
INSTALL_DEV = $(PROGRAMS)
|