2003-03-19 22:09:16 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = none
|
|
|
|
|
|
|
|
SUBDIRS = \
|
2003-03-20 01:30:11 +00:00
|
|
|
port \
|
2003-05-01 03:16:21 +00:00
|
|
|
wine \
|
|
|
|
wpp
|
2003-03-19 22:09:16 +00:00
|
|
|
|
2003-03-22 20:40:48 +00:00
|
|
|
INSTALLSUBDIRS = \
|
|
|
|
wine
|
2003-03-19 22:09:16 +00:00
|
|
|
|
|
|
|
@MAKE_RULES@
|
|
|
|
|
2006-07-11 19:32:52 +00:00
|
|
|
all: $(SUBDIRS)
|
2003-03-19 22:09:16 +00:00
|
|
|
|
2003-03-22 20:40:48 +00:00
|
|
|
install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__)
|
|
|
|
install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
|
|
|
|
|
2003-05-01 03:16:21 +00:00
|
|
|
# Directory dependencies
|
|
|
|
|
2006-07-11 17:33:48 +00:00
|
|
|
wine wine/__install__ wine/__install-lib__: port
|
2003-03-19 22:09:16 +00:00
|
|
|
|
|
|
|
### Dependencies:
|