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
usp10: Add Arabic shaping.
[wine.git]
/
libs
/
wpp
/
Makefile.in
blob
acd74b6d5a1fc42f8b77b8b2516917b0b10ad59c
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
DLLFLAGS
=
@DLLFLAGS@
6
MODULE
=
libwpp.a
7
8
C_SRCS
=
\
9
preproc.c \
10
wpp.c
11
12
LEX_SRCS
=
ppl.l
13
BISON_SRCS
=
ppy.y
14
15
all
: $(
MODULE
)
16
17
@MAKE_RULES@
18
19
$(
MODULE
): $(
OBJS
)
20
$(
RM
) $
@
21
$(
AR
) $(
ARFLAGS
) $
@
$(
OBJS
)
22
$(
RANLIB
) $
@