diff --git a/trunk/paradiseo-mo/build/DartConfiguration.tcl b/trunk/paradiseo-mo/build/DartConfiguration.tcl deleted file mode 100644 index c3c3d06d7..000000000 --- a/trunk/paradiseo-mo/build/DartConfiguration.tcl +++ /dev/null @@ -1,75 +0,0 @@ -# This file is configured by CMake automatically as DartConfiguration.tcl -# If you choose not to use CMake, this file may be hand configured, by -# filling in the required variables. - - -# Configuration directories and files -SourceDirectory: /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo -BuildDirectory: /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo/build - -# Site is something like machine.domain, i.e. pragmatic.crd -Site: me-laptop - -# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ -BuildName: Linux-c++ - -# Submission information -IsCDash: TRUE -DropSite: cdash.inria.fr -DropLocation: /CDash/submit.php?project=ParadisEO -DropSiteUser: -DropSitePassword: -DropSiteMode: -DropMethod: http -TriggerSite: -ScpCommand: /usr/bin/scp - -# Dashboard start time -NightlyStartTime: 00:00:00 EST - -# Commands for the build/test/submit cycle -ConfigureCommand: "/usr/bin/cmake" "/home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo" -MakeCommand: /usr/bin/make -i - -# CVS options -# Default is "-d -P -A" -CVSCommand: /usr/bin/cvs -CVSUpdateOptions: -d -A -P - -# Subversion options -SVNCommand: /usr/bin/svn -SVNUpdateOptions: - -# Generic update command -UpdateCommand: /usr/bin/svn -UpdateOptions: -UpdateType: svn - -# Compiler info -Compiler: /usr/bin/c++ - -# Dynamic analysis and coverage -PurifyCommand: -ValgrindCommand: -ValgrindCommandOptions: -MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND -MemoryCheckCommandOptions: -MemoryCheckSuppressionFile: -CoverageCommand: /usr/bin/gcov - -# Cluster commands -SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND -SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND - -# Testing options -# TimeOut is the amount of time in seconds to wait for processes -# to complete during testing. After TimeOut seconds, the -# process will be summarily terminated. -# Currently set to 25 minutes -TimeOut: 1500 - -UseLaunchers: -CurlOptions: -# warning, if you add new options here that have to do with submit, -# you have to update cmCTestSubmitCommand.cxx - diff --git a/trunk/paradiseo-mo/build/Makefile b/trunk/paradiseo-mo/build/Makefile deleted file mode 100644 index 13c40895f..000000000 --- a/trunk/paradiseo-mo/build/Makefile +++ /dev/null @@ -1,1020 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canoncical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..." - /usr/bin/cmake -i . -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo/build/CMakeFiles /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo/build/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/me/Programmation/ProjetEclipse/paradiseo-trunk/paradiseo-mo/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named Continuous - -# Build rule for target. -Continuous: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Continuous -.PHONY : Continuous - -# fast build rule for target. -Continuous/fast: - $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build -.PHONY : Continuous/fast - -#============================================================================= -# Target rules for targets named ContinuousBuild - -# Build rule for target. -ContinuousBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousBuild -.PHONY : ContinuousBuild - -# fast build rule for target. -ContinuousBuild/fast: - $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build -.PHONY : ContinuousBuild/fast - -#============================================================================= -# Target rules for targets named ContinuousConfigure - -# Build rule for target. -ContinuousConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousConfigure -.PHONY : ContinuousConfigure - -# fast build rule for target. -ContinuousConfigure/fast: - $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build -.PHONY : ContinuousConfigure/fast - -#============================================================================= -# Target rules for targets named ContinuousCoverage - -# Build rule for target. -ContinuousCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousCoverage -.PHONY : ContinuousCoverage - -# fast build rule for target. -ContinuousCoverage/fast: - $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build -.PHONY : ContinuousCoverage/fast - -#============================================================================= -# Target rules for targets named ContinuousMemCheck - -# Build rule for target. -ContinuousMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousMemCheck -.PHONY : ContinuousMemCheck - -# fast build rule for target. -ContinuousMemCheck/fast: - $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build -.PHONY : ContinuousMemCheck/fast - -#============================================================================= -# Target rules for targets named ContinuousStart - -# Build rule for target. -ContinuousStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousStart -.PHONY : ContinuousStart - -# fast build rule for target. -ContinuousStart/fast: - $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build -.PHONY : ContinuousStart/fast - -#============================================================================= -# Target rules for targets named ContinuousSubmit - -# Build rule for target. -ContinuousSubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousSubmit -.PHONY : ContinuousSubmit - -# fast build rule for target. -ContinuousSubmit/fast: - $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build -.PHONY : ContinuousSubmit/fast - -#============================================================================= -# Target rules for targets named ContinuousTest - -# Build rule for target. -ContinuousTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousTest -.PHONY : ContinuousTest - -# fast build rule for target. -ContinuousTest/fast: - $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build -.PHONY : ContinuousTest/fast - -#============================================================================= -# Target rules for targets named ContinuousUpdate - -# Build rule for target. -ContinuousUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousUpdate -.PHONY : ContinuousUpdate - -# fast build rule for target. -ContinuousUpdate/fast: - $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build -.PHONY : ContinuousUpdate/fast - -#============================================================================= -# Target rules for targets named Experimental - -# Build rule for target. -Experimental: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Experimental -.PHONY : Experimental - -# fast build rule for target. -Experimental/fast: - $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build -.PHONY : Experimental/fast - -#============================================================================= -# Target rules for targets named ExperimentalBuild - -# Build rule for target. -ExperimentalBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalBuild -.PHONY : ExperimentalBuild - -# fast build rule for target. -ExperimentalBuild/fast: - $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build -.PHONY : ExperimentalBuild/fast - -#============================================================================= -# Target rules for targets named ExperimentalConfigure - -# Build rule for target. -ExperimentalConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalConfigure -.PHONY : ExperimentalConfigure - -# fast build rule for target. -ExperimentalConfigure/fast: - $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build -.PHONY : ExperimentalConfigure/fast - -#============================================================================= -# Target rules for targets named ExperimentalCoverage - -# Build rule for target. -ExperimentalCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalCoverage -.PHONY : ExperimentalCoverage - -# fast build rule for target. -ExperimentalCoverage/fast: - $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build -.PHONY : ExperimentalCoverage/fast - -#============================================================================= -# Target rules for targets named ExperimentalMemCheck - -# Build rule for target. -ExperimentalMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalMemCheck -.PHONY : ExperimentalMemCheck - -# fast build rule for target. -ExperimentalMemCheck/fast: - $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build -.PHONY : ExperimentalMemCheck/fast - -#============================================================================= -# Target rules for targets named ExperimentalStart - -# Build rule for target. -ExperimentalStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalStart -.PHONY : ExperimentalStart - -# fast build rule for target. -ExperimentalStart/fast: - $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build -.PHONY : ExperimentalStart/fast - -#============================================================================= -# Target rules for targets named ExperimentalSubmit - -# Build rule for target. -ExperimentalSubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalSubmit -.PHONY : ExperimentalSubmit - -# fast build rule for target. -ExperimentalSubmit/fast: - $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build -.PHONY : ExperimentalSubmit/fast - -#============================================================================= -# Target rules for targets named ExperimentalTest - -# Build rule for target. -ExperimentalTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalTest -.PHONY : ExperimentalTest - -# fast build rule for target. -ExperimentalTest/fast: - $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build -.PHONY : ExperimentalTest/fast - -#============================================================================= -# Target rules for targets named ExperimentalUpdate - -# Build rule for target. -ExperimentalUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalUpdate -.PHONY : ExperimentalUpdate - -# fast build rule for target. -ExperimentalUpdate/fast: - $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build -.PHONY : ExperimentalUpdate/fast - -#============================================================================= -# Target rules for targets named Nightly - -# Build rule for target. -Nightly: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Nightly -.PHONY : Nightly - -# fast build rule for target. -Nightly/fast: - $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build -.PHONY : Nightly/fast - -#============================================================================= -# Target rules for targets named NightlyBuild - -# Build rule for target. -NightlyBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyBuild -.PHONY : NightlyBuild - -# fast build rule for target. -NightlyBuild/fast: - $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build -.PHONY : NightlyBuild/fast - -#============================================================================= -# Target rules for targets named NightlyConfigure - -# Build rule for target. -NightlyConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyConfigure -.PHONY : NightlyConfigure - -# fast build rule for target. -NightlyConfigure/fast: - $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build -.PHONY : NightlyConfigure/fast - -#============================================================================= -# Target rules for targets named NightlyCoverage - -# Build rule for target. -NightlyCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyCoverage -.PHONY : NightlyCoverage - -# fast build rule for target. -NightlyCoverage/fast: - $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build -.PHONY : NightlyCoverage/fast - -#============================================================================= -# Target rules for targets named NightlyMemCheck - -# Build rule for target. -NightlyMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyMemCheck -.PHONY : NightlyMemCheck - -# fast build rule for target. -NightlyMemCheck/fast: - $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build -.PHONY : NightlyMemCheck/fast - -#============================================================================= -# Target rules for targets named NightlyMemoryCheck - -# Build rule for target. -NightlyMemoryCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyMemoryCheck -.PHONY : NightlyMemoryCheck - -# fast build rule for target. -NightlyMemoryCheck/fast: - $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build -.PHONY : NightlyMemoryCheck/fast - -#============================================================================= -# Target rules for targets named NightlyStart - -# Build rule for target. -NightlyStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyStart -.PHONY : NightlyStart - -# fast build rule for target. -NightlyStart/fast: - $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build -.PHONY : NightlyStart/fast - -#============================================================================= -# Target rules for targets named NightlySubmit - -# Build rule for target. -NightlySubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlySubmit -.PHONY : NightlySubmit - -# fast build rule for target. -NightlySubmit/fast: - $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build -.PHONY : NightlySubmit/fast - -#============================================================================= -# Target rules for targets named NightlyTest - -# Build rule for target. -NightlyTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyTest -.PHONY : NightlyTest - -# fast build rule for target. -NightlyTest/fast: - $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build -.PHONY : NightlyTest/fast - -#============================================================================= -# Target rules for targets named NightlyUpdate - -# Build rule for target. -NightlyUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyUpdate -.PHONY : NightlyUpdate - -# fast build rule for target. -NightlyUpdate/fast: - $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build -.PHONY : NightlyUpdate/fast - -#============================================================================= -# Target rules for targets named firstImprHC_maxSAT - -# Build rule for target. -firstImprHC_maxSAT: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 firstImprHC_maxSAT -.PHONY : firstImprHC_maxSAT - -# fast build rule for target. -firstImprHC_maxSAT/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/firstImprHC_maxSAT.dir/build.make tutorial/Lesson1/CMakeFiles/firstImprHC_maxSAT.dir/build -.PHONY : firstImprHC_maxSAT/fast - -#============================================================================= -# Target rules for targets named lesson1 - -# Build rule for target. -lesson1: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1 -.PHONY : lesson1 - -# fast build rule for target. -lesson1/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1.dir/build -.PHONY : lesson1/fast - -#============================================================================= -# Target rules for targets named lesson1_combinedContinuator - -# Build rule for target. -lesson1_combinedContinuator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_combinedContinuator -.PHONY : lesson1_combinedContinuator - -# fast build rule for target. -lesson1_combinedContinuator/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_combinedContinuator.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_combinedContinuator.dir/build -.PHONY : lesson1_combinedContinuator/fast - -#============================================================================= -# Target rules for targets named lesson1_evalContinuator - -# Build rule for target. -lesson1_evalContinuator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_evalContinuator -.PHONY : lesson1_evalContinuator - -# fast build rule for target. -lesson1_evalContinuator/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_evalContinuator.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_evalContinuator.dir/build -.PHONY : lesson1_evalContinuator/fast - -#============================================================================= -# Target rules for targets named lesson1_firstImprHC - -# Build rule for target. -lesson1_firstImprHC: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_firstImprHC -.PHONY : lesson1_firstImprHC - -# fast build rule for target. -lesson1_firstImprHC/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_firstImprHC.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_firstImprHC.dir/build -.PHONY : lesson1_firstImprHC/fast - -#============================================================================= -# Target rules for targets named lesson1_fitContinuator - -# Build rule for target. -lesson1_fitContinuator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_fitContinuator -.PHONY : lesson1_fitContinuator - -# fast build rule for target. -lesson1_fitContinuator/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_fitContinuator.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_fitContinuator.dir/build -.PHONY : lesson1_fitContinuator/fast - -#============================================================================= -# Target rules for targets named lesson1_fullEvalContinuator - -# Build rule for target. -lesson1_fullEvalContinuator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_fullEvalContinuator -.PHONY : lesson1_fullEvalContinuator - -# fast build rule for target. -lesson1_fullEvalContinuator/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_fullEvalContinuator.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_fullEvalContinuator.dir/build -.PHONY : lesson1_fullEvalContinuator/fast - -#============================================================================= -# Target rules for targets named lesson1_iterContinuator - -# Build rule for target. -lesson1_iterContinuator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_iterContinuator -.PHONY : lesson1_iterContinuator - -# fast build rule for target. -lesson1_iterContinuator/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_iterContinuator.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_iterContinuator.dir/build -.PHONY : lesson1_iterContinuator/fast - -#============================================================================= -# Target rules for targets named lesson1_neutralHC - -# Build rule for target. -lesson1_neutralHC: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_neutralHC -.PHONY : lesson1_neutralHC - -# fast build rule for target. -lesson1_neutralHC/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_neutralHC.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_neutralHC.dir/build -.PHONY : lesson1_neutralHC/fast - -#============================================================================= -# Target rules for targets named lesson1_randomBestHC - -# Build rule for target. -lesson1_randomBestHC: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_randomBestHC -.PHONY : lesson1_randomBestHC - -# fast build rule for target. -lesson1_randomBestHC/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_randomBestHC.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_randomBestHC.dir/build -.PHONY : lesson1_randomBestHC/fast - -#============================================================================= -# Target rules for targets named lesson1_simpleHC - -# Build rule for target. -lesson1_simpleHC: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson1_simpleHC -.PHONY : lesson1_simpleHC - -# fast build rule for target. -lesson1_simpleHC/fast: - $(MAKE) -f tutorial/Lesson1/CMakeFiles/lesson1_simpleHC.dir/build.make tutorial/Lesson1/CMakeFiles/lesson1_simpleHC.dir/build -.PHONY : lesson1_simpleHC/fast - -#============================================================================= -# Target rules for targets named lesson2 - -# Build rule for target. -lesson2: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson2 -.PHONY : lesson2 - -# fast build rule for target. -lesson2/fast: - $(MAKE) -f tutorial/Lesson2/CMakeFiles/lesson2.dir/build.make tutorial/Lesson2/CMakeFiles/lesson2.dir/build -.PHONY : lesson2/fast - -#============================================================================= -# Target rules for targets named testNeighborhood - -# Build rule for target. -testNeighborhood: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testNeighborhood -.PHONY : testNeighborhood - -# fast build rule for target. -testNeighborhood/fast: - $(MAKE) -f tutorial/Lesson2/CMakeFiles/testNeighborhood.dir/build.make tutorial/Lesson2/CMakeFiles/testNeighborhood.dir/build -.PHONY : testNeighborhood/fast - -#============================================================================= -# Target rules for targets named lesson3 - -# Build rule for target. -lesson3: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson3 -.PHONY : lesson3 - -# fast build rule for target. -lesson3/fast: - $(MAKE) -f tutorial/Lesson3/CMakeFiles/lesson3.dir/build.make tutorial/Lesson3/CMakeFiles/lesson3.dir/build -.PHONY : lesson3/fast - -#============================================================================= -# Target rules for targets named testSimulatedAnnealing - -# Build rule for target. -testSimulatedAnnealing: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testSimulatedAnnealing -.PHONY : testSimulatedAnnealing - -# fast build rule for target. -testSimulatedAnnealing/fast: - $(MAKE) -f tutorial/Lesson3/CMakeFiles/testSimulatedAnnealing.dir/build.make tutorial/Lesson3/CMakeFiles/testSimulatedAnnealing.dir/build -.PHONY : testSimulatedAnnealing/fast - -#============================================================================= -# Target rules for targets named lesson4 - -# Build rule for target. -lesson4: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson4 -.PHONY : lesson4 - -# fast build rule for target. -lesson4/fast: - $(MAKE) -f tutorial/Lesson4/CMakeFiles/lesson4.dir/build.make tutorial/Lesson4/CMakeFiles/lesson4.dir/build -.PHONY : lesson4/fast - -#============================================================================= -# Target rules for targets named testSimpleTS - -# Build rule for target. -testSimpleTS: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testSimpleTS -.PHONY : testSimpleTS - -# fast build rule for target. -testSimpleTS/fast: - $(MAKE) -f tutorial/Lesson4/CMakeFiles/testSimpleTS.dir/build.make tutorial/Lesson4/CMakeFiles/testSimpleTS.dir/build -.PHONY : testSimpleTS/fast - -#============================================================================= -# Target rules for targets named lesson5 - -# Build rule for target. -lesson5: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson5 -.PHONY : lesson5 - -# fast build rule for target. -lesson5/fast: - $(MAKE) -f tutorial/Lesson5/CMakeFiles/lesson5.dir/build.make tutorial/Lesson5/CMakeFiles/lesson5.dir/build -.PHONY : lesson5/fast - -#============================================================================= -# Target rules for targets named testILS - -# Build rule for target. -testILS: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testILS -.PHONY : testILS - -# fast build rule for target. -testILS/fast: - $(MAKE) -f tutorial/Lesson5/CMakeFiles/testILS.dir/build.make tutorial/Lesson5/CMakeFiles/testILS.dir/build -.PHONY : testILS/fast - -#============================================================================= -# Target rules for targets named adaptiveWalks - -# Build rule for target. -adaptiveWalks: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 adaptiveWalks -.PHONY : adaptiveWalks - -# fast build rule for target. -adaptiveWalks/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/adaptiveWalks.dir/build.make tutorial/Lesson6/CMakeFiles/adaptiveWalks.dir/build -.PHONY : adaptiveWalks/fast - -#============================================================================= -# Target rules for targets named autocorrelation - -# Build rule for target. -autocorrelation: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 autocorrelation -.PHONY : autocorrelation - -# fast build rule for target. -autocorrelation/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/autocorrelation.dir/build.make tutorial/Lesson6/CMakeFiles/autocorrelation.dir/build -.PHONY : autocorrelation/fast - -#============================================================================= -# Target rules for targets named densityOfStates - -# Build rule for target. -densityOfStates: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 densityOfStates -.PHONY : densityOfStates - -# fast build rule for target. -densityOfStates/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/densityOfStates.dir/build.make tutorial/Lesson6/CMakeFiles/densityOfStates.dir/build -.PHONY : densityOfStates/fast - -#============================================================================= -# Target rules for targets named fdc - -# Build rule for target. -fdc: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 fdc -.PHONY : fdc - -# fast build rule for target. -fdc/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/fdc.dir/build.make tutorial/Lesson6/CMakeFiles/fdc.dir/build -.PHONY : fdc/fast - -#============================================================================= -# Target rules for targets named fitnessCloud - -# Build rule for target. -fitnessCloud: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 fitnessCloud -.PHONY : fitnessCloud - -# fast build rule for target. -fitnessCloud/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/fitnessCloud.dir/build.make tutorial/Lesson6/CMakeFiles/fitnessCloud.dir/build -.PHONY : fitnessCloud/fast - -#============================================================================= -# Target rules for targets named lesson6 - -# Build rule for target. -lesson6: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson6 -.PHONY : lesson6 - -# fast build rule for target. -lesson6/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/lesson6.dir/build.make tutorial/Lesson6/CMakeFiles/lesson6.dir/build -.PHONY : lesson6/fast - -#============================================================================= -# Target rules for targets named neutralDegree - -# Build rule for target. -neutralDegree: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 neutralDegree -.PHONY : neutralDegree - -# fast build rule for target. -neutralDegree/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/neutralDegree.dir/build.make tutorial/Lesson6/CMakeFiles/neutralDegree.dir/build -.PHONY : neutralDegree/fast - -#============================================================================= -# Target rules for targets named neutralWalk - -# Build rule for target. -neutralWalk: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 neutralWalk -.PHONY : neutralWalk - -# fast build rule for target. -neutralWalk/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/neutralWalk.dir/build.make tutorial/Lesson6/CMakeFiles/neutralWalk.dir/build -.PHONY : neutralWalk/fast - -#============================================================================= -# Target rules for targets named sampling - -# Build rule for target. -sampling: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 sampling -.PHONY : sampling - -# fast build rule for target. -sampling/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/sampling.dir/build.make tutorial/Lesson6/CMakeFiles/sampling.dir/build -.PHONY : sampling/fast - -#============================================================================= -# Target rules for targets named testMetropolisHasting - -# Build rule for target. -testMetropolisHasting: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testMetropolisHasting -.PHONY : testMetropolisHasting - -# fast build rule for target. -testMetropolisHasting/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/testMetropolisHasting.dir/build.make tutorial/Lesson6/CMakeFiles/testMetropolisHasting.dir/build -.PHONY : testMetropolisHasting/fast - -#============================================================================= -# Target rules for targets named testRandomNeutralWalk - -# Build rule for target. -testRandomNeutralWalk: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testRandomNeutralWalk -.PHONY : testRandomNeutralWalk - -# fast build rule for target. -testRandomNeutralWalk/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/testRandomNeutralWalk.dir/build.make tutorial/Lesson6/CMakeFiles/testRandomNeutralWalk.dir/build -.PHONY : testRandomNeutralWalk/fast - -#============================================================================= -# Target rules for targets named testRandomWalk - -# Build rule for target. -testRandomWalk: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testRandomWalk -.PHONY : testRandomWalk - -# fast build rule for target. -testRandomWalk/fast: - $(MAKE) -f tutorial/Lesson6/CMakeFiles/testRandomWalk.dir/build.make tutorial/Lesson6/CMakeFiles/testRandomWalk.dir/build -.PHONY : testRandomWalk/fast - -#============================================================================= -# Target rules for targets named hybridAlgo - -# Build rule for target. -hybridAlgo: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 hybridAlgo -.PHONY : hybridAlgo - -# fast build rule for target. -hybridAlgo/fast: - $(MAKE) -f tutorial/Lesson7/CMakeFiles/hybridAlgo.dir/build.make tutorial/Lesson7/CMakeFiles/hybridAlgo.dir/build -.PHONY : hybridAlgo/fast - -#============================================================================= -# Target rules for targets named lesson7 - -# Build rule for target. -lesson7: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 lesson7 -.PHONY : lesson7 - -# fast build rule for target. -lesson7/fast: - $(MAKE) -f tutorial/Lesson7/CMakeFiles/lesson7.dir/build.make tutorial/Lesson7/CMakeFiles/lesson7.dir/build -.PHONY : lesson7/fast - -#============================================================================= -# Target rules for targets named testPopLS - -# Build rule for target. -testPopLS: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 testPopLS -.PHONY : testPopLS - -# fast build rule for target. -testPopLS/fast: - $(MAKE) -f tutorial/Lesson8/CMakeFiles/testPopLS.dir/build.make tutorial/Lesson8/CMakeFiles/testPopLS.dir/build -.PHONY : testPopLS/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... Continuous" - @echo "... ContinuousBuild" - @echo "... ContinuousConfigure" - @echo "... ContinuousCoverage" - @echo "... ContinuousMemCheck" - @echo "... ContinuousStart" - @echo "... ContinuousSubmit" - @echo "... ContinuousTest" - @echo "... ContinuousUpdate" - @echo "... Experimental" - @echo "... ExperimentalBuild" - @echo "... ExperimentalConfigure" - @echo "... ExperimentalCoverage" - @echo "... ExperimentalMemCheck" - @echo "... ExperimentalStart" - @echo "... ExperimentalSubmit" - @echo "... ExperimentalTest" - @echo "... ExperimentalUpdate" - @echo "... Nightly" - @echo "... NightlyBuild" - @echo "... NightlyConfigure" - @echo "... NightlyCoverage" - @echo "... NightlyMemCheck" - @echo "... NightlyMemoryCheck" - @echo "... NightlyStart" - @echo "... NightlySubmit" - @echo "... NightlyTest" - @echo "... NightlyUpdate" - @echo "... edit_cache" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... test" - @echo "... firstImprHC_maxSAT" - @echo "... lesson1" - @echo "... lesson1_combinedContinuator" - @echo "... lesson1_evalContinuator" - @echo "... lesson1_firstImprHC" - @echo "... lesson1_fitContinuator" - @echo "... lesson1_fullEvalContinuator" - @echo "... lesson1_iterContinuator" - @echo "... lesson1_neutralHC" - @echo "... lesson1_randomBestHC" - @echo "... lesson1_simpleHC" - @echo "... lesson2" - @echo "... testNeighborhood" - @echo "... lesson3" - @echo "... testSimulatedAnnealing" - @echo "... lesson4" - @echo "... testSimpleTS" - @echo "... lesson5" - @echo "... testILS" - @echo "... adaptiveWalks" - @echo "... autocorrelation" - @echo "... densityOfStates" - @echo "... fdc" - @echo "... fitnessCloud" - @echo "... lesson6" - @echo "... neutralDegree" - @echo "... neutralWalk" - @echo "... sampling" - @echo "... testMetropolisHasting" - @echo "... testRandomNeutralWalk" - @echo "... testRandomWalk" - @echo "... hybridAlgo" - @echo "... lesson7" - @echo "... testPopLS" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system -