mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
24 lines
371 B
Makefile
24 lines
371 B
Makefile
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
|