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
urlmon/tests: Don't fail the tests if the network is unreachable.
[wine.git]
/
libs
/
wpp
/
Makefile.in
blob
5d818b7ce866614baf742b4973529339db645023
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
) $
@
$(
OBJS
)
21
$(
RANLIB
) $
@
22
23
ppy.tab.c
:
ppy.tab.h
# for parallel makes
24
25
@DEPENDENCIES@
# everything below this line is overwritten by make depend
26
27
ppl.yy.o
:
ppy.tab.h