2000-09-27 15:01:19 -04:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make
|
|
|
|
CMAKE_LIB_EXT = @CMAKE_LIB_EXT@
|
|
|
|
|
2000-08-29 10:56:51 -04:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Include all variable settings
|
2001-05-09 13:22:20 -04:00
|
|
|
include @CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make
|
2000-08-29 10:56:51 -04:00
|
|
|
|
2001-04-11 15:43:29 -04:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Include generated rules
|
2001-05-09 13:22:20 -04:00
|
|
|
include CMakeTargets.make
|
2001-04-11 15:43:29 -04:00
|
|
|
|
2000-08-29 10:56:51 -04:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Include user-editable defines.
|
2001-05-09 13:22:20 -04:00
|
|
|
include @CMAKE_CONFIG_DIR@/CMakeLocal.make
|
2000-08-29 10:56:51 -04:00
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Include General Build Rules
|
2001-05-09 13:22:20 -04:00
|
|
|
include @CMAKE_CONFIG_DIR@/CMake/CMakeRules.make
|
2000-08-29 10:56:51 -04:00
|
|
|
|
|
|
|
|