projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
riched20: Reject RTF that is recognized as invalid.
[wine]
/
libs
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = none
6
7
SUBDIRS = \
8
port \
9
wine \
10
wpp
11
12
INSTALLSUBDIRS = \
13
wine
14
15
@MAKE_RULES@
16
17
all: $(SUBDIRS)
18
19
install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__)
20
install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
21
22
# Directory dependencies
23
24
wine wine/__install__ wine/__install-lib__: port