123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.10
- # Default target executed when no arguments are given to make.
- default_target: all
- .PHONY : default_target
- # Allow only one "make -f Makefile2" at a time, but pass parallelism.
- .NOTPARALLEL:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical 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
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /home/thuemmel/libs/libigl
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/thuemmel/libs/libigl/build2
- #=============================================================================
- # Targets provided globally by CMake.
- # Special rule for the target install/strip
- install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip
- # Special rule for the target install/strip
- install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip/fast
- # Special rule for the target install/local
- install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local
- # Special rule for the target install/local
- install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local/fast
- # Special rule for the target install
- install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
- .PHONY : install
- # Special rule for the target install
- install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
- .PHONY : install/fast
- # Special rule for the target package
- package: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
- cd /home/thuemmel/libs/libigl/build2 && /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..."
- cd /home/thuemmel/libs/libigl/build2 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/thuemmel/libs/libigl/build2/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 edit_cache
- edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
- .PHONY : edit_cache
- # Special rule for the target edit_cache
- edit_cache/fast: edit_cache
- .PHONY : edit_cache/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 list_install_components
- list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"devel\" \"lib\""
- .PHONY : list_install_components
- # Special rule for the target list_install_components
- list_install_components/fast: list_install_components
- .PHONY : list_install_components/fast
- # The main all target
- all: cmake_check_build_system
- cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/thuemmel/libs/libigl/build2/CMakeFiles /home/thuemmel/libs/libigl/build2/embree/common/algorithms/CMakeFiles/progress.marks
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/thuemmel/libs/libigl/build2/CMakeFiles 0
- .PHONY : all
- # The main clean target
- clean:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/clean
- .PHONY : clean
- # The main clean target
- clean/fast: clean
- .PHONY : clean/fast
- # Prepare targets for installation.
- preinstall: all
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/preinstall
- .PHONY : preinstall
- # Prepare targets for installation.
- preinstall/fast:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/preinstall
- .PHONY : preinstall/fast
- # clear depends
- depend:
- cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
- .PHONY : depend
- # Convenience name for target.
- embree/common/algorithms/CMakeFiles/algorithms.dir/rule:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f CMakeFiles/Makefile2 embree/common/algorithms/CMakeFiles/algorithms.dir/rule
- .PHONY : embree/common/algorithms/CMakeFiles/algorithms.dir/rule
- # Convenience name for target.
- algorithms: embree/common/algorithms/CMakeFiles/algorithms.dir/rule
- .PHONY : algorithms
- # fast build rule for target.
- algorithms/fast:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/build
- .PHONY : algorithms/fast
- parallel_filter.o: parallel_filter.cpp.o
- .PHONY : parallel_filter.o
- # target to build an object file
- parallel_filter.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_filter.cpp.o
- .PHONY : parallel_filter.cpp.o
- parallel_filter.i: parallel_filter.cpp.i
- .PHONY : parallel_filter.i
- # target to preprocess a source file
- parallel_filter.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_filter.cpp.i
- .PHONY : parallel_filter.cpp.i
- parallel_filter.s: parallel_filter.cpp.s
- .PHONY : parallel_filter.s
- # target to generate assembly for a file
- parallel_filter.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_filter.cpp.s
- .PHONY : parallel_filter.cpp.s
- parallel_for.o: parallel_for.cpp.o
- .PHONY : parallel_for.o
- # target to build an object file
- parallel_for.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for.cpp.o
- .PHONY : parallel_for.cpp.o
- parallel_for.i: parallel_for.cpp.i
- .PHONY : parallel_for.i
- # target to preprocess a source file
- parallel_for.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for.cpp.i
- .PHONY : parallel_for.cpp.i
- parallel_for.s: parallel_for.cpp.s
- .PHONY : parallel_for.s
- # target to generate assembly for a file
- parallel_for.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for.cpp.s
- .PHONY : parallel_for.cpp.s
- parallel_for_for.o: parallel_for_for.cpp.o
- .PHONY : parallel_for_for.o
- # target to build an object file
- parallel_for_for.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for.cpp.o
- .PHONY : parallel_for_for.cpp.o
- parallel_for_for.i: parallel_for_for.cpp.i
- .PHONY : parallel_for_for.i
- # target to preprocess a source file
- parallel_for_for.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for.cpp.i
- .PHONY : parallel_for_for.cpp.i
- parallel_for_for.s: parallel_for_for.cpp.s
- .PHONY : parallel_for_for.s
- # target to generate assembly for a file
- parallel_for_for.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for.cpp.s
- .PHONY : parallel_for_for.cpp.s
- parallel_for_for_prefix_sum.o: parallel_for_for_prefix_sum.cpp.o
- .PHONY : parallel_for_for_prefix_sum.o
- # target to build an object file
- parallel_for_for_prefix_sum.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for_prefix_sum.cpp.o
- .PHONY : parallel_for_for_prefix_sum.cpp.o
- parallel_for_for_prefix_sum.i: parallel_for_for_prefix_sum.cpp.i
- .PHONY : parallel_for_for_prefix_sum.i
- # target to preprocess a source file
- parallel_for_for_prefix_sum.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for_prefix_sum.cpp.i
- .PHONY : parallel_for_for_prefix_sum.cpp.i
- parallel_for_for_prefix_sum.s: parallel_for_for_prefix_sum.cpp.s
- .PHONY : parallel_for_for_prefix_sum.s
- # target to generate assembly for a file
- parallel_for_for_prefix_sum.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_for_for_prefix_sum.cpp.s
- .PHONY : parallel_for_for_prefix_sum.cpp.s
- parallel_map.o: parallel_map.cpp.o
- .PHONY : parallel_map.o
- # target to build an object file
- parallel_map.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_map.cpp.o
- .PHONY : parallel_map.cpp.o
- parallel_map.i: parallel_map.cpp.i
- .PHONY : parallel_map.i
- # target to preprocess a source file
- parallel_map.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_map.cpp.i
- .PHONY : parallel_map.cpp.i
- parallel_map.s: parallel_map.cpp.s
- .PHONY : parallel_map.s
- # target to generate assembly for a file
- parallel_map.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_map.cpp.s
- .PHONY : parallel_map.cpp.s
- parallel_partition.o: parallel_partition.cpp.o
- .PHONY : parallel_partition.o
- # target to build an object file
- parallel_partition.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_partition.cpp.o
- .PHONY : parallel_partition.cpp.o
- parallel_partition.i: parallel_partition.cpp.i
- .PHONY : parallel_partition.i
- # target to preprocess a source file
- parallel_partition.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_partition.cpp.i
- .PHONY : parallel_partition.cpp.i
- parallel_partition.s: parallel_partition.cpp.s
- .PHONY : parallel_partition.s
- # target to generate assembly for a file
- parallel_partition.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_partition.cpp.s
- .PHONY : parallel_partition.cpp.s
- parallel_prefix_sum.o: parallel_prefix_sum.cpp.o
- .PHONY : parallel_prefix_sum.o
- # target to build an object file
- parallel_prefix_sum.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_prefix_sum.cpp.o
- .PHONY : parallel_prefix_sum.cpp.o
- parallel_prefix_sum.i: parallel_prefix_sum.cpp.i
- .PHONY : parallel_prefix_sum.i
- # target to preprocess a source file
- parallel_prefix_sum.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_prefix_sum.cpp.i
- .PHONY : parallel_prefix_sum.cpp.i
- parallel_prefix_sum.s: parallel_prefix_sum.cpp.s
- .PHONY : parallel_prefix_sum.s
- # target to generate assembly for a file
- parallel_prefix_sum.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_prefix_sum.cpp.s
- .PHONY : parallel_prefix_sum.cpp.s
- parallel_reduce.o: parallel_reduce.cpp.o
- .PHONY : parallel_reduce.o
- # target to build an object file
- parallel_reduce.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_reduce.cpp.o
- .PHONY : parallel_reduce.cpp.o
- parallel_reduce.i: parallel_reduce.cpp.i
- .PHONY : parallel_reduce.i
- # target to preprocess a source file
- parallel_reduce.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_reduce.cpp.i
- .PHONY : parallel_reduce.cpp.i
- parallel_reduce.s: parallel_reduce.cpp.s
- .PHONY : parallel_reduce.s
- # target to generate assembly for a file
- parallel_reduce.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_reduce.cpp.s
- .PHONY : parallel_reduce.cpp.s
- parallel_set.o: parallel_set.cpp.o
- .PHONY : parallel_set.o
- # target to build an object file
- parallel_set.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_set.cpp.o
- .PHONY : parallel_set.cpp.o
- parallel_set.i: parallel_set.cpp.i
- .PHONY : parallel_set.i
- # target to preprocess a source file
- parallel_set.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_set.cpp.i
- .PHONY : parallel_set.cpp.i
- parallel_set.s: parallel_set.cpp.s
- .PHONY : parallel_set.s
- # target to generate assembly for a file
- parallel_set.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_set.cpp.s
- .PHONY : parallel_set.cpp.s
- parallel_sort.o: parallel_sort.cpp.o
- .PHONY : parallel_sort.o
- # target to build an object file
- parallel_sort.cpp.o:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_sort.cpp.o
- .PHONY : parallel_sort.cpp.o
- parallel_sort.i: parallel_sort.cpp.i
- .PHONY : parallel_sort.i
- # target to preprocess a source file
- parallel_sort.cpp.i:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_sort.cpp.i
- .PHONY : parallel_sort.cpp.i
- parallel_sort.s: parallel_sort.cpp.s
- .PHONY : parallel_sort.s
- # target to generate assembly for a file
- parallel_sort.cpp.s:
- cd /home/thuemmel/libs/libigl/build2 && $(MAKE) -f embree/common/algorithms/CMakeFiles/algorithms.dir/build.make embree/common/algorithms/CMakeFiles/algorithms.dir/parallel_sort.cpp.s
- .PHONY : parallel_sort.cpp.s
- # 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 "... install/strip"
- @echo "... install/local"
- @echo "... install"
- @echo "... package"
- @echo "... package_source"
- @echo "... algorithms"
- @echo "... edit_cache"
- @echo "... rebuild_cache"
- @echo "... list_install_components"
- @echo "... parallel_filter.o"
- @echo "... parallel_filter.i"
- @echo "... parallel_filter.s"
- @echo "... parallel_for.o"
- @echo "... parallel_for.i"
- @echo "... parallel_for.s"
- @echo "... parallel_for_for.o"
- @echo "... parallel_for_for.i"
- @echo "... parallel_for_for.s"
- @echo "... parallel_for_for_prefix_sum.o"
- @echo "... parallel_for_for_prefix_sum.i"
- @echo "... parallel_for_for_prefix_sum.s"
- @echo "... parallel_map.o"
- @echo "... parallel_map.i"
- @echo "... parallel_map.s"
- @echo "... parallel_partition.o"
- @echo "... parallel_partition.i"
- @echo "... parallel_partition.s"
- @echo "... parallel_prefix_sum.o"
- @echo "... parallel_prefix_sum.i"
- @echo "... parallel_prefix_sum.s"
- @echo "... parallel_reduce.o"
- @echo "... parallel_reduce.i"
- @echo "... parallel_reduce.s"
- @echo "... parallel_set.o"
- @echo "... parallel_set.i"
- @echo "... parallel_set.s"
- @echo "... parallel_sort.o"
- @echo "... parallel_sort.i"
- @echo "... parallel_sort.s"
- .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:
- cd /home/thuemmel/libs/libigl/build2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
- .PHONY : cmake_check_build_system
|