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
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.