| TOPSRCDIR = @top_srcdir@ | |
| TOPOBJDIR = .. | |
| SRCDIR = @srcdir@ | |
| VPATH = @srcdir@ | |
| MODULE = none | |
| SUBDIRS = \ | |
| port \ | |
| wine \ | |
| wpp | |
| INSTALLSUBDIRS = \ | |
| wine | |
| @MAKE_RULES@ | |
| all: $(SUBDIRS) | |
| install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__) | |
| install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__) | |
| # Directory dependencies | |
| wine wine/__install__ wine/__install-lib__: port |