makefiles: Build the libs subdirectories directly from the top-level makefile.
This commit is contained in:
parent
a53ca1abdc
commit
bb26242f4e
38
Makefile.in
38
Makefile.in
|
@ -33,18 +33,23 @@ SUBDIRS = \
|
||||||
documentation \
|
documentation \
|
||||||
fonts \
|
fonts \
|
||||||
include \
|
include \
|
||||||
libs \
|
libs/port \
|
||||||
|
libs/wine \
|
||||||
|
libs/wpp \
|
||||||
loader \
|
loader \
|
||||||
programs \
|
programs \
|
||||||
server \
|
server \
|
||||||
tools
|
tools
|
||||||
|
|
||||||
# Sub-directories to run make install/uninstall into
|
# Sub-directories to run make install/uninstall into
|
||||||
INSTALLSUBDIRS = @ALL_TOP_DIRS@
|
INSTALLSUBDIRS = libs/wine @ALL_TOP_DIRS@
|
||||||
|
|
||||||
# Sub-directories to run make test into
|
# Sub-directories to run make test into
|
||||||
TESTSUBDIRS = dlls
|
TESTSUBDIRS = dlls
|
||||||
|
|
||||||
|
# Sub-directories that don't have a makefile
|
||||||
|
EXTRASUBDIRS = libs
|
||||||
|
|
||||||
all: wine
|
all: wine
|
||||||
@echo "Wine build complete."
|
@echo "Wine build complete."
|
||||||
|
|
||||||
|
@ -75,20 +80,23 @@ uninstall::
|
||||||
# Dependencies between directories
|
# Dependencies between directories
|
||||||
|
|
||||||
all: $(INSTALLSUBDIRS)
|
all: $(INSTALLSUBDIRS)
|
||||||
dlls: include libs tools
|
|
||||||
fonts loader server: libs tools
|
|
||||||
programs: dlls include libs tools
|
|
||||||
include: libs tools
|
|
||||||
tools: libs
|
|
||||||
|
|
||||||
dlls/__install__ dlls/__install-lib__ dlls/__install-dev__: libs tools include
|
dlls programs: libs/port libs/wine libs/wpp tools include
|
||||||
fonts/__install__ fonts/__install-lib__: libs tools
|
loader server: libs/port libs/wine tools
|
||||||
include/__install__ include/__install-dev__: include libs tools
|
fonts include: tools
|
||||||
libs/__install__ libs/__install-lib__ libs/__install-dev__: libs
|
programs: dlls
|
||||||
loader/__install__ loader/__install-lib__: libs tools
|
tools: libs/port libs/wine libs/wpp
|
||||||
server/__install__ server/__install-lib__: libs tools
|
libs/wine: libs/port
|
||||||
programs/__install__: libs tools include dlls/__install__
|
|
||||||
programs/__install-lib__: libs tools include dlls/__install-lib__
|
dlls/__install__ dlls/__install-lib__ dlls/__install-dev__: libs/port libs/wine libs/wpp tools include
|
||||||
|
programs/__install__ programs/__install-lib__: libs/port libs/wine libs/wpp tools include
|
||||||
|
fonts/__install__ fonts/__install-lib__: tools
|
||||||
|
include/__install__ include/__install-dev__: include
|
||||||
|
libs/wine/__install__ libs/wine/__install-lib__ libs/wine/__install-dev__: libs/wine
|
||||||
|
loader/__install__ loader/__install-lib__: libs/port libs/wine tools
|
||||||
|
server/__install__ server/__install-lib__: libs/port libs/wine tools
|
||||||
|
programs/__install__: dlls/__install__
|
||||||
|
programs/__install-lib__: dlls/__install-lib__
|
||||||
tools/__install__ tools/__install-lib__ tools/__install-dev__: tools
|
tools/__install__ tools/__install-lib__ tools/__install-dev__: tools
|
||||||
|
|
||||||
RECURSE_TARGETS = \
|
RECURSE_TARGETS = \
|
||||||
|
|
|
@ -18318,14 +18318,6 @@ ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
|
||||||
include/Makefile: include/Makefile.in Make.rules config.status"
|
include/Makefile: include/Makefile.in Make.rules config.status"
|
||||||
ac_config_files="$ac_config_files include/Makefile"
|
ac_config_files="$ac_config_files include/Makefile"
|
||||||
|
|
||||||
ALL_MAKEFILES="$ALL_MAKEFILES \\
|
|
||||||
libs/Makefile"
|
|
||||||
test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
|
|
||||||
libs"
|
|
||||||
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
|
|
||||||
libs/Makefile: libs/Makefile.in Make.rules config.status"
|
|
||||||
ac_config_files="$ac_config_files libs/Makefile"
|
|
||||||
|
|
||||||
ALL_MAKEFILES="$ALL_MAKEFILES \\
|
ALL_MAKEFILES="$ALL_MAKEFILES \\
|
||||||
libs/port/Makefile"
|
libs/port/Makefile"
|
||||||
|
|
||||||
|
@ -20119,7 +20111,6 @@ do
|
||||||
"documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
|
"documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
|
||||||
"fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
|
"fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
|
||||||
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
||||||
"libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
|
|
||||||
"libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
|
"libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
|
||||||
"libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
|
"libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
|
||||||
"libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
|
"libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
|
||||||
|
|
|
@ -2606,7 +2606,6 @@ WINE_CONFIG_TEST(dlls/xmllite/tests)
|
||||||
WINE_CONFIG_MAKEFILE([documentation/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
WINE_CONFIG_MAKEFILE([documentation/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
||||||
WINE_CONFIG_MAKEFILE([fonts/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
WINE_CONFIG_MAKEFILE([fonts/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
||||||
WINE_CONFIG_MAKEFILE([include/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
WINE_CONFIG_MAKEFILE([include/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
||||||
WINE_CONFIG_MAKEFILE([libs/Makefile],[Make.rules],[],[ALL_TOP_DIRS])
|
|
||||||
WINE_CONFIG_MAKEFILE([libs/port/Makefile],[Make.rules])
|
WINE_CONFIG_MAKEFILE([libs/port/Makefile],[Make.rules])
|
||||||
WINE_CONFIG_MAKEFILE([libs/wine/Makefile],[Make.rules])
|
WINE_CONFIG_MAKEFILE([libs/wine/Makefile],[Make.rules])
|
||||||
WINE_CONFIG_MAKEFILE([libs/wpp/Makefile],[Make.rules])
|
WINE_CONFIG_MAKEFILE([libs/wpp/Makefile],[Make.rules])
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
TOPSRCDIR = @top_srcdir@
|
|
||||||
TOPOBJDIR = ..
|
|
||||||
SRCDIR = @srcdir@
|
|
||||||
VPATH = @srcdir@
|
|
||||||
MODULE = none
|
|
||||||
|
|
||||||
SUBDIRS = \
|
|
||||||
port \
|
|
||||||
wine \
|
|
||||||
wpp
|
|
||||||
|
|
||||||
INSTALLSUBDIRS = \
|
|
||||||
wine
|
|
||||||
|
|
||||||
@MAKE_RULES@
|
|
||||||
|
|
||||||
all: $(SUBDIRS)
|
|
||||||
|
|
||||||
# Directory dependencies
|
|
||||||
|
|
||||||
wine wine/__install__ wine/__install-lib__: port
|
|
Loading…
Reference in New Issue