[Insight-users] Has anyone successfully compiled ITK3 from CVS with
	CableSWIG-ITK3, with wrapITK, with python, on OSX? 
    Dan White 
    dan at chalkie.org.uk
       
    Tue Dec  5 15:32:41 EST 2006
    
        - Previous message: [Insight-users] Has anyone successfully compiled ITK3 from CVS with
 CableSWIG-ITK3, with wrapITK, with python, on OSX?  Dear all,
 I'm trying to compile ITK3 from CVS with wrapITK on using python wrapping,
 with CableSwig-ITK-3.0.0 I'm using intel compilers on OSX intel (macbook
 pro) with flags -xP -fno-common -export I used cmake 2.4.3 (configure fails
 with 2.4.5,
 Cannot find gcc_platform.cmake) this is as far as i get: [ 32%] Building CXX
 object
 Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/vnl_fortran_copy+double-.o
 /Users/dan/Desktop/Insight/Utilities/vxl/core/vnl/Templates/vnl_c_vector+double-.cxx(3):
 internal error: assertion failed at: "shared/edgcpfe/symbol_tbl.c",
 line 11663 compilation aborted for
 /Users/dan/Desktop/Insight/Utilities/vxl/core/vnl/Templates/vnl_fortran_copy+double-.cxx
 (code 4) make[2]: ***
 [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/vnl_fortran_copy+double-.o]
 Error 4 make[1]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/all]
 Error 2 make: *** [all] Error 2 daniel-whites-computer:~/Desktop/Insight
 dan$ anyone having any success on OSX,
 with gcc or intel compilers?  here is my CMakeCache.txt ,
 cheers Dan (BioImageXD team) # This is the CMakeCache file. # For build in
 directory: /Users/dan/Desktop/Insight # It was generated by CMake:
 /usr/bin/cmake # You can edit this file to change values found and used by
 cmake. # If you do not want to change any of the values,
 simply exit the editor. # If you do want to change a value, simply edit,
 save,
 and exit the editor. # The syntax for the file is as follows: #
 KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a
 hint to GUI's for the type of VALUE,
 DO NOT EDIT TYPE!. # VALUE is the current value for the KEY.
 ######################## # EXTERNAL cache entries ########################
 //Path to a program. BISON_YACC:FILEPATH=/usr/bin/bison //Name of build on
 the dashboard BUILDNAME:STRING=Darwin-icpc //Build source documentation 
 using doxygen BUILD_DOXYGEN:BOOL=OFF //Build the Examples directory.
 BUILD_EXAMPLES:BOOL=OFF //Build ITK with shared libraries.
 BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=OFF
 //Dependencies for the target BaseJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeJava;
 //Dependencies for the target BaseNumericsJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; ITKStatistics; SwigRuntimeJava;
 //Dependencies for the target BaseNumericsTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; ITKStatistics; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework; //Dependencies for the target
 BaseSpatialObjectJava_LIB_DEPENDS:STATIC=ITKCommon; ITKSpatialObject;
 SwigRuntimeJava; //Dependencies for the target
 BaseSpatialObjectTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKSpatialObject;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target BaseTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for
 the target BaseTransformsJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target BaseTransformsTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target
 BinaryMorphologyJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target
 BinaryMorphologyTcl_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework; //Value Computed by CMake
 CABLEEXPAT_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable/Expat
 //Value Computed by CMake
 CABLEEXPAT_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable/Expat
 //Value Computed by CMake
 CABLE_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable
 //Value Computed by CMake
 CABLE_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable
 //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //For backwards
 compatibility, what version of CMake commands and
 // syntax should this version of CMake allow.
 CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build,
 options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug Release
 RelWithDebInfo MinSizeRel. // CMAKE_BUILD_TYPE:STRING=Release
 //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON
 //CXX compiler. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/icpc //Flags used by
 the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used
 by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING= //Flags
 used by the compiler during release minsize builds.
 CMAKE_CXX_FLAGS_MINSIZEREL:STRING= //Flags used by the compiler during
 release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less
 optimized but smaller // files). CMAKE_CXX_FLAGS_RELEASE:STRING=-xP
 -fno-common -export //Flags used by the compiler during Release with Debug
 Info builds. // CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING= //C compiler.
 CMAKE_C_COMPILER:FILEPATH=
 /usr/bin/icc //Flags for C compiler. CMAKE_C_FLAGS:STRING= //Flags used by
 the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING= //Flags used
 by the compiler during release minsize builds.
 CMAKE_C_FLAGS_MINSIZEREL:STRING= //Flags used by the compiler during
 release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less
 optimized but smaller // files). CMAKE_C_FLAGS_RELEASE:STRING=-xP
 -fno-common //Flags used by the compiler during Release with Debug Info
 builds. // CMAKE_C_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker.
 CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug
 builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker
 during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
 //Flags used by the linker during release builds.
 CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during
 Release with Debug Info builds. //
 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Use H
 P pthreads. CMAKE_HP_PTHREADS:BOOL=OFF  //Install path prefix,
 prepended onto install directories.
 CMAKE_INSTALL_PREFIX:PATH=/Library/Frameworks/Python.framework/Versions/2.5
 //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used
 by the linker during the creation of modules.
 CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug
 builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker
 during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
 //Flags used by the linker during release builds.
 CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=-headerpad_max_install_names
 //Flags used by the linker during Release with Debug Info builds. //
 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Build architectures for
 OSX CMAKE_OSX_ARCHITECTURES:STRING=i386 //isysroot used for universal
 binary support CMAKE_OSX_SYSROOT:STRING=/Developer/SDKs/MacOSX10.4u.sdk
 //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/
 ranlib //Flags used by the linker during the creation of dll's.
 CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug
 builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker
 during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
 //Flags used by the linker during release builds.
 CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=-headerpad_max_install_names
 //Flags used by the linker during Release with Debug Info builds. //
 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set,
 runtime paths are not added when using shared libraries. //
 CMAKE_SKIP_RPATH:BOOL=OFF //Thread library used.
 CMAKE_THREAD_LIBS:STRING=-lpthread //Use the pthreads library.
 CMAKE_USE_PTHREADS:BOOL=ON //If true,
 cmake will use relative paths in makefiles and projects. //
 CMAKE_USE_RELATIVE_PATHS:BOOL=OFF //Use sproc libs.
 CMAKE_USE_SPROC:BOOL=OFF //Use the win32 thread library.
 CMAKE_USE_WIN32_THREADS:BOOL=OFF //If this value is on, makef
 iles will be generated without the // .SILENT directive, and all commands
 will be echoed to the console // during the make. This is useful for
 debugging only. With Visual // Studio IDE projects all commands are done
 without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=OFF //X11 extra flags.
 CMAKE_X_CFLAGS:STRING= //Libraries and options used in X11 programs.
 CMAKE_X_LIBS:STRING=-lSM; -lICE; /usr/X11R6/lib/libX11.dylib;
 /usr/X11R6/lib/libXext.dylib //Path to program used to compress files for
 transfer to the dart // server COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip
 //Path to the coverage program that CTest uses for performing coverage //
 inspection COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov //Use a separately
 installed gccxml. CSWIG_USE_SYSTEM_GCCXML:BOOL=OFF //Path to a program.
 CVSCOMMAND:FILEPATH=/usr/bin/cvs //Options passed to the cvs update
 command. CVS_UPDATE_OPTIONS:STRING=-d -A -P //Dependencies for target
 CableExpat_LIB_DEPENDS:STATIC= //Dependencies for the target Cable
 Generators_LIB_DEPENDS:STATIC=CableParsers; CxxTypes; CableExpat;
 //Dependencies for the target CableParsers_LIB_DEPENDS:STATIC=CxxTypes;
 CableExpat; //Value Computed by CMake
 CableSwig_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig
 //CableSwig_DIR: The directory containing CableSwigConfig.cmake. //
 CableSwig_DIR:PATH=/Users/dan/Desktop/Insight/Utilities/CableSwig //Value
 Computed by CMake
 CableSwig_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig
 //Path to an internal program.
 CableSwig_cableidx_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/cableidx
 //Path to an internal program.
 CableSwig_cswig_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/cswig //Path to
 an internal program.
 CableSwig_gccxml_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/gccxml
 //Dependencies for the target CalculatorsJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKStatistics; SwigRuntimeJava;
 //Dependencies for the target CalculatorsTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKStatistics; Swig RuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target ComposeJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target ComposeTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for target CxxTypes_LIB_DEPENDS:STATIC= //Limit of reported
 errors, -1 reports all. DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF //Limit of
 reported warnings, -1 reports all. DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF
 //If you have Dart installed, where is it located?
 DART_ROOT:PATH=DART_ROOT-NOTFOUND //Maximum time allowed before CTest will
 kill the test. DART_TESTING_TIMEOUT:STRING=1500 //Show the actual output of
 the build, or if off show a . for each // 1024 bytes.
 DART_VERBOSE_BUILD:BOOL=OFF //Should Dart server send email when build
 errors are found in // Continuous builds? DELIVER_CONTINUOUS_EMAIL:BOOL=OFF
 //Experimental/Python only: Directory in which doxygen-generated // man
 pages for itk classes are
 or should be placed. DOXYGEN_MAN_PATH:PATH= //Dependencies for the target
 DeformableTransformsJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target
 DeformableTransformsTcl_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework;
 //Dependencies for the target DenoisingJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target DenoisingTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target DistanceMapJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target DistanceMapTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target
 EdgesAndContoursJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target
 EdgesAndContoursTcl_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework;
 //Dependencies for the target FFTJava_LIB_DEPEN
 DS:STATIC=ITKCommon; ITKAlgorithms; SwigRuntimeJava;
 //Dependencies for the target FFTTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKAlgorithms; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 FilteringExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Filtering
 //Value Computed by CMake
 FilteringExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Filtering
 //Dependencies for the target FilteringJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target FilteringTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 GCCCONFIG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC/config_cmake
 //Value Computed by CMake
 GCCCONFIG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC/config_cmake
 //Value Computed by CMake
 GCCXML_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML
 //Install location for data (
 relative to prefix). GCCXML_DATA_DIR:STRING=/share/gccxml-0.7 //Install
 location for documentation (relative to prefix).
 GCCXML_DOC_DIR:STRING=/share/doc/gccxml-0.7 //Install location for man
 pages (relative to prefix). GCCXML_MAN_DIR:STRING=/share/man //Value
 Computed by CMake
 GCCXML_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML
 //Value Computed by CMake
 GCC_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC
 //Path to a program. GCC_SH:FILEPATH=/bin/sh //Value Computed by CMake
 GCC_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC
 //Value Computed by CMake
 GDCM_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/gdcm //Remove
 all legacy code completely. GDCM_LEGACY_REMOVE:BOOL=OFF //Silence all
 legacy code messages. GDCM_LEGACY_SILENT:BOOL=OFF //Value Computed by CMake
 GDCM_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/gdcm //Path to
 gunzip executable GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzi
 p //Install FindWrapITK.cmake and WrapITK.pth (so cmake and python // can
 find WrapITK) as part of the standard installation process. // This
 requires admin privileges. These files can be separately // installed by
 making the install_wrapitk_compatibility target. //
 INSTALL_WRAP_ITK_COMPATIBILITY:BOOL=ON //Value Computed by CMake
 IOExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/IO //Value
 Computed by CMake
 IOExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/IO
 //Dependencies for the target IOJava_LIB_DEPENDS:STATIC=ITKCommon; ITKIO;
 SwigRuntimeJava;
 //Dependencies for the target IOTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKIO;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target ITKAlgorithms_LIB_DEPENDS:STATIC=ITKNumerics;
 ITKStatistics;
 //Dependencies for the target ITKBasicFilters_LIB_DEPENDS:STATIC=ITKCommon;
 //Dependencies for the target ITKCommon_LIB_DEPENDS:STATIC=itkvnl_inst;
 itksys; -lpthread; -lm; -framework AppKit; 
 //Dependencies for target ITKDICOMParser_LIB_DEPENDS:STATIC= //Dependencies
 for the target ITKDistributions_LIB_DEPENDS:STATIC=ITKStatistics; ITKCommon;
 //Value Computed by CMake
 ITKEXPAT_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/expat
 //Dependencies for target ITKEXPAT_LIB_DEPENDS:STATIC= //Value Computed by
 CMake ITKEXPAT_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/expat
 //Value Computed by CMake
 ITKEXTHDRS_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkExtHdrs
 //Value Computed by CMake
 ITKEXTHDRS_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkExtHdrs
 //Dependencies for the target ITKFEM_LIB_DEPENDS:STATIC=ITKNumerics;
 ITKCommon; ITKBasicFilters; ITKIO; -lm;
 //Dependencies for the target ITKIO_LIB_DEPENDS:STATIC=ITKCommon; ITKNrrdIO;
 itkjpeg8; itkjpeg12; itkjpeg16; itkgdcm; itkpng; itkzlib; itktiff;
 ITKSpatialObject; ITKMetaIO; ITKDICOMParser; ITKEXPAT; ITKniftiio;
 //Value Computed by CMake ITKJPEG_BINARY_DIR:STATIC=/Users/dan/Desktop/
 Insight/Utilities/itkjpeg //Value Computed by CMake
 ITKJPEG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkjpeg
 //Dependencies for target ITKJavaJarDummyLibrary_LIB_DEPENDS:STATIC=
 //Value Computed by CMake
 ITKMetaIO_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/MetaIO
 //Dependencies for the target ITKMetaIO_LIB_DEPENDS:STATIC=itkzlib; itksys;
 //Value Computed by CMake
 ITKMetaIO_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/MetaIO
 //Value Computed by CMake
 ITKNrrdIO_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/NrrdIO
 //Dependencies for the target ITKNrrdIO_LIB_DEPENDS:STATIC=itkzlib;
 //Value Computed by CMake
 ITKNrrdIO_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/NrrdIO
 //Dependencies for the target ITKNumerics_LIB_DEPENDS:STATIC=ITKCommon;
 //Value Computed by CMake
 ITKOpenJPEG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/openjpeg
 //Value Computed by CMake
 ITKOpenJPEG_SOURCE_DIR:STATIC=/Users/dan/Desktop/In
 sight/Utilities/openjpeg //Value Computed by CMake
 ITKPNG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkpng
 //Value Computed by CMake
 ITKPNG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkpng
 //Dependencies for the target
 ITKSpatialObject_LIB_DEPENDS:STATIC=ITKNumerics; ITKCommon; ITKMetaIO;
 //Dependencies for the target ITKStatistics_LIB_DEPENDS:STATIC=ITKCommon;
 //Value Computed by CMake
 ITKTIFF_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itktiff
 //Value Computed by CMake
 ITKTIFF_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itktiff
 //Dependencies for the target ITKTclSupportTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 ITKTesting_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Testing //Value
 Computed by CMake
 ITKTesting_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Testing //Value
 Computed by CMake
 ITKZLIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/it
 kzlib //Value Computed by CMake
 ITKZLIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkzlib
 //Value Computed by CMake ITK_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight
 //Build cswig Java wrapper support ITK_CSWIG_JAVA:BOOL=OFF //Build cswig
 Python wrapper support (requires CableSwig). ITK_CSWIG_PYTHON:BOOL=ON
 //Build cswig Tcl wrapper support (requires CableSwig).
 ITK_CSWIG_TCL:BOOL=OFF //Path to a file.
 ITK_DATA_ROOT:PATH=/Users/dan/Desktop/Insight/Testing/Data //BETA-Try to
 explicitly build some of the core templates explictitly // rather than over
 and over again. ITK_EXPLICIT_INSTANTIATION:BOOL=OFF //Value Computed by
 CMake ITK_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight //Turn on concept
 checking to give helpful errors at compile time // if a type cannot be used
 as a template parameter. ITK_USE_CONCEPT_CHECKING:BOOL=OFF //Run KWStyle in
 order to check for violations of the coding standard. //
 ITK_USE_KWSTYLE:BOOL=OFF //Build algorithms that are cove
 red with Patents. It is YOUR responsibility // to obtain a license from the
 patent holder in order to use these // methods. ITK_USE_PATENTED:BOOL=OFF
 //Use the numarray python package ITK_USE_PYTHON_NUMARRAY:BOOL=OFF //Build
 algorithms that are candidates to be included in the Toolkit. // This
 classes are not covered by the Backward Compatibility Policy, // nor the
 Copyright Policy of ITK. ITK_USE_REVIEW:BOOL=ON //Use an outside build of
 GDCM. ITK_USE_SYSTEM_GDCM:BOOL=OFF //Use the system's png library.
 ITK_USE_SYSTEM_PNG:BOOL=OFF //Use the system's tiff library.
 ITK_USE_SYSTEM_TIFF:BOOL=OFF //Use an outside build of VXL.
 ITK_USE_SYSTEM_VXL:BOOL=OFF //Use the system's zlib library.
 ITK_USE_SYSTEM_ZLIB:BOOL=OFF //Dependencies for the target
 ITKniftiio_LIB_DEPENDS:STATIC=ITKznz; -lm;
 //Dependencies for the target ITKznz_LIB_DEPENDS:STATIC=itkzlib;
 //Value Computed by CMake
 ImageExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Image
 // Value Computed by CMake
 ImageExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Image
 //Value Computed by CMake
 ImageRegistration_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Registration
 //Value Computed by CMake
 ImageRegistration_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Registration
 //Value Computed by CMake
 ImageSegmentation_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Segmentation
 //Value Computed by CMake
 ImageSegmentation_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Segmentation
 //Dependencies for the target
 IntensityFiltersJava_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimeJava; //Dependencies for the target
 IntensityFiltersTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target InterpolatorsJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target InterpolatorsTcl_LIB_DEPENDS:STATIC=ITKCom
 mon; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 IteratorExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Iterators
 //Value Computed by CMake
 IteratorExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Iterators
 //Path to java command, used by the Dart server to create html. //
 JAVACOMMAND:FILEPATH=/usr/bin/java //Path to a program.
 JAVA_ARCHIVE:FILEPATH=/usr/bin/jar //Path to a file.
 JAVA_AWT_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaEmbedding.framework/Headers
 //Java Frameworks JAVA_AWT_LIBRARY:FILEPATH=-framework JavaVM -framework
 JavaEmbedding //Path to a program. JAVA_COMPILE:FILEPATH=/usr/bin/javac
 //Path to a file.
 JAVA_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/Headers
 //Path to a file.
 JAVA_INCLUDE_PATH2:PATH=/System/Library/Frameworks/JavaVM.framework/Headers
 //Path to a program. JAVA_RUNTIME:FILEPATH=/usr/bin/java //Dependencies for
 the target LevelSetJava_LIB_DEPENDS:STAT
 IC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target LevelSetTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Command used to build entire project from the command line.
 MAKECOMMAND:STRING=/usr/bin/make -i //Path to the memory checking command,
 used for memory error detection. //
 MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that
 contains suppressions for the memory checker
 MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Value Computed by CMake
 MeshExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Mesh
 //Value Computed by CMake
 MeshExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Mesh
 //Dependencies for the target MorphologyJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target MorphologyTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake NIFTILIB_BINARY_DIR:STATIC=
 /Users/dan/Desktop/Insight/Utilities/nifti/niftilib //Value Computed by
 CMake
 NIFTILIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/niftilib
 //Value Computed by CMake
 NIFTI_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti //Value
 Computed by CMake
 NIFTI_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti //Value
 Computed by CMake
 NumericsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Numerics
 //Value Computed by CMake
 NumericsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Numerics
 //Python Framework PYTHON_DEBUG_LIBRARY:FILEPATH=-framework Python //Path
 to a program.
 PYTHON_EXECUTABLE:FILEPATH=/Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5
 //Path to a file.
 PYTHON_INCLUDE_PATH:PATH=/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
 //Python Framework PYTHON_LIBRARY:FILEPATH=-framework Python //Python
 site-packages directory to install a .pth file pointing // at Wr
 apITK Python modules.
 PY_SITE_PACKAGES_PATH:PATH=/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages
 //Value Computed by CMake
 PathExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Path
 //Value Computed by CMake
 PathExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Path
 //Dependencies for the target PixelMathJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target PixelMathTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target RegistrationJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeJava;
 //Dependencies for the target RegistrationTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target ResizeJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target ResizeTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntim eTcl; /Library/Frameworks/tcl.framework;
 //Path to scp command, used by CTest for submitting results to // a Dart
 server SCPCOMMAND:FILEPATH=/usr/bin/scp //Name of the computer/site where
 compile is being run SITE:STRING=daniel-whites-computer.local //Path to a
 program. SVNCOMMAND:FILEPATH=/usr/local/bin/svn //Value Computed by CMake
 SWIG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/SWIG
 //Build some examples SWIG_BUILD_EXAMPLES:BOOL=OFF //Value Computed by
 CMake
 SWIG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/SWIG
 //Dependencies for the target
 SegmentationAndThresholdJava_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 ITKAlgorithms; SwigRuntimeJava; //Dependencies for the target
 SegmentationAndThresholdTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 ITKAlgorithms; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target
 SegmentationValidationJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies f
 or the target SegmentationValidationTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target SimpleFiltersJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKBasicFilters; SwigRuntimeJava;
 //Dependencies for the target SimpleFiltersTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKBasicFilters; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 SpatialObjectsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/SpatialObjects
 //Value Computed by CMake
 SpatialObjectsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/SpatialObjects
 //Value Computed by CMake
 StatisticsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Statistics
 //Value Computed by CMake
 StatisticsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Statistics
 //Dependencies for target SwigRuntimeJava_LIB_DEPENDS:STATIC=
 //Dependencies for the target
 SwigRuntimePython_LIB_DEPENDS:STATIC=-framework Python; //Dep
 endencies for the target
 SwigRuntimeTcl_LIB_DEPENDS:STATIC=/Library/Frameworks/tcl.framework;
 //Path to a file.
 TCL_INCLUDE_PATH:PATH=/Library/Frameworks/Tcl.framework/Headers //Path to a
 library. TCL_LIBRARY:FILEPATH=/Library/Frameworks/tcl.framework //Path to a
 program. TCL_TCLSH:FILEPATH=/usr/bin/tclsh //Path to a file.
 TK_INCLUDE_PATH:PATH=/Library/Frameworks/Tk.framework/Headers //Path to a
 library. TK_LIBRARY:FILEPATH=/Library/Frameworks/tk.framework //Use double
 precision FFTW if found USE_FFTWD:BOOL=OFF //Use single precision FFTW if
 found USE_FFTWF:BOOL=OFF //Use the SGI SCSL High Performance Computing math
 library USE_SCSL:BOOL=OFF //Build external languages support
 USE_WRAP_ITK:BOOL=ON //Dependencies for the target
 UnaryPixelMathJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target UnaryPixelMathTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Whether vnl_vector/vnl_matrix accessor methods 
 check index bounds. // VNL_CONFIG_CHECK_BOUNDS:BOOL=ON //Whether
 backward-compatibility methods are provided by vnl.
 VNL_CONFIG_LEGACY_METHODS:BOOL=OFF //Whether thread-safe vnl
 implementations are used. VNL_CONFIG_THREAD_SAFE:BOOL=ON //Path to a file.
 VW_RAW_DATA_PATH:PATH=VW_RAW_DATA_PATH-NOTFOUND //Dependencies for the
 target VXLNumericsJava_LIB_DEPENDS:STATIC=itkvnl; itkvnl_inst;
 SwigRuntimeJava;
 //Dependencies for the target VXLNumericsTcl_LIB_DEPENDS:STATIC=itkvnl;
 itkvnl_inst; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Re-run the configuration tests? VXL_UPDATE_CONFIGURATION:BOOL=OFF //Build
 BinaryMorphology module. WRAP_BinaryMorphology:BOOL=ON //Build Calculators
 module. WRAP_Calculators:BOOL=ON //Build Compose module.
 WRAP_Compose:BOOL=ON //Build DeformableTransforms module.
 WRAP_DeformableTransforms:BOOL=ON //Build Denoising module.
 WRAP_Denoising:BOOL=ON //Build DistanceMap module. WRAP_DistanceMap:BOOL=ON
 //Build EdgesAndContours module. WRAP_E
 dgesAndContours:BOOL=ON //Build FFT module. WRAP_FFT:BOOL=ON //Build FFTW
 module. WRAP_FFTW:BOOL=OFF //Build Filtering module. WRAP_Filtering:BOOL=ON
 //Build IO module. WRAP_IO:BOOL=ON //dimensions available separated by
 semicolons (; ) WRAP_ITK_DIMS:STRING=2;
 3 //subpath where where most of WrapITK files will be installed
 WRAP_ITK_INSTALL_PREFIX:PATH=/lib/InsightToolkit/WrapITK //Build cswig Java
 wrapper support. WRAP_ITK_JAVA:BOOL=OFF //Build cswig Python wrapper
 support. WRAP_ITK_PYTHON:BOOL=ON //Build cswig Tcl wrapper support.
 WRAP_ITK_TCL:BOOL=OFF //Build IntensityFilters module.
 WRAP_IntensityFilters:BOOL=ON //Build Interpolators module.
 WRAP_Interpolators:BOOL=ON //Build Iterators module.
 WRAP_Iterators:BOOL=OFF //Build LevelSet module. WRAP_LevelSet:BOOL=ON
 //Build Morphology module. WRAP_Morphology:BOOL=ON //Build PixelMath
 module. WRAP_PixelMath:BOOL=ON //Build Registration module.
 WRAP_Registration:BOOL=ON //Build Resize module. WRAP_Resize:BOOL=ON
 //Build SegmentationAndThreshold module.
 WRAP_SegmentationAndThreshold:BOOL=ON //Build SegmentationValidation
 module. WRAP_SegmentationValidation:BOOL=ON //Build SimpleFilters module.
 WRAP_SimpleFilters:BOOL=ON //Build UnaryPixelMath module.
 WRAP_UnaryPixelMath:BOOL=ON //Wrap complex<double> type
 WRAP_complex_double:BOOL=OFF //Wrap complex<float> type
 WRAP_complex_float:BOOL=ON //Wrap covariant vector double type
 WRAP_covariant_vector_double:BOOL=OFF //Wrap covariant vector float type
 WRAP_covariant_vector_float:BOOL=ON //Wrap double type WRAP_double:BOOL=OFF
 //Wrap float type WRAP_float:BOOL=ON //Wrap RGB< unsigned char > type
 WRAP_rgb_unsigned_char:BOOL=OFF //Wrap RGB< unsigned short > type
 WRAP_rgb_unsigned_short:BOOL=ON //Wrap signed char type
 WRAP_signed_char:BOOL=OFF //Wrap signed long type WRAP_signed_long:BOOL=OFF
 //Wrap signed short type WRAP_signed_short:BOOL=OFF //Wrap unsigned char
 type WRAP_unsigned_char:BOOL=ON //Wrap unsigned long type WRAP_u
 nsigned_long:BOOL=ON //Wrap unsigned short type WRAP_unsigned_short:BOOL=ON
 //Wrap vector double type WRAP_vector_double:BOOL=OFF //Wrap vector float
 type WRAP_vector_float:BOOL=ON //Value Computed by CMake
 WrapITK_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Wrapping/WrapITK
 //Value Computed by CMake
 WrapITK_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Wrapping/WrapITK
 //Path to a file. X11_X11_INCLUDE_PATH:PATH= //Path to a library.
 X11_X11_LIB:FILEPATH= //Path to a library. X11_Xext_LIB:FILEPATH= //Path to
 a file. X11_Xlib_INCLUDE_PATH:PATH= //Path to a file.
 X11_Xutil_INCLUDE_PATH:PATH= //Value Computed by CMake
 ZNZLIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/znzlib
 //Value Computed by CMake
 ZNZLIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/znzlib
 //Dependencies for the target
 _BaseNumericsPython_LIB_DEPENDS:STATIC=ITKCommon; ITKNumerics; ITKStatistics;
 SwigRuntimePython; -framework Python; //Dependencies for the target _Ba
 sePython_LIB_DEPENDS:STATIC=ITKCommon; ITKNumerics; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _BaseSpatialObjectPython_LIB_DEPENDS:STATIC=ITKCommon; ITKSpatialObject;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _BaseTransformsPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _BinaryMorphologyPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _CalculatorsPython_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ComposePython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _DeformableTransformsPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _DenoisingPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _DistanceMa
 pPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython; -framework Python;
 //Dependencies for the target
 _EdgesAndContoursPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _FFTPython_LIB_DEPENDS:STATIC=ITKCommon;
 ITKAlgorithms; SwigRuntimePython; -framework Python;
 //Dependencies for the target _FilteringPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _IOPython_LIB_DEPENDS:STATIC=ITKCommon; ITKIO;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _ITKAlgorithmsPython_LIB_DEPENDS:STATIC=ITKAlgorithms; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _ITKBasicFiltersAPython_LIB_DEPENDS:STATIC=ITKBasicFilters;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _ITKBasicFiltersBPython_LIB_DEPENDS:STATIC=ITKBasicFilters;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ITKCommonAPython_LIB_DEPENDS:STATIC=I
 TKCommon; SwigRuntimePython; -framework Python;
 //Dependencies for the target _ITKCommonBPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ITKIOPython_LIB_DEPENDS:STATIC=ITKIO;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _ITKNumericsPython_LIB_DEPENDS:STATIC=ITKNumerics; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _ITKPyUtilsPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _IntensityFiltersPython_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _InterpolatorsPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _LevelSetPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _MorphologyPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Depen
 dencies for the target _PixelMathPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _RegistrationPython_LIB_DEPENDS:STATIC=ITKCommon; ITKNumerics;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ResizePython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _SegmentationAndThresholdPython_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 ITKAlgorithms; SwigRuntimePython; -framework Python;
 //Dependencies for the target
 _SegmentationValidationPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _SimpleFiltersPython_LIB_DEPENDS:STATIC=ITKCommon; ITKBasicFilters;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _UnaryPixelMathPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _VXLNumericsPython_LIB_DEPENDS:STATIC=itkvnl;
 itkvnl_inst; SwigRuntimePython; -framework Python;
 //Dependencies for target backend_LIB_DEPENDS:STATIC= //Dependencies for
 target cpp_LIB_DEPENDS:STATIC= //Value Computed by CMake
 gxsys_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML/KWSys
 //Dependencies for target gxsys_LIB_DEPENDS:STATIC= //Value Computed by
 CMake
 gxsys_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML/KWSys
 //Dependencies for target iberty_LIB_DEPENDS:STATIC= //Value Computed by
 CMake
 itkdicomparser_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/DICOMParser
 //Value Computed by CMake
 itkdicomparser_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/DICOMParser
 //Dependencies for the target itkgdcm_LIB_DEPENDS:STATIC=itkjpeg8; itkjpeg12;
 itkjpeg16; itkopenjpeg;
 //Dependencies for target itkjpeg12_LIB_DEPENDS:STATIC= //Dependencies for
 target itkjpeg16_LIB_DEPENDS:STATIC= //Dependencies for target
 itkjpeg8_LIB_DEPENDS:STATIC= //Dependencies for target itkopenjpeg_LIB_DE
 PENDS:STATIC= //Dependencies for the target
 itkpng_LIB_DEPENDS:STATIC=itkzlib; //Value Computed by CMake
 itksys_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/kwsys
 //Dependencies for target itksys_LIB_DEPENDS:STATIC= //Value Computed by
 CMake itksys_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/kwsys
 //Dependencies for the target itktestlib_LIB_DEPENDS:STATIC=itkvcl;
 //Dependencies for the target itktiff_LIB_DEPENDS:STATIC=itkzlib; itkjpeg8;
 -lm; //Dependencies for the target itkv3p_netlib_LIB_DEPENDS:STATIC=m;
 //Dependencies for the target itkvcl_LIB_DEPENDS:STATIC=m;
 //Dependencies for the target itkvnl_LIB_DEPENDS:STATIC=itkvcl;
 //Dependencies for the target itkvnl_algo_LIB_DEPENDS:STATIC=itkv3p_netlib;
 itkvnl; //Dependencies for the target itkvnl_inst_LIB_DEPENDS:STATIC=itkvnl;
 itkvnl_algo; itkvcl;
 //Dependencies for target itkzlib_LIB_DEPENDS:STATIC= //Value Computed by
 CMake netlib_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
 /netlib //Value Computed by CMake
 netlib_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p/netlib
 //Dependencies for target swigLib_LIB_DEPENDS:STATIC= //Value Computed by
 CMake vcl_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/vcl
 //Value Computed by CMake
 vcl_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/vcl //Value
 Computed by CMake
 vthreep_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
 //Value Computed by CMake
 vthreep_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
 //Value Computed by CMake
 vxl_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl //Value
 Computed by CMake
 vxl_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl //Value
 Computed by CMake
 vxl_config_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/config/cmake/config
 //Value Computed by CMake
 vxl_config_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/config/cmake/config
 //Value Computed by CMa
 ke vxlcore_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/core
 //Value Computed by CMake
 vxlcore_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/core
 ######################## # INTERNAL cache entries ########################
 //Executable to project name.
 /Users/dan/Desktop/Insight/bin/cableidx:INTERNAL=cableidx //Executable to
 project name. /Users/dan/Desktop/Insight/bin/cswig:INTERNAL=cswig
 //Executable to project name.
 /Users/dan/Desktop/Insight/bin/gccxml:INTERNAL=gccxml //System handles
 bit-fields larger than 32 bits. BIGBITFIELD:INTERNAL=1 //Result of
 TRY_COMPILE BIGBITFIELD_VALUE:INTERNAL=TRUE //Advanced flag for variable:
 BUILDNAME BUILDNAME-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 BUILD_DOXYGEN BUILD_DOXYGEN-ADVANCED:INTERNAL=1 //Modified flag for
 variable: BUILD_EXAMPLES BUILD_EXAMPLES-MODIFIED:INTERNAL=1 //Modified flag
 for variable: BUILD_SHARED_LIBS BUILD_SHARED_LIBS-MODIFIED:INTERNAL=1
 //Modified flag for variable: BUILD_TESTI
 NG BUILD_TESTING-MODIFIED:INTERNAL=1
 BaseNumerics_JAVA_DEPENDS:INTERNAL=ITKCostFunctions; ITKOptimizers;
 itkSample BaseSpatialObject_JAVA_DEPENDS:INTERNAL=itkSpatialObjectBase;
 itkPointBasedSpatialObject; itkImageSpatialObject; itkTreeNodeSO;
 ITKCylinderSpatialObject; itkArrowSpatialObject; itkBlobSpatialObject;
 itkBoxSpatialObject; itkContourSpatialObject; itkEllipseSpatialObject;
 itkGaussianSpatialObject; itkGroupSpatialObject; itkImageMaskSpatialObject;
 itkLandmarkSpatialObject; itkLineSpatialObject; itkPlaneSpatialObject;
 itkPolygonGroupSpatialObject; itkPolygonSpatialObject; itkSceneSpatialObject;
 itkSpatialObjectProperty; itkSpatialObjectReader;
 itkSpatialObjectToImageFilter; itkSpatialObjectTreeNode;
 itkSpatialObjectWriter;
 itkSurfaceSpatialObject BaseTransforms_JAVA_DEPENDS:INTERNAL=itkTransform;
 itkMatrixOffsetTransformBase; ITKRigidTransforms; ITKEulerTransform;
 itkVersorTransform; ITKVersorRigidTransform; ITKSimilarityTransforms;
 itkAffineTransform; itkScalableAffineTransform; itkScaleTransform; ITK
 CenteredEulerTransform; ITKCenteredRigidTransform;
 ITKCenteredSimilarityTransforms; ITKRigidPerspectiveTransform;
 ITKScaleSkewVersorTransforms; itkAzimuthElevationToCartesianTransform;
 itkCenteredAffineTransform; itkCenteredTransformInitializer;
 itkCenteredVersorTransformInitializer;
 itkFixedCenterOfRotationAffineTransform; itkIdentityTransform;
 itkQuaternionRigidTransform; itkScaleLogarithmicTransform;
 itkTranslationTransform Base_JAVA_DEPENDS:INTERNAL=ITKCommonBase; itkOffset;
 itkArray; itkFixedArray; itkPoint; itkPointSet; itkContinuousIndex;
 itkCovariantVector; itkVector; itkRGBPixel; itkVariableLengthVector;
 itkImage; itkVectorImage; itkLevelSet; itkDefaultStaticMeshTraits;
 itkNeighborhood; ITKRegions; SwigExtras; itkImageSource;
 itkImageToImageFilter; itkInPlaceImageFilter; itkFiniteDifferenceImageFilter;
 itkDefaultDynamicMeshTraits; itkDenseFiniteDifferenceImageFilter;
 itkEventObjects; itkFiniteDifferenceFunction; itkFlatStructuringElement;
 itkFunctionBase; itkImageBoundaryCondition; itkImageFunction; itkIndex
 ; itkInterpolateImageFunction; itkMatrix; itkMesh; itkNarrowBand;
 itkNumericTraits; itkSimpleDataObjectDecorator; itkSize; itkVectorContainer;
 itkVersor BinaryMorphology_JAVA_DEPENDS:INTERNAL=itkBinaryDilateImageFilter;
 itkBinaryErodeImageFilter; itkBinaryPruningImageFilter;
 itkBinaryThinningImageFilter;
 itkBinaryThresholdImageFilter //Result of TRY_COMPILE
 CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE //Have include iostream
 CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1 //Advanced flag for variable: CMAKE_AR
 CMAKE_AR-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_BACKWARDS_COMPATIBILITY
 CMAKE_BACKWARDS_COMPATIBILITY-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_BUILD_TOOL CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 //What is
 the target build tool cmake is generating for.
 CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make //Modified flag for variable:
 CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-MODIFIED:INTERNAL=1 //This is the
 directory where this CMakeCahe.txt was created
 CMAKE_CACHEFILE_DIR:INTERNAL=/Users/dan/De
 sktop/Insight //Major version of cmake used to create the current loaded
 cache // CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 //Minor version of cmake used
 to create the current loaded cache // CMAKE_CACHE_MINOR_VERSION:INTERNAL=4
 //Major version of cmake used to create the current loaded cache //
 CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 3 //Advanced flag for variable:
 CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to
 CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to ctest
 program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //Advanced
 flag for variable: CMAKE_CXX_COMPILER
 CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
 //Advanced flag for variable: CMAKE_CXX_FLAGS
 CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
 CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: CMAKE_CXX_FLAGS_RELEASE
 CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified flag for variable:
 CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-MODIFIED:INTERNAL=1
 //Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
 CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
 CMAKE_C_COMPILER_WORKS:INTERNAL=1 //Advanced flag for variable:
 CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
 CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified
 flag for variable: CMAKE_C_FLAGS_RELEASE
 CMAKE_C_FLAGS_RELEASE-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_C_FLAGS_RELWITHDEBINFO
 CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to
 cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
 //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
 CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_EXE_LINKER_FLAGS_DEBUG
 CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL //
 CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
 CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO //
 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of
 generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Result of TRY_COMPILE
 CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=TRUE //Is X11 around.
 CMAKE_HAS_X:INTERNAL=0 //Have function connect
 CMAKE_HAVE_CONNECT:INTERNAL=1 //Have function gethostbyname
 CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 //Have include inttypes.h
 CMAKE_HAVE_INTTYPES_H:INTERNAL=1 
 //Have include limits.h CMAKE_HAVE_LIMITS_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NETINET_IN_H CMAKE_HAVE_NETINET_IN_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NET_IF_ARP_H CMAKE_HAVE_NET_IF_ARP_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NET_IF_DL_H CMAKE_HAVE_NET_IF_DL_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NET_IF_H CMAKE_HAVE_NET_IF_H:INTERNAL=1 //Have library pthreads
 CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread
 CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h
 CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Have function remove
 CMAKE_HAVE_REMOVE:INTERNAL=1 //Have function shmat
 CMAKE_HAVE_SHMAT:INTERNAL=1 //Have include stdint.h
 CMAKE_HAVE_STDINT_H:INTERNAL=1 //Have include CMAKE_HAVE_STDLIB_H
 CMAKE_HAVE_STDLIB_H:INTERNAL=1 //Have include CMAKE_HAVE_SYS_IOCTL_H
 CMAKE_HAVE_SYS_IOCTL_H:INTERNAL=1 //Have includes CMAKE_HAVE_SYS_PRCTL_H
 CMAKE_HAVE_SYS_PRCTL_H:INTERNAL= //Have include CMAKE_HAVE_SYS_SOCKET_H
 CMAKE_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include CMAKE_HAVE_SYS
 _SOCKIO_H CMAKE_HAVE_SYS_SOCKIO_H:INTERNAL=1 //Have include unistd.h
 CMAKE_HAVE_UNISTD_H:INTERNAL=1 //Start directory with the top level
 CMakeLists.txt file for this // project
 CMAKE_HOME_DIRECTORY:INTERNAL=/Users/dan/Desktop/Insight //Advanced flag
 for variable: CMAKE_HP_PTHREADS CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
 //Modified flag for variable: CMAKE_INSTALL_PREFIX
 CMAKE_INSTALL_PREFIX-MODIFIED:INTERNAL=1 //Have library ICE
 CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 //Advanced flag for
 variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
 CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_MODULE_LINKER_FLAGS_DEBUG
 CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL //
 CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE // CMAKE_MODUL
 E_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified flag for variable:
 CMAKE_MODULE_LINKER_FLAGS_RELEASE //
 CMAKE_MODULE_LINKER_FLAGS_RELEASE-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO //
 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Does the
 compiler support ansi for scope. CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
 //Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
 CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1 //Does the compiler
 support headers like iostream. CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
 //Does the compiler support sstream CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=0
 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0
 //number of local generators CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=121
 //Advanced flag for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1
 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/CMake
 //Advanced flag for variable: CMAKE_SHARED_LINKER_
 FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
 CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL //
 CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE //
 CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE //
 CMAKE_SHARED_LINKER_FLAGS_RELEASE-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO //
 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of
 TRY_RUN CMAKE_SIZEOF_CHAR:INTERNAL=1 //Result of TRY_RUN
 CMAKE_SIZEOF_DOUBLE:INTERNAL=8 //Result of TRY_RUN
 CMAKE_SIZEOF_FLOAT:INTERNAL=4 //Result of TRY_RUN
 CMAKE_SIZEOF_INT:INTERNAL=4 //Result of TRY_RUN
 CMAKE_SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN
 CMAKE_SIZEOF_SHORT:INTERNAL=2 //Result of TRY_RUN CM
 AKE_SIZEOF_VOID_P:INTERNAL=4 //Advanced flag for variable: CMAKE_SKIP_RPATH
 CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE
 CMAKE_STD_NAMESPACE:INTERNAL=TRUE //Advanced flag for variable:
 CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command
 CMAKE_UNAME:INTERNAL=/usr/bin/uname //Advanced flag for variable:
 CMAKE_USE_PTHREADS CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: CMAKE_USE_RELATIVE_PATHS
 CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_USE_SPROC CMAKE_USE_SPROC-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_USE_WIN32_THREADS
 CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result
 of TRY_RUN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //Advanced flag for variable:
 CMAKE_X_CFLAGS CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_X_LIBS CMAKE_X_LIBS-ADVANCED:INTERNAL=1 //Resul
 t of TRY_COMPILE COMPILE_RESULT:INTERNAL=TRUE //Advanced flag for variable:
 COMPRESSIONCOMMAND COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: COVERAGE_COMMAND COVERAGE_COMMAND-ADVANCED:INTERNAL=1
 //Result of TRY_COMPILE CRAY_STACKSEG_END_COMPILED:INTERNAL=FALSE
 //Advanced flag for variable: CVSCOMMAND CVSCOMMAND-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CVS_UPDATE_OPTIONS
 CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CableSwig_cableidx_EXE CableSwig_cableidx_EXE-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CableSwig_cswig_EXE
 CableSwig_cswig_EXE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CableSwig_gccxml_EXE CableSwig_gccxml_EXE-ADVANCED:INTERNAL=1
 Calculators_JAVA_DEPENDS:INTERNAL=itkBSplineDecompositionImageFilter;
 itkImageMomentsCalculator; itkLabelStatisticsImageFilter;
 itkMaximumImageFilter; itkMinimumImageFilter;
 itkMinimumMaximumImageCalculator; itkMinimumMaximumImageFilter;
 itkNoiseImageFilter; itkScalarImageTo HistogramGenerator;
 itkStatisticsImageFilter
 Compose_JAVA_DEPENDS:INTERNAL=itkCheckerBoardImageFilter;
 itkCompose2DCovariantVectorImageFilter; itkCompose2DVectorImageFilter;
 itkCompose3DCovariantVectorImageFilter; itkCompose3DVectorImageFilter;
 itkComposeRGBImageFilter; itkJoinSeriesImageFilter; itkPasteImageFilter;
 itkRGBToLuminanceImageFilter; itkRegionOfInterestImageFilter;
 itkTileImageFilter;
 itkVectorIndexSelectionCastImageFilter //Advanced flag for variable:
 DART_BUILD_ERROR_REPORT_LIMIT
 DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: DART_BUILD_WARNING_REPORT_LIMIT
 DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: DART_ROOT DART_ROOT-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: DART_TESTING_TIMEOUT DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
 //Advanced flag for variable: DART_VERBOSE_BUILD
 DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 DELIVER_CONTINUOUS_EMAIL DELIVER_CONTINUOUS_EMAIL-ADVANCED
 :INTERNAL=1 //Result of TRY_RUN DUMMY:INTERNAL=0
 DeformableTransforms_JAVA_DEPENDS:INTERNAL=itkKernelTransform;
 itkBSplineDeformableTransform; itkElasticBodyReciprocalSplineKernelTransform;
 itkElasticBodySplineKernelTransform; itkThinPlateR2LogRSplineKernelTransform;
 itkThinPlateSplineKernelTransform; itkVolumeSplineKernelTransform
 Denoising_JAVA_DEPENDS:INTERNAL=itkCurvatureFlowImageFilter;
 itkMinMaxCurvatureFlowImageFilter; itkVotingBinaryImageFilter;
 itkAnisotropicDiffusionImageFilter; itkBilateralImageFilter;
 itkBinaryMedianImageFilter; itkBinaryMinMaxCurvatureFlowImageFilter;
 itkCurvatureAnisotropicDiffusionImageFilter;
 itkGradientAnisotropicDiffusionImageFilter; itkMeanImageFilter;
 itkMedianImageFilter; itkVotingBinaryHoleFillingImageFilter;
 itkVotingBinaryIterativeHoleFillingImageFilter
 DistanceMap_JAVA_DEPENDS:INTERNAL=itkApproximateSignedDistanceMapImageFilter;
 itkDanielssonDistanceMapImageFilter; itkFastChamferDistanceImageFilter;
 itkSignedDanielssonDistanceMapImageFilter; itkSignedMaur
 erDistanceMapImageFilter //Advanced flag for variable:
 EXECUTABLE_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Single
 output directory for building all executables.
 EXECUTABLE_OUTPUT_PATH:INTERNAL=/Users/dan/Desktop/Insight/bin //Result of
 TRY_RUN EXPAT_WORDS_BIGENDIAN:INTERNAL=0
 EdgesAndContours_JAVA_DEPENDS:INTERNAL=itkCannyEdgeDetectionImageFilter;
 itkSimpleContourExtractorImageFilter; itkSobelEdgeDetectionImageFilter;
 itkZeroCrossingBasedEdgeDetectionImageFilter;
 itkZeroCrossingImageFilter
 FFT_JAVA_DEPENDS:INTERNAL=itkComplexToImaginaryImageFilter;
 itkComplexToModulusImageFilter; itkComplexToPhaseImageFilter;
 itkComplexToRealImageFilter; itkFFTComplexConjugateToRealImageFilter;
 itkFFTRealToComplexConjugateImageFilter;
 itkVnlFFTComplexConjugateToRealImageFilter;
 itkVnlFFTRealToComplexConjugateImageFilter
 Filtering_JAVA_DEPENDS:INTERNAL=itkRecursiveSeparableImageFilter;
 itkBinomialBlurImageFilter; itkDerivativeImageFilter;
 itkDiscreteGaussianImageFilter; itkEdgePotentialImage
 Filter; itkGradientImageFilter; itkGradientMagnitudeImageFilter;
 itkGradientMagnitudeRecursiveGaussianImageFilter;
 itkGradientRecursiveGaussianImageFilter; itkGradientToMagnitudeImageFilter;
 itkLaplacianImageFilter; itkLaplacianRecursiveGaussianImageFilter;
 itkLaplacianSharpeningImageFilter; itkRecursiveGaussianImageFilter;
 itkSmoothingRecursiveGaussianImageFilter //Advanced flag for variable:
 GCCXML_DATA_DIR GCCXML_DATA_DIR-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: GCCXML_DOC_DIR GCCXML_DOC_DIR-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: GCCXML_MAN_DIR GCCXML_MAN_DIR-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: GCC_SH GCC_SH-ADVANCED:INTERNAL=1 //Support for
 extension C __FUNCTION__ GDCM_COMPILER_HAS_FUNCTION:INTERNAL=1 //Advanced
 flag for variable: GDCM_DATA_DIR GDCM_DATA_DIR-ADVANCED:INTERNAL=1
 //Install location for data (relative to prefix).
 GDCM_DATA_DIR:INTERNAL=/share/gdcm/ //Advanced flag for variable:
 GDCM_LEGACY_REMOVE GDCM_LEGACY_REMOVE-ADVANCED:INTERNAL
 =1 //Advanced flag for variable: GDCM_LEGACY_SILENT
 GDCM_LEGACY_SILENT-ADVANCED:INTERNAL=1 //Result of TRY_RUN
 GDCM_WORDS_BIGENDIAN:INTERNAL=0 //Result of TRY_COMPILE
 GETGROUPS_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 GETGROUPS_T_RESULT:INTERNAL=0 //Advanced flag for variable: GUNZIPCOMMAND
 GUNZIPCOMMAND-ADVANCED:INTERNAL=1 //Have include alloca.h
 HAVE_ALLOCA_H:INTERNAL=1 //Have function alphasort
 HAVE_ALPHASORT:INTERNAL=1 //Have function asprintf HAVE_ASPRINTF:INTERNAL=1
 //Have include HAVE_ASSERT_H HAVE_ASSERT_H:INTERNAL=1 //Have function
 atexit HAVE_ATEXIT:INTERNAL=1 //Have function atoll HAVE_ATOLL:INTERNAL=1
 //Have function atoq HAVE_ATOQ:INTERNAL= //Have function basename
 HAVE_BASENAME:INTERNAL=1 //Have function bcmp HAVE_BCMP:INTERNAL=1 //Have
 function bcopy HAVE_BCOPY:INTERNAL=1 //
 HAVE_BIGBITFIELD_VALUE:INTERNAL=TRUE //Support for C++ type bool
 HAVE_BOOL:INTERNAL=1 //Have function bsearch HAVE_BSEARCH:INTERNAL=1 //Have
 function bzero HAVE_BZERO:INTERNAL=1 //Have
 function calloc HAVE_CALLOC:INTERNAL=1 //Have function
 canonicalize_file_name HAVE_CANONICALIZE_FILE_NAME:INTERNAL= //Have
 function clock HAVE_CLOCK:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_CLOCK_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ABORT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ASPRINTF_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ATOF_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_CO
 MPILE HAVE_DECL_BASENAME_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_CALLOC_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_CLOCK_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ERRNO_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_FPRINTF_UNLOCKED_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_FPUTS_UNLOCKED_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_FREE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_FWRITE_UNLOCKED_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_GETCWD_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETOPT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETRLIMIT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETRUSAGE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETWD_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_LDGETNAME_COMPILED:INTERNAL=FALSE //Result 
 of TRY_COMPILE HAVE_DECL_MALLOC_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_DECL_PUTC_UNLOCKED_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_DECL_REALLOC_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_DECL_SBRK_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_SETRLIMIT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_STRSIGNAL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_STRSTR_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_TIMES_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_VASPRINTF_COMPILED:INTERNAL=TRUE //Have include direct.h
 HAVE_DIRECT_H:INTERNAL= //Result of TRY_COMPILE
 HAVE_DIRENT_H_COMPILED:INTERNAL=TRUE //Have include HAVE_DLFCN_H
 HAVE_DLFCN_H:INTERNAL=1 //Have function dup2 HAVE_DUP2:INTERNAL=1 //Result
 of TRY_COMPILE HAVE_EXPAT_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include
 HAVE_FCNTL_H HAVE_FCNTL_H:INTERNAL=1 //Have function ffs
 HAVE_FFS:INTERNAL=1 //Have include HAVE_FLOAT_H HAVE_FLOAT_H:INTERN
 AL=1 //Have function floor HAVE_FLOOR:INTERNAL=1 //Have function
 fprintf_unlocked HAVE_FPRINTF_UNLOCKED:INTERNAL= //Have function
 fputc_unlocked HAVE_FPUTC_UNLOCKED:INTERNAL= //Have function fputs_unlocked
 HAVE_FPUTS_UNLOCKED:INTERNAL= //Have function fwrite_unlocked
 HAVE_FWRITE_UNLOCKED:INTERNAL= //Result of TRY_COMPILE
 HAVE_GAS_WEAK:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_GDCM_WORDS_BIGENDIAN:INTERNAL=TRUE //Have function getcwd
 HAVE_GETCWD:INTERNAL=1 //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have
 function getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have function getrlimit
 HAVE_GETRLIMIT:INTERNAL=1 //Have function getrusage
 HAVE_GETRUSAGE:INTERNAL=1 //Have function getsysinfo
 HAVE_GETSYSINFO:INTERNAL= //Have function gettimeofday
 HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_HOST_WORDS_BIG_ENDIAN:INTERNAL=TRUE //Have includes HAVE_IEEEFP_H
 HAVE_IEEEFP_H:INTERNAL= //Have function index HAVE_INDEX:INTERNAL=1
 //Result of TRY_COMPILE HAVE_INITFINI_ARRAY_COM
 PILED:INTERNAL=TRUE //Have function insque HAVE_INSQUE:INTERNAL=1 //Have
 include HAVE_INTTYPES_H HAVE_INTTYPES_H:INTERNAL=1 //Have function isascii
 HAVE_ISASCII:INTERNAL=1 // HAVE_ITK_CPP_FUNCTION:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_ITK_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_ITK_SIZEOF___INT64:INTERNAL=TRUE //Have function kill
 HAVE_KILL:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF___INT64:INTERNAL=TRUE //Have include langinfo.h
 HAVE_LANGINFO_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_LC_MESSAGES_COMPILED:INTERNAL=TRUE //Have include ldfcn.h
 HAVE_LDFCN_H:INTERNAL= //Have library dl;
 HAVE_LIBDL:INTERNAL=1 //Have library dld; dl HAVE_LIBDL
 D:INTERNAL= //Have include HAVE_LIMITS_H HAVE_LIMITS_H:INTERNAL=1 //Have
 include locale.h HAVE_LOCALE_H:INTERNAL=1 //Have include
 machine/hal_sysinfo.h HAVE_MACHINE/HAL_SYSINFO_H:INTERNAL= //Have includes
 HAVE_MALLOC_H HAVE_MALLOC_H:INTERNAL= //Have function mbstowcs
 HAVE_MBSTOWCS:INTERNAL=1 //Have function memchr HAVE_MEMCHR:INTERNAL=1
 //Always have memcmp when building CableSwig... HAVE_MEMCMP:INTERNAL=1
 //Always have memcpy when building CableSwig... HAVE_MEMCPY:INTERNAL=1
 //Have function memmove HAVE_MEMMOVE:INTERNAL=1 //Have include
 HAVE_MEMORY_H HAVE_MEMORY_H:INTERNAL=1 //Have function mempcpy
 HAVE_MEMPCPY:INTERNAL= //Always have memset when building CableSwig...
 HAVE_MEMSET:INTERNAL=1 //Have function mincore HAVE_MINCORE:INTERNAL=1
 //Have function mkstemps HAVE_MKSTEMPS:INTERNAL=1 //Have function mmap
 HAVE_MMAP:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_MMAP_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 HAVE_MMAP_RESULT:INTERNAL=0 //Have function nl_langinfo HAVE_NL_LANGINF
 O:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_NO_ICC_IDYNAMIC_NEEDED:INTERNAL=TRUE //Have function on_exit
 HAVE_ON_EXIT:INTERNAL= //Result of TRY_COMPILE
 HAVE_PID_T_COMPILED:INTERNAL=TRUE //Have function pow HAVE_POW:INTERNAL=1
 //Result of TRY_COMPILE HAVE_PRINTF_PTR_COMPILED:INTERNAL=TRUE //Result of
 TRY_RUN HAVE_PRINTF_PTR_RESULT:INTERNAL=0 //Have function psignal
 HAVE_PSIGNAL:INTERNAL=1 //Have function pstat_getdynamic
 HAVE_PSTAT_GETDYNAMIC:INTERNAL= //Have function pstat_getstatic
 HAVE_PSTAT_GETSTATIC:INTERNAL= //Have function putc_unlocked
 HAVE_PUTC_UNLOCKED:INTERNAL=1 //Have function putenv HAVE_PUTENV:INTERNAL=1
 //Result of TRY_COMPILE HAVE_QNANHIBIT_VALUE:INTERNAL=TRUE //Have function
 random HAVE_RANDOM:INTERNAL=1 //Have function realpath
 HAVE_REALPATH:INTERNAL=1 //Have function rename HAVE_RENAME:INTERNAL=1
 //Have function rindex HAVE_RINDEX:INTERNAL=1 //Support if ifreq has a
 sa_len HAVE_SA_LEN:INTERNAL=1 //Have function sbrk HAVE_SBRK:INTERNAL=1
 //Have function scandi
 r HAVE_SCANDIR:INTERNAL=1 //Have function setenv HAVE_SETENV:INTERNAL=1
 //Have function setlocale HAVE_SETLOCALE:INTERNAL=1 //Have function
 setrlimit HAVE_SETRLIMIT:INTERNAL=1 //Have function sigsetmask
 HAVE_SIGSETMASK:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Have function snprintf
 HAVE_SNPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL=1 //Have
 include HAVE_STDARG_H HAVE_STDARG_H:INTERNAL=1 //Have include stdbool.h
 HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1
 //Have include HAVE_STDINT_H HAVE_STDINT_H:INTERNAL=1 //Have include
 HAVE_STDLIB_H HAVE_STDLIB_H:INTERNAL=1 //Have function stpcpy
 HAVE_STPCPY:INTERNAL=1 //Have function stpnc
 py HAVE_STPNCPY:INTERNAL= //Have function strcasecmp
 HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1
 //Have function strdup HAVE_STRDUP:INTERNAL=1 //Have function strerror
 HAVE_STRERROR:INTERNAL=1 //Have include HAVE_STRINGS_H
 HAVE_STRINGS_H:INTERNAL=1 //Have include HAVE_STRING_H
 HAVE_STRING_H:INTERNAL=1 //Have function strncasecmp
 HAVE_STRNCASECMP:INTERNAL=1 //Have function strncmp HAVE_STRNCMP:INTERNAL=1
 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strsignal
 HAVE_STRSIGNAL:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1
 //Have function strtod HAVE_STRTOD:INTERNAL=1 //Have function strtol
 HAVE_STRTOL:INTERNAL=1 //Have function areroul HAVE_STRTOUL:INTERNAL=
 //Result of TRY_COMPILE HAVE_STRUCT_TMS_COMPILED:INTERNAL=TRUE //Have
 function sysconf HAVE_SYSCONF:INTERNAL=1 //Have function sysctl
 HAVE_SYSCTL:INTERNAL=1 //Have function sysmp HAVE_SYSMP:INTERNAL= //Result
 of TRY_COMPILE HAVE_SYS_ERRLIST_COMPILED:INTERNAL=TRUE //Re
 sult of TRY_COMPILE HAVE_SYS_ERRLIST_IN_STDLIB_H_COMPILED:INTERNAL=FALSE
 //Have include sys/file.h HAVE_SYS_FILE_H:INTERNAL=1 //Have include
 sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SYS_NERR_COMPILED:INTERNAL=TRUE //Have include sys/param.h
 HAVE_SYS_PARAM_H:INTERNAL=1 //Have include sys/pstat.h
 HAVE_SYS_PSTAT_H:INTERNAL= //Have include sys/resource.h
 HAVE_SYS_RESOURCE_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SYS_RESOURCE_H_WITH_SYS_TIME_H_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_SYS_SIGLIST_COMPILED:INTERNAL=TRUE //Have include
 HAVE_SYS_STAT_H HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/sysctl.h
 HAVE_SYS_SYSCTL_H:INTERNAL=1 //Have include sys/sysinfo.h
 HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/sysmp.h
 HAVE_SYS_SYSMP_H:INTERNAL= //Have include sys/systemcfg.h
 HAVE_SYS_SYSTEMCFG_H:INTERNAL= //Have include sys/table.h
 HAVE_SYS_TABLE_H:INTERNAL= //Have include sys/times.h
 HAVE_SYS_TIMES_H:INTERNAL=1 //Have include HAVE_SYS_TIME_H HAV
 E_SYS_TIME_H:INTERNAL=1 //Have include HAVE_SYS_TYPES_H
 HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SYS_WAIT_H_COMPILED:INTERNAL=TRUE //Have function table
 HAVE_TABLE:INTERNAL=1 //Have function times HAVE_TIMES:INTERNAL=1 //Have
 include time.h HAVE_TIME_H:INTERNAL=1 //Have function tmpnam
 HAVE_TMPNAM:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_UINTPTR_T_COMPILED:INTERNAL=TRUE //Have include HAVE_UNISTD_H
 HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf
 HAVE_VASPRINTF:INTERNAL=1 //Have include vfork.h HAVE_VFORK_H:INTERNAL=
 //Have function vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have function vprintf
 HAVE_VPRINTF:INTERNAL=1 //Have function vsnprintf HAVE_VSNPRINTF:INTERNAL=1
 //Have function vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_VXL_BIG_ENDIAN:INTERNAL=TRUE //Have function waitpid
 HAVE_WAITPID:INTERNAL=1 //Have include wchar.h HAVE_WCHAR_H:INTERNAL=1
 //Have function wcswidth HAVE_WCSWIDTH:INTERNAL=1 //Have includes
 HAVE_WINDOWS_H HAVE_WINDOWS_H: INTERNAL= //Result of TRY_COMPILE
 HAVE_WORKING_MBSTOWCS_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 HAVE_WORKING_MBSTOWCS_RESULT:INTERNAL=0 //Have function _doprnt
 HAVE__DOPRNT:INTERNAL= //Result of TRY_COMPILE
 HAVE__DOPRNT_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE__SYSTEM_CONFIGURATION_COMPILED:INTERNAL=FALSE //Result of TRY_RUN
 HOST_WORDS_BIG_ENDIAN:INTERNAL=0 //ImageCompare path to be used by
 subprojects
 IMAGE_COMPARE:INTERNAL=/Users/dan/Desktop/Insight/bin/ImageCompare
 //ImageCompare path to be used by subprojects
 IMAGE_COMPARE_COMMAND:INTERNAL=/Users/dan/Desktop/Insight/bin/ImageCompareCommand
 //ImageCopy path to be used by subprojects
 IMAGE_COPY:INTERNAL=/Users/dan/Desktop/Insight/bin/ImageCopy
 IO_JAVA_DEPENDS:INTERNAL=ITKIOBase; itkImageFileReader; itkImageFileWriter;
 itkImageSeriesReader; itkImageSeriesWriter; itkOrientImageFilter
 ITKAlgorithms_JAVA_DEPENDS:INTERNAL=itkCurvatureFlowImageFilter.java;
 itkDemonsRegistrationFilter.java; itkHistogramMatchingImageFilter
 .java; itkImageRegistrationMethod.java; itkImageToImageMetric.java;
 itkMattesMutualInformationImageToImageMetric.java;
 itkMeanSquaresImageToImageMetric.java;
 itkMinMaxCurvatureFlowImageFilter.java;
 itkMutualInformationImageToImageMetric.java;
 itkMultiResolutionImageRegistrationMethod.java;
 itkNormalizedCorrelationImageToImageMetric.java;
 itkOtsuThresholdImageCalculator.java;
 itkMeanReciprocalSquareDifferenceImageToImageMetric.java;
 itkRecursiveMultiResolutionPyramidImageFilter.java;
 itkThresholdSegmentationLevelSetImageFilter.java;
 itkGeodesicActiveContourLevelSetImageFilter.java;
 itkShapeDetectionLevelSetImageFilter.java; itkCurvesLevelSetImageFilter.java;
 itkNarrowBandLevelSetImageFilter.java;
 itkPDEDeformableRegistrationFilter.java;
 itkNarrowBandCurvesLevelSetImageFilter.java;
 itkVoronoiSegmentationImageFilter.java; itkWatershedImageFilter.java;
 itkSegmentationLevelSetImageFilter.java;
 itkSparseFieldLevelSetImageFilter.java;
 itkSymmetricForcesDemonsRegistrationFilter.java; itkTreeNodeSO.java; itk
 LevelSetFunction.java
 ITKBasicFiltersA_JAVA_DEPENDS:INTERNAL=itkAnisotropicDiffusionImageFilter_2D.java;
 itkAnisotropicDiffusionImageFilter_3D.java;
 itkBinaryThresholdImageFilter.java; itkBinaryDilateImageFilter.java;
 itkBinaryErodeImageFilter.java; itkCannyEdgeDetectionImageFilter.java;
 itkCastImageFilter_2D.java; itkCastImageFilter_3D.java;
 itkConfidenceConnectedImageFilter.java; itkChangeInformationImageFilter.java;
 itkConnectedThresholdImageFilter.java;
 itkCurvatureAnisotropicDiffusionImageFilter.java; itkExtractImageFilter.java;
 itkFastMarchingImageFilter.java; itkFlipImageFilter.java;
 itkGradientAnisotropicDiffusionImageFilter.java;
 itkGradientMagnitudeImageFilter.java; itkGrayscaleDilateImageFilter.java;
 itkGrayscaleErodeImageFilter.java; itkDanielssonDistanceMapImageFilter.java;
 itkIsolatedConnectedImageFilter.java; itkImportImageFilter.java;
 itkLaplacianImageFilter.java; itkMinimumMaximumImageCalculator.java;
 itkMorphologyImageFilter.java; itkNeighborhoodConnectedImageFilter.java;
 itkSobelEd geDetectionImageFilter.java;
 itkTernaryMagnitudeImageFilter.java
 ITKBasicFiltersB_JAVA_DEPENDS:INTERNAL=itkExpImageFilter.java;
 itkExpNegativeImageFilter.java;
 itkGradientMagnitudeRecursiveGaussianImageFilter.java;
 itkGradientRecursiveGaussianImageFilter.java; itkMeanImageFilter.java;
 itkMedianImageFilter.java; itkMinimumMaximumImageFilter.java;
 itkNaryAddImageFilter.java; itkNormalizeImageFilter.java;
 itkPermuteAxesImageFilter.java; itkRandomImageSource.java;
 itkRecursiveGaussianImageFilter.java; itkRecursiveSeparableImageFilter.java;
 itkRegionOfInterestImageFilter.java; itkResampleImageFilter.java;
 itkRescaleIntensityImageFilter.java; itkShiftScaleImageFilter.java;
 itkSigmoidImageFilter.java; itkSmoothingRecursiveGaussianImageFilter.java;
 itkStatisticsImageFilter.java; itkSubtractImageFilter.java;
 itkThresholdImageFilter.java; itkVTKImageExport.java;
 itkVTKImageImport.java ITKCommonA_JAVA_DEPENDS:INTERNAL=ITKCommonBase.java;
 ITKInterpolators.java; ITKRegions.java; SwigExtras.java; itkArray.java;
 itkBi naryBallStructuringElement.java; itkContinuousIndex.java;
 itkDenseFiniteDifferenceImageFilter_2D.java;
 itkDenseFiniteDifferenceImageFilter_3D.java; itkDifferenceImageFilter.java;
 itkEventObject.java; itkFiniteDifferenceFunction.java;
 itkFiniteDifferenceImageFilter_2D.java;
 itkFiniteDifferenceImageFilter_3D.java; itkFixedArray.java;
 itkFunctionBase.java; itkImage_2D.java; itkImage_3D.java;
 itkImageFunction.java; itkImageConstIterator.java;
 itkImageRegionIterator.java; itkImageRegionConstIterator.java;
 itkImageSource.java; itkImageToImageFilter_2D.java;
 itkImageToImageFilter_3D.java; itkInPlaceImageFilter_A.java;
 itkInPlaceImageFilter_B.java; itkIndex.java; itkLevelSet.java;
 itkNeighborhood.java; itkPoint.java; itkSize.java; itkVector.java
 ITKCommonB_JAVA_DEPENDS:INTERNAL=ITKKernelDeformableTransforms.java;
 ITKRigidTransforms.java; ITKSimilarityTransforms.java;
 itkAffineTransform.java; itkAzimuthElevationToCartesianTransform.java;
 itkBSplineDeformableTransform.java; itkIdentityTransform.java;
 itkMatrixOffsetTr
 ansformBase.java; itkScaleTransform.java; itkTransform.java;
 itkTranslationTransform.java;
 itkVersorTransform.java ITKIO_JAVA_DEPENDS:INTERNAL=IOBase.java;
 itkImageFileReader_2D.java; itkImageFileReader_3D.java;
 itkImageFileWriter_2D.java; itkImageFileWriter_3D.java;
 itkImageSeriesReader.java; itkImageSeriesWriter.java
 ITKNumerics_JAVA_DEPENDS:INTERNAL=ITKCostFunctions.java;
 ITKOptimizers.java ITKPyUtils_JAVA_DEPENDS:INTERNAL=PyCommand;
 itkPyImageFilter ITKTclSupport_JAVA_DEPENDS:INTERNAL=ITKTclUtils //Result of
 TRY_COMPILE ITK_CPP_FUNCTION:INTERNAL=TRUE //Advanced flag for variable:
 ITK_CSWIG_JAVA ITK_CSWIG_JAVA-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: ITK_CSWIG_PYTHON ITK_CSWIG_PYTHON-ADVANCED:INTERNAL=1 //Modified
 flag for variable: ITK_CSWIG_PYTHON ITK_CSWIG_PYTHON-MODIFIED:INTERNAL=1
 //Advanced flag for variable: ITK_CSWIG_TCL
 ITK_CSWIG_TCL-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_DATA_ROOT ITK_DATA_ROOT-ADVANCED:INTERNAL=1 //ITK dir to be used by
 subprojects 
 ITK_DIR:INTERNAL=/Users/dan/Desktop/Insight //Advanced flag for variable:
 ITK_EXPLICIT_INSTANTIATION ITK_EXPLICIT_INSTANTIATION-ADVANCED:INTERNAL=1
 ITK_INSTALL_PACKAGE_DIR:INTERNAL=/lib/InsightToolkit //Whether istream
 supports long long ITK_ISTREAM_SUPPORTS_LONG_LONG:INTERNAL=1 //Whether
 ostream supports long long ITK_OSTREAM_SUPPORTS_LONG_LONG:INTERNAL=1
 //Result of TRY_RUN ITK_SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN
 ITK_SIZEOF___INT64:INTERNAL=8 //itkTestDriver path to be used by
 subprojects
 ITK_TEST_DRIVER:INTERNAL=/Users/dan/Desktop/Insight/bin/itkTestDriver
 //Whether long and __int64 are the same type
 ITK_TYPE_SAME_LONG_AND___INT64:INTERNAL=0 //Advanced flag for variable:
 ITK_USE_CONCEPT_CHECKING ITK_USE_CONCEPT_CHECKING-ADVANCED:INTERNAL=1
 //Advanced flag for variable: ITK_USE_KWSTYLE
 ITK_USE_KWSTYLE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_USE_PATENTED ITK_USE_PATENTED-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: ITK_USE_PYTHON_NUMARRAY ITK_
 USE_PYTHON_NUMARRAY-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_USE_REVIEW ITK_USE_REVIEW-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: ITK_USE_SYSTEM_GDCM ITK_USE_SYSTEM_GDCM-ADVANCED:INTERNAL=1
 //Advanced flag for variable: ITK_USE_SYSTEM_PNG
 ITK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_USE_SYSTEM_TIFF ITK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: ITK_USE_SYSTEM_VXL ITK_USE_SYSTEM_VXL-ADVANCED:INTERNAL=1
 //Advanced flag for variable: ITK_USE_SYSTEM_ZLIB
 ITK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
 IntensityFilters_JAVA_DEPENDS:INTERNAL=itkAdaptiveHistogramEqualizationImageFilter;
 itkHistogramMatchingImageFilter; itkIntensityWindowingImageFilter;
 itkInvertIntensityImageFilter; itkMaskImageFilter; itkMaskNegatedImageFilter;
 itkNormalizeImageFilter; itkRescaleIntensityImageFilter;
 itkShiftScaleImageFilter; itkSigmoidImageFilter
 Interpolators_JAVA_DEPENDS:INTERNAL=itkBSplineInterpolateImageFunction;
 itkBSplineResampleImageFunc tion; itkLinearInterpolateImageFunction;
 itkNearestNeighborInterpolateImageFunction //Advanced flag for variable:
 JAVACOMMAND JAVACOMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 JAVA_ARCHIVE JAVA_ARCHIVE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 JAVA_AWT_INCLUDE_PATH JAVA_AWT_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: JAVA_AWT_LIBRARY JAVA_AWT_LIBRARY-ADVANCED:INTERNAL=1
 //Advanced flag for variable: JAVA_COMPILE JAVA_COMPILE-ADVANCED:INTERNAL=1
 //Advanced flag for variable: JAVA_INCLUDE_PATH
 JAVA_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 JAVA_INCLUDE_PATH2 JAVA_INCLUDE_PATH2-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: JAVA_RUNTIME JAVA_RUNTIME-ADVANCED:INTERNAL=1 //Result of
 TRY_RUN KWSYS_CHAR_IS_SIGNED:INTERNAL=0 //Result of TRY_COMPILE
 KWSYS_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_CXX_HAS_CSTDDEF_
 COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 KWSYS_CXX_HAS_FULL_SPECIALIZATION_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_CXX_HAS_MEMBER_TEMPLATES_COMPILED:INTERNAL=TRUE //Result
 of TRY_COMPILE KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS_COMPILED:INTERNAL=FALSE
 //Result of TRY_COMPILE
 KWSYS_CXX_SAME_LONG_AND___INT64_COMPILED:INTERNAL=FALSE //Result of
 TRY_COMPILE KWSYS_CXX_SAME_LONG_LONG_AND___INT64_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result
 of TRY_COMPILE KWSYS_IOS_HAVE_STD_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_IOS_USE_ANSI_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_IOS_USE_SSTREAM_COMPILED:INTERNAL=TRUE //Result of
 TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE
 KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 KWSYS_SIZEOF_CHAR:INTERNAL=1 //Result of TRY_RUN
 KWSYS_SIZEOF_INT:INTERNAL=4 //Result of TRY_RU
 N KWSYS_SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN
 KWSYS_SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN
 KWSYS_SIZEOF_SHORT:INTERNAL=2 //Result of TRY_RUN
 KWSYS_SIZEOF___INT64:INTERNAL=8 //Result of TRY_COMPILE
 KWSYS_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT_COMPILED:INTERNAL=FALSE //Result
 of TRY_COMPILE KWSYS_STL_HAS_ALLOCATOR_OBJECTS_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE
 KWSYS_STL_HAS_ALLOCATOR_REBIND_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_STL_HAS_ALLOCATOR_TEMPLATE_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE
 KWSYS_STL_HAS_ITERATOR_TRAITS_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_STL_HAVE_STD_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_STL_STRING_HAVE_NEQ_CHAR_COMPILED:INTERNAL=TRUE
 //Advanced flag for variable: LIBRARY_OUTPUT_PATH
 LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Single output directory for
 building all libraries. LIBRARY_OUTPUT_PATH:INTERNAL=/Users/dan
 /Desktop/Insight/bin
 LevelSet_JAVA_DEPENDS:INTERNAL=itkSparseFieldLevelSetImageFilter;
 itkSparseFieldFourthOrderLevelSetImageFilter;
 itkSegmentationLevelSetImageFilter;
 itkShapePriorSegmentationLevelSetImageFilter;
 itkAnisotropicFourthOrderLevelSetImageFilter; itkAntiAliasBinaryImageFilter;
 itkCannySegmentationLevelSetImageFilter; itkCollidingFrontsImageFilter;
 itkCurvesLevelSetImageFilter; itkFastMarchingImageFilter;
 itkGeodesicActiveContourLevelSetImageFilter;
 itkGeodesicActiveContourShapePriorLevelSetImageFilter;
 itkIsotropicFourthOrderLevelSetImageFilter;
 itkLaplacianSegmentationLevelSetImageFilter; itkLevelSetFunction;
 itkNarrowBandImageFilterBase; itkNarrowBandLevelSetImageFilter;
 itkNarrowBandThresholdSegmentationLevelSetImageFilter;
 itkParallelSparseFieldLevelSetImageFilter; itkSegmentationLevelSetFunction;
 itkShapeDetectionLevelSetImageFilter; itkSpatialFunction;
 itkThresholdSegmentationLevelSetImageFilter //Advanced flag for variable:
 MAKECOMMAND MAKECOMMAND-ADVANCED:INTERNAL=1 //Advanc
 ed flag for variable: MEMORYCHECK_COMMAND
 MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 MEMORYCHECK_SUPPRESSIONS_FILE
 MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
 Morphology_JAVA_DEPENDS:INTERNAL=itkBlackTopHatImageFilter;
 itkClosingByReconstructionImageFilter; itkDilateObjectMorphologyImageFilter;
 itkErodeObjectMorphologyImageFilter; itkGrayscaleConnectedClosingImageFilter;
 itkGrayscaleConnectedOpeningImageFilter; itkGrayscaleDilateImageFilter;
 itkGrayscaleErodeImageFilter; itkGrayscaleFillholeImageFilter;
 itkGrayscaleFunctionDilateImageFilter; itkGrayscaleFunctionErodeImageFilter;
 itkGrayscaleGeodesicDilateImageFilter; itkGrayscaleGeodesicErodeImageFilter;
 itkGrayscaleGrindPeakImageFilter;
 itkGrayscaleMorphologicalClosingImageFilter;
 itkGrayscaleMorphologicalOpeningImageFilter; itkHConcaveImageFilter;
 itkHConvexImageFilter; itkHMaximaImageFilter; itkHMinimaImageFilter;
 itkMorphologicalGradientImageFilter; itkOpeningByReconstructionImageFilter;
 itkReconstructionByDil
 ationImageFilter; itkReconstructionByErosionImageFilter;
 itkWhiteTopHatImageFilter //Result of TRY_COMPILE
 NEED_DECLARATION_CANONICALIZE_FILE_NAME_COMPILED:INTERNAL=FALSE //Result of
 TRY_COMPILE NEED_DECLARATION_ERRNO_COMPILED:INTERNAL=TRUE //Result of
 TRY_RUN NO_ICC_IDYNAMIC_NEEDED:INTERNAL=1 //Advanced flag for variable:
 PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //Modified flag for
 variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-MODIFIED:INTERNAL=1
 //Modified flag for variable: PYTHON_INCLUDE_PATH
 PYTHON_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Modified flag for variable:
 PYTHON_LIBRARY PYTHON_LIBRARY-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: PY_SITE_PACKAGES_PATH PY_SITE_PACKAGES_PATH-ADVANCED:INTERNAL=1
 PixelMath_JAVA_DEPENDS:INTERNAL=itkAbsoluteValueDifferenceImageFilter;
 itkAddImageFilter; itkAndImageFilter; itkAtan2ImageFilter;
 itkBinaryMagnitudeImageFilter; itkConstrainedValueAdditionImageFilter;
 itkConstrainedValueDifferenceImageFilter; itkDivideImageFilter; itk
 MultiplyImageFilter; itkNaryAddImageFilter; itkNaryMaximumImageFilter;
 itkOrImageFilter; itkSquaredDifferenceImageFilter; itkSubtractImageFilter;
 itkTernaryAddImageFilter; itkTernaryMagnitudeImageFilter;
 itkTernaryMagnitudeSquaredImageFilter; itkWeightedAddImageFilter;
 itkXorImageFilter //The 22nd bit of 32-bit floating-point quiet NaN.
 QNANHIBIT:INTERNAL=1 //Result of TRY_RUN QNANHIBIT_VALUE:INTERNAL=1
 //Result of TRY_RUN RUN_RESULT:INTERNAL=0
 Registration_JAVA_DEPENDS:INTERNAL=itkPDEDeformableRegistrationFilter;
 itkDemonsRegistrationFilter; itkImageRegistrationMethod;
 itkImageToImageMetric; itkLevelSetMotionRegistrationFilter;
 itkMattesMutualInformationImageToImageMetric;
 itkMeanReciprocalSquareDifferenceImageToImageMetric;
 itkMeanSquaresImageToImageMetric; itkMultiResolutionImageRegistrationMethod;
 itkMutualInformationImageToImageMetric;
 itkNormalizedCorrelationImageToImageMetric;
 itkSymmetricForcesDemonsRegistrationFilter
 Resize_JAVA_DEPENDS:INTERNAL=itkExtractImageFilter; itkAccumulateImageF
 ilter; itkBSplineDownsampleImageFilter; itkBSplineUpsampleImageFilter;
 itkConstantPadImageFilter; itkCropImageFilter; itkExpandImageFilter;
 itkMirrorPadImageFilter; itkMultiResolutionPyramidImageFilter;
 itkRecursiveMultiResolutionPyramidImageFilter;
 itkShrinkImageFilter //Advanced flag for variable: SCPCOMMAND
 SCPCOMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable: SITE
 SITE-ADVANCED:INTERNAL=1 //Result of TRY_RUN SIZEOF_INT:INTERNAL=4 //Result
 of TRY_RUN SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN
 SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN SIZEOF_SHORT:INTERNAL=2
 //Result of TRY_RUN SIZEOF_VOID_P:INTERNAL=4 //Result of TRY_RUN
 SIZEOF__BOOL:INTERNAL=1 //Result of TRY_COMPILE
 STACK_DIRECTION_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 STACK_DIRECTION_RESULT:INTERNAL=1 //Result of TRY_COMPILE
 STDC_HEADERS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 STRING_WITH_STRINGS_COMPILED:INTERNAL=TRUE //Advanced flag for variable:
 SVNCOMMAND SVNCOMMAND-ADVANCED:INTERNAL=1 //Result of T
 RY_COMPILE SYS_TYPES_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE
 SegmentationAndThreshold_JAVA_DEPENDS:INTERNAL=itkChangeLabelImageFilter;
 itkConfidenceConnectedImageFilter; itkConnectedComponentImageFilter;
 itkConnectedThresholdImageFilter; itkDoubleThresholdImageFilter;
 itkIsolatedConnectedImageFilter; itkIsolatedWatershedImageFilter;
 itkLabelVotingImageFilter; itkNeighborhoodConnectedImageFilter;
 itkOtsuMultipleThresholdsImageFilter; itkOtsuThresholdImageCalculator;
 itkOtsuThresholdImageFilter; itkRelabelComponentImageFilter;
 itkScalarConnectedComponentImageFilter; itkThresholdImageFilter;
 itkThresholdLabelerImageFilter;
 itkThresholdMaximumConnectedComponentsImageFilter; itkTobogganImageFilter;
 itkVoronoiSegmentationImageFilter; itkWatershedImageFilter
 SegmentationValidation_JAVA_DEPENDS:INTERNAL=itkContourDirectedMeanDistanceImageFilter;
 itkContourMeanDistanceImageFilter; itkDirectedHausdorffDistanceImageFilter;
 itkHausdorffDistanceImageFilter; itkSTAPLEImageFilter;
 itkSimilarityIndexImageFilter SimpleF
 ilters_JAVA_DEPENDS:INTERNAL=itkCastImageFilter;
 itkChangeInformationImageFilter; itkDifferenceImageFilter;
 itkFlipImageFilter; itkImageDuplicator; itkImportImageFilter;
 itkInterpolateImageFilter; itkPermuteAxesImageFilter; itkRandomImageSource;
 itkReflectImageFilter; itkResampleImageFilter; itkStreamingImageFilter;
 itkVTKImageExport; itkVTKImageImport; itkVectorCastImageFilter;
 itkWarpImageFilter //This value is not used by ITK.
 TCL_LIBRARY_DEBUG:INTERNAL=TCL_LIBRARY_DEBUG-NOTFOUND //Advanced flag for
 variable: TCL_STUB_LIBRARY TCL_STUB_LIBRARY-ADVANCED:INTERNAL=1 //This
 value is not used by ITK.
 TCL_STUB_LIBRARY:INTERNAL=/usr/lib/libtclstub8.4.a //Advanced flag for
 variable: TCL_STUB_LIBRARY_DEBUG TCL_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
 //This value is not used by ITK.
 TCL_STUB_LIBRARY_DEBUG:INTERNAL=TCL_STUB_LIBRARY_DEBUG-NOTFOUND //Advanced
 flag for variable: TCL_TCLSH TCL_TCLSH-ADVANCED:INTERNAL=1 //Result of
 TRY_COMPILE TIME_WITH_SYS_TIME_COMPILED:INTERNAL=TRUE //This value is not
 used by ITK. TK_LIBRARY_DEBUG:INTERNAL=TK_LIBRARY_DEBUG-NOTFOUND //Advanced
 flag for variable: TK_STUB_LIBRARY TK_STUB_LIBRARY-ADVANCED:INTERNAL=1
 //This value is not used by ITK.
 TK_STUB_LIBRARY:INTERNAL=/usr/lib/libtkstub8.4.a //Advanced flag for
 variable: TK_STUB_LIBRARY_DEBUG TK_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
 //This value is not used by ITK.
 TK_STUB_LIBRARY_DEBUG:INTERNAL=TK_STUB_LIBRARY_DEBUG-NOTFOUND //This value
 is not used by ITK. TK_WISH:INTERNAL=/usr/bin/wish //Advanced flag for
 variable: USE_FFTWD USE_FFTWD-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: USE_FFTWF USE_FFTWF-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: USE_SCSL USE_SCSL-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: USE_WRAP_ITK USE_WRAP_ITK-ADVANCED:INTERNAL=1
 UnaryPixelMath_JAVA_DEPENDS:INTERNAL=itkAbsImageFilter; itkAcosImageFilter;
 itkAsinImageFilter; itkAtanImageFilter; itkBoundedReciprocalImageFilter;
 itkCosImageFilter; itkExpImageFilter; itkExpNegativeImageFilter;
 itkLog10ImageFil
 ter; itkLogImageFilter; itkModulusImageFilter; itkNotImageFilter;
 itkSinImageFilter; itkSqrtImageFilter; itkSquareImageFilter;
 itkTanImageFilter //VXL test VCL_ALLOWS_INLINE_INSTANTIATION:INTERNAL=1
 //VXL test VCL_ALLOWS_NAMESPACE_STD:INTERNAL=1 //VXL test
 VCL_CANNOT_SPECIALIZE_CV:INTERNAL=1 //VXL test
 VCL_CAN_DO_COMPLETE_DEFAULT_TYPE_PARAMETER:INTERNAL=1 //VXL test
 VCL_CAN_DO_IMPLICIT_TEMPLATES:INTERNAL=1 //VXL test
 VCL_CAN_DO_NON_TYPE_FUNCTION_TEMPLATE_PARAMETER:INTERNAL=1 //VXL test
 VCL_CAN_DO_PARTIAL_SPECIALIZATION:INTERNAL=1 //VXL test
 VCL_CAN_DO_STATIC_TEMPLATE_MEMBER:INTERNAL=1 //VXL test
 VCL_CAN_DO_TEMPLATE_DEFAULT_TYPE_PARAMETER:INTERNAL=1 //VXL test
 (successful run) VCL_CHAR_IS_SIGNED:INTERNAL=1 //Result of TRY_COMPILE
 VCL_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE //VXL test (successful run)
 VCL_COMPLEX_POW_WORKS:INTERNAL=1 //Result of TRY_COMPILE
 VCL_COMPLEX_POW_WORKS_COMPILED:INTERNAL=TRUE //Have include algorithm
 VCL_CXX_HAS_HEADER_ALGORITHM:INTERNAL=1 //Have include bit
 set VCL_CXX_HAS_HEADER_BITSET:INTERNAL=1 //Have include cassert
 VCL_CXX_HAS_HEADER_CASSERT:INTERNAL=1 //Have include cctype
 VCL_CXX_HAS_HEADER_CCTYPE:INTERNAL=1 //Have include cerrno
 VCL_CXX_HAS_HEADER_CERRNO:INTERNAL=1 //Have include cfloat
 VCL_CXX_HAS_HEADER_CFLOAT:INTERNAL=1 //Have include ciso646
 VCL_CXX_HAS_HEADER_CISO646:INTERNAL=1 //Have include climits
 VCL_CXX_HAS_HEADER_CLIMITS:INTERNAL=1 //Have include clocale
 VCL_CXX_HAS_HEADER_CLOCALE:INTERNAL=1 //Have include cmath
 VCL_CXX_HAS_HEADER_CMATH:INTERNAL=1 //Have include complex
 VCL_CXX_HAS_HEADER_COMPLEX:INTERNAL=1 //Have include csetjmp
 VCL_CXX_HAS_HEADER_CSETJMP:INTERNAL=1 //Have include csignal
 VCL_CXX_HAS_HEADER_CSIGNAL:INTERNAL=1 //Have include cstdarg
 VCL_CXX_HAS_HEADER_CSTDARG:INTERNAL=1 //Have include cstddef
 VCL_CXX_HAS_HEADER_CSTDDEF:INTERNAL=1 //Have include cstdio
 VCL_CXX_HAS_HEADER_CSTDIO:INTERNAL=1 //Have include cstdlib
 VCL_CXX_HAS_HEADER_CSTDLIB:INTERNAL=1 //Have include cstring
 VCL_CXX_HAS_HEADER_CST
 RING:INTERNAL=1 //Have include ctime VCL_CXX_HAS_HEADER_CTIME:INTERNAL=1
 //Have include cwchar VCL_CXX_HAS_HEADER_CWCHAR:INTERNAL=1 //Have include
 cwctype VCL_CXX_HAS_HEADER_CWCTYPE:INTERNAL=1 //Have include deque
 VCL_CXX_HAS_HEADER_DEQUE:INTERNAL=1 //Have include exception
 VCL_CXX_HAS_HEADER_EXCEPTION:INTERNAL=1 //Have include fstream
 VCL_CXX_HAS_HEADER_FSTREAM:INTERNAL=1 //Have include functional
 VCL_CXX_HAS_HEADER_FUNCTIONAL:INTERNAL=1 //Have include iomanip
 VCL_CXX_HAS_HEADER_IOMANIP:INTERNAL=1 //Have include ios
 VCL_CXX_HAS_HEADER_IOS:INTERNAL=1 //Have include iosfwd
 VCL_CXX_HAS_HEADER_IOSFWD:INTERNAL=1 //Have include iostream
 VCL_CXX_HAS_HEADER_IOSTREAM:INTERNAL=1 //Have include iso646.h
 VCL_CXX_HAS_HEADER_ISO646_H:INTERNAL=1 //Have include istream
 VCL_CXX_HAS_HEADER_ISTREAM:INTERNAL=1 //Have include iterator
 VCL_CXX_HAS_HEADER_ITERATOR:INTERNAL=1 //Have include limits
 VCL_CXX_HAS_HEADER_LIMITS:INTERNAL=1 //Have include list
 VCL_CXX_HAS_HEADER_LIST:INTERNAL=1 //Have in
 clude locale VCL_CXX_HAS_HEADER_LOCALE:INTERNAL=1 //Have include map
 VCL_CXX_HAS_HEADER_MAP:INTERNAL=1 //Have include memory
 VCL_CXX_HAS_HEADER_MEMORY:INTERNAL=1 //Have include new
 VCL_CXX_HAS_HEADER_NEW:INTERNAL=1 //Have include numeric
 VCL_CXX_HAS_HEADER_NUMERIC:INTERNAL=1 //Have include ostream
 VCL_CXX_HAS_HEADER_OSTREAM:INTERNAL=1 //Have include queue
 VCL_CXX_HAS_HEADER_QUEUE:INTERNAL=1 //Have include set
 VCL_CXX_HAS_HEADER_SET:INTERNAL=1 //Have include sstream
 VCL_CXX_HAS_HEADER_SSTREAM:INTERNAL=1 //Have include stack
 VCL_CXX_HAS_HEADER_STACK:INTERNAL=1 //Have include stdexcept
 VCL_CXX_HAS_HEADER_STDEXCEPT:INTERNAL=1 //Have include streambuf
 VCL_CXX_HAS_HEADER_STREAMBUF:INTERNAL=1 //Have include string
 VCL_CXX_HAS_HEADER_STRING:INTERNAL=1 //Have include strstream
 VCL_CXX_HAS_HEADER_STRSTREAM:INTERNAL=1 //Have include typeinfo
 VCL_CXX_HAS_HEADER_TYPEINFO:INTERNAL=1 //Have include utility
 VCL_CXX_HAS_HEADER_UTILITY:INTERNAL=1 //Have include valarray
 VCL_CXX_HAS_HEADER_VAL
 ARRAY:INTERNAL=1 //Have include vector VCL_CXX_HAS_HEADER_VECTOR:INTERNAL=1
 //VXL test VCL_DEFAULT_VALUE:INTERNAL=1 //VXL test
 VCL_DEFINE_SPECIALIZATION:INTERNAL=1 //VXL test
 VCL_FOR_SCOPE_HACK:INTERNAL=1 //VXL test VCL_HAS_BOOL:INTERNAL=1 //VXL test
 VCL_HAS_DYNAMIC_CAST:INTERNAL=1 //VXL test VCL_HAS_EXCEPTIONS:INTERNAL=1
 //VXL test VCL_HAS_EXPLICIT:INTERNAL=1 //VXL test VCL_HAS_EXPORT:INTERNAL=1
 //VXL test (successful run) VCL_HAS_LFS:INTERNAL=1 //Result of TRY_COMPILE
 VCL_HAS_LFS_COMPILED:INTERNAL=TRUE //VXL test
 VCL_HAS_MEMBER_TEMPLATES:INTERNAL=1 //VXL test VCL_HAS_MUTABLE:INTERNAL=1
 //VXL test VCL_HAS_NAMESPACES:INTERNAL=1 //VXL test VCL_HAS_RTTI:INTERNAL=1
 //VXL test (successful run) VCL_HAS_SLICED_DESTRUCTOR_BUG:INTERNAL=1
 //Result of TRY_COMPILE
 VCL_HAS_SLICED_DESTRUCTOR_BUG_COMPILED:INTERNAL=TRUE //Test (failed to
 compile) VCL_HAS_TEMPLATE_SYMBOLS:INTERNAL=0 //Result of TRY_COMPILE
 VCL_HAS_TEMPLATE_SYMBOLS_COMPILED:INTERNAL=FALSE //VXL test
 VCL_HAS_TYPENAME:INTER
 NAL=1 //VXL test (successful run) VCL_HAS_WORKING_STRINGSTREAM:INTERNAL=1
 //Result of TRY_COMPILE VCL_HAS_WORKING_STRINGSTREAM_COMPILED:INTERNAL=TRUE
 //VXL test VCL_NEEDS_INLINE_INSTANTIATION:INTERNAL=1 //Test
 VCL_NEEDS_NAMESPACE_STD:INTERNAL=0 //VXL test
 VCL_NEED_FRIEND_FOR_TEMPLATE_OVERLOAD:INTERNAL=1 //VXL test
 VCL_NO_STATIC_DATA_MEMBERS:INTERNAL=1 //Test VCL_NULL_TMPL_ARGS:INTERNAL=0
 //VXL test (successful run) VCL_NUMERIC_LIMITS_HAS_INFINITY:INTERNAL=1
 //Result of TRY_COMPILE
 VCL_NUMERIC_LIMITS_HAS_INFINITY_COMPILED:INTERNAL=TRUE //VXL test
 VCL_OVERLOAD_CAST:INTERNAL=1 //VXL test (successful run)
 VCL_PROCESSOR_HAS_INFINITY:INTERNAL=1 //Result of TRY_COMPILE
 VCL_PROCESSOR_HAS_INFINITY_COMPILED:INTERNAL=TRUE //VXL test
 VCL_STATIC_CONST_INIT_FLOAT:INTERNAL=1 //VXL test
 VCL_STATIC_CONST_INIT_INT:INTERNAL=1 //Test
 VCL_STATIC_CONST_INIT_NO_DEFN:INTERNAL=0 //VXL test
 VCL_SUNPRO_CLASS_SCOPE_HACK:INTERNAL=1 //VXL test
 VCL_TEMPLATE_MATCHES_TOO_OFTEN:INTERNAL=1 //Advanced flag 
 for variable: VNL_CONFIG_CHECK_BOUNDS
 VNL_CONFIG_CHECK_BOUNDS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 VNL_CONFIG_LEGACY_METHODS VNL_CONFIG_LEGACY_METHODS-ADVANCED:INTERNAL=1
 //Advanced flag for variable: VNL_CONFIG_THREAD_SAFE
 VNL_CONFIG_THREAD_SAFE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 VW_RAW_DATA_PATH VW_RAW_DATA_PATH-ADVANCED:INTERNAL=1
 VXLNumerics_JAVA_DEPENDS:INTERNAL=vnl_matrix; vnl_vector; vcl_complex;
 vnl_c_vector; vnl_diag_matrix; vnl_file_matrix; vnl_file_vector;
 vnl_fortran_copy; vnl_matrix_fixed; vnl_matrix_fixed_ref; vnl_matrix_ref;
 vnl_vector_ref //VXL test VXL_APPLE_HAS_ISNAND:INTERNAL=1 //Result of
 TRY_RUN VXL_BIG_ENDIAN:INTERNAL=0 //VXL test result VXL_BYTE:INTERNAL=char
 //Serial number of last configuration
 VXL_CONFIG_SERIAL_LAST:INTERNAL=2006-16-03-002 //Have symbol finite
 VXL_C_MATH_HAS_FINITE:INTERNAL=1 //Have symbol finitef
 VXL_C_MATH_HAS_FINITEF:INTERNAL=1 //Have symbol finitel
 VXL_C_MATH_HAS_FINITEL:INTERNAL=1 //VXL test VXL_C_MATH_HAS_LROU
 ND:INTERNAL=1 //Have symbol sqrtf VXL_C_MATH_HAS_SQRTF:INTERNAL=1 //VXL test
 result VXL_HAS_BYTE:INTERNAL=1 //Test VXL_HAS_DBGHELP_H:INTERNAL=0 //Have
 include ieeefp.h VXL_HAS_IEEEFP_H:INTERNAL= //VXL test result
 VXL_HAS_IEEE_128:INTERNAL=1 //VXL test result VXL_HAS_IEEE_32:INTERNAL=1
 //VXL test result VXL_HAS_IEEE_64:INTERNAL=1 //VXL test result
 VXL_HAS_IEEE_96:INTERNAL=0 //VXL test result VXL_HAS_INT_16:INTERNAL=1
 //VXL test result VXL_HAS_INT_32:INTERNAL=1 //VXL test result
 VXL_HAS_INT_64:INTERNAL=1 //VXL test result VXL_HAS_INT_8:INTERNAL=1 //Have
 include pthread.h VXL_HAS_PTHREAD_H:INTERNAL=1 //Have include semaphore.h
 VXL_HAS_SEMAPHORE_H:INTERNAL=1 //Have symbol finite
 VXL_IEEEFP_HAS_FINITE:INTERNAL= //VXL test result
 VXL_IEEE_128:INTERNAL=long double //VXL test result
 VXL_IEEE_32:INTERNAL=float //VXL test result VXL_IEEE_64:INTERNAL=double
 //VXL test result VXL_IEEE_96:INTERNAL=void //VXL test result
 VXL_INT_16:INTERNAL=short //VXL test result VXL_INT_32:INTERNAL=int 
 //VXL test result VXL_INT_64:INTERNAL=long long //VXL test result
 VXL_INT_8:INTERNAL=char //Have symbol drand48
 VXL_STDLIB_HAS_DRAND48:INTERNAL=1 //Have symbol lrand48
 VXL_STDLIB_HAS_LRAND48:INTERNAL=1 //VXL test
 VXL_STDLIB_HAS_QSORT:INTERNAL=1 //Have symbol srand48
 VXL_STDLIB_HAS_SRAND48:INTERNAL=1 //Have function getpid
 VXL_UNISTD_HAS_GETPID:INTERNAL=1 //Have symbol intptr_t
 VXL_UNISTD_HAS_INTPTR_T:INTERNAL=1 //Have function lchown
 VXL_UNISTD_HAS_LCHOWN:INTERNAL=1 //Have function pread
 VXL_UNISTD_HAS_PREAD:INTERNAL=1 //Have function pwrite
 VXL_UNISTD_HAS_PWRITE:INTERNAL=1 //Have function tell
 VXL_UNISTD_HAS_TELL:INTERNAL= //Have function ualarm
 VXL_UNISTD_HAS_UALARM:INTERNAL=1 //Have symbol useconds_t
 VXL_UNISTD_HAS_USECONDS_T:INTERNAL=1 //Have function usleep
 VXL_UNISTD_HAS_USLEEP:INTERNAL=1 //VXL test
 VXL_UNISTD_USLEEP_IS_VOID:INTERNAL=1 //Advanced flag for variable:
 VXL_UPDATE_CONFIGURATION VXL_UPDATE_CONFIGURATION-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_
 BinaryMorphology WRAP_BinaryMorphology-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: WRAP_Calculators WRAP_Calculators-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_Compose WRAP_Compose-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_DeformableTransforms
 WRAP_DeformableTransforms-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Denoising WRAP_Denoising-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_DistanceMap WRAP_DistanceMap-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: WRAP_EdgesAndContours
 WRAP_EdgesAndContours-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_FFT WRAP_FFT-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_FFTW WRAP_FFTW-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Filtering WRAP_Filtering-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_IO WRAP_IO-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_ITK_INSTALL_PREFIX WRAP_ITK_INSTALL_PREFIX-ADVANCED:INTERNAL=1
 //Modified flag for variable
 : WRAP_ITK_JAVA WRAP_ITK_JAVA-MODIFIED:INTERNAL=1 //Modified flag for
 variable: WRAP_ITK_TCL WRAP_ITK_TCL-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: WRAP_IntensityFilters WRAP_IntensityFilters-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_Interpolators
 WRAP_Interpolators-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Iterators WRAP_Iterators-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_LevelSet WRAP_LevelSet-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: WRAP_Morphology WRAP_Morphology-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_PixelMath
 WRAP_PixelMath-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Registration WRAP_Registration-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_Resize WRAP_Resize-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_SegmentationAndThreshold
 WRAP_SegmentationAndThreshold-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_SegmentationValidation WRAP_SegmentationValidation-ADVAN
 CED:INTERNAL=1 //Advanced flag for variable: WRAP_SimpleFilters
 WRAP_SimpleFilters-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_UnaryPixelMath WRAP_UnaryPixelMath-ADVANCED:INTERNAL=1 //Modified flag
 for variable: WRAP_unsigned_char WRAP_unsigned_char-MODIFIED:INTERNAL=1
 //Modified flag for variable: WRAP_unsigned_long
 WRAP_unsigned_long-MODIFIED:INTERNAL=1 //Have library
 /usr/X11R6/lib/libX11.dylib;
 /usr/X11R6/lib/libXext.dylib // X11_LIB_X11_SOLO:INTERNAL=1 //Advanced flag
 for variable: X11_X11_INCLUDE_PATH X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
 //Modified flag for variable: X11_X11_INCLUDE_PATH
 X11_X11_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11_X11_LIB X11_X11_LIB-ADVANCED:INTERNAL=1 //Modified flag for variable:
 X11_X11_LIB X11_X11_LIB-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11_Xext_LIB X11_Xext_LIB-ADVANCED:INTERNAL=1 //Modified flag for variable:
 X11_Xext_LIB X11_Xext_LIB-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11
 _Xlib_INCLUDE_PATH X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Modified flag
 for variable: X11_Xlib_INCLUDE_PATH
 X11_Xlib_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11_Xutil_INCLUDE_PATH X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
 //Modified flag for variable: X11_Xutil_INCLUDE_PATH
 X11_Xutil_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Result of TRY_COMPILE
 _GNU_SOURCE_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 gcc_ac_cv_c_const_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 gcc_ac_cv_func_fork_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 gcc_ac_cv_func_fork_RESULT:INTERNAL=0 //Result of TRY_COMPILE
 gcc_ac_cv_func_vfork_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 gcc_ac_cv_func_vfork_RESULT:INTERNAL=0 
 
        - Next message: [Insight-users] Has anyone successfully compiled ITK3 from CVS
	with CableSWIG-ITK3, with wrapITK, with python, on OSX?
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Dear all,
I'm trying to compile ITK3 from CVS with wrapITK on using python  
wrapping, with CableSwig-ITK-3.0.0
I'm using intel compilers on OSX intel (macbook pro) with flags -xP - 
fno-common -export
I used cmake 2.4.3 (configure fails with 2.4.5, Cannot find  
gcc_platform.cmake)
this is as far as i get:
[ 32%] Building CXX object Utilities/vxl/core/vnl/CMakeFiles/ 
itkvnl.dir/Templates/vnl_fortran_copy+double-.o
/Users/dan/Desktop/Insight/Utilities/vxl/core/vnl/Templates/ 
vnl_c_vector+double-.cxx(3): internal error: assertion failed at:  
"shared/edgcpfe/symbol_tbl.c", line 11663
compilation aborted for /Users/dan/Desktop/Insight/Utilities/vxl/core/ 
vnl/Templates/vnl_fortran_copy+double-.cxx (code 4)
make[2]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/ 
vnl_fortran_copy+double-.o] Error 4
make[1]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/all] Error 2
make: *** [all] Error 2
daniel-whites-computer:~/Desktop/Insight dan$
anyone having any success on OSX, with gcc or intel compilers?
here is my CMakeCache.txt , well the external part ....
cheers
Dan (BioImageXD team)
# This is the CMakeCache file.
# For build in directory: /Users/dan/Desktop/Insight
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the  
editor.
# If you do want to change a value, simply edit, save, and exit the  
editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
BISON_YACC:FILEPATH=/usr/bin/bison
//Name of build on the dashboard
BUILDNAME:STRING=Darwin-icpc
//Build source documentation using doxygen
BUILD_DOXYGEN:BOOL=OFF
//Build the Examples directory.
BUILD_EXAMPLES:BOOL=OFF
//Build ITK with shared libraries.
BUILD_SHARED_LIBS:BOOL=ON
//Build the testing tree.
BUILD_TESTING:BOOL=OFF
//Dependencies for the target
BaseJava_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;SwigRuntimeJava;
//Dependencies for the target
BaseNumericsJava_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;ITKStatistics; 
SwigRuntimeJava;
//Dependencies for the target
BaseNumericsTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;ITKStatistics;S 
wigRuntimeTcl;/Library/Frameworks/tcl.framework;
//Dependencies for the target
BaseSpatialObjectJava_LIB_DEPENDS:STATIC=ITKCommon;ITKSpatialObject;Swig 
RuntimeJava;
//Dependencies for the target
BaseSpatialObjectTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKSpatialObject;SwigR 
untimeTcl;/Library/Frameworks/tcl.framework;
//Dependencies for the target
BaseTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Dependencies for the target
BaseTransformsJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
BaseTransformsTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Dependencies for the target
BinaryMorphologyJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
BinaryMorphologyTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Value Computed by CMake
CABLEEXPAT_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/Cable/Expat
//Value Computed by CMake
CABLEEXPAT_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/Cable/Expat
//Value Computed by CMake
CABLE_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/Cable
//Value Computed by CMake
CABLE_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/Cable
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake allow.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
//
CMAKE_BUILD_TYPE:STRING=Release
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/icpc
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=
//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-xP -fno-common -export
//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=
//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/icc
//Flags for C compiler.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=
//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-xP -fno-common
//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/Library/Frameworks/Python.framework/ 
Versions/2.5
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=-headerpad_max_install_names
//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=i386
//isysroot used for universal binary support
CMAKE_OSX_SYSROOT:STRING=/Developer/SDKs/MacOSX10.4u.sdk
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=-headerpad_max_install_names
//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when using shared libraries.
//
CMAKE_SKIP_RPATH:BOOL=OFF
//Thread library used.
CMAKE_THREAD_LIBS:STRING=-lpthread
//Use the pthreads library.
CMAKE_USE_PTHREADS:BOOL=ON
//If true, cmake will use relative paths in makefiles and projects.
//
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//Use sproc libs.
CMAKE_USE_SPROC:BOOL=OFF
//Use the win32 thread library.
CMAKE_USE_WIN32_THREADS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF
//X11 extra flags.
CMAKE_X_CFLAGS:STRING=
//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING=-lSM;-lICE;/usr/X11R6/lib/libX11.dylib;/usr/X11R6/ 
lib/libXext.dylib
//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip
//Path to the coverage program that CTest uses for performing coverage
// inspection
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov
//Use a separately installed gccxml.
CSWIG_USE_SYSTEM_GCCXML:BOOL=OFF
//Path to a program.
CVSCOMMAND:FILEPATH=/usr/bin/cvs
//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P
//Dependencies for target
CableExpat_LIB_DEPENDS:STATIC=
//Dependencies for the target
CableGenerators_LIB_DEPENDS:STATIC=CableParsers;CxxTypes;CableExpat;
//Dependencies for the target
CableParsers_LIB_DEPENDS:STATIC=CxxTypes;CableExpat;
//Value Computed by CMake
CableSwig_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig
//CableSwig_DIR: The directory containing CableSwigConfig.cmake.
//
CableSwig_DIR:PATH=/Users/dan/Desktop/Insight/Utilities/CableSwig
//Value Computed by CMake
CableSwig_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig
//Path to an internal program.
CableSwig_cableidx_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/cableidx
//Path to an internal program.
CableSwig_cswig_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/cswig
//Path to an internal program.
CableSwig_gccxml_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/gccxml
//Dependencies for the target
CalculatorsJava_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;SwigRuntimeJa 
va;
//Dependencies for the target
CalculatorsTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;SwigRuntimeTcl 
;/Library/Frameworks/tcl.framework;
//Dependencies for the target
ComposeJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
ComposeTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Dependencies for target
CxxTypes_LIB_DEPENDS:STATIC=
//Limit of reported errors, -1 reports all.
DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF
//Limit of reported warnings, -1 reports all.
DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF
//If you have Dart installed, where is it located?
DART_ROOT:PATH=DART_ROOT-NOTFOUND
//Maximum time allowed before CTest will kill the test.
DART_TESTING_TIMEOUT:STRING=1500
//Show the actual output of the build, or if off show a . for each
// 1024 bytes.
DART_VERBOSE_BUILD:BOOL=OFF
//Should Dart server send email when build errors are found in
// Continuous builds?
DELIVER_CONTINUOUS_EMAIL:BOOL=OFF
//Experimental/Python only: Directory in which doxygen-generated
// man pages for itk classes are or should be placed.
DOXYGEN_MAN_PATH:PATH=
//Dependencies for the target
DeformableTransformsJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
DeformableTransformsTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Dependencies for the target
DenoisingJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
DenoisingTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Dependencies for the target
DistanceMapJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
DistanceMapTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Dependencies for the target
EdgesAndContoursJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
EdgesAndContoursTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Dependencies for the target
FFTJava_LIB_DEPENDS:STATIC=ITKCommon;ITKAlgorithms;SwigRuntimeJava;
//Dependencies for the target
FFTTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKAlgorithms;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Value Computed by CMake
FilteringExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Filtering
//Value Computed by CMake
FilteringExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Filtering
//Dependencies for the target
FilteringJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
FilteringTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Value Computed by CMake
GCCCONFIG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/GCC/config_cmake
//Value Computed by CMake
GCCCONFIG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/GCC/config_cmake
//Value Computed by CMake
GCCXML_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/GCC_XML
//Install location for data (relative to prefix).
GCCXML_DATA_DIR:STRING=/share/gccxml-0.7
//Install location for documentation (relative to prefix).
GCCXML_DOC_DIR:STRING=/share/doc/gccxml-0.7
//Install location for man pages (relative to prefix).
GCCXML_MAN_DIR:STRING=/share/man
//Value Computed by CMake
GCCXML_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/GCC_XML
//Value Computed by CMake
GCC_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC
//Path to a program.
GCC_SH:FILEPATH=/bin/sh
//Value Computed by CMake
GCC_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC
//Value Computed by CMake
GDCM_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/gdcm
//Remove all legacy code completely.
GDCM_LEGACY_REMOVE:BOOL=OFF
//Silence all legacy code messages.
GDCM_LEGACY_SILENT:BOOL=OFF
//Value Computed by CMake
GDCM_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/gdcm
//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzip
//Install FindWrapITK.cmake and WrapITK.pth (so cmake and python
// can find WrapITK) as part of the standard installation process.
// This requires admin privileges. These files can be separately
// installed by making the install_wrapitk_compatibility target.
//
INSTALL_WRAP_ITK_COMPATIBILITY:BOOL=ON
//Value Computed by CMake
IOExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/IO
//Value Computed by CMake
IOExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/IO
//Dependencies for the target
IOJava_LIB_DEPENDS:STATIC=ITKCommon;ITKIO;SwigRuntimeJava;
//Dependencies for the target
IOTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKIO;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Dependencies for the target
ITKAlgorithms_LIB_DEPENDS:STATIC=ITKNumerics;ITKStatistics;
//Dependencies for the target
ITKBasicFilters_LIB_DEPENDS:STATIC=ITKCommon;
//Dependencies for the target
ITKCommon_LIB_DEPENDS:STATIC=itkvnl_inst;itksys;-lpthread;-lm;- 
framework AppKit;
//Dependencies for target
ITKDICOMParser_LIB_DEPENDS:STATIC=
//Dependencies for the target
ITKDistributions_LIB_DEPENDS:STATIC=ITKStatistics;ITKCommon;
//Value Computed by CMake
ITKEXPAT_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/expat
//Dependencies for target
ITKEXPAT_LIB_DEPENDS:STATIC=
//Value Computed by CMake
ITKEXPAT_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/expat
//Value Computed by CMake
ITKEXTHDRS_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
itkExtHdrs
//Value Computed by CMake
ITKEXTHDRS_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
itkExtHdrs
//Dependencies for the target
ITKFEM_LIB_DEPENDS:STATIC=ITKNumerics;ITKCommon;ITKBasicFilters;ITKIO;-l 
m;
//Dependencies for the target
ITKIO_LIB_DEPENDS:STATIC=ITKCommon;ITKNrrdIO;itkjpeg8;itkjpeg12;itkjpeg1 
6;itkgdcm;itkpng;itkzlib;itktiff;ITKSpatialObject;ITKMetaIO;ITKDICOMPars 
er;ITKEXPAT;ITKniftiio;
//Value Computed by CMake
ITKJPEG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkjpeg
//Value Computed by CMake
ITKJPEG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkjpeg
//Dependencies for target
ITKJavaJarDummyLibrary_LIB_DEPENDS:STATIC=
//Value Computed by CMake
ITKMetaIO_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/MetaIO
//Dependencies for the target
ITKMetaIO_LIB_DEPENDS:STATIC=itkzlib;itksys;
//Value Computed by CMake
ITKMetaIO_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/MetaIO
//Value Computed by CMake
ITKNrrdIO_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/NrrdIO
//Dependencies for the target
ITKNrrdIO_LIB_DEPENDS:STATIC=itkzlib;
//Value Computed by CMake
ITKNrrdIO_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/NrrdIO
//Dependencies for the target
ITKNumerics_LIB_DEPENDS:STATIC=ITKCommon;
//Value Computed by CMake
ITKOpenJPEG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
openjpeg
//Value Computed by CMake
ITKOpenJPEG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
openjpeg
//Value Computed by CMake
ITKPNG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkpng
//Value Computed by CMake
ITKPNG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkpng
//Dependencies for the target
ITKSpatialObject_LIB_DEPENDS:STATIC=ITKNumerics;ITKCommon;ITKMetaIO;
//Dependencies for the target
ITKStatistics_LIB_DEPENDS:STATIC=ITKCommon;
//Value Computed by CMake
ITKTIFF_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itktiff
//Value Computed by CMake
ITKTIFF_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itktiff
//Dependencies for the target
ITKTclSupportTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Value Computed by CMake
ITKTesting_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Testing
//Value Computed by CMake
ITKTesting_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Testing
//Value Computed by CMake
ITKZLIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkzlib
//Value Computed by CMake
ITKZLIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkzlib
//Value Computed by CMake
ITK_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight
//Build cswig Java wrapper support
ITK_CSWIG_JAVA:BOOL=OFF
//Build cswig Python wrapper support (requires CableSwig).
ITK_CSWIG_PYTHON:BOOL=ON
//Build cswig Tcl wrapper support (requires CableSwig).
ITK_CSWIG_TCL:BOOL=OFF
//Path to a file.
ITK_DATA_ROOT:PATH=/Users/dan/Desktop/Insight/Testing/Data
//BETA-Try to explicitly build some of the core templates explictitly
// rather than over and over again.
ITK_EXPLICIT_INSTANTIATION:BOOL=OFF
//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight
//Turn on concept checking to give helpful errors at compile time
// if a type cannot be used as a template parameter.
ITK_USE_CONCEPT_CHECKING:BOOL=OFF
//Run KWStyle in order to check for violations of the coding standard.
//
ITK_USE_KWSTYLE:BOOL=OFF
//Build algorithms that are covered with Patents. It is YOUR  
responsibility
// to obtain a license from the patent holder in order to use these
// methods.
ITK_USE_PATENTED:BOOL=OFF
//Use the numarray python package
ITK_USE_PYTHON_NUMARRAY:BOOL=OFF
//Build algorithms that are candidates to be included in the Toolkit.
// This classes are not covered by the Backward Compatibility Policy,
// nor the Copyright Policy of ITK.
ITK_USE_REVIEW:BOOL=ON
//Use an outside build of GDCM.
ITK_USE_SYSTEM_GDCM:BOOL=OFF
//Use the system's png library.
ITK_USE_SYSTEM_PNG:BOOL=OFF
//Use the system's tiff library.
ITK_USE_SYSTEM_TIFF:BOOL=OFF
//Use an outside build of VXL.
ITK_USE_SYSTEM_VXL:BOOL=OFF
//Use the system's zlib library.
ITK_USE_SYSTEM_ZLIB:BOOL=OFF
//Dependencies for the target
ITKniftiio_LIB_DEPENDS:STATIC=ITKznz;-lm;
//Dependencies for the target
ITKznz_LIB_DEPENDS:STATIC=itkzlib;
//Value Computed by CMake
ImageExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/ 
DataRepresentation/Image
//Value Computed by CMake
ImageExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/ 
DataRepresentation/Image
//Value Computed by CMake
ImageRegistration_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Registration
//Value Computed by CMake
ImageRegistration_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Registration
//Value Computed by CMake
ImageSegmentation_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Segmentation
//Value Computed by CMake
ImageSegmentation_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Segmentation
//Dependencies for the target
IntensityFiltersJava_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;SwigRunt 
imeJava;
//Dependencies for the target
IntensityFiltersTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;SwigRunti 
meTcl;/Library/Frameworks/tcl.framework;
//Dependencies for the target
InterpolatorsJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
InterpolatorsTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Value Computed by CMake
IteratorExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Iterators
//Value Computed by CMake
IteratorExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Iterators
//Path to java command, used by the Dart server to create html.
//
JAVACOMMAND:FILEPATH=/usr/bin/java
//Path to a program.
JAVA_ARCHIVE:FILEPATH=/usr/bin/jar
//Path to a file.
JAVA_AWT_INCLUDE_PATH:PATH=/System/Library/Frameworks/ 
JavaEmbedding.framework/Headers
//Java Frameworks
JAVA_AWT_LIBRARY:FILEPATH=-framework JavaVM -framework JavaEmbedding
//Path to a program.
JAVA_COMPILE:FILEPATH=/usr/bin/javac
//Path to a file.
JAVA_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/ 
Headers
//Path to a file.
JAVA_INCLUDE_PATH2:PATH=/System/Library/Frameworks/JavaVM.framework/ 
Headers
//Path to a program.
JAVA_RUNTIME:FILEPATH=/usr/bin/java
//Dependencies for the target
LevelSetJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
LevelSetTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/usr/bin/make -i
//Path to the memory checking command, used for memory error detection.
//
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
//File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
//Value Computed by CMake
MeshExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/ 
DataRepresentation/Mesh
//Value Computed by CMake
MeshExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/ 
DataRepresentation/Mesh
//Dependencies for the target
MorphologyJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
MorphologyTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Value Computed by CMake
NIFTILIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/ 
niftilib
//Value Computed by CMake
NIFTILIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/ 
niftilib
//Value Computed by CMake
NIFTI_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti
//Value Computed by CMake
NIFTI_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti
//Value Computed by CMake
NumericsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Numerics
//Value Computed by CMake
NumericsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Numerics
//Python Framework
PYTHON_DEBUG_LIBRARY:FILEPATH=-framework Python
//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/Library/Frameworks/Python.framework/ 
Versions/2.5/bin/python2.5
//Path to a file.
PYTHON_INCLUDE_PATH:PATH=/Library/Frameworks/Python.framework/ 
Versions/2.5/include/python2.5
//Python Framework
PYTHON_LIBRARY:FILEPATH=-framework Python
//Python site-packages directory to install a .pth file pointing
// at WrapITK Python modules.
PY_SITE_PACKAGES_PATH:PATH=/Library/Frameworks/Python.framework/ 
Versions/2.5/lib/python2.5/site-packages
//Value Computed by CMake
PathExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/ 
DataRepresentation/Path
//Value Computed by CMake
PathExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/ 
DataRepresentation/Path
//Dependencies for the target
PixelMathJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
PixelMathTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Dependencies for the target
RegistrationJava_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;SwigRuntimeJav 
a;
//Dependencies for the target
RegistrationTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;SwigRuntimeTcl; 
/Library/Frameworks/tcl.framework;
//Dependencies for the target
ResizeJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
ResizeTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/Library/ 
Frameworks/tcl.framework;
//Path to scp command, used by CTest for submitting results to
// a Dart server
SCPCOMMAND:FILEPATH=/usr/bin/scp
//Name of the computer/site where compile is being run
SITE:STRING=daniel-whites-computer.local
//Path to a program.
SVNCOMMAND:FILEPATH=/usr/local/bin/svn
//Value Computed by CMake
SWIG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/ 
SWIG
//Build some examples
SWIG_BUILD_EXAMPLES:BOOL=OFF
//Value Computed by CMake
SWIG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/ 
SWIG
//Dependencies for the target
SegmentationAndThresholdJava_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics; 
ITKAlgorithms;SwigRuntimeJava;
//Dependencies for the target
SegmentationAndThresholdTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;I 
TKAlgorithms;SwigRuntimeTcl;/Library/Frameworks/tcl.framework;
//Dependencies for the target
SegmentationValidationJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
SegmentationValidationTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/L 
ibrary/Frameworks/tcl.framework;
//Dependencies for the target
SimpleFiltersJava_LIB_DEPENDS:STATIC=ITKCommon;ITKBasicFilters;SwigRunti 
meJava;
//Dependencies for the target
SimpleFiltersTcl_LIB_DEPENDS:STATIC=ITKCommon;ITKBasicFilters;SwigRuntim 
eTcl;/Library/Frameworks/tcl.framework;
//Value Computed by CMake
SpatialObjectsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/SpatialObjects
//Value Computed by CMake
SpatialObjectsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/SpatialObjects
//Value Computed by CMake
StatisticsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Statistics
//Value Computed by CMake
StatisticsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/ 
Examples/Statistics
//Dependencies for target
SwigRuntimeJava_LIB_DEPENDS:STATIC=
//Dependencies for the target
SwigRuntimePython_LIB_DEPENDS:STATIC=-framework Python;
//Dependencies for the target
SwigRuntimeTcl_LIB_DEPENDS:STATIC=/Library/Frameworks/tcl.framework;
//Path to a file.
TCL_INCLUDE_PATH:PATH=/Library/Frameworks/Tcl.framework/Headers
//Path to a library.
TCL_LIBRARY:FILEPATH=/Library/Frameworks/tcl.framework
//Path to a program.
TCL_TCLSH:FILEPATH=/usr/bin/tclsh
//Path to a file.
TK_INCLUDE_PATH:PATH=/Library/Frameworks/Tk.framework/Headers
//Path to a library.
TK_LIBRARY:FILEPATH=/Library/Frameworks/tk.framework
//Use double precision FFTW if found
USE_FFTWD:BOOL=OFF
//Use single precision FFTW if found
USE_FFTWF:BOOL=OFF
//Use the SGI SCSL High Performance Computing math library
USE_SCSL:BOOL=OFF
//Build external languages support
USE_WRAP_ITK:BOOL=ON
//Dependencies for the target
UnaryPixelMathJava_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeJava;
//Dependencies for the target
UnaryPixelMathTcl_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Whether vnl_vector/vnl_matrix accessor methods check index bounds.
//
VNL_CONFIG_CHECK_BOUNDS:BOOL=ON
//Whether backward-compatibility methods are provided by vnl.
VNL_CONFIG_LEGACY_METHODS:BOOL=OFF
//Whether thread-safe vnl implementations are used.
VNL_CONFIG_THREAD_SAFE:BOOL=ON
//Path to a file.
VW_RAW_DATA_PATH:PATH=VW_RAW_DATA_PATH-NOTFOUND
//Dependencies for the target
VXLNumericsJava_LIB_DEPENDS:STATIC=itkvnl;itkvnl_inst;SwigRuntimeJava;
//Dependencies for the target
VXLNumericsTcl_LIB_DEPENDS:STATIC=itkvnl;itkvnl_inst;SwigRuntimeTcl;/ 
Library/Frameworks/tcl.framework;
//Re-run the configuration tests?
VXL_UPDATE_CONFIGURATION:BOOL=OFF
//Build BinaryMorphology module.
WRAP_BinaryMorphology:BOOL=ON
//Build Calculators module.
WRAP_Calculators:BOOL=ON
//Build Compose module.
WRAP_Compose:BOOL=ON
//Build DeformableTransforms module.
WRAP_DeformableTransforms:BOOL=ON
//Build Denoising module.
WRAP_Denoising:BOOL=ON
//Build DistanceMap module.
WRAP_DistanceMap:BOOL=ON
//Build EdgesAndContours module.
WRAP_EdgesAndContours:BOOL=ON
//Build FFT module.
WRAP_FFT:BOOL=ON
//Build FFTW module.
WRAP_FFTW:BOOL=OFF
//Build Filtering module.
WRAP_Filtering:BOOL=ON
//Build IO module.
WRAP_IO:BOOL=ON
//dimensions available separated by semicolons (;)
WRAP_ITK_DIMS:STRING=2;3
//subpath where where most of WrapITK files will be installed
WRAP_ITK_INSTALL_PREFIX:PATH=/lib/InsightToolkit/WrapITK
//Build cswig Java wrapper support.
WRAP_ITK_JAVA:BOOL=OFF
//Build cswig Python wrapper support.
WRAP_ITK_PYTHON:BOOL=ON
//Build cswig Tcl wrapper support.
WRAP_ITK_TCL:BOOL=OFF
//Build IntensityFilters module.
WRAP_IntensityFilters:BOOL=ON
//Build Interpolators module.
WRAP_Interpolators:BOOL=ON
//Build Iterators module.
WRAP_Iterators:BOOL=OFF
//Build LevelSet module.
WRAP_LevelSet:BOOL=ON
//Build Morphology module.
WRAP_Morphology:BOOL=ON
//Build PixelMath module.
WRAP_PixelMath:BOOL=ON
//Build Registration module.
WRAP_Registration:BOOL=ON
//Build Resize module.
WRAP_Resize:BOOL=ON
//Build SegmentationAndThreshold module.
WRAP_SegmentationAndThreshold:BOOL=ON
//Build SegmentationValidation module.
WRAP_SegmentationValidation:BOOL=ON
//Build SimpleFilters module.
WRAP_SimpleFilters:BOOL=ON
//Build UnaryPixelMath module.
WRAP_UnaryPixelMath:BOOL=ON
//Wrap complex<double> type
WRAP_complex_double:BOOL=OFF
//Wrap complex<float> type
WRAP_complex_float:BOOL=ON
//Wrap covariant vector double type
WRAP_covariant_vector_double:BOOL=OFF
//Wrap covariant vector float type
WRAP_covariant_vector_float:BOOL=ON
//Wrap double type
WRAP_double:BOOL=OFF
//Wrap float type
WRAP_float:BOOL=ON
//Wrap RGB< unsigned char > type
WRAP_rgb_unsigned_char:BOOL=OFF
//Wrap RGB< unsigned short > type
WRAP_rgb_unsigned_short:BOOL=ON
//Wrap signed char type
WRAP_signed_char:BOOL=OFF
//Wrap signed long type
WRAP_signed_long:BOOL=OFF
//Wrap signed short type
WRAP_signed_short:BOOL=OFF
//Wrap unsigned char type
WRAP_unsigned_char:BOOL=ON
//Wrap unsigned long type
WRAP_unsigned_long:BOOL=ON
//Wrap unsigned short type
WRAP_unsigned_short:BOOL=ON
//Wrap vector double type
WRAP_vector_double:BOOL=OFF
//Wrap vector float type
WRAP_vector_float:BOOL=ON
//Value Computed by CMake
WrapITK_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Wrapping/WrapITK
//Value Computed by CMake
WrapITK_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Wrapping/WrapITK
//Path to a file.
X11_X11_INCLUDE_PATH:PATH=
//Path to a library.
X11_X11_LIB:FILEPATH=
//Path to a library.
X11_Xext_LIB:FILEPATH=
//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=
//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=
//Value Computed by CMake
ZNZLIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/ 
znzlib
//Value Computed by CMake
ZNZLIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/ 
znzlib
//Dependencies for the target
_BaseNumericsPython_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;ITKStatisti 
cs;SwigRuntimePython;-framework Python;
//Dependencies for the target
_BasePython_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_BaseSpatialObjectPython_LIB_DEPENDS:STATIC=ITKCommon;ITKSpatialObject;S 
wigRuntimePython;-framework Python;
//Dependencies for the target
_BaseTransformsPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_BinaryMorphologyPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_CalculatorsPython_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;SwigRuntim 
ePython;-framework Python;
//Dependencies for the target
_ComposePython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_DeformableTransformsPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePyth 
on;-framework Python;
//Dependencies for the target
_DenoisingPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_DistanceMapPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_EdgesAndContoursPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_FFTPython_LIB_DEPENDS:STATIC=ITKCommon;ITKAlgorithms;SwigRuntimePython; 
-framework Python;
//Dependencies for the target
_FilteringPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_IOPython_LIB_DEPENDS:STATIC=ITKCommon;ITKIO;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_ITKAlgorithmsPython_LIB_DEPENDS:STATIC=ITKAlgorithms;SwigRuntimePython; 
-framework Python;
//Dependencies for the target
_ITKBasicFiltersAPython_LIB_DEPENDS:STATIC=ITKBasicFilters;SwigRuntimePy 
thon;-framework Python;
//Dependencies for the target
_ITKBasicFiltersBPython_LIB_DEPENDS:STATIC=ITKBasicFilters;SwigRuntimePy 
thon;-framework Python;
//Dependencies for the target
_ITKCommonAPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_ITKCommonBPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_ITKIOPython_LIB_DEPENDS:STATIC=ITKIO;SwigRuntimePython;-framework  
Python;
//Dependencies for the target
_ITKNumericsPython_LIB_DEPENDS:STATIC=ITKNumerics;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_ITKPyUtilsPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_IntensityFiltersPython_LIB_DEPENDS:STATIC=ITKCommon;ITKStatistics;SwigR 
untimePython;-framework Python;
//Dependencies for the target
_InterpolatorsPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_LevelSetPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_MorphologyPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_PixelMathPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_RegistrationPython_LIB_DEPENDS:STATIC=ITKCommon;ITKNumerics;SwigRuntime 
Python;-framework Python;
//Dependencies for the target
_ResizePython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_SegmentationAndThresholdPython_LIB_DEPENDS:STATIC=ITKCommon;ITKStatisti 
cs;ITKAlgorithms;SwigRuntimePython;-framework Python;
//Dependencies for the target
_SegmentationValidationPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePy 
thon;-framework Python;
//Dependencies for the target
_SimpleFiltersPython_LIB_DEPENDS:STATIC=ITKCommon;ITKBasicFilters;SwigRu 
ntimePython;-framework Python;
//Dependencies for the target
_UnaryPixelMathPython_LIB_DEPENDS:STATIC=ITKCommon;SwigRuntimePython;- 
framework Python;
//Dependencies for the target
_VXLNumericsPython_LIB_DEPENDS:STATIC=itkvnl;itkvnl_inst;SwigRuntimePyth 
on;-framework Python;
//Dependencies for target
backend_LIB_DEPENDS:STATIC=
//Dependencies for target
cpp_LIB_DEPENDS:STATIC=
//Value Computed by CMake
gxsys_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/GCC_XML/KWSys
//Dependencies for target
gxsys_LIB_DEPENDS:STATIC=
//Value Computed by CMake
gxsys_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
CableSwig/GCC_XML/KWSys
//Dependencies for target
iberty_LIB_DEPENDS:STATIC=
//Value Computed by CMake
itkdicomparser_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
DICOMParser
//Value Computed by CMake
itkdicomparser_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/ 
DICOMParser
//Dependencies for the target
itkgdcm_LIB_DEPENDS:STATIC=itkjpeg8;itkjpeg12;itkjpeg16;itkopenjpeg;
//Dependencies for target
itkjpeg12_LIB_DEPENDS:STATIC=
//Dependencies for target
itkjpeg16_LIB_DEPENDS:STATIC=
//Dependencies for target
itkjpeg8_LIB_DEPENDS:STATIC=
//Dependencies for target
itkopenjpeg_LIB_DEPENDS:STATIC=
//Dependencies for the target
itkpng_LIB_DEPENDS:STATIC=itkzlib;
//Value Computed by CMake
itksys_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/kwsys
//Dependencies for target
itksys_LIB_DEPENDS:STATIC=
//Value Computed by CMake
itksys_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/kwsys
//Dependencies for the target
itktestlib_LIB_DEPENDS:STATIC=itkvcl;
//Dependencies for the target
itktiff_LIB_DEPENDS:STATIC=itkzlib;itkjpeg8;-lm;
//Dependencies for the target
itkv3p_netlib_LIB_DEPENDS:STATIC=m;
//Dependencies for the target
itkvcl_LIB_DEPENDS:STATIC=m;
//Dependencies for the target
itkvnl_LIB_DEPENDS:STATIC=itkvcl;
//Dependencies for the target
itkvnl_algo_LIB_DEPENDS:STATIC=itkv3p_netlib;itkvnl;
//Dependencies for the target
itkvnl_inst_LIB_DEPENDS:STATIC=itkvnl;itkvnl_algo;itkvcl;
//Dependencies for target
itkzlib_LIB_DEPENDS:STATIC=
//Value Computed by CMake
netlib_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p/ 
netlib
//Value Computed by CMake
netlib_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p/ 
netlib
//Dependencies for target
swigLib_LIB_DEPENDS:STATIC=
//Value Computed by CMake
vcl_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/vcl
//Value Computed by CMake
vcl_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/vcl
//Value Computed by CMake
vthreep_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
//Value Computed by CMake
vthreep_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
//Value Computed by CMake
vxl_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl
//Value Computed by CMake
vxl_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl
//Value Computed by CMake
vxl_config_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/ 
config/cmake/config
//Value Computed by CMake
vxl_config_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/ 
config/cmake/config
//Value Computed by CMake
vxlcore_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/core
//Value Computed by CMake
vxlcore_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/core
Dr. Daniel James White BSc. (Hons.) PhD
Bioimaging Coordinator
Nanoscience Centre and Department of Biological and Environmental  
Sciences
Division of Molecular Recognition
Ambiotica C242
PO Box 35
University of Jyväskylä
Jyväskylä
FIN 40014
Finland
+358 14 260 4183 (work)
+358 468102840 (mobile)
http://www.bioimagexd.org
http://www.chalkie.org.uk
dan at chalkie.org.uk
white at cc.jyu.fi
    
    
        
	- Previous message: [Insight-users] Has anyone successfully compiled ITK3 from CVS with
 CableSWIG-ITK3, with wrapITK, with python, on OSX?  Dear all,
 I'm trying to compile ITK3 from CVS with wrapITK on using python wrapping,
 with CableSwig-ITK-3.0.0 I'm using intel compilers on OSX intel (macbook
 pro) with flags -xP -fno-common -export I used cmake 2.4.3 (configure fails
 with 2.4.5,
 Cannot find gcc_platform.cmake) this is as far as i get: [ 32%] Building CXX
 object
 Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/vnl_fortran_copy+double-.o
 /Users/dan/Desktop/Insight/Utilities/vxl/core/vnl/Templates/vnl_c_vector+double-.cxx(3):
 internal error: assertion failed at: "shared/edgcpfe/symbol_tbl.c",
 line 11663 compilation aborted for
 /Users/dan/Desktop/Insight/Utilities/vxl/core/vnl/Templates/vnl_fortran_copy+double-.cxx
 (code 4) make[2]: ***
 [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/vnl_fortran_copy+double-.o]
 Error 4 make[1]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/all]
 Error 2 make: *** [all] Error 2 daniel-whites-computer:~/Desktop/Insight
 dan$ anyone having any success on OSX,
 with gcc or intel compilers?  here is my CMakeCache.txt ,
 cheers Dan (BioImageXD team) # This is the CMakeCache file. # For build in
 directory: /Users/dan/Desktop/Insight # It was generated by CMake:
 /usr/bin/cmake # You can edit this file to change values found and used by
 cmake. # If you do not want to change any of the values,
 simply exit the editor. # If you do want to change a value, simply edit,
 save,
 and exit the editor. # The syntax for the file is as follows: #
 KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a
 hint to GUI's for the type of VALUE,
 DO NOT EDIT TYPE!. # VALUE is the current value for the KEY.
 ######################## # EXTERNAL cache entries ########################
 //Path to a program. BISON_YACC:FILEPATH=/usr/bin/bison //Name of build on
 the dashboard BUILDNAME:STRING=Darwin-icpc //Build source documentation 
 using doxygen BUILD_DOXYGEN:BOOL=OFF //Build the Examples directory.
 BUILD_EXAMPLES:BOOL=OFF //Build ITK with shared libraries.
 BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=OFF
 //Dependencies for the target BaseJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeJava;
 //Dependencies for the target BaseNumericsJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; ITKStatistics; SwigRuntimeJava;
 //Dependencies for the target BaseNumericsTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; ITKStatistics; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework; //Dependencies for the target
 BaseSpatialObjectJava_LIB_DEPENDS:STATIC=ITKCommon; ITKSpatialObject;
 SwigRuntimeJava; //Dependencies for the target
 BaseSpatialObjectTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKSpatialObject;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target BaseTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for
 the target BaseTransformsJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target BaseTransformsTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target
 BinaryMorphologyJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target
 BinaryMorphologyTcl_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework; //Value Computed by CMake
 CABLEEXPAT_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable/Expat
 //Value Computed by CMake
 CABLEEXPAT_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable/Expat
 //Value Computed by CMake
 CABLE_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable
 //Value Computed by CMake
 CABLE_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/Cable
 //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //For backwards
 compatibility, what version of CMake commands and
 // syntax should this version of CMake allow.
 CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build,
 options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug Release
 RelWithDebInfo MinSizeRel. // CMAKE_BUILD_TYPE:STRING=Release
 //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON
 //CXX compiler. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/icpc //Flags used by
 the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used
 by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING= //Flags
 used by the compiler during release minsize builds.
 CMAKE_CXX_FLAGS_MINSIZEREL:STRING= //Flags used by the compiler during
 release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less
 optimized but smaller // files). CMAKE_CXX_FLAGS_RELEASE:STRING=-xP
 -fno-common -export //Flags used by the compiler during Release with Debug
 Info builds. // CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING= //C compiler.
 CMAKE_C_COMPILER:FILEPATH=
 /usr/bin/icc //Flags for C compiler. CMAKE_C_FLAGS:STRING= //Flags used by
 the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING= //Flags used
 by the compiler during release minsize builds.
 CMAKE_C_FLAGS_MINSIZEREL:STRING= //Flags used by the compiler during
 release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less
 optimized but smaller // files). CMAKE_C_FLAGS_RELEASE:STRING=-xP
 -fno-common //Flags used by the compiler during Release with Debug Info
 builds. // CMAKE_C_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker.
 CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug
 builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker
 during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
 //Flags used by the linker during release builds.
 CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during
 Release with Debug Info builds. //
 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Use H
 P pthreads. CMAKE_HP_PTHREADS:BOOL=OFF  //Install path prefix,
 prepended onto install directories.
 CMAKE_INSTALL_PREFIX:PATH=/Library/Frameworks/Python.framework/Versions/2.5
 //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used
 by the linker during the creation of modules.
 CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug
 builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker
 during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
 //Flags used by the linker during release builds.
 CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=-headerpad_max_install_names
 //Flags used by the linker during Release with Debug Info builds. //
 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Build architectures for
 OSX CMAKE_OSX_ARCHITECTURES:STRING=i386 //isysroot used for universal
 binary support CMAKE_OSX_SYSROOT:STRING=/Developer/SDKs/MacOSX10.4u.sdk
 //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/
 ranlib //Flags used by the linker during the creation of dll's.
 CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug
 builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker
 during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
 //Flags used by the linker during release builds.
 CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=-headerpad_max_install_names
 //Flags used by the linker during Release with Debug Info builds. //
 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set,
 runtime paths are not added when using shared libraries. //
 CMAKE_SKIP_RPATH:BOOL=OFF //Thread library used.
 CMAKE_THREAD_LIBS:STRING=-lpthread //Use the pthreads library.
 CMAKE_USE_PTHREADS:BOOL=ON //If true,
 cmake will use relative paths in makefiles and projects. //
 CMAKE_USE_RELATIVE_PATHS:BOOL=OFF //Use sproc libs.
 CMAKE_USE_SPROC:BOOL=OFF //Use the win32 thread library.
 CMAKE_USE_WIN32_THREADS:BOOL=OFF //If this value is on, makef
 iles will be generated without the // .SILENT directive, and all commands
 will be echoed to the console // during the make. This is useful for
 debugging only. With Visual // Studio IDE projects all commands are done
 without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=OFF //X11 extra flags.
 CMAKE_X_CFLAGS:STRING= //Libraries and options used in X11 programs.
 CMAKE_X_LIBS:STRING=-lSM; -lICE; /usr/X11R6/lib/libX11.dylib;
 /usr/X11R6/lib/libXext.dylib //Path to program used to compress files for
 transfer to the dart // server COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip
 //Path to the coverage program that CTest uses for performing coverage //
 inspection COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov //Use a separately
 installed gccxml. CSWIG_USE_SYSTEM_GCCXML:BOOL=OFF //Path to a program.
 CVSCOMMAND:FILEPATH=/usr/bin/cvs //Options passed to the cvs update
 command. CVS_UPDATE_OPTIONS:STRING=-d -A -P //Dependencies for target
 CableExpat_LIB_DEPENDS:STATIC= //Dependencies for the target Cable
 Generators_LIB_DEPENDS:STATIC=CableParsers; CxxTypes; CableExpat;
 //Dependencies for the target CableParsers_LIB_DEPENDS:STATIC=CxxTypes;
 CableExpat; //Value Computed by CMake
 CableSwig_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig
 //CableSwig_DIR: The directory containing CableSwigConfig.cmake. //
 CableSwig_DIR:PATH=/Users/dan/Desktop/Insight/Utilities/CableSwig //Value
 Computed by CMake
 CableSwig_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig
 //Path to an internal program.
 CableSwig_cableidx_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/cableidx
 //Path to an internal program.
 CableSwig_cswig_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/cswig //Path to
 an internal program.
 CableSwig_gccxml_EXE:FILEPATH=/Users/dan/Desktop/Insight/bin/gccxml
 //Dependencies for the target CalculatorsJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKStatistics; SwigRuntimeJava;
 //Dependencies for the target CalculatorsTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKStatistics; Swig RuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target ComposeJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target ComposeTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for target CxxTypes_LIB_DEPENDS:STATIC= //Limit of reported
 errors, -1 reports all. DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF //Limit of
 reported warnings, -1 reports all. DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF
 //If you have Dart installed, where is it located?
 DART_ROOT:PATH=DART_ROOT-NOTFOUND //Maximum time allowed before CTest will
 kill the test. DART_TESTING_TIMEOUT:STRING=1500 //Show the actual output of
 the build, or if off show a . for each // 1024 bytes.
 DART_VERBOSE_BUILD:BOOL=OFF //Should Dart server send email when build
 errors are found in // Continuous builds? DELIVER_CONTINUOUS_EMAIL:BOOL=OFF
 //Experimental/Python only: Directory in which doxygen-generated // man
 pages for itk classes are
 or should be placed. DOXYGEN_MAN_PATH:PATH= //Dependencies for the target
 DeformableTransformsJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target
 DeformableTransformsTcl_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework;
 //Dependencies for the target DenoisingJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target DenoisingTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target DistanceMapJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target DistanceMapTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target
 EdgesAndContoursJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target
 EdgesAndContoursTcl_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeTcl;
 /Library/Frameworks/tcl.framework;
 //Dependencies for the target FFTJava_LIB_DEPEN
 DS:STATIC=ITKCommon; ITKAlgorithms; SwigRuntimeJava;
 //Dependencies for the target FFTTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKAlgorithms; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 FilteringExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Filtering
 //Value Computed by CMake
 FilteringExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Filtering
 //Dependencies for the target FilteringJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target FilteringTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 GCCCONFIG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC/config_cmake
 //Value Computed by CMake
 GCCCONFIG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC/config_cmake
 //Value Computed by CMake
 GCCXML_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML
 //Install location for data (
 relative to prefix). GCCXML_DATA_DIR:STRING=/share/gccxml-0.7 //Install
 location for documentation (relative to prefix).
 GCCXML_DOC_DIR:STRING=/share/doc/gccxml-0.7 //Install location for man
 pages (relative to prefix). GCCXML_MAN_DIR:STRING=/share/man //Value
 Computed by CMake
 GCCXML_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML
 //Value Computed by CMake
 GCC_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC
 //Path to a program. GCC_SH:FILEPATH=/bin/sh //Value Computed by CMake
 GCC_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC
 //Value Computed by CMake
 GDCM_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/gdcm //Remove
 all legacy code completely. GDCM_LEGACY_REMOVE:BOOL=OFF //Silence all
 legacy code messages. GDCM_LEGACY_SILENT:BOOL=OFF //Value Computed by CMake
 GDCM_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/gdcm //Path to
 gunzip executable GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzi
 p //Install FindWrapITK.cmake and WrapITK.pth (so cmake and python // can
 find WrapITK) as part of the standard installation process. // This
 requires admin privileges. These files can be separately // installed by
 making the install_wrapitk_compatibility target. //
 INSTALL_WRAP_ITK_COMPATIBILITY:BOOL=ON //Value Computed by CMake
 IOExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/IO //Value
 Computed by CMake
 IOExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/IO
 //Dependencies for the target IOJava_LIB_DEPENDS:STATIC=ITKCommon; ITKIO;
 SwigRuntimeJava;
 //Dependencies for the target IOTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKIO;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target ITKAlgorithms_LIB_DEPENDS:STATIC=ITKNumerics;
 ITKStatistics;
 //Dependencies for the target ITKBasicFilters_LIB_DEPENDS:STATIC=ITKCommon;
 //Dependencies for the target ITKCommon_LIB_DEPENDS:STATIC=itkvnl_inst;
 itksys; -lpthread; -lm; -framework AppKit; 
 //Dependencies for target ITKDICOMParser_LIB_DEPENDS:STATIC= //Dependencies
 for the target ITKDistributions_LIB_DEPENDS:STATIC=ITKStatistics; ITKCommon;
 //Value Computed by CMake
 ITKEXPAT_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/expat
 //Dependencies for target ITKEXPAT_LIB_DEPENDS:STATIC= //Value Computed by
 CMake ITKEXPAT_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/expat
 //Value Computed by CMake
 ITKEXTHDRS_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkExtHdrs
 //Value Computed by CMake
 ITKEXTHDRS_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkExtHdrs
 //Dependencies for the target ITKFEM_LIB_DEPENDS:STATIC=ITKNumerics;
 ITKCommon; ITKBasicFilters; ITKIO; -lm;
 //Dependencies for the target ITKIO_LIB_DEPENDS:STATIC=ITKCommon; ITKNrrdIO;
 itkjpeg8; itkjpeg12; itkjpeg16; itkgdcm; itkpng; itkzlib; itktiff;
 ITKSpatialObject; ITKMetaIO; ITKDICOMParser; ITKEXPAT; ITKniftiio;
 //Value Computed by CMake ITKJPEG_BINARY_DIR:STATIC=/Users/dan/Desktop/
 Insight/Utilities/itkjpeg //Value Computed by CMake
 ITKJPEG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkjpeg
 //Dependencies for target ITKJavaJarDummyLibrary_LIB_DEPENDS:STATIC=
 //Value Computed by CMake
 ITKMetaIO_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/MetaIO
 //Dependencies for the target ITKMetaIO_LIB_DEPENDS:STATIC=itkzlib; itksys;
 //Value Computed by CMake
 ITKMetaIO_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/MetaIO
 //Value Computed by CMake
 ITKNrrdIO_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/NrrdIO
 //Dependencies for the target ITKNrrdIO_LIB_DEPENDS:STATIC=itkzlib;
 //Value Computed by CMake
 ITKNrrdIO_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/NrrdIO
 //Dependencies for the target ITKNumerics_LIB_DEPENDS:STATIC=ITKCommon;
 //Value Computed by CMake
 ITKOpenJPEG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/openjpeg
 //Value Computed by CMake
 ITKOpenJPEG_SOURCE_DIR:STATIC=/Users/dan/Desktop/In
 sight/Utilities/openjpeg //Value Computed by CMake
 ITKPNG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkpng
 //Value Computed by CMake
 ITKPNG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkpng
 //Dependencies for the target
 ITKSpatialObject_LIB_DEPENDS:STATIC=ITKNumerics; ITKCommon; ITKMetaIO;
 //Dependencies for the target ITKStatistics_LIB_DEPENDS:STATIC=ITKCommon;
 //Value Computed by CMake
 ITKTIFF_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itktiff
 //Value Computed by CMake
 ITKTIFF_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itktiff
 //Dependencies for the target ITKTclSupportTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 ITKTesting_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Testing //Value
 Computed by CMake
 ITKTesting_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Testing //Value
 Computed by CMake
 ITKZLIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/it
 kzlib //Value Computed by CMake
 ITKZLIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/itkzlib
 //Value Computed by CMake ITK_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight
 //Build cswig Java wrapper support ITK_CSWIG_JAVA:BOOL=OFF //Build cswig
 Python wrapper support (requires CableSwig). ITK_CSWIG_PYTHON:BOOL=ON
 //Build cswig Tcl wrapper support (requires CableSwig).
 ITK_CSWIG_TCL:BOOL=OFF //Path to a file.
 ITK_DATA_ROOT:PATH=/Users/dan/Desktop/Insight/Testing/Data //BETA-Try to
 explicitly build some of the core templates explictitly // rather than over
 and over again. ITK_EXPLICIT_INSTANTIATION:BOOL=OFF //Value Computed by
 CMake ITK_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight //Turn on concept
 checking to give helpful errors at compile time // if a type cannot be used
 as a template parameter. ITK_USE_CONCEPT_CHECKING:BOOL=OFF //Run KWStyle in
 order to check for violations of the coding standard. //
 ITK_USE_KWSTYLE:BOOL=OFF //Build algorithms that are cove
 red with Patents. It is YOUR responsibility // to obtain a license from the
 patent holder in order to use these // methods. ITK_USE_PATENTED:BOOL=OFF
 //Use the numarray python package ITK_USE_PYTHON_NUMARRAY:BOOL=OFF //Build
 algorithms that are candidates to be included in the Toolkit. // This
 classes are not covered by the Backward Compatibility Policy, // nor the
 Copyright Policy of ITK. ITK_USE_REVIEW:BOOL=ON //Use an outside build of
 GDCM. ITK_USE_SYSTEM_GDCM:BOOL=OFF //Use the system's png library.
 ITK_USE_SYSTEM_PNG:BOOL=OFF //Use the system's tiff library.
 ITK_USE_SYSTEM_TIFF:BOOL=OFF //Use an outside build of VXL.
 ITK_USE_SYSTEM_VXL:BOOL=OFF //Use the system's zlib library.
 ITK_USE_SYSTEM_ZLIB:BOOL=OFF //Dependencies for the target
 ITKniftiio_LIB_DEPENDS:STATIC=ITKznz; -lm;
 //Dependencies for the target ITKznz_LIB_DEPENDS:STATIC=itkzlib;
 //Value Computed by CMake
 ImageExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Image
 // Value Computed by CMake
 ImageExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Image
 //Value Computed by CMake
 ImageRegistration_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Registration
 //Value Computed by CMake
 ImageRegistration_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Registration
 //Value Computed by CMake
 ImageSegmentation_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Segmentation
 //Value Computed by CMake
 ImageSegmentation_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Segmentation
 //Dependencies for the target
 IntensityFiltersJava_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimeJava; //Dependencies for the target
 IntensityFiltersTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target InterpolatorsJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target InterpolatorsTcl_LIB_DEPENDS:STATIC=ITKCom
 mon; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 IteratorExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Iterators
 //Value Computed by CMake
 IteratorExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Iterators
 //Path to java command, used by the Dart server to create html. //
 JAVACOMMAND:FILEPATH=/usr/bin/java //Path to a program.
 JAVA_ARCHIVE:FILEPATH=/usr/bin/jar //Path to a file.
 JAVA_AWT_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaEmbedding.framework/Headers
 //Java Frameworks JAVA_AWT_LIBRARY:FILEPATH=-framework JavaVM -framework
 JavaEmbedding //Path to a program. JAVA_COMPILE:FILEPATH=/usr/bin/javac
 //Path to a file.
 JAVA_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/Headers
 //Path to a file.
 JAVA_INCLUDE_PATH2:PATH=/System/Library/Frameworks/JavaVM.framework/Headers
 //Path to a program. JAVA_RUNTIME:FILEPATH=/usr/bin/java //Dependencies for
 the target LevelSetJava_LIB_DEPENDS:STAT
 IC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target LevelSetTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Command used to build entire project from the command line.
 MAKECOMMAND:STRING=/usr/bin/make -i //Path to the memory checking command,
 used for memory error detection. //
 MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that
 contains suppressions for the memory checker
 MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Value Computed by CMake
 MeshExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Mesh
 //Value Computed by CMake
 MeshExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Mesh
 //Dependencies for the target MorphologyJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target MorphologyTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake NIFTILIB_BINARY_DIR:STATIC=
 /Users/dan/Desktop/Insight/Utilities/nifti/niftilib //Value Computed by
 CMake
 NIFTILIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/niftilib
 //Value Computed by CMake
 NIFTI_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti //Value
 Computed by CMake
 NIFTI_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti //Value
 Computed by CMake
 NumericsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Numerics
 //Value Computed by CMake
 NumericsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Numerics
 //Python Framework PYTHON_DEBUG_LIBRARY:FILEPATH=-framework Python //Path
 to a program.
 PYTHON_EXECUTABLE:FILEPATH=/Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5
 //Path to a file.
 PYTHON_INCLUDE_PATH:PATH=/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
 //Python Framework PYTHON_LIBRARY:FILEPATH=-framework Python //Python
 site-packages directory to install a .pth file pointing // at Wr
 apITK Python modules.
 PY_SITE_PACKAGES_PATH:PATH=/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages
 //Value Computed by CMake
 PathExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Path
 //Value Computed by CMake
 PathExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/DataRepresentation/Path
 //Dependencies for the target PixelMathJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target PixelMathTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target RegistrationJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeJava;
 //Dependencies for the target RegistrationTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKNumerics; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target ResizeJava_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeJava;
 //Dependencies for the target ResizeTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntim eTcl; /Library/Frameworks/tcl.framework;
 //Path to scp command, used by CTest for submitting results to // a Dart
 server SCPCOMMAND:FILEPATH=/usr/bin/scp //Name of the computer/site where
 compile is being run SITE:STRING=daniel-whites-computer.local //Path to a
 program. SVNCOMMAND:FILEPATH=/usr/local/bin/svn //Value Computed by CMake
 SWIG_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/SWIG
 //Build some examples SWIG_BUILD_EXAMPLES:BOOL=OFF //Value Computed by
 CMake
 SWIG_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/SWIG
 //Dependencies for the target
 SegmentationAndThresholdJava_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 ITKAlgorithms; SwigRuntimeJava; //Dependencies for the target
 SegmentationAndThresholdTcl_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 ITKAlgorithms; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target
 SegmentationValidationJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies f
 or the target SegmentationValidationTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Dependencies for the target SimpleFiltersJava_LIB_DEPENDS:STATIC=ITKCommon;
 ITKBasicFilters; SwigRuntimeJava;
 //Dependencies for the target SimpleFiltersTcl_LIB_DEPENDS:STATIC=ITKCommon;
 ITKBasicFilters; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Value Computed by CMake
 SpatialObjectsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/SpatialObjects
 //Value Computed by CMake
 SpatialObjectsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/SpatialObjects
 //Value Computed by CMake
 StatisticsExamples_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Statistics
 //Value Computed by CMake
 StatisticsExamples_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Examples/Statistics
 //Dependencies for target SwigRuntimeJava_LIB_DEPENDS:STATIC=
 //Dependencies for the target
 SwigRuntimePython_LIB_DEPENDS:STATIC=-framework Python; //Dep
 endencies for the target
 SwigRuntimeTcl_LIB_DEPENDS:STATIC=/Library/Frameworks/tcl.framework;
 //Path to a file.
 TCL_INCLUDE_PATH:PATH=/Library/Frameworks/Tcl.framework/Headers //Path to a
 library. TCL_LIBRARY:FILEPATH=/Library/Frameworks/tcl.framework //Path to a
 program. TCL_TCLSH:FILEPATH=/usr/bin/tclsh //Path to a file.
 TK_INCLUDE_PATH:PATH=/Library/Frameworks/Tk.framework/Headers //Path to a
 library. TK_LIBRARY:FILEPATH=/Library/Frameworks/tk.framework //Use double
 precision FFTW if found USE_FFTWD:BOOL=OFF //Use single precision FFTW if
 found USE_FFTWF:BOOL=OFF //Use the SGI SCSL High Performance Computing math
 library USE_SCSL:BOOL=OFF //Build external languages support
 USE_WRAP_ITK:BOOL=ON //Dependencies for the target
 UnaryPixelMathJava_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimeJava;
 //Dependencies for the target UnaryPixelMathTcl_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Whether vnl_vector/vnl_matrix accessor methods 
 check index bounds. // VNL_CONFIG_CHECK_BOUNDS:BOOL=ON //Whether
 backward-compatibility methods are provided by vnl.
 VNL_CONFIG_LEGACY_METHODS:BOOL=OFF //Whether thread-safe vnl
 implementations are used. VNL_CONFIG_THREAD_SAFE:BOOL=ON //Path to a file.
 VW_RAW_DATA_PATH:PATH=VW_RAW_DATA_PATH-NOTFOUND //Dependencies for the
 target VXLNumericsJava_LIB_DEPENDS:STATIC=itkvnl; itkvnl_inst;
 SwigRuntimeJava;
 //Dependencies for the target VXLNumericsTcl_LIB_DEPENDS:STATIC=itkvnl;
 itkvnl_inst; SwigRuntimeTcl; /Library/Frameworks/tcl.framework;
 //Re-run the configuration tests? VXL_UPDATE_CONFIGURATION:BOOL=OFF //Build
 BinaryMorphology module. WRAP_BinaryMorphology:BOOL=ON //Build Calculators
 module. WRAP_Calculators:BOOL=ON //Build Compose module.
 WRAP_Compose:BOOL=ON //Build DeformableTransforms module.
 WRAP_DeformableTransforms:BOOL=ON //Build Denoising module.
 WRAP_Denoising:BOOL=ON //Build DistanceMap module. WRAP_DistanceMap:BOOL=ON
 //Build EdgesAndContours module. WRAP_E
 dgesAndContours:BOOL=ON //Build FFT module. WRAP_FFT:BOOL=ON //Build FFTW
 module. WRAP_FFTW:BOOL=OFF //Build Filtering module. WRAP_Filtering:BOOL=ON
 //Build IO module. WRAP_IO:BOOL=ON //dimensions available separated by
 semicolons (; ) WRAP_ITK_DIMS:STRING=2;
 3 //subpath where where most of WrapITK files will be installed
 WRAP_ITK_INSTALL_PREFIX:PATH=/lib/InsightToolkit/WrapITK //Build cswig Java
 wrapper support. WRAP_ITK_JAVA:BOOL=OFF //Build cswig Python wrapper
 support. WRAP_ITK_PYTHON:BOOL=ON //Build cswig Tcl wrapper support.
 WRAP_ITK_TCL:BOOL=OFF //Build IntensityFilters module.
 WRAP_IntensityFilters:BOOL=ON //Build Interpolators module.
 WRAP_Interpolators:BOOL=ON //Build Iterators module.
 WRAP_Iterators:BOOL=OFF //Build LevelSet module. WRAP_LevelSet:BOOL=ON
 //Build Morphology module. WRAP_Morphology:BOOL=ON //Build PixelMath
 module. WRAP_PixelMath:BOOL=ON //Build Registration module.
 WRAP_Registration:BOOL=ON //Build Resize module. WRAP_Resize:BOOL=ON
 //Build SegmentationAndThreshold module.
 WRAP_SegmentationAndThreshold:BOOL=ON //Build SegmentationValidation
 module. WRAP_SegmentationValidation:BOOL=ON //Build SimpleFilters module.
 WRAP_SimpleFilters:BOOL=ON //Build UnaryPixelMath module.
 WRAP_UnaryPixelMath:BOOL=ON //Wrap complex<double> type
 WRAP_complex_double:BOOL=OFF //Wrap complex<float> type
 WRAP_complex_float:BOOL=ON //Wrap covariant vector double type
 WRAP_covariant_vector_double:BOOL=OFF //Wrap covariant vector float type
 WRAP_covariant_vector_float:BOOL=ON //Wrap double type WRAP_double:BOOL=OFF
 //Wrap float type WRAP_float:BOOL=ON //Wrap RGB< unsigned char > type
 WRAP_rgb_unsigned_char:BOOL=OFF //Wrap RGB< unsigned short > type
 WRAP_rgb_unsigned_short:BOOL=ON //Wrap signed char type
 WRAP_signed_char:BOOL=OFF //Wrap signed long type WRAP_signed_long:BOOL=OFF
 //Wrap signed short type WRAP_signed_short:BOOL=OFF //Wrap unsigned char
 type WRAP_unsigned_char:BOOL=ON //Wrap unsigned long type WRAP_u
 nsigned_long:BOOL=ON //Wrap unsigned short type WRAP_unsigned_short:BOOL=ON
 //Wrap vector double type WRAP_vector_double:BOOL=OFF //Wrap vector float
 type WRAP_vector_float:BOOL=ON //Value Computed by CMake
 WrapITK_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Wrapping/WrapITK
 //Value Computed by CMake
 WrapITK_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Wrapping/WrapITK
 //Path to a file. X11_X11_INCLUDE_PATH:PATH= //Path to a library.
 X11_X11_LIB:FILEPATH= //Path to a library. X11_Xext_LIB:FILEPATH= //Path to
 a file. X11_Xlib_INCLUDE_PATH:PATH= //Path to a file.
 X11_Xutil_INCLUDE_PATH:PATH= //Value Computed by CMake
 ZNZLIB_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/znzlib
 //Value Computed by CMake
 ZNZLIB_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/nifti/znzlib
 //Dependencies for the target
 _BaseNumericsPython_LIB_DEPENDS:STATIC=ITKCommon; ITKNumerics; ITKStatistics;
 SwigRuntimePython; -framework Python; //Dependencies for the target _Ba
 sePython_LIB_DEPENDS:STATIC=ITKCommon; ITKNumerics; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _BaseSpatialObjectPython_LIB_DEPENDS:STATIC=ITKCommon; ITKSpatialObject;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _BaseTransformsPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _BinaryMorphologyPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _CalculatorsPython_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ComposePython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _DeformableTransformsPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _DenoisingPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _DistanceMa
 pPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython; -framework Python;
 //Dependencies for the target
 _EdgesAndContoursPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _FFTPython_LIB_DEPENDS:STATIC=ITKCommon;
 ITKAlgorithms; SwigRuntimePython; -framework Python;
 //Dependencies for the target _FilteringPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _IOPython_LIB_DEPENDS:STATIC=ITKCommon; ITKIO;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _ITKAlgorithmsPython_LIB_DEPENDS:STATIC=ITKAlgorithms; SwigRuntimePython;
 -framework Python; //Dependencies for the target
 _ITKBasicFiltersAPython_LIB_DEPENDS:STATIC=ITKBasicFilters;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _ITKBasicFiltersBPython_LIB_DEPENDS:STATIC=ITKBasicFilters;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ITKCommonAPython_LIB_DEPENDS:STATIC=I
 TKCommon; SwigRuntimePython; -framework Python;
 //Dependencies for the target _ITKCommonBPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ITKIOPython_LIB_DEPENDS:STATIC=ITKIO;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _ITKNumericsPython_LIB_DEPENDS:STATIC=ITKNumerics; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _ITKPyUtilsPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _IntensityFiltersPython_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _InterpolatorsPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _LevelSetPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _MorphologyPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Depen
 dencies for the target _PixelMathPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _RegistrationPython_LIB_DEPENDS:STATIC=ITKCommon; ITKNumerics;
 SwigRuntimePython; -framework Python;
 //Dependencies for the target _ResizePython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _SegmentationAndThresholdPython_LIB_DEPENDS:STATIC=ITKCommon; ITKStatistics;
 ITKAlgorithms; SwigRuntimePython; -framework Python;
 //Dependencies for the target
 _SegmentationValidationPython_LIB_DEPENDS:STATIC=ITKCommon;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _SimpleFiltersPython_LIB_DEPENDS:STATIC=ITKCommon; ITKBasicFilters;
 SwigRuntimePython; -framework Python; //Dependencies for the target
 _UnaryPixelMathPython_LIB_DEPENDS:STATIC=ITKCommon; SwigRuntimePython;
 -framework Python;
 //Dependencies for the target _VXLNumericsPython_LIB_DEPENDS:STATIC=itkvnl;
 itkvnl_inst; SwigRuntimePython; -framework Python;
 //Dependencies for target backend_LIB_DEPENDS:STATIC= //Dependencies for
 target cpp_LIB_DEPENDS:STATIC= //Value Computed by CMake
 gxsys_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML/KWSys
 //Dependencies for target gxsys_LIB_DEPENDS:STATIC= //Value Computed by
 CMake
 gxsys_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/CableSwig/GCC_XML/KWSys
 //Dependencies for target iberty_LIB_DEPENDS:STATIC= //Value Computed by
 CMake
 itkdicomparser_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/DICOMParser
 //Value Computed by CMake
 itkdicomparser_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/DICOMParser
 //Dependencies for the target itkgdcm_LIB_DEPENDS:STATIC=itkjpeg8; itkjpeg12;
 itkjpeg16; itkopenjpeg;
 //Dependencies for target itkjpeg12_LIB_DEPENDS:STATIC= //Dependencies for
 target itkjpeg16_LIB_DEPENDS:STATIC= //Dependencies for target
 itkjpeg8_LIB_DEPENDS:STATIC= //Dependencies for target itkopenjpeg_LIB_DE
 PENDS:STATIC= //Dependencies for the target
 itkpng_LIB_DEPENDS:STATIC=itkzlib; //Value Computed by CMake
 itksys_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/kwsys
 //Dependencies for target itksys_LIB_DEPENDS:STATIC= //Value Computed by
 CMake itksys_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/kwsys
 //Dependencies for the target itktestlib_LIB_DEPENDS:STATIC=itkvcl;
 //Dependencies for the target itktiff_LIB_DEPENDS:STATIC=itkzlib; itkjpeg8;
 -lm; //Dependencies for the target itkv3p_netlib_LIB_DEPENDS:STATIC=m;
 //Dependencies for the target itkvcl_LIB_DEPENDS:STATIC=m;
 //Dependencies for the target itkvnl_LIB_DEPENDS:STATIC=itkvcl;
 //Dependencies for the target itkvnl_algo_LIB_DEPENDS:STATIC=itkv3p_netlib;
 itkvnl; //Dependencies for the target itkvnl_inst_LIB_DEPENDS:STATIC=itkvnl;
 itkvnl_algo; itkvcl;
 //Dependencies for target itkzlib_LIB_DEPENDS:STATIC= //Value Computed by
 CMake netlib_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
 /netlib //Value Computed by CMake
 netlib_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p/netlib
 //Dependencies for target swigLib_LIB_DEPENDS:STATIC= //Value Computed by
 CMake vcl_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/vcl
 //Value Computed by CMake
 vcl_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/vcl //Value
 Computed by CMake
 vthreep_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
 //Value Computed by CMake
 vthreep_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/v3p
 //Value Computed by CMake
 vxl_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl //Value
 Computed by CMake
 vxl_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl //Value
 Computed by CMake
 vxl_config_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/config/cmake/config
 //Value Computed by CMake
 vxl_config_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/config/cmake/config
 //Value Computed by CMa
 ke vxlcore_BINARY_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/core
 //Value Computed by CMake
 vxlcore_SOURCE_DIR:STATIC=/Users/dan/Desktop/Insight/Utilities/vxl/core
 ######################## # INTERNAL cache entries ########################
 //Executable to project name.
 /Users/dan/Desktop/Insight/bin/cableidx:INTERNAL=cableidx //Executable to
 project name. /Users/dan/Desktop/Insight/bin/cswig:INTERNAL=cswig
 //Executable to project name.
 /Users/dan/Desktop/Insight/bin/gccxml:INTERNAL=gccxml //System handles
 bit-fields larger than 32 bits. BIGBITFIELD:INTERNAL=1 //Result of
 TRY_COMPILE BIGBITFIELD_VALUE:INTERNAL=TRUE //Advanced flag for variable:
 BUILDNAME BUILDNAME-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 BUILD_DOXYGEN BUILD_DOXYGEN-ADVANCED:INTERNAL=1 //Modified flag for
 variable: BUILD_EXAMPLES BUILD_EXAMPLES-MODIFIED:INTERNAL=1 //Modified flag
 for variable: BUILD_SHARED_LIBS BUILD_SHARED_LIBS-MODIFIED:INTERNAL=1
 //Modified flag for variable: BUILD_TESTI
 NG BUILD_TESTING-MODIFIED:INTERNAL=1
 BaseNumerics_JAVA_DEPENDS:INTERNAL=ITKCostFunctions; ITKOptimizers;
 itkSample BaseSpatialObject_JAVA_DEPENDS:INTERNAL=itkSpatialObjectBase;
 itkPointBasedSpatialObject; itkImageSpatialObject; itkTreeNodeSO;
 ITKCylinderSpatialObject; itkArrowSpatialObject; itkBlobSpatialObject;
 itkBoxSpatialObject; itkContourSpatialObject; itkEllipseSpatialObject;
 itkGaussianSpatialObject; itkGroupSpatialObject; itkImageMaskSpatialObject;
 itkLandmarkSpatialObject; itkLineSpatialObject; itkPlaneSpatialObject;
 itkPolygonGroupSpatialObject; itkPolygonSpatialObject; itkSceneSpatialObject;
 itkSpatialObjectProperty; itkSpatialObjectReader;
 itkSpatialObjectToImageFilter; itkSpatialObjectTreeNode;
 itkSpatialObjectWriter;
 itkSurfaceSpatialObject BaseTransforms_JAVA_DEPENDS:INTERNAL=itkTransform;
 itkMatrixOffsetTransformBase; ITKRigidTransforms; ITKEulerTransform;
 itkVersorTransform; ITKVersorRigidTransform; ITKSimilarityTransforms;
 itkAffineTransform; itkScalableAffineTransform; itkScaleTransform; ITK
 CenteredEulerTransform; ITKCenteredRigidTransform;
 ITKCenteredSimilarityTransforms; ITKRigidPerspectiveTransform;
 ITKScaleSkewVersorTransforms; itkAzimuthElevationToCartesianTransform;
 itkCenteredAffineTransform; itkCenteredTransformInitializer;
 itkCenteredVersorTransformInitializer;
 itkFixedCenterOfRotationAffineTransform; itkIdentityTransform;
 itkQuaternionRigidTransform; itkScaleLogarithmicTransform;
 itkTranslationTransform Base_JAVA_DEPENDS:INTERNAL=ITKCommonBase; itkOffset;
 itkArray; itkFixedArray; itkPoint; itkPointSet; itkContinuousIndex;
 itkCovariantVector; itkVector; itkRGBPixel; itkVariableLengthVector;
 itkImage; itkVectorImage; itkLevelSet; itkDefaultStaticMeshTraits;
 itkNeighborhood; ITKRegions; SwigExtras; itkImageSource;
 itkImageToImageFilter; itkInPlaceImageFilter; itkFiniteDifferenceImageFilter;
 itkDefaultDynamicMeshTraits; itkDenseFiniteDifferenceImageFilter;
 itkEventObjects; itkFiniteDifferenceFunction; itkFlatStructuringElement;
 itkFunctionBase; itkImageBoundaryCondition; itkImageFunction; itkIndex
 ; itkInterpolateImageFunction; itkMatrix; itkMesh; itkNarrowBand;
 itkNumericTraits; itkSimpleDataObjectDecorator; itkSize; itkVectorContainer;
 itkVersor BinaryMorphology_JAVA_DEPENDS:INTERNAL=itkBinaryDilateImageFilter;
 itkBinaryErodeImageFilter; itkBinaryPruningImageFilter;
 itkBinaryThinningImageFilter;
 itkBinaryThresholdImageFilter //Result of TRY_COMPILE
 CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE //Have include iostream
 CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1 //Advanced flag for variable: CMAKE_AR
 CMAKE_AR-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_BACKWARDS_COMPATIBILITY
 CMAKE_BACKWARDS_COMPATIBILITY-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_BUILD_TOOL CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 //What is
 the target build tool cmake is generating for.
 CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make //Modified flag for variable:
 CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-MODIFIED:INTERNAL=1 //This is the
 directory where this CMakeCahe.txt was created
 CMAKE_CACHEFILE_DIR:INTERNAL=/Users/dan/De
 sktop/Insight //Major version of cmake used to create the current loaded
 cache // CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 //Minor version of cmake used
 to create the current loaded cache // CMAKE_CACHE_MINOR_VERSION:INTERNAL=4
 //Major version of cmake used to create the current loaded cache //
 CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 3 //Advanced flag for variable:
 CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to
 CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to ctest
 program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //Advanced
 flag for variable: CMAKE_CXX_COMPILER
 CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
 //Advanced flag for variable: CMAKE_CXX_FLAGS
 CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
 CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: CMAKE_CXX_FLAGS_RELEASE
 CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified flag for variable:
 CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-MODIFIED:INTERNAL=1
 //Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
 CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
 CMAKE_C_COMPILER_WORKS:INTERNAL=1 //Advanced flag for variable:
 CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
 CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified
 flag for variable: CMAKE_C_FLAGS_RELEASE
 CMAKE_C_FLAGS_RELEASE-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_C_FLAGS_RELWITHDEBINFO
 CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to
 cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
 //Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
 CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_EXE_LINKER_FLAGS_DEBUG
 CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL //
 CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
 CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO //
 CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of
 generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Result of TRY_COMPILE
 CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=TRUE //Is X11 around.
 CMAKE_HAS_X:INTERNAL=0 //Have function connect
 CMAKE_HAVE_CONNECT:INTERNAL=1 //Have function gethostbyname
 CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 //Have include inttypes.h
 CMAKE_HAVE_INTTYPES_H:INTERNAL=1 
 //Have include limits.h CMAKE_HAVE_LIMITS_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NETINET_IN_H CMAKE_HAVE_NETINET_IN_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NET_IF_ARP_H CMAKE_HAVE_NET_IF_ARP_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NET_IF_DL_H CMAKE_HAVE_NET_IF_DL_H:INTERNAL=1 //Have include
 CMAKE_HAVE_NET_IF_H CMAKE_HAVE_NET_IF_H:INTERNAL=1 //Have library pthreads
 CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread
 CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h
 CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Have function remove
 CMAKE_HAVE_REMOVE:INTERNAL=1 //Have function shmat
 CMAKE_HAVE_SHMAT:INTERNAL=1 //Have include stdint.h
 CMAKE_HAVE_STDINT_H:INTERNAL=1 //Have include CMAKE_HAVE_STDLIB_H
 CMAKE_HAVE_STDLIB_H:INTERNAL=1 //Have include CMAKE_HAVE_SYS_IOCTL_H
 CMAKE_HAVE_SYS_IOCTL_H:INTERNAL=1 //Have includes CMAKE_HAVE_SYS_PRCTL_H
 CMAKE_HAVE_SYS_PRCTL_H:INTERNAL= //Have include CMAKE_HAVE_SYS_SOCKET_H
 CMAKE_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include CMAKE_HAVE_SYS
 _SOCKIO_H CMAKE_HAVE_SYS_SOCKIO_H:INTERNAL=1 //Have include unistd.h
 CMAKE_HAVE_UNISTD_H:INTERNAL=1 //Start directory with the top level
 CMakeLists.txt file for this // project
 CMAKE_HOME_DIRECTORY:INTERNAL=/Users/dan/Desktop/Insight //Advanced flag
 for variable: CMAKE_HP_PTHREADS CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
 //Modified flag for variable: CMAKE_INSTALL_PREFIX
 CMAKE_INSTALL_PREFIX-MODIFIED:INTERNAL=1 //Have library ICE
 CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 //Advanced flag for
 variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
 CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_MODULE_LINKER_FLAGS_DEBUG
 CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL //
 CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE // CMAKE_MODUL
 E_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified flag for variable:
 CMAKE_MODULE_LINKER_FLAGS_RELEASE //
 CMAKE_MODULE_LINKER_FLAGS_RELEASE-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO //
 CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Does the
 compiler support ansi for scope. CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
 //Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
 CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1 //Does the compiler
 support headers like iostream. CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
 //Does the compiler support sstream CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=0
 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0
 //number of local generators CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=121
 //Advanced flag for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1
 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/CMake
 //Advanced flag for variable: CMAKE_SHARED_LINKER_
 FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
 CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL //
 CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE //
 CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Modified flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE //
 CMAKE_SHARED_LINKER_FLAGS_RELEASE-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO //
 CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of
 TRY_RUN CMAKE_SIZEOF_CHAR:INTERNAL=1 //Result of TRY_RUN
 CMAKE_SIZEOF_DOUBLE:INTERNAL=8 //Result of TRY_RUN
 CMAKE_SIZEOF_FLOAT:INTERNAL=4 //Result of TRY_RUN
 CMAKE_SIZEOF_INT:INTERNAL=4 //Result of TRY_RUN
 CMAKE_SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN
 CMAKE_SIZEOF_SHORT:INTERNAL=2 //Result of TRY_RUN CM
 AKE_SIZEOF_VOID_P:INTERNAL=4 //Advanced flag for variable: CMAKE_SKIP_RPATH
 CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE
 CMAKE_STD_NAMESPACE:INTERNAL=TRUE //Advanced flag for variable:
 CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command
 CMAKE_UNAME:INTERNAL=/usr/bin/uname //Advanced flag for variable:
 CMAKE_USE_PTHREADS CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: CMAKE_USE_RELATIVE_PATHS
 CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_USE_SPROC CMAKE_USE_SPROC-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_USE_WIN32_THREADS
 CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result
 of TRY_RUN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //Advanced flag for variable:
 CMAKE_X_CFLAGS CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: CMAKE_X_LIBS CMAKE_X_LIBS-ADVANCED:INTERNAL=1 //Resul
 t of TRY_COMPILE COMPILE_RESULT:INTERNAL=TRUE //Advanced flag for variable:
 COMPRESSIONCOMMAND COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: COVERAGE_COMMAND COVERAGE_COMMAND-ADVANCED:INTERNAL=1
 //Result of TRY_COMPILE CRAY_STACKSEG_END_COMPILED:INTERNAL=FALSE
 //Advanced flag for variable: CVSCOMMAND CVSCOMMAND-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CVS_UPDATE_OPTIONS
 CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CableSwig_cableidx_EXE CableSwig_cableidx_EXE-ADVANCED:INTERNAL=1
 //Advanced flag for variable: CableSwig_cswig_EXE
 CableSwig_cswig_EXE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 CableSwig_gccxml_EXE CableSwig_gccxml_EXE-ADVANCED:INTERNAL=1
 Calculators_JAVA_DEPENDS:INTERNAL=itkBSplineDecompositionImageFilter;
 itkImageMomentsCalculator; itkLabelStatisticsImageFilter;
 itkMaximumImageFilter; itkMinimumImageFilter;
 itkMinimumMaximumImageCalculator; itkMinimumMaximumImageFilter;
 itkNoiseImageFilter; itkScalarImageTo HistogramGenerator;
 itkStatisticsImageFilter
 Compose_JAVA_DEPENDS:INTERNAL=itkCheckerBoardImageFilter;
 itkCompose2DCovariantVectorImageFilter; itkCompose2DVectorImageFilter;
 itkCompose3DCovariantVectorImageFilter; itkCompose3DVectorImageFilter;
 itkComposeRGBImageFilter; itkJoinSeriesImageFilter; itkPasteImageFilter;
 itkRGBToLuminanceImageFilter; itkRegionOfInterestImageFilter;
 itkTileImageFilter;
 itkVectorIndexSelectionCastImageFilter //Advanced flag for variable:
 DART_BUILD_ERROR_REPORT_LIMIT
 DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: DART_BUILD_WARNING_REPORT_LIMIT
 DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: DART_ROOT DART_ROOT-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: DART_TESTING_TIMEOUT DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
 //Advanced flag for variable: DART_VERBOSE_BUILD
 DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 DELIVER_CONTINUOUS_EMAIL DELIVER_CONTINUOUS_EMAIL-ADVANCED
 :INTERNAL=1 //Result of TRY_RUN DUMMY:INTERNAL=0
 DeformableTransforms_JAVA_DEPENDS:INTERNAL=itkKernelTransform;
 itkBSplineDeformableTransform; itkElasticBodyReciprocalSplineKernelTransform;
 itkElasticBodySplineKernelTransform; itkThinPlateR2LogRSplineKernelTransform;
 itkThinPlateSplineKernelTransform; itkVolumeSplineKernelTransform
 Denoising_JAVA_DEPENDS:INTERNAL=itkCurvatureFlowImageFilter;
 itkMinMaxCurvatureFlowImageFilter; itkVotingBinaryImageFilter;
 itkAnisotropicDiffusionImageFilter; itkBilateralImageFilter;
 itkBinaryMedianImageFilter; itkBinaryMinMaxCurvatureFlowImageFilter;
 itkCurvatureAnisotropicDiffusionImageFilter;
 itkGradientAnisotropicDiffusionImageFilter; itkMeanImageFilter;
 itkMedianImageFilter; itkVotingBinaryHoleFillingImageFilter;
 itkVotingBinaryIterativeHoleFillingImageFilter
 DistanceMap_JAVA_DEPENDS:INTERNAL=itkApproximateSignedDistanceMapImageFilter;
 itkDanielssonDistanceMapImageFilter; itkFastChamferDistanceImageFilter;
 itkSignedDanielssonDistanceMapImageFilter; itkSignedMaur
 erDistanceMapImageFilter //Advanced flag for variable:
 EXECUTABLE_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Single
 output directory for building all executables.
 EXECUTABLE_OUTPUT_PATH:INTERNAL=/Users/dan/Desktop/Insight/bin //Result of
 TRY_RUN EXPAT_WORDS_BIGENDIAN:INTERNAL=0
 EdgesAndContours_JAVA_DEPENDS:INTERNAL=itkCannyEdgeDetectionImageFilter;
 itkSimpleContourExtractorImageFilter; itkSobelEdgeDetectionImageFilter;
 itkZeroCrossingBasedEdgeDetectionImageFilter;
 itkZeroCrossingImageFilter
 FFT_JAVA_DEPENDS:INTERNAL=itkComplexToImaginaryImageFilter;
 itkComplexToModulusImageFilter; itkComplexToPhaseImageFilter;
 itkComplexToRealImageFilter; itkFFTComplexConjugateToRealImageFilter;
 itkFFTRealToComplexConjugateImageFilter;
 itkVnlFFTComplexConjugateToRealImageFilter;
 itkVnlFFTRealToComplexConjugateImageFilter
 Filtering_JAVA_DEPENDS:INTERNAL=itkRecursiveSeparableImageFilter;
 itkBinomialBlurImageFilter; itkDerivativeImageFilter;
 itkDiscreteGaussianImageFilter; itkEdgePotentialImage
 Filter; itkGradientImageFilter; itkGradientMagnitudeImageFilter;
 itkGradientMagnitudeRecursiveGaussianImageFilter;
 itkGradientRecursiveGaussianImageFilter; itkGradientToMagnitudeImageFilter;
 itkLaplacianImageFilter; itkLaplacianRecursiveGaussianImageFilter;
 itkLaplacianSharpeningImageFilter; itkRecursiveGaussianImageFilter;
 itkSmoothingRecursiveGaussianImageFilter //Advanced flag for variable:
 GCCXML_DATA_DIR GCCXML_DATA_DIR-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: GCCXML_DOC_DIR GCCXML_DOC_DIR-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: GCCXML_MAN_DIR GCCXML_MAN_DIR-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: GCC_SH GCC_SH-ADVANCED:INTERNAL=1 //Support for
 extension C __FUNCTION__ GDCM_COMPILER_HAS_FUNCTION:INTERNAL=1 //Advanced
 flag for variable: GDCM_DATA_DIR GDCM_DATA_DIR-ADVANCED:INTERNAL=1
 //Install location for data (relative to prefix).
 GDCM_DATA_DIR:INTERNAL=/share/gdcm/ //Advanced flag for variable:
 GDCM_LEGACY_REMOVE GDCM_LEGACY_REMOVE-ADVANCED:INTERNAL
 =1 //Advanced flag for variable: GDCM_LEGACY_SILENT
 GDCM_LEGACY_SILENT-ADVANCED:INTERNAL=1 //Result of TRY_RUN
 GDCM_WORDS_BIGENDIAN:INTERNAL=0 //Result of TRY_COMPILE
 GETGROUPS_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 GETGROUPS_T_RESULT:INTERNAL=0 //Advanced flag for variable: GUNZIPCOMMAND
 GUNZIPCOMMAND-ADVANCED:INTERNAL=1 //Have include alloca.h
 HAVE_ALLOCA_H:INTERNAL=1 //Have function alphasort
 HAVE_ALPHASORT:INTERNAL=1 //Have function asprintf HAVE_ASPRINTF:INTERNAL=1
 //Have include HAVE_ASSERT_H HAVE_ASSERT_H:INTERNAL=1 //Have function
 atexit HAVE_ATEXIT:INTERNAL=1 //Have function atoll HAVE_ATOLL:INTERNAL=1
 //Have function atoq HAVE_ATOQ:INTERNAL= //Have function basename
 HAVE_BASENAME:INTERNAL=1 //Have function bcmp HAVE_BCMP:INTERNAL=1 //Have
 function bcopy HAVE_BCOPY:INTERNAL=1 //
 HAVE_BIGBITFIELD_VALUE:INTERNAL=TRUE //Support for C++ type bool
 HAVE_BOOL:INTERNAL=1 //Have function bsearch HAVE_BSEARCH:INTERNAL=1 //Have
 function bzero HAVE_BZERO:INTERNAL=1 //Have
 function calloc HAVE_CALLOC:INTERNAL=1 //Have function
 canonicalize_file_name HAVE_CANONICALIZE_FILE_NAME:INTERNAL= //Have
 function clock HAVE_CLOCK:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_CLOCK_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ABORT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ASPRINTF_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ATOF_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_CO
 MPILE HAVE_DECL_BASENAME_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_CALLOC_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_CLOCK_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_ERRNO_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_FPRINTF_UNLOCKED_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_FPUTS_UNLOCKED_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_FREE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_FWRITE_UNLOCKED_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_GETCWD_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETOPT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETRLIMIT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETRUSAGE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_GETWD_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_LDGETNAME_COMPILED:INTERNAL=FALSE //Result 
 of TRY_COMPILE HAVE_DECL_MALLOC_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_DECL_PUTC_UNLOCKED_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_DECL_REALLOC_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_DECL_SBRK_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_SETRLIMIT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_STRSIGNAL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_STRSTR_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_DECL_TIMES_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_DECL_VASPRINTF_COMPILED:INTERNAL=TRUE //Have include direct.h
 HAVE_DIRECT_H:INTERNAL= //Result of TRY_COMPILE
 HAVE_DIRENT_H_COMPILED:INTERNAL=TRUE //Have include HAVE_DLFCN_H
 HAVE_DLFCN_H:INTERNAL=1 //Have function dup2 HAVE_DUP2:INTERNAL=1 //Result
 of TRY_COMPILE HAVE_EXPAT_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include
 HAVE_FCNTL_H HAVE_FCNTL_H:INTERNAL=1 //Have function ffs
 HAVE_FFS:INTERNAL=1 //Have include HAVE_FLOAT_H HAVE_FLOAT_H:INTERN
 AL=1 //Have function floor HAVE_FLOOR:INTERNAL=1 //Have function
 fprintf_unlocked HAVE_FPRINTF_UNLOCKED:INTERNAL= //Have function
 fputc_unlocked HAVE_FPUTC_UNLOCKED:INTERNAL= //Have function fputs_unlocked
 HAVE_FPUTS_UNLOCKED:INTERNAL= //Have function fwrite_unlocked
 HAVE_FWRITE_UNLOCKED:INTERNAL= //Result of TRY_COMPILE
 HAVE_GAS_WEAK:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE_GDCM_WORDS_BIGENDIAN:INTERNAL=TRUE //Have function getcwd
 HAVE_GETCWD:INTERNAL=1 //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have
 function getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have function getrlimit
 HAVE_GETRLIMIT:INTERNAL=1 //Have function getrusage
 HAVE_GETRUSAGE:INTERNAL=1 //Have function getsysinfo
 HAVE_GETSYSINFO:INTERNAL= //Have function gettimeofday
 HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_HOST_WORDS_BIG_ENDIAN:INTERNAL=TRUE //Have includes HAVE_IEEEFP_H
 HAVE_IEEEFP_H:INTERNAL= //Have function index HAVE_INDEX:INTERNAL=1
 //Result of TRY_COMPILE HAVE_INITFINI_ARRAY_COM
 PILED:INTERNAL=TRUE //Have function insque HAVE_INSQUE:INTERNAL=1 //Have
 include HAVE_INTTYPES_H HAVE_INTTYPES_H:INTERNAL=1 //Have function isascii
 HAVE_ISASCII:INTERNAL=1 // HAVE_ITK_CPP_FUNCTION:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_ITK_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_ITK_SIZEOF___INT64:INTERNAL=TRUE //Have function kill
 HAVE_KILL:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_KWSYS_SIZEOF___INT64:INTERNAL=TRUE //Have include langinfo.h
 HAVE_LANGINFO_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_LC_MESSAGES_COMPILED:INTERNAL=TRUE //Have include ldfcn.h
 HAVE_LDFCN_H:INTERNAL= //Have library dl;
 HAVE_LIBDL:INTERNAL=1 //Have library dld; dl HAVE_LIBDL
 D:INTERNAL= //Have include HAVE_LIMITS_H HAVE_LIMITS_H:INTERNAL=1 //Have
 include locale.h HAVE_LOCALE_H:INTERNAL=1 //Have include
 machine/hal_sysinfo.h HAVE_MACHINE/HAL_SYSINFO_H:INTERNAL= //Have includes
 HAVE_MALLOC_H HAVE_MALLOC_H:INTERNAL= //Have function mbstowcs
 HAVE_MBSTOWCS:INTERNAL=1 //Have function memchr HAVE_MEMCHR:INTERNAL=1
 //Always have memcmp when building CableSwig... HAVE_MEMCMP:INTERNAL=1
 //Always have memcpy when building CableSwig... HAVE_MEMCPY:INTERNAL=1
 //Have function memmove HAVE_MEMMOVE:INTERNAL=1 //Have include
 HAVE_MEMORY_H HAVE_MEMORY_H:INTERNAL=1 //Have function mempcpy
 HAVE_MEMPCPY:INTERNAL= //Always have memset when building CableSwig...
 HAVE_MEMSET:INTERNAL=1 //Have function mincore HAVE_MINCORE:INTERNAL=1
 //Have function mkstemps HAVE_MKSTEMPS:INTERNAL=1 //Have function mmap
 HAVE_MMAP:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_MMAP_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 HAVE_MMAP_RESULT:INTERNAL=0 //Have function nl_langinfo HAVE_NL_LANGINF
 O:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_NO_ICC_IDYNAMIC_NEEDED:INTERNAL=TRUE //Have function on_exit
 HAVE_ON_EXIT:INTERNAL= //Result of TRY_COMPILE
 HAVE_PID_T_COMPILED:INTERNAL=TRUE //Have function pow HAVE_POW:INTERNAL=1
 //Result of TRY_COMPILE HAVE_PRINTF_PTR_COMPILED:INTERNAL=TRUE //Result of
 TRY_RUN HAVE_PRINTF_PTR_RESULT:INTERNAL=0 //Have function psignal
 HAVE_PSIGNAL:INTERNAL=1 //Have function pstat_getdynamic
 HAVE_PSTAT_GETDYNAMIC:INTERNAL= //Have function pstat_getstatic
 HAVE_PSTAT_GETSTATIC:INTERNAL= //Have function putc_unlocked
 HAVE_PUTC_UNLOCKED:INTERNAL=1 //Have function putenv HAVE_PUTENV:INTERNAL=1
 //Result of TRY_COMPILE HAVE_QNANHIBIT_VALUE:INTERNAL=TRUE //Have function
 random HAVE_RANDOM:INTERNAL=1 //Have function realpath
 HAVE_REALPATH:INTERNAL=1 //Have function rename HAVE_RENAME:INTERNAL=1
 //Have function rindex HAVE_RINDEX:INTERNAL=1 //Support if ifreq has a
 sa_len HAVE_SA_LEN:INTERNAL=1 //Have function sbrk HAVE_SBRK:INTERNAL=1
 //Have function scandi
 r HAVE_SCANDIR:INTERNAL=1 //Have function setenv HAVE_SETENV:INTERNAL=1
 //Have function setlocale HAVE_SETLOCALE:INTERNAL=1 //Have function
 setrlimit HAVE_SETRLIMIT:INTERNAL=1 //Have function sigsetmask
 HAVE_SIGSETMASK:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE
 HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Have function snprintf
 HAVE_SNPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL=1 //Have
 include HAVE_STDARG_H HAVE_STDARG_H:INTERNAL=1 //Have include stdbool.h
 HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1
 //Have include HAVE_STDINT_H HAVE_STDINT_H:INTERNAL=1 //Have include
 HAVE_STDLIB_H HAVE_STDLIB_H:INTERNAL=1 //Have function stpcpy
 HAVE_STPCPY:INTERNAL=1 //Have function stpnc
 py HAVE_STPNCPY:INTERNAL= //Have function strcasecmp
 HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1
 //Have function strdup HAVE_STRDUP:INTERNAL=1 //Have function strerror
 HAVE_STRERROR:INTERNAL=1 //Have include HAVE_STRINGS_H
 HAVE_STRINGS_H:INTERNAL=1 //Have include HAVE_STRING_H
 HAVE_STRING_H:INTERNAL=1 //Have function strncasecmp
 HAVE_STRNCASECMP:INTERNAL=1 //Have function strncmp HAVE_STRNCMP:INTERNAL=1
 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strsignal
 HAVE_STRSIGNAL:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1
 //Have function strtod HAVE_STRTOD:INTERNAL=1 //Have function strtol
 HAVE_STRTOL:INTERNAL=1 //Have function areroul HAVE_STRTOUL:INTERNAL=
 //Result of TRY_COMPILE HAVE_STRUCT_TMS_COMPILED:INTERNAL=TRUE //Have
 function sysconf HAVE_SYSCONF:INTERNAL=1 //Have function sysctl
 HAVE_SYSCTL:INTERNAL=1 //Have function sysmp HAVE_SYSMP:INTERNAL= //Result
 of TRY_COMPILE HAVE_SYS_ERRLIST_COMPILED:INTERNAL=TRUE //Re
 sult of TRY_COMPILE HAVE_SYS_ERRLIST_IN_STDLIB_H_COMPILED:INTERNAL=FALSE
 //Have include sys/file.h HAVE_SYS_FILE_H:INTERNAL=1 //Have include
 sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SYS_NERR_COMPILED:INTERNAL=TRUE //Have include sys/param.h
 HAVE_SYS_PARAM_H:INTERNAL=1 //Have include sys/pstat.h
 HAVE_SYS_PSTAT_H:INTERNAL= //Have include sys/resource.h
 HAVE_SYS_RESOURCE_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SYS_RESOURCE_H_WITH_SYS_TIME_H_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE HAVE_SYS_SIGLIST_COMPILED:INTERNAL=TRUE //Have include
 HAVE_SYS_STAT_H HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/sysctl.h
 HAVE_SYS_SYSCTL_H:INTERNAL=1 //Have include sys/sysinfo.h
 HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/sysmp.h
 HAVE_SYS_SYSMP_H:INTERNAL= //Have include sys/systemcfg.h
 HAVE_SYS_SYSTEMCFG_H:INTERNAL= //Have include sys/table.h
 HAVE_SYS_TABLE_H:INTERNAL= //Have include sys/times.h
 HAVE_SYS_TIMES_H:INTERNAL=1 //Have include HAVE_SYS_TIME_H HAV
 E_SYS_TIME_H:INTERNAL=1 //Have include HAVE_SYS_TYPES_H
 HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_SYS_WAIT_H_COMPILED:INTERNAL=TRUE //Have function table
 HAVE_TABLE:INTERNAL=1 //Have function times HAVE_TIMES:INTERNAL=1 //Have
 include time.h HAVE_TIME_H:INTERNAL=1 //Have function tmpnam
 HAVE_TMPNAM:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_UINTPTR_T_COMPILED:INTERNAL=TRUE //Have include HAVE_UNISTD_H
 HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf
 HAVE_VASPRINTF:INTERNAL=1 //Have include vfork.h HAVE_VFORK_H:INTERNAL=
 //Have function vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have function vprintf
 HAVE_VPRINTF:INTERNAL=1 //Have function vsnprintf HAVE_VSNPRINTF:INTERNAL=1
 //Have function vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE
 HAVE_VXL_BIG_ENDIAN:INTERNAL=TRUE //Have function waitpid
 HAVE_WAITPID:INTERNAL=1 //Have include wchar.h HAVE_WCHAR_H:INTERNAL=1
 //Have function wcswidth HAVE_WCSWIDTH:INTERNAL=1 //Have includes
 HAVE_WINDOWS_H HAVE_WINDOWS_H: INTERNAL= //Result of TRY_COMPILE
 HAVE_WORKING_MBSTOWCS_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 HAVE_WORKING_MBSTOWCS_RESULT:INTERNAL=0 //Have function _doprnt
 HAVE__DOPRNT:INTERNAL= //Result of TRY_COMPILE
 HAVE__DOPRNT_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 HAVE__SYSTEM_CONFIGURATION_COMPILED:INTERNAL=FALSE //Result of TRY_RUN
 HOST_WORDS_BIG_ENDIAN:INTERNAL=0 //ImageCompare path to be used by
 subprojects
 IMAGE_COMPARE:INTERNAL=/Users/dan/Desktop/Insight/bin/ImageCompare
 //ImageCompare path to be used by subprojects
 IMAGE_COMPARE_COMMAND:INTERNAL=/Users/dan/Desktop/Insight/bin/ImageCompareCommand
 //ImageCopy path to be used by subprojects
 IMAGE_COPY:INTERNAL=/Users/dan/Desktop/Insight/bin/ImageCopy
 IO_JAVA_DEPENDS:INTERNAL=ITKIOBase; itkImageFileReader; itkImageFileWriter;
 itkImageSeriesReader; itkImageSeriesWriter; itkOrientImageFilter
 ITKAlgorithms_JAVA_DEPENDS:INTERNAL=itkCurvatureFlowImageFilter.java;
 itkDemonsRegistrationFilter.java; itkHistogramMatchingImageFilter
 .java; itkImageRegistrationMethod.java; itkImageToImageMetric.java;
 itkMattesMutualInformationImageToImageMetric.java;
 itkMeanSquaresImageToImageMetric.java;
 itkMinMaxCurvatureFlowImageFilter.java;
 itkMutualInformationImageToImageMetric.java;
 itkMultiResolutionImageRegistrationMethod.java;
 itkNormalizedCorrelationImageToImageMetric.java;
 itkOtsuThresholdImageCalculator.java;
 itkMeanReciprocalSquareDifferenceImageToImageMetric.java;
 itkRecursiveMultiResolutionPyramidImageFilter.java;
 itkThresholdSegmentationLevelSetImageFilter.java;
 itkGeodesicActiveContourLevelSetImageFilter.java;
 itkShapeDetectionLevelSetImageFilter.java; itkCurvesLevelSetImageFilter.java;
 itkNarrowBandLevelSetImageFilter.java;
 itkPDEDeformableRegistrationFilter.java;
 itkNarrowBandCurvesLevelSetImageFilter.java;
 itkVoronoiSegmentationImageFilter.java; itkWatershedImageFilter.java;
 itkSegmentationLevelSetImageFilter.java;
 itkSparseFieldLevelSetImageFilter.java;
 itkSymmetricForcesDemonsRegistrationFilter.java; itkTreeNodeSO.java; itk
 LevelSetFunction.java
 ITKBasicFiltersA_JAVA_DEPENDS:INTERNAL=itkAnisotropicDiffusionImageFilter_2D.java;
 itkAnisotropicDiffusionImageFilter_3D.java;
 itkBinaryThresholdImageFilter.java; itkBinaryDilateImageFilter.java;
 itkBinaryErodeImageFilter.java; itkCannyEdgeDetectionImageFilter.java;
 itkCastImageFilter_2D.java; itkCastImageFilter_3D.java;
 itkConfidenceConnectedImageFilter.java; itkChangeInformationImageFilter.java;
 itkConnectedThresholdImageFilter.java;
 itkCurvatureAnisotropicDiffusionImageFilter.java; itkExtractImageFilter.java;
 itkFastMarchingImageFilter.java; itkFlipImageFilter.java;
 itkGradientAnisotropicDiffusionImageFilter.java;
 itkGradientMagnitudeImageFilter.java; itkGrayscaleDilateImageFilter.java;
 itkGrayscaleErodeImageFilter.java; itkDanielssonDistanceMapImageFilter.java;
 itkIsolatedConnectedImageFilter.java; itkImportImageFilter.java;
 itkLaplacianImageFilter.java; itkMinimumMaximumImageCalculator.java;
 itkMorphologyImageFilter.java; itkNeighborhoodConnectedImageFilter.java;
 itkSobelEd geDetectionImageFilter.java;
 itkTernaryMagnitudeImageFilter.java
 ITKBasicFiltersB_JAVA_DEPENDS:INTERNAL=itkExpImageFilter.java;
 itkExpNegativeImageFilter.java;
 itkGradientMagnitudeRecursiveGaussianImageFilter.java;
 itkGradientRecursiveGaussianImageFilter.java; itkMeanImageFilter.java;
 itkMedianImageFilter.java; itkMinimumMaximumImageFilter.java;
 itkNaryAddImageFilter.java; itkNormalizeImageFilter.java;
 itkPermuteAxesImageFilter.java; itkRandomImageSource.java;
 itkRecursiveGaussianImageFilter.java; itkRecursiveSeparableImageFilter.java;
 itkRegionOfInterestImageFilter.java; itkResampleImageFilter.java;
 itkRescaleIntensityImageFilter.java; itkShiftScaleImageFilter.java;
 itkSigmoidImageFilter.java; itkSmoothingRecursiveGaussianImageFilter.java;
 itkStatisticsImageFilter.java; itkSubtractImageFilter.java;
 itkThresholdImageFilter.java; itkVTKImageExport.java;
 itkVTKImageImport.java ITKCommonA_JAVA_DEPENDS:INTERNAL=ITKCommonBase.java;
 ITKInterpolators.java; ITKRegions.java; SwigExtras.java; itkArray.java;
 itkBi naryBallStructuringElement.java; itkContinuousIndex.java;
 itkDenseFiniteDifferenceImageFilter_2D.java;
 itkDenseFiniteDifferenceImageFilter_3D.java; itkDifferenceImageFilter.java;
 itkEventObject.java; itkFiniteDifferenceFunction.java;
 itkFiniteDifferenceImageFilter_2D.java;
 itkFiniteDifferenceImageFilter_3D.java; itkFixedArray.java;
 itkFunctionBase.java; itkImage_2D.java; itkImage_3D.java;
 itkImageFunction.java; itkImageConstIterator.java;
 itkImageRegionIterator.java; itkImageRegionConstIterator.java;
 itkImageSource.java; itkImageToImageFilter_2D.java;
 itkImageToImageFilter_3D.java; itkInPlaceImageFilter_A.java;
 itkInPlaceImageFilter_B.java; itkIndex.java; itkLevelSet.java;
 itkNeighborhood.java; itkPoint.java; itkSize.java; itkVector.java
 ITKCommonB_JAVA_DEPENDS:INTERNAL=ITKKernelDeformableTransforms.java;
 ITKRigidTransforms.java; ITKSimilarityTransforms.java;
 itkAffineTransform.java; itkAzimuthElevationToCartesianTransform.java;
 itkBSplineDeformableTransform.java; itkIdentityTransform.java;
 itkMatrixOffsetTr
 ansformBase.java; itkScaleTransform.java; itkTransform.java;
 itkTranslationTransform.java;
 itkVersorTransform.java ITKIO_JAVA_DEPENDS:INTERNAL=IOBase.java;
 itkImageFileReader_2D.java; itkImageFileReader_3D.java;
 itkImageFileWriter_2D.java; itkImageFileWriter_3D.java;
 itkImageSeriesReader.java; itkImageSeriesWriter.java
 ITKNumerics_JAVA_DEPENDS:INTERNAL=ITKCostFunctions.java;
 ITKOptimizers.java ITKPyUtils_JAVA_DEPENDS:INTERNAL=PyCommand;
 itkPyImageFilter ITKTclSupport_JAVA_DEPENDS:INTERNAL=ITKTclUtils //Result of
 TRY_COMPILE ITK_CPP_FUNCTION:INTERNAL=TRUE //Advanced flag for variable:
 ITK_CSWIG_JAVA ITK_CSWIG_JAVA-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: ITK_CSWIG_PYTHON ITK_CSWIG_PYTHON-ADVANCED:INTERNAL=1 //Modified
 flag for variable: ITK_CSWIG_PYTHON ITK_CSWIG_PYTHON-MODIFIED:INTERNAL=1
 //Advanced flag for variable: ITK_CSWIG_TCL
 ITK_CSWIG_TCL-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_DATA_ROOT ITK_DATA_ROOT-ADVANCED:INTERNAL=1 //ITK dir to be used by
 subprojects 
 ITK_DIR:INTERNAL=/Users/dan/Desktop/Insight //Advanced flag for variable:
 ITK_EXPLICIT_INSTANTIATION ITK_EXPLICIT_INSTANTIATION-ADVANCED:INTERNAL=1
 ITK_INSTALL_PACKAGE_DIR:INTERNAL=/lib/InsightToolkit //Whether istream
 supports long long ITK_ISTREAM_SUPPORTS_LONG_LONG:INTERNAL=1 //Whether
 ostream supports long long ITK_OSTREAM_SUPPORTS_LONG_LONG:INTERNAL=1
 //Result of TRY_RUN ITK_SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN
 ITK_SIZEOF___INT64:INTERNAL=8 //itkTestDriver path to be used by
 subprojects
 ITK_TEST_DRIVER:INTERNAL=/Users/dan/Desktop/Insight/bin/itkTestDriver
 //Whether long and __int64 are the same type
 ITK_TYPE_SAME_LONG_AND___INT64:INTERNAL=0 //Advanced flag for variable:
 ITK_USE_CONCEPT_CHECKING ITK_USE_CONCEPT_CHECKING-ADVANCED:INTERNAL=1
 //Advanced flag for variable: ITK_USE_KWSTYLE
 ITK_USE_KWSTYLE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_USE_PATENTED ITK_USE_PATENTED-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: ITK_USE_PYTHON_NUMARRAY ITK_
 USE_PYTHON_NUMARRAY-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_USE_REVIEW ITK_USE_REVIEW-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: ITK_USE_SYSTEM_GDCM ITK_USE_SYSTEM_GDCM-ADVANCED:INTERNAL=1
 //Advanced flag for variable: ITK_USE_SYSTEM_PNG
 ITK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 ITK_USE_SYSTEM_TIFF ITK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: ITK_USE_SYSTEM_VXL ITK_USE_SYSTEM_VXL-ADVANCED:INTERNAL=1
 //Advanced flag for variable: ITK_USE_SYSTEM_ZLIB
 ITK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
 IntensityFilters_JAVA_DEPENDS:INTERNAL=itkAdaptiveHistogramEqualizationImageFilter;
 itkHistogramMatchingImageFilter; itkIntensityWindowingImageFilter;
 itkInvertIntensityImageFilter; itkMaskImageFilter; itkMaskNegatedImageFilter;
 itkNormalizeImageFilter; itkRescaleIntensityImageFilter;
 itkShiftScaleImageFilter; itkSigmoidImageFilter
 Interpolators_JAVA_DEPENDS:INTERNAL=itkBSplineInterpolateImageFunction;
 itkBSplineResampleImageFunc tion; itkLinearInterpolateImageFunction;
 itkNearestNeighborInterpolateImageFunction //Advanced flag for variable:
 JAVACOMMAND JAVACOMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 JAVA_ARCHIVE JAVA_ARCHIVE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 JAVA_AWT_INCLUDE_PATH JAVA_AWT_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: JAVA_AWT_LIBRARY JAVA_AWT_LIBRARY-ADVANCED:INTERNAL=1
 //Advanced flag for variable: JAVA_COMPILE JAVA_COMPILE-ADVANCED:INTERNAL=1
 //Advanced flag for variable: JAVA_INCLUDE_PATH
 JAVA_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 JAVA_INCLUDE_PATH2 JAVA_INCLUDE_PATH2-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: JAVA_RUNTIME JAVA_RUNTIME-ADVANCED:INTERNAL=1 //Result of
 TRY_RUN KWSYS_CHAR_IS_SIGNED:INTERNAL=0 //Result of TRY_COMPILE
 KWSYS_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_CXX_HAS_CSTDDEF_
 COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 KWSYS_CXX_HAS_FULL_SPECIALIZATION_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_CXX_HAS_MEMBER_TEMPLATES_COMPILED:INTERNAL=TRUE //Result
 of TRY_COMPILE KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS_COMPILED:INTERNAL=FALSE
 //Result of TRY_COMPILE
 KWSYS_CXX_SAME_LONG_AND___INT64_COMPILED:INTERNAL=FALSE //Result of
 TRY_COMPILE KWSYS_CXX_SAME_LONG_LONG_AND___INT64_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result
 of TRY_COMPILE KWSYS_IOS_HAVE_STD_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_IOS_USE_ANSI_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_IOS_USE_SSTREAM_COMPILED:INTERNAL=TRUE //Result of
 TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE
 KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 KWSYS_SIZEOF_CHAR:INTERNAL=1 //Result of TRY_RUN
 KWSYS_SIZEOF_INT:INTERNAL=4 //Result of TRY_RU
 N KWSYS_SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN
 KWSYS_SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN
 KWSYS_SIZEOF_SHORT:INTERNAL=2 //Result of TRY_RUN
 KWSYS_SIZEOF___INT64:INTERNAL=8 //Result of TRY_COMPILE
 KWSYS_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT_COMPILED:INTERNAL=FALSE //Result
 of TRY_COMPILE KWSYS_STL_HAS_ALLOCATOR_OBJECTS_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE
 KWSYS_STL_HAS_ALLOCATOR_REBIND_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_STL_HAS_ALLOCATOR_TEMPLATE_COMPILED:INTERNAL=TRUE
 //Result of TRY_COMPILE
 KWSYS_STL_HAS_ITERATOR_TRAITS_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_STL_HAVE_STD_COMPILED:INTERNAL=TRUE //Result of
 TRY_COMPILE KWSYS_STL_STRING_HAVE_NEQ_CHAR_COMPILED:INTERNAL=TRUE
 //Advanced flag for variable: LIBRARY_OUTPUT_PATH
 LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Single output directory for
 building all libraries. LIBRARY_OUTPUT_PATH:INTERNAL=/Users/dan
 /Desktop/Insight/bin
 LevelSet_JAVA_DEPENDS:INTERNAL=itkSparseFieldLevelSetImageFilter;
 itkSparseFieldFourthOrderLevelSetImageFilter;
 itkSegmentationLevelSetImageFilter;
 itkShapePriorSegmentationLevelSetImageFilter;
 itkAnisotropicFourthOrderLevelSetImageFilter; itkAntiAliasBinaryImageFilter;
 itkCannySegmentationLevelSetImageFilter; itkCollidingFrontsImageFilter;
 itkCurvesLevelSetImageFilter; itkFastMarchingImageFilter;
 itkGeodesicActiveContourLevelSetImageFilter;
 itkGeodesicActiveContourShapePriorLevelSetImageFilter;
 itkIsotropicFourthOrderLevelSetImageFilter;
 itkLaplacianSegmentationLevelSetImageFilter; itkLevelSetFunction;
 itkNarrowBandImageFilterBase; itkNarrowBandLevelSetImageFilter;
 itkNarrowBandThresholdSegmentationLevelSetImageFilter;
 itkParallelSparseFieldLevelSetImageFilter; itkSegmentationLevelSetFunction;
 itkShapeDetectionLevelSetImageFilter; itkSpatialFunction;
 itkThresholdSegmentationLevelSetImageFilter //Advanced flag for variable:
 MAKECOMMAND MAKECOMMAND-ADVANCED:INTERNAL=1 //Advanc
 ed flag for variable: MEMORYCHECK_COMMAND
 MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 MEMORYCHECK_SUPPRESSIONS_FILE
 MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
 Morphology_JAVA_DEPENDS:INTERNAL=itkBlackTopHatImageFilter;
 itkClosingByReconstructionImageFilter; itkDilateObjectMorphologyImageFilter;
 itkErodeObjectMorphologyImageFilter; itkGrayscaleConnectedClosingImageFilter;
 itkGrayscaleConnectedOpeningImageFilter; itkGrayscaleDilateImageFilter;
 itkGrayscaleErodeImageFilter; itkGrayscaleFillholeImageFilter;
 itkGrayscaleFunctionDilateImageFilter; itkGrayscaleFunctionErodeImageFilter;
 itkGrayscaleGeodesicDilateImageFilter; itkGrayscaleGeodesicErodeImageFilter;
 itkGrayscaleGrindPeakImageFilter;
 itkGrayscaleMorphologicalClosingImageFilter;
 itkGrayscaleMorphologicalOpeningImageFilter; itkHConcaveImageFilter;
 itkHConvexImageFilter; itkHMaximaImageFilter; itkHMinimaImageFilter;
 itkMorphologicalGradientImageFilter; itkOpeningByReconstructionImageFilter;
 itkReconstructionByDil
 ationImageFilter; itkReconstructionByErosionImageFilter;
 itkWhiteTopHatImageFilter //Result of TRY_COMPILE
 NEED_DECLARATION_CANONICALIZE_FILE_NAME_COMPILED:INTERNAL=FALSE //Result of
 TRY_COMPILE NEED_DECLARATION_ERRNO_COMPILED:INTERNAL=TRUE //Result of
 TRY_RUN NO_ICC_IDYNAMIC_NEEDED:INTERNAL=1 //Advanced flag for variable:
 PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //Modified flag for
 variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-MODIFIED:INTERNAL=1
 //Modified flag for variable: PYTHON_INCLUDE_PATH
 PYTHON_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Modified flag for variable:
 PYTHON_LIBRARY PYTHON_LIBRARY-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: PY_SITE_PACKAGES_PATH PY_SITE_PACKAGES_PATH-ADVANCED:INTERNAL=1
 PixelMath_JAVA_DEPENDS:INTERNAL=itkAbsoluteValueDifferenceImageFilter;
 itkAddImageFilter; itkAndImageFilter; itkAtan2ImageFilter;
 itkBinaryMagnitudeImageFilter; itkConstrainedValueAdditionImageFilter;
 itkConstrainedValueDifferenceImageFilter; itkDivideImageFilter; itk
 MultiplyImageFilter; itkNaryAddImageFilter; itkNaryMaximumImageFilter;
 itkOrImageFilter; itkSquaredDifferenceImageFilter; itkSubtractImageFilter;
 itkTernaryAddImageFilter; itkTernaryMagnitudeImageFilter;
 itkTernaryMagnitudeSquaredImageFilter; itkWeightedAddImageFilter;
 itkXorImageFilter //The 22nd bit of 32-bit floating-point quiet NaN.
 QNANHIBIT:INTERNAL=1 //Result of TRY_RUN QNANHIBIT_VALUE:INTERNAL=1
 //Result of TRY_RUN RUN_RESULT:INTERNAL=0
 Registration_JAVA_DEPENDS:INTERNAL=itkPDEDeformableRegistrationFilter;
 itkDemonsRegistrationFilter; itkImageRegistrationMethod;
 itkImageToImageMetric; itkLevelSetMotionRegistrationFilter;
 itkMattesMutualInformationImageToImageMetric;
 itkMeanReciprocalSquareDifferenceImageToImageMetric;
 itkMeanSquaresImageToImageMetric; itkMultiResolutionImageRegistrationMethod;
 itkMutualInformationImageToImageMetric;
 itkNormalizedCorrelationImageToImageMetric;
 itkSymmetricForcesDemonsRegistrationFilter
 Resize_JAVA_DEPENDS:INTERNAL=itkExtractImageFilter; itkAccumulateImageF
 ilter; itkBSplineDownsampleImageFilter; itkBSplineUpsampleImageFilter;
 itkConstantPadImageFilter; itkCropImageFilter; itkExpandImageFilter;
 itkMirrorPadImageFilter; itkMultiResolutionPyramidImageFilter;
 itkRecursiveMultiResolutionPyramidImageFilter;
 itkShrinkImageFilter //Advanced flag for variable: SCPCOMMAND
 SCPCOMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable: SITE
 SITE-ADVANCED:INTERNAL=1 //Result of TRY_RUN SIZEOF_INT:INTERNAL=4 //Result
 of TRY_RUN SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN
 SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN SIZEOF_SHORT:INTERNAL=2
 //Result of TRY_RUN SIZEOF_VOID_P:INTERNAL=4 //Result of TRY_RUN
 SIZEOF__BOOL:INTERNAL=1 //Result of TRY_COMPILE
 STACK_DIRECTION_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 STACK_DIRECTION_RESULT:INTERNAL=1 //Result of TRY_COMPILE
 STDC_HEADERS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 STRING_WITH_STRINGS_COMPILED:INTERNAL=TRUE //Advanced flag for variable:
 SVNCOMMAND SVNCOMMAND-ADVANCED:INTERNAL=1 //Result of T
 RY_COMPILE SYS_TYPES_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE
 SegmentationAndThreshold_JAVA_DEPENDS:INTERNAL=itkChangeLabelImageFilter;
 itkConfidenceConnectedImageFilter; itkConnectedComponentImageFilter;
 itkConnectedThresholdImageFilter; itkDoubleThresholdImageFilter;
 itkIsolatedConnectedImageFilter; itkIsolatedWatershedImageFilter;
 itkLabelVotingImageFilter; itkNeighborhoodConnectedImageFilter;
 itkOtsuMultipleThresholdsImageFilter; itkOtsuThresholdImageCalculator;
 itkOtsuThresholdImageFilter; itkRelabelComponentImageFilter;
 itkScalarConnectedComponentImageFilter; itkThresholdImageFilter;
 itkThresholdLabelerImageFilter;
 itkThresholdMaximumConnectedComponentsImageFilter; itkTobogganImageFilter;
 itkVoronoiSegmentationImageFilter; itkWatershedImageFilter
 SegmentationValidation_JAVA_DEPENDS:INTERNAL=itkContourDirectedMeanDistanceImageFilter;
 itkContourMeanDistanceImageFilter; itkDirectedHausdorffDistanceImageFilter;
 itkHausdorffDistanceImageFilter; itkSTAPLEImageFilter;
 itkSimilarityIndexImageFilter SimpleF
 ilters_JAVA_DEPENDS:INTERNAL=itkCastImageFilter;
 itkChangeInformationImageFilter; itkDifferenceImageFilter;
 itkFlipImageFilter; itkImageDuplicator; itkImportImageFilter;
 itkInterpolateImageFilter; itkPermuteAxesImageFilter; itkRandomImageSource;
 itkReflectImageFilter; itkResampleImageFilter; itkStreamingImageFilter;
 itkVTKImageExport; itkVTKImageImport; itkVectorCastImageFilter;
 itkWarpImageFilter //This value is not used by ITK.
 TCL_LIBRARY_DEBUG:INTERNAL=TCL_LIBRARY_DEBUG-NOTFOUND //Advanced flag for
 variable: TCL_STUB_LIBRARY TCL_STUB_LIBRARY-ADVANCED:INTERNAL=1 //This
 value is not used by ITK.
 TCL_STUB_LIBRARY:INTERNAL=/usr/lib/libtclstub8.4.a //Advanced flag for
 variable: TCL_STUB_LIBRARY_DEBUG TCL_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
 //This value is not used by ITK.
 TCL_STUB_LIBRARY_DEBUG:INTERNAL=TCL_STUB_LIBRARY_DEBUG-NOTFOUND //Advanced
 flag for variable: TCL_TCLSH TCL_TCLSH-ADVANCED:INTERNAL=1 //Result of
 TRY_COMPILE TIME_WITH_SYS_TIME_COMPILED:INTERNAL=TRUE //This value is not
 used by ITK. TK_LIBRARY_DEBUG:INTERNAL=TK_LIBRARY_DEBUG-NOTFOUND //Advanced
 flag for variable: TK_STUB_LIBRARY TK_STUB_LIBRARY-ADVANCED:INTERNAL=1
 //This value is not used by ITK.
 TK_STUB_LIBRARY:INTERNAL=/usr/lib/libtkstub8.4.a //Advanced flag for
 variable: TK_STUB_LIBRARY_DEBUG TK_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
 //This value is not used by ITK.
 TK_STUB_LIBRARY_DEBUG:INTERNAL=TK_STUB_LIBRARY_DEBUG-NOTFOUND //This value
 is not used by ITK. TK_WISH:INTERNAL=/usr/bin/wish //Advanced flag for
 variable: USE_FFTWD USE_FFTWD-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: USE_FFTWF USE_FFTWF-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: USE_SCSL USE_SCSL-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: USE_WRAP_ITK USE_WRAP_ITK-ADVANCED:INTERNAL=1
 UnaryPixelMath_JAVA_DEPENDS:INTERNAL=itkAbsImageFilter; itkAcosImageFilter;
 itkAsinImageFilter; itkAtanImageFilter; itkBoundedReciprocalImageFilter;
 itkCosImageFilter; itkExpImageFilter; itkExpNegativeImageFilter;
 itkLog10ImageFil
 ter; itkLogImageFilter; itkModulusImageFilter; itkNotImageFilter;
 itkSinImageFilter; itkSqrtImageFilter; itkSquareImageFilter;
 itkTanImageFilter //VXL test VCL_ALLOWS_INLINE_INSTANTIATION:INTERNAL=1
 //VXL test VCL_ALLOWS_NAMESPACE_STD:INTERNAL=1 //VXL test
 VCL_CANNOT_SPECIALIZE_CV:INTERNAL=1 //VXL test
 VCL_CAN_DO_COMPLETE_DEFAULT_TYPE_PARAMETER:INTERNAL=1 //VXL test
 VCL_CAN_DO_IMPLICIT_TEMPLATES:INTERNAL=1 //VXL test
 VCL_CAN_DO_NON_TYPE_FUNCTION_TEMPLATE_PARAMETER:INTERNAL=1 //VXL test
 VCL_CAN_DO_PARTIAL_SPECIALIZATION:INTERNAL=1 //VXL test
 VCL_CAN_DO_STATIC_TEMPLATE_MEMBER:INTERNAL=1 //VXL test
 VCL_CAN_DO_TEMPLATE_DEFAULT_TYPE_PARAMETER:INTERNAL=1 //VXL test
 (successful run) VCL_CHAR_IS_SIGNED:INTERNAL=1 //Result of TRY_COMPILE
 VCL_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE //VXL test (successful run)
 VCL_COMPLEX_POW_WORKS:INTERNAL=1 //Result of TRY_COMPILE
 VCL_COMPLEX_POW_WORKS_COMPILED:INTERNAL=TRUE //Have include algorithm
 VCL_CXX_HAS_HEADER_ALGORITHM:INTERNAL=1 //Have include bit
 set VCL_CXX_HAS_HEADER_BITSET:INTERNAL=1 //Have include cassert
 VCL_CXX_HAS_HEADER_CASSERT:INTERNAL=1 //Have include cctype
 VCL_CXX_HAS_HEADER_CCTYPE:INTERNAL=1 //Have include cerrno
 VCL_CXX_HAS_HEADER_CERRNO:INTERNAL=1 //Have include cfloat
 VCL_CXX_HAS_HEADER_CFLOAT:INTERNAL=1 //Have include ciso646
 VCL_CXX_HAS_HEADER_CISO646:INTERNAL=1 //Have include climits
 VCL_CXX_HAS_HEADER_CLIMITS:INTERNAL=1 //Have include clocale
 VCL_CXX_HAS_HEADER_CLOCALE:INTERNAL=1 //Have include cmath
 VCL_CXX_HAS_HEADER_CMATH:INTERNAL=1 //Have include complex
 VCL_CXX_HAS_HEADER_COMPLEX:INTERNAL=1 //Have include csetjmp
 VCL_CXX_HAS_HEADER_CSETJMP:INTERNAL=1 //Have include csignal
 VCL_CXX_HAS_HEADER_CSIGNAL:INTERNAL=1 //Have include cstdarg
 VCL_CXX_HAS_HEADER_CSTDARG:INTERNAL=1 //Have include cstddef
 VCL_CXX_HAS_HEADER_CSTDDEF:INTERNAL=1 //Have include cstdio
 VCL_CXX_HAS_HEADER_CSTDIO:INTERNAL=1 //Have include cstdlib
 VCL_CXX_HAS_HEADER_CSTDLIB:INTERNAL=1 //Have include cstring
 VCL_CXX_HAS_HEADER_CST
 RING:INTERNAL=1 //Have include ctime VCL_CXX_HAS_HEADER_CTIME:INTERNAL=1
 //Have include cwchar VCL_CXX_HAS_HEADER_CWCHAR:INTERNAL=1 //Have include
 cwctype VCL_CXX_HAS_HEADER_CWCTYPE:INTERNAL=1 //Have include deque
 VCL_CXX_HAS_HEADER_DEQUE:INTERNAL=1 //Have include exception
 VCL_CXX_HAS_HEADER_EXCEPTION:INTERNAL=1 //Have include fstream
 VCL_CXX_HAS_HEADER_FSTREAM:INTERNAL=1 //Have include functional
 VCL_CXX_HAS_HEADER_FUNCTIONAL:INTERNAL=1 //Have include iomanip
 VCL_CXX_HAS_HEADER_IOMANIP:INTERNAL=1 //Have include ios
 VCL_CXX_HAS_HEADER_IOS:INTERNAL=1 //Have include iosfwd
 VCL_CXX_HAS_HEADER_IOSFWD:INTERNAL=1 //Have include iostream
 VCL_CXX_HAS_HEADER_IOSTREAM:INTERNAL=1 //Have include iso646.h
 VCL_CXX_HAS_HEADER_ISO646_H:INTERNAL=1 //Have include istream
 VCL_CXX_HAS_HEADER_ISTREAM:INTERNAL=1 //Have include iterator
 VCL_CXX_HAS_HEADER_ITERATOR:INTERNAL=1 //Have include limits
 VCL_CXX_HAS_HEADER_LIMITS:INTERNAL=1 //Have include list
 VCL_CXX_HAS_HEADER_LIST:INTERNAL=1 //Have in
 clude locale VCL_CXX_HAS_HEADER_LOCALE:INTERNAL=1 //Have include map
 VCL_CXX_HAS_HEADER_MAP:INTERNAL=1 //Have include memory
 VCL_CXX_HAS_HEADER_MEMORY:INTERNAL=1 //Have include new
 VCL_CXX_HAS_HEADER_NEW:INTERNAL=1 //Have include numeric
 VCL_CXX_HAS_HEADER_NUMERIC:INTERNAL=1 //Have include ostream
 VCL_CXX_HAS_HEADER_OSTREAM:INTERNAL=1 //Have include queue
 VCL_CXX_HAS_HEADER_QUEUE:INTERNAL=1 //Have include set
 VCL_CXX_HAS_HEADER_SET:INTERNAL=1 //Have include sstream
 VCL_CXX_HAS_HEADER_SSTREAM:INTERNAL=1 //Have include stack
 VCL_CXX_HAS_HEADER_STACK:INTERNAL=1 //Have include stdexcept
 VCL_CXX_HAS_HEADER_STDEXCEPT:INTERNAL=1 //Have include streambuf
 VCL_CXX_HAS_HEADER_STREAMBUF:INTERNAL=1 //Have include string
 VCL_CXX_HAS_HEADER_STRING:INTERNAL=1 //Have include strstream
 VCL_CXX_HAS_HEADER_STRSTREAM:INTERNAL=1 //Have include typeinfo
 VCL_CXX_HAS_HEADER_TYPEINFO:INTERNAL=1 //Have include utility
 VCL_CXX_HAS_HEADER_UTILITY:INTERNAL=1 //Have include valarray
 VCL_CXX_HAS_HEADER_VAL
 ARRAY:INTERNAL=1 //Have include vector VCL_CXX_HAS_HEADER_VECTOR:INTERNAL=1
 //VXL test VCL_DEFAULT_VALUE:INTERNAL=1 //VXL test
 VCL_DEFINE_SPECIALIZATION:INTERNAL=1 //VXL test
 VCL_FOR_SCOPE_HACK:INTERNAL=1 //VXL test VCL_HAS_BOOL:INTERNAL=1 //VXL test
 VCL_HAS_DYNAMIC_CAST:INTERNAL=1 //VXL test VCL_HAS_EXCEPTIONS:INTERNAL=1
 //VXL test VCL_HAS_EXPLICIT:INTERNAL=1 //VXL test VCL_HAS_EXPORT:INTERNAL=1
 //VXL test (successful run) VCL_HAS_LFS:INTERNAL=1 //Result of TRY_COMPILE
 VCL_HAS_LFS_COMPILED:INTERNAL=TRUE //VXL test
 VCL_HAS_MEMBER_TEMPLATES:INTERNAL=1 //VXL test VCL_HAS_MUTABLE:INTERNAL=1
 //VXL test VCL_HAS_NAMESPACES:INTERNAL=1 //VXL test VCL_HAS_RTTI:INTERNAL=1
 //VXL test (successful run) VCL_HAS_SLICED_DESTRUCTOR_BUG:INTERNAL=1
 //Result of TRY_COMPILE
 VCL_HAS_SLICED_DESTRUCTOR_BUG_COMPILED:INTERNAL=TRUE //Test (failed to
 compile) VCL_HAS_TEMPLATE_SYMBOLS:INTERNAL=0 //Result of TRY_COMPILE
 VCL_HAS_TEMPLATE_SYMBOLS_COMPILED:INTERNAL=FALSE //VXL test
 VCL_HAS_TYPENAME:INTER
 NAL=1 //VXL test (successful run) VCL_HAS_WORKING_STRINGSTREAM:INTERNAL=1
 //Result of TRY_COMPILE VCL_HAS_WORKING_STRINGSTREAM_COMPILED:INTERNAL=TRUE
 //VXL test VCL_NEEDS_INLINE_INSTANTIATION:INTERNAL=1 //Test
 VCL_NEEDS_NAMESPACE_STD:INTERNAL=0 //VXL test
 VCL_NEED_FRIEND_FOR_TEMPLATE_OVERLOAD:INTERNAL=1 //VXL test
 VCL_NO_STATIC_DATA_MEMBERS:INTERNAL=1 //Test VCL_NULL_TMPL_ARGS:INTERNAL=0
 //VXL test (successful run) VCL_NUMERIC_LIMITS_HAS_INFINITY:INTERNAL=1
 //Result of TRY_COMPILE
 VCL_NUMERIC_LIMITS_HAS_INFINITY_COMPILED:INTERNAL=TRUE //VXL test
 VCL_OVERLOAD_CAST:INTERNAL=1 //VXL test (successful run)
 VCL_PROCESSOR_HAS_INFINITY:INTERNAL=1 //Result of TRY_COMPILE
 VCL_PROCESSOR_HAS_INFINITY_COMPILED:INTERNAL=TRUE //VXL test
 VCL_STATIC_CONST_INIT_FLOAT:INTERNAL=1 //VXL test
 VCL_STATIC_CONST_INIT_INT:INTERNAL=1 //Test
 VCL_STATIC_CONST_INIT_NO_DEFN:INTERNAL=0 //VXL test
 VCL_SUNPRO_CLASS_SCOPE_HACK:INTERNAL=1 //VXL test
 VCL_TEMPLATE_MATCHES_TOO_OFTEN:INTERNAL=1 //Advanced flag 
 for variable: VNL_CONFIG_CHECK_BOUNDS
 VNL_CONFIG_CHECK_BOUNDS-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 VNL_CONFIG_LEGACY_METHODS VNL_CONFIG_LEGACY_METHODS-ADVANCED:INTERNAL=1
 //Advanced flag for variable: VNL_CONFIG_THREAD_SAFE
 VNL_CONFIG_THREAD_SAFE-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 VW_RAW_DATA_PATH VW_RAW_DATA_PATH-ADVANCED:INTERNAL=1
 VXLNumerics_JAVA_DEPENDS:INTERNAL=vnl_matrix; vnl_vector; vcl_complex;
 vnl_c_vector; vnl_diag_matrix; vnl_file_matrix; vnl_file_vector;
 vnl_fortran_copy; vnl_matrix_fixed; vnl_matrix_fixed_ref; vnl_matrix_ref;
 vnl_vector_ref //VXL test VXL_APPLE_HAS_ISNAND:INTERNAL=1 //Result of
 TRY_RUN VXL_BIG_ENDIAN:INTERNAL=0 //VXL test result VXL_BYTE:INTERNAL=char
 //Serial number of last configuration
 VXL_CONFIG_SERIAL_LAST:INTERNAL=2006-16-03-002 //Have symbol finite
 VXL_C_MATH_HAS_FINITE:INTERNAL=1 //Have symbol finitef
 VXL_C_MATH_HAS_FINITEF:INTERNAL=1 //Have symbol finitel
 VXL_C_MATH_HAS_FINITEL:INTERNAL=1 //VXL test VXL_C_MATH_HAS_LROU
 ND:INTERNAL=1 //Have symbol sqrtf VXL_C_MATH_HAS_SQRTF:INTERNAL=1 //VXL test
 result VXL_HAS_BYTE:INTERNAL=1 //Test VXL_HAS_DBGHELP_H:INTERNAL=0 //Have
 include ieeefp.h VXL_HAS_IEEEFP_H:INTERNAL= //VXL test result
 VXL_HAS_IEEE_128:INTERNAL=1 //VXL test result VXL_HAS_IEEE_32:INTERNAL=1
 //VXL test result VXL_HAS_IEEE_64:INTERNAL=1 //VXL test result
 VXL_HAS_IEEE_96:INTERNAL=0 //VXL test result VXL_HAS_INT_16:INTERNAL=1
 //VXL test result VXL_HAS_INT_32:INTERNAL=1 //VXL test result
 VXL_HAS_INT_64:INTERNAL=1 //VXL test result VXL_HAS_INT_8:INTERNAL=1 //Have
 include pthread.h VXL_HAS_PTHREAD_H:INTERNAL=1 //Have include semaphore.h
 VXL_HAS_SEMAPHORE_H:INTERNAL=1 //Have symbol finite
 VXL_IEEEFP_HAS_FINITE:INTERNAL= //VXL test result
 VXL_IEEE_128:INTERNAL=long double //VXL test result
 VXL_IEEE_32:INTERNAL=float //VXL test result VXL_IEEE_64:INTERNAL=double
 //VXL test result VXL_IEEE_96:INTERNAL=void //VXL test result
 VXL_INT_16:INTERNAL=short //VXL test result VXL_INT_32:INTERNAL=int 
 //VXL test result VXL_INT_64:INTERNAL=long long //VXL test result
 VXL_INT_8:INTERNAL=char //Have symbol drand48
 VXL_STDLIB_HAS_DRAND48:INTERNAL=1 //Have symbol lrand48
 VXL_STDLIB_HAS_LRAND48:INTERNAL=1 //VXL test
 VXL_STDLIB_HAS_QSORT:INTERNAL=1 //Have symbol srand48
 VXL_STDLIB_HAS_SRAND48:INTERNAL=1 //Have function getpid
 VXL_UNISTD_HAS_GETPID:INTERNAL=1 //Have symbol intptr_t
 VXL_UNISTD_HAS_INTPTR_T:INTERNAL=1 //Have function lchown
 VXL_UNISTD_HAS_LCHOWN:INTERNAL=1 //Have function pread
 VXL_UNISTD_HAS_PREAD:INTERNAL=1 //Have function pwrite
 VXL_UNISTD_HAS_PWRITE:INTERNAL=1 //Have function tell
 VXL_UNISTD_HAS_TELL:INTERNAL= //Have function ualarm
 VXL_UNISTD_HAS_UALARM:INTERNAL=1 //Have symbol useconds_t
 VXL_UNISTD_HAS_USECONDS_T:INTERNAL=1 //Have function usleep
 VXL_UNISTD_HAS_USLEEP:INTERNAL=1 //VXL test
 VXL_UNISTD_USLEEP_IS_VOID:INTERNAL=1 //Advanced flag for variable:
 VXL_UPDATE_CONFIGURATION VXL_UPDATE_CONFIGURATION-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_
 BinaryMorphology WRAP_BinaryMorphology-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: WRAP_Calculators WRAP_Calculators-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_Compose WRAP_Compose-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_DeformableTransforms
 WRAP_DeformableTransforms-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Denoising WRAP_Denoising-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_DistanceMap WRAP_DistanceMap-ADVANCED:INTERNAL=1 //Advanced
 flag for variable: WRAP_EdgesAndContours
 WRAP_EdgesAndContours-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_FFT WRAP_FFT-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_FFTW WRAP_FFTW-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Filtering WRAP_Filtering-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_IO WRAP_IO-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_ITK_INSTALL_PREFIX WRAP_ITK_INSTALL_PREFIX-ADVANCED:INTERNAL=1
 //Modified flag for variable
 : WRAP_ITK_JAVA WRAP_ITK_JAVA-MODIFIED:INTERNAL=1 //Modified flag for
 variable: WRAP_ITK_TCL WRAP_ITK_TCL-MODIFIED:INTERNAL=1 //Advanced flag for
 variable: WRAP_IntensityFilters WRAP_IntensityFilters-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_Interpolators
 WRAP_Interpolators-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Iterators WRAP_Iterators-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_LevelSet WRAP_LevelSet-ADVANCED:INTERNAL=1 //Advanced flag
 for variable: WRAP_Morphology WRAP_Morphology-ADVANCED:INTERNAL=1
 //Advanced flag for variable: WRAP_PixelMath
 WRAP_PixelMath-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_Registration WRAP_Registration-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_Resize WRAP_Resize-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_SegmentationAndThreshold
 WRAP_SegmentationAndThreshold-ADVANCED:INTERNAL=1 //Advanced flag for
 variable: WRAP_SegmentationValidation WRAP_SegmentationValidation-ADVAN
 CED:INTERNAL=1 //Advanced flag for variable: WRAP_SimpleFilters
 WRAP_SimpleFilters-ADVANCED:INTERNAL=1 //Advanced flag for variable:
 WRAP_UnaryPixelMath WRAP_UnaryPixelMath-ADVANCED:INTERNAL=1 //Modified flag
 for variable: WRAP_unsigned_char WRAP_unsigned_char-MODIFIED:INTERNAL=1
 //Modified flag for variable: WRAP_unsigned_long
 WRAP_unsigned_long-MODIFIED:INTERNAL=1 //Have library
 /usr/X11R6/lib/libX11.dylib;
 /usr/X11R6/lib/libXext.dylib // X11_LIB_X11_SOLO:INTERNAL=1 //Advanced flag
 for variable: X11_X11_INCLUDE_PATH X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
 //Modified flag for variable: X11_X11_INCLUDE_PATH
 X11_X11_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11_X11_LIB X11_X11_LIB-ADVANCED:INTERNAL=1 //Modified flag for variable:
 X11_X11_LIB X11_X11_LIB-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11_Xext_LIB X11_Xext_LIB-ADVANCED:INTERNAL=1 //Modified flag for variable:
 X11_Xext_LIB X11_Xext_LIB-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11
 _Xlib_INCLUDE_PATH X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Modified flag
 for variable: X11_Xlib_INCLUDE_PATH
 X11_Xlib_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Advanced flag for variable:
 X11_Xutil_INCLUDE_PATH X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
 //Modified flag for variable: X11_Xutil_INCLUDE_PATH
 X11_Xutil_INCLUDE_PATH-MODIFIED:INTERNAL=1 //Result of TRY_COMPILE
 _GNU_SOURCE_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE
 gcc_ac_cv_c_const_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE
 gcc_ac_cv_func_fork_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 gcc_ac_cv_func_fork_RESULT:INTERNAL=0 //Result of TRY_COMPILE
 gcc_ac_cv_func_vfork_COMPILED:INTERNAL=TRUE //Result of TRY_RUN
 gcc_ac_cv_func_vfork_RESULT:INTERNAL=0 
 
	- Next message: [Insight-users] Has anyone successfully compiled ITK3 from CVS
	with CableSWIG-ITK3, with wrapITK, with python, on OSX?
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the Insight-users
mailing list