diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 19:26:29 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 19:26:29 (GMT) |
commit | 1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88 (patch) | |
tree | a7b88a2e4397167c0d6c72c9cf0fcf8f91dcd024 /CMakeVariables.make.in | |
parent | d6bdba1096f36268e414f32829e22159e983031a (diff) | |
download | CMake-1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88.zip CMake-1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88.tar.gz CMake-1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88.tar.bz2 |
NEW: move from tools and config to create CMake
Diffstat (limited to 'CMakeVariables.make.in')
-rw-r--r-- | CMakeVariables.make.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in index 1a310af..61a8363 100644 --- a/CMakeVariables.make.in +++ b/CMakeVariables.make.in @@ -1,10 +1,10 @@ topdir = @fullSrcDir@ -CONFIG_DIR = @ITK_OBJ@ +CONFIG_DIR = @CMAKE_OBJ_DIR@ SHELL = /bin/sh -ITK_OBJ = @ITK_OBJ@ +CMAKE_OBJ_DIR = ${CONFIG_DIR} RANLIB = @RANLIB@ CC = @CC@ @@ -104,6 +104,6 @@ CXX_FLAGS = ${CPPFLAGS} ${LOCAL_CXXFLAGS} ${CXXFLAGS} \ CC_FLAGS = ${CPPFLAGS} ${LOCAL_CFLAGS} ${CFLAGS} # set up the path to the rulesgen program -RULESGEN = @ITK_OBJ@/Code/tools/rulesgen +CMAKE = @CMAKE_OBJ_DIR@/CMake/Source/CMakeBuildTargets BUILD_LIB_FILE = lib${ME}${ITK_LIB_EXT} |