mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
da340169d6
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 lines
339 B
Makefile
22 lines
339 B
Makefile
PROGRAMS = wrc
|
|
MANPAGES = wrc.man.in
|
|
|
|
C_SRCS = \
|
|
dumpres.c \
|
|
genres.c \
|
|
newstruc.c \
|
|
po.c \
|
|
readres.c \
|
|
translation.c \
|
|
utils.c \
|
|
wrc.c \
|
|
writeres.c
|
|
|
|
LEX_SRCS = parser.l
|
|
BISON_SRCS = parser.y
|
|
|
|
wrc_EXTRADEFS = -DINCLUDEDIR="\"${includedir}\""
|
|
|
|
EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWPP) $(LIBWINE_STATIC)
|
|
|
|
INSTALL_DEV = $(PROGRAMS)
|