summaryrefslogtreecommitdiffstats
path: root/CMakeTopMakefileTemplate.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-02-23 00:24:43 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-02-23 00:24:43 (GMT)
commit0b0d1b1d436c6e59ed9ea5c25e1f454fc0ae7827 (patch)
treeed4c5e1e8bc331799cba8c2a797de8228f9f1f97 /CMakeTopMakefileTemplate.in
parent5d903c6b0f5622a149e0aeda1053ce82b39d2807 (diff)
downloadCMake-0b0d1b1d436c6e59ed9ea5c25e1f454fc0ae7827.zip
CMake-0b0d1b1d436c6e59ed9ea5c25e1f454fc0ae7827.tar.gz
CMake-0b0d1b1d436c6e59ed9ea5c25e1f454fc0ae7827.tar.bz2
ENH: add CMakeCache.txt support
Diffstat (limited to 'CMakeTopMakefileTemplate.in')
-rw-r--r--CMakeTopMakefileTemplate.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeTopMakefileTemplate.in b/CMakeTopMakefileTemplate.in
new file mode 100644
index 0000000..3780cb3
--- /dev/null
+++ b/CMakeTopMakefileTemplate.in
@@ -0,0 +1,8 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+topall:
+ cd . ; ${MAKE} -${MAKEFLAGS} CMakeTargets.make
+ cd . ; ${MAKE} -${MAKEFLAGS} all
+
+@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeMaster.make@MAKEQUOTE@