repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wuapi: Use an iface instead of a vtbl pointer in update_installer.
[wine.git]
/
libs
/
wpp
/
Makefile.in
blob
4cd080eedf14e649fbe8bcbfcb2e98f618bde32d
1
DLLFLAGS
=
@DLLFLAGS@
2
MODULE
=
libwpp.a
3
4
C_SRCS
=
\
5
preproc.c \
6
wpp.c
7
8
LEX_SRCS
=
ppl.l
9
BISON_SRCS
=
ppy.y
10
11
all
: $(
MODULE
)
12
13
@MAKE_RULES@
14
15
$(
MODULE
): $(
OBJS
)
16
$(
RM
) $
@
17
$(
AR
) $(
ARFLAGS
) $
@
$(
OBJS
)
18
$(
RANLIB
) $
@