mirror of
https://github.com/reactos/CMake.git
synced 2025-02-21 04:11:03 +00:00
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
topall:
|
|
cd . ; ${MAKE} -${MAKEFLAGS} CMakeTargets.make
|
|
cd . ; ${MAKE} -${MAKEFLAGS} all
|
|
|
|
include @CMAKE_CONFIG_DIR@/CMake/CMakeMaster.make
|