repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
user32/tests: Fix a couple of race conditions.
[wine/multimedia.git]
/
libs
/
wpp
/
Makefile.in
blob
950712f3e1dc09b5b3492a69f6ea4171a9c00995
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
libwpp.a
6
7
C_SRCS
=
\
8
preproc.c \
9
wpp.c
10
11
LEX_SRCS
=
ppl.l
12
BISON_SRCS
=
ppy.y
13
14
all
: $(
MODULE
)
15
16
@MAKE_RULES@
17
18
$(
MODULE
): $(
OBJS
)
19
$(
RM
) $
@
20
$(
AR
) $(
ARFLAGS
) $
@
$(
OBJS
)
21
$(
RANLIB
) $
@