avrt: Add realtime to stub
[wine/multimedia.git] / tools / wrc / Makefile.in
blob37dbe03111292171a278524f589fbc3a0a0ebb0e
1 PROGRAMS = wrc
2 MANPAGES = wrc.man.in
4 C_SRCS = \
5 dumpres.c \
6 genres.c \
7 newstruc.c \
8 po.c \
9 readres.c \
10 translation.c \
11 utils.c \
12 wrc.c \
13 writeres.c
15 LEX_SRCS = parser.l
16 BISON_SRCS = parser.y
18 wrc_EXTRADEFS = -DINCLUDEDIR="\"${includedir}\""
20 EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWPP) $(LIBWINE_STATIC)
22 INSTALL_DEV = $(PROGRAMS)