mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
129 B
Makefile
11 lines
129 B
Makefile
DLLFLAGS = @DLLFLAGS@
|
|
STATICLIB = libwpp.a
|
|
|
|
C_SRCS = \
|
|
preproc.c \
|
|
wpp.c
|
|
|
|
LEX_SRCS = ppl.l
|
|
BISON_SRCS = ppy.y
|
|
|
|
@MAKE_RULES@
|