qt5base-lts/mkspecs
Oswald Buddenhagen 575a516630 revamp automatic makefile generation for sub-projects
instead of making the "real" targets depend on the makefiles, add
conditional makefile generation to the targets themselves.
this causes makefile generation to follow the recursion order determined
by the project, which is important when dealing with prl and module pri
files.
a side effect of this is that qmake and make calls are interleaved now,
which is entirely different from a 'qmake -r' run.

on the downside, calling make with multiple targets which operate on the
same subprojects without prior makefile generation will make a mess, as
the qmake calls will be racing. this should be no problem, as qmake does
not generate recursive targets where this would be useful - at least by
default.

it is not sufficient to just order the creation of the makefiles
non-recursively (e.g., by using gnu-specific order-only-prerequisites),
as an interrupted and subsequently resumed build would happily skip the
nested makefiles.
workable alternative approaches would be walking the entire tree in a
pre-pass to ensure makefile presence (which is incredibly slow) or
creating additional stamp files only after recursing and having the
makefiles depend on them (which is ugly).

Task-number: QTBUG-23376
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Change-Id: I88d3e7610215677d362026de316513d3bea04b06
2012-06-19 16:46:08 +02:00
..
aix-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
aix-g++-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
aix-xlc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
aix-xlc-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
cmake Expand the 'existing target guard' in generated CMake files. 2012-06-07 19:08:34 +02:00
common revamp automatic makefile generation for sub-projects 2012-06-19 16:46:08 +02:00
cygwin-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
darwin-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
devices raspberry: remove unused screen size detection code 2012-06-19 00:38:27 +02:00
features support for private depends in modules 2012-06-19 16:46:08 +02:00
freebsd-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
freebsd-g++46 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
freebsd-icc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpux-acc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpux-acc-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpux-acc-o64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpux-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpux-g++-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpuxi-acc-32 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpuxi-acc-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hpuxi-g++-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
hurd-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
irix-cc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
irix-cc-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
irix-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
irix-g++-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
linux-arm-gnueabi-g++ Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-cxx centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
linux-ecc-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
linux-g++ Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-g++-32 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-g++-64 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-g++-maemo Include generic ARM qplatformdefs.h in linux-g++-maemo mkspec 2012-03-19 20:16:04 +01:00
linux-icc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
linux-icc-32 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-icc-64 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-kcc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
linux-llvm Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linux-lsb-g++ Use the LSB linker to link 2012-03-15 00:50:47 +01:00
linux-pgcc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
lynxos-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
macx-clang Add mkspecs for 32-bit Mac OS X builds. 2012-05-04 09:19:23 +02:00
macx-clang-32 Add mkspecs for 32-bit Mac OS X builds. 2012-05-04 09:19:23 +02:00
macx-g++ Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
macx-g++40 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
macx-g++42 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
macx-g++-32 Add mkspecs for 32-bit Mac OS X builds. 2012-05-04 09:19:23 +02:00
macx-icc Remove all usages of "arch" CFLAGS on Mac. 2012-05-04 09:19:23 +02:00
macx-llvm Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
macx-pbuilder Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
macx-xcode Remove all usages of "arch" CFLAGS on Mac. 2012-05-04 09:19:23 +02:00
macx-xlc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
modules update readme to current reality 2012-01-27 13:55:27 +01:00
netbsd-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
openbsd-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
sco-cc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
sco-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
solaris-cc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
solaris-cc-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
solaris-cc-64-stlport Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
solaris-cc-stlport Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
solaris-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
solaris-g++-64 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
tru64-cxx centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
tru64-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
unixware-cc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
unixware-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
unsupported centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
win32-g++ centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
win32-icc centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
win32-msvc11 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
win32-msvc2005 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
win32-msvc2008 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
win32-msvc2010 centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
wince50standard-armv4i-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-armv4i-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-mipsii-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-mipsii-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-mipsiv-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-mipsiv-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-sh4-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-sh4-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-x86-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince50standard-x86-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince60standard-armv4i-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince60standard-x86-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince70embedded-armv4i-msvc2008 Enable basic gesture support for WEC7. 2012-02-06 05:15:11 +01:00
wince70embedded-x86-msvc2008 Enable basic gesture support for WEC7. 2012-02-06 05:15:11 +01:00
wincewm50pocket-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm50pocket-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm50smart-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm50smart-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm60professional-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm60professional-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm60standard-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm60standard-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm65professional-msvc2005 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wincewm65professional-msvc2008 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00