diff options
Diffstat (limited to 'CMakeTopMakefileTemplate.in')
-rw-r--r-- | CMakeTopMakefileTemplate.in | 8 |
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@ |