diff --git a/CMakeFiles/Makefile.cmake b/CMakeFiles/Makefile.cmake index a6b8e1e..8c3fd19 100644 --- a/CMakeFiles/Makefile.cmake +++ b/CMakeFiles/Makefile.cmake @@ -76,4 +76,5 @@ set(CMAKE_DEPEND_INFO_FILES "src/CMakeFiles/factory_core.dir/DependInfo.cmake" "test/CMakeFiles/test_simple.dir/DependInfo.cmake" "test/CMakeFiles/test_json.dir/DependInfo.cmake" + "test/CMakeFiles/test_optim.dir/DependInfo.cmake" ) diff --git a/CMakeFiles/Makefile2 b/CMakeFiles/Makefile2 index 2c95067..57b3380 100644 --- a/CMakeFiles/Makefile2 +++ b/CMakeFiles/Makefile2 @@ -98,6 +98,7 @@ src/clean: src/CMakeFiles/factory_core.dir/clean # Recursive "all" directory target. test/all: test/CMakeFiles/test_simple.dir/all test/all: test/CMakeFiles/test_json.dir/all +test/all: test/CMakeFiles/test_optim.dir/all .PHONY : test/all # Recursive "preinstall" directory target. @@ -107,6 +108,7 @@ test/preinstall: # Recursive "clean" directory target. test/clean: test/CMakeFiles/test_simple.dir/clean test/clean: test/CMakeFiles/test_json.dir/clean +test/clean: test/CMakeFiles/test_optim.dir/clean .PHONY : test/clean #============================================================================= @@ -142,7 +144,7 @@ src/CMakeFiles/factory_core.dir/clean: test/CMakeFiles/test_simple.dir/all: src/CMakeFiles/factory_core.dir/all $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_simple.dir/build.make test/CMakeFiles/test_simple.dir/depend $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_simple.dir/build.make test/CMakeFiles/test_simple.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/lj50/Univ/M2/Modelisation_problemes/simulation/CMakeFiles --progress-num=15,16 "Built target test_simple" + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/lj50/Univ/M2/Modelisation_problemes/simulation/CMakeFiles --progress-num=17,18 "Built target test_simple" .PHONY : test/CMakeFiles/test_simple.dir/all # Build rule for subdir invocation for target. @@ -187,6 +189,32 @@ test/CMakeFiles/test_json.dir/clean: $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_json.dir/build.make test/CMakeFiles/test_json.dir/clean .PHONY : test/CMakeFiles/test_json.dir/clean +#============================================================================= +# Target rules for target test/CMakeFiles/test_optim.dir + +# All Build rule for target. +test/CMakeFiles/test_optim.dir/all: src/CMakeFiles/factory_core.dir/all + $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/depend + $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/lj50/Univ/M2/Modelisation_problemes/simulation/CMakeFiles --progress-num=15,16 "Built target test_optim" +.PHONY : test/CMakeFiles/test_optim.dir/all + +# Build rule for subdir invocation for target. +test/CMakeFiles/test_optim.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/lj50/Univ/M2/Modelisation_problemes/simulation/CMakeFiles 14 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/test_optim.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/lj50/Univ/M2/Modelisation_problemes/simulation/CMakeFiles 0 +.PHONY : test/CMakeFiles/test_optim.dir/rule + +# Convenience name for target. +test_optim: test/CMakeFiles/test_optim.dir/rule +.PHONY : test_optim + +# clean rule for target. +test/CMakeFiles/test_optim.dir/clean: + $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/clean +.PHONY : test/CMakeFiles/test_optim.dir/clean + #============================================================================= # Special targets to cleanup operation of make. diff --git a/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt index 0c1073f..2fa4681 100644 --- a/CMakeFiles/TargetDirectories.txt +++ b/CMakeFiles/TargetDirectories.txt @@ -7,6 +7,7 @@ /home/lj50/Univ/M2/Modelisation_problemes/simulation/src/CMakeFiles/rebuild_cache.dir /home/lj50/Univ/M2/Modelisation_problemes/simulation/test/CMakeFiles/test_simple.dir /home/lj50/Univ/M2/Modelisation_problemes/simulation/test/CMakeFiles/test_json.dir +/home/lj50/Univ/M2/Modelisation_problemes/simulation/test/CMakeFiles/test_optim.dir /home/lj50/Univ/M2/Modelisation_problemes/simulation/test/CMakeFiles/test.dir /home/lj50/Univ/M2/Modelisation_problemes/simulation/test/CMakeFiles/edit_cache.dir /home/lj50/Univ/M2/Modelisation_problemes/simulation/test/CMakeFiles/rebuild_cache.dir diff --git a/CMakeFiles/progress.marks b/CMakeFiles/progress.marks index b6a7d89..3c03207 100644 --- a/CMakeFiles/progress.marks +++ b/CMakeFiles/progress.marks @@ -1 +1 @@ -16 +18 diff --git a/Makefile b/Makefile index 3577957..02ec1b7 100644 --- a/Makefile +++ b/Makefile @@ -165,6 +165,19 @@ test_json/fast: $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_json.dir/build.make test/CMakeFiles/test_json.dir/build .PHONY : test_json/fast +#============================================================================= +# Target rules for targets named test_optim + +# Build rule for target. +test_optim: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_optim +.PHONY : test_optim + +# fast build rule for target. +test_optim/fast: + $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/build +.PHONY : test_optim/fast + # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @@ -176,6 +189,7 @@ help: @echo "... test" @echo "... factory_core" @echo "... test_json" + @echo "... test_optim" @echo "... test_simple" .PHONY : help diff --git a/artis-factory.cbp b/artis-factory.cbp index fe05e06..08af698 100644 --- a/artis-factory.cbp +++ b/artis-factory.cbp @@ -209,6 +209,60 @@ + + + +