wine/tools/wrc/Makefile.in
Alexandre Julliard f0ee51026b makefiles: Hardcode the nls directory.
It's Wine-specific anyway.
2024-06-24 13:47:08 +02:00

24 lines
429 B
Makefile

PROGRAMS = wrc
UNIX_LIBS = $(GETTEXTPO_LIBS)
SOURCES = \
genres.c \
newstruc.c \
parser.l \
parser.y \
po.c \
ppl.l \
ppy.y \
utils.c \
wpp.c \
wrc.c \
wrc.man.in
wrc_EXTRADEFS = \
-DNLSDIR="\"${datadir}/wine/nls\"" \
-DINCLUDEDIR="\"${includedir}\"" \
-DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${datadir}/wine/nls`\" \
-DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\"
INSTALL_DEV = $(PROGRAMS)