12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.11
- # 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 = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake
- # The command to remove a file.
- RM = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E remove -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0
- #=============================================================================
- # 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..."
- 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..."
- bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip/fast
- # Special rule for the target install
- install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- 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..."
- bin/cmake -P cmake_install.cmake
- .PHONY : install/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\""
- .PHONY : list_install_components
- # Special rule for the target list_install_components
- list_install_components/fast: list_install_components
- .PHONY : list_install_components/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..."
- Bootstrap.cmk/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 edit_cache
- edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- Bootstrap.cmk/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- .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..."
- /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bin/cpack --config ./CPackConfig.cmake
- .PHONY : package
- # Special rule for the target package
- package/fast: package
- .PHONY : package/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..."
- 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..."
- bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local/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..."
- /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bin/cpack --config ./CPackSourceConfig.cmake /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/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 test
- test:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
- 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 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/progress.marks
- $(MAKE) -f CMakeFiles/Makefile2 all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/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 uninstall
- # Build rule for target.
- uninstall: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 uninstall
- .PHONY : uninstall
- # fast build rule for target.
- uninstall/fast:
- $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
- .PHONY : uninstall/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 cmsysTestsC
- # Build rule for target.
- cmsysTestsC: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsysTestsC
- .PHONY : cmsysTestsC
- # fast build rule for target.
- cmsysTestsC/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestsC.dir/build.make Source/kwsys/CMakeFiles/cmsysTestsC.dir/build
- .PHONY : cmsysTestsC/fast
- #=============================================================================
- # Target rules for targets named testConsoleBufChild
- # Build rule for target.
- testConsoleBufChild: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 testConsoleBufChild
- .PHONY : testConsoleBufChild
- # fast build rule for target.
- testConsoleBufChild/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/testConsoleBufChild.dir/build.make Source/kwsys/CMakeFiles/testConsoleBufChild.dir/build
- .PHONY : testConsoleBufChild/fast
- #=============================================================================
- # Target rules for targets named cmsysTestDynload
- # Build rule for target.
- cmsysTestDynload: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsysTestDynload
- .PHONY : cmsysTestDynload
- # fast build rule for target.
- cmsysTestDynload/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestDynload.dir/build.make Source/kwsys/CMakeFiles/cmsysTestDynload.dir/build
- .PHONY : cmsysTestDynload/fast
- #=============================================================================
- # Target rules for targets named cmsys
- # Build rule for target.
- cmsys: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsys
- .PHONY : cmsys
- # fast build rule for target.
- cmsys/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsys.dir/build.make Source/kwsys/CMakeFiles/cmsys.dir/build
- .PHONY : cmsys/fast
- #=============================================================================
- # Target rules for targets named cmsys_c
- # Build rule for target.
- cmsys_c: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsys_c
- .PHONY : cmsys_c
- # fast build rule for target.
- cmsys_c/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsys_c.dir/build.make Source/kwsys/CMakeFiles/cmsys_c.dir/build
- .PHONY : cmsys_c/fast
- #=============================================================================
- # Target rules for targets named cmsysTestProcess
- # Build rule for target.
- cmsysTestProcess: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsysTestProcess
- .PHONY : cmsysTestProcess
- # fast build rule for target.
- cmsysTestProcess/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestProcess.dir/build.make Source/kwsys/CMakeFiles/cmsysTestProcess.dir/build
- .PHONY : cmsysTestProcess/fast
- #=============================================================================
- # Target rules for targets named cmsysTestsCxx
- # Build rule for target.
- cmsysTestsCxx: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsysTestsCxx
- .PHONY : cmsysTestsCxx
- # fast build rule for target.
- cmsysTestsCxx/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/build.make Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/build
- .PHONY : cmsysTestsCxx/fast
- #=============================================================================
- # Target rules for targets named cmsysTestSharedForward
- # Build rule for target.
- cmsysTestSharedForward: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmsysTestSharedForward
- .PHONY : cmsysTestSharedForward
- # fast build rule for target.
- cmsysTestSharedForward/fast:
- $(MAKE) -f Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/build.make Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/build
- .PHONY : cmsysTestSharedForward/fast
- #=============================================================================
- # Target rules for targets named kwiml_test
- # Build rule for target.
- kwiml_test: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 kwiml_test
- .PHONY : kwiml_test
- # fast build rule for target.
- kwiml_test/fast:
- $(MAKE) -f Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build.make Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/build
- .PHONY : kwiml_test/fast
- #=============================================================================
- # Target rules for targets named cmlibrhash
- # Build rule for target.
- cmlibrhash: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmlibrhash
- .PHONY : cmlibrhash
- # fast build rule for target.
- cmlibrhash/fast:
- $(MAKE) -f Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build.make Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/build
- .PHONY : cmlibrhash/fast
- #=============================================================================
- # Target rules for targets named cmzlib
- # Build rule for target.
- cmzlib: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmzlib
- .PHONY : cmzlib
- # fast build rule for target.
- cmzlib/fast:
- $(MAKE) -f Utilities/cmzlib/CMakeFiles/cmzlib.dir/build.make Utilities/cmzlib/CMakeFiles/cmzlib.dir/build
- .PHONY : cmzlib/fast
- #=============================================================================
- # Target rules for targets named LIBCURL
- # Build rule for target.
- LIBCURL: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 LIBCURL
- .PHONY : LIBCURL
- # fast build rule for target.
- LIBCURL/fast:
- $(MAKE) -f Utilities/cmcurl/CMakeFiles/LIBCURL.dir/build.make Utilities/cmcurl/CMakeFiles/LIBCURL.dir/build
- .PHONY : LIBCURL/fast
- #=============================================================================
- # Target rules for targets named cmcurl
- # Build rule for target.
- cmcurl: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmcurl
- .PHONY : cmcurl
- # fast build rule for target.
- cmcurl/fast:
- $(MAKE) -f Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/build.make Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/build
- .PHONY : cmcurl/fast
- #=============================================================================
- # Target rules for targets named cmcompress
- # Build rule for target.
- cmcompress: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmcompress
- .PHONY : cmcompress
- # fast build rule for target.
- cmcompress/fast:
- $(MAKE) -f Utilities/cmcompress/CMakeFiles/cmcompress.dir/build.make Utilities/cmcompress/CMakeFiles/cmcompress.dir/build
- .PHONY : cmcompress/fast
- #=============================================================================
- # Target rules for targets named cmexpat
- # Build rule for target.
- cmexpat: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmexpat
- .PHONY : cmexpat
- # fast build rule for target.
- cmexpat/fast:
- $(MAKE) -f Utilities/cmexpat/CMakeFiles/cmexpat.dir/build.make Utilities/cmexpat/CMakeFiles/cmexpat.dir/build
- .PHONY : cmexpat/fast
- #=============================================================================
- # Target rules for targets named cmbzip2
- # Build rule for target.
- cmbzip2: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmbzip2
- .PHONY : cmbzip2
- # fast build rule for target.
- cmbzip2/fast:
- $(MAKE) -f Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build.make Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/build
- .PHONY : cmbzip2/fast
- #=============================================================================
- # Target rules for targets named cmliblzma
- # Build rule for target.
- cmliblzma: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmliblzma
- .PHONY : cmliblzma
- # fast build rule for target.
- cmliblzma/fast:
- $(MAKE) -f Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/build.make Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/build
- .PHONY : cmliblzma/fast
- #=============================================================================
- # Target rules for targets named cmlibarchive
- # Build rule for target.
- cmlibarchive: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmlibarchive
- .PHONY : cmlibarchive
- # fast build rule for target.
- cmlibarchive/fast:
- $(MAKE) -f Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/build.make Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/build
- .PHONY : cmlibarchive/fast
- #=============================================================================
- # Target rules for targets named cmjsoncpp
- # Build rule for target.
- cmjsoncpp: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmjsoncpp
- .PHONY : cmjsoncpp
- # fast build rule for target.
- cmjsoncpp/fast:
- $(MAKE) -f Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/build.make Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/build
- .PHONY : cmjsoncpp/fast
- #=============================================================================
- # Target rules for targets named cmlibuv
- # Build rule for target.
- cmlibuv: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmlibuv
- .PHONY : cmlibuv
- # fast build rule for target.
- cmlibuv/fast:
- $(MAKE) -f Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/build.make Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/build
- .PHONY : cmlibuv/fast
- #=============================================================================
- # Target rules for targets named cmForm
- # Build rule for target.
- cmForm: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmForm
- .PHONY : cmForm
- # fast build rule for target.
- cmForm/fast:
- $(MAKE) -f Source/CursesDialog/form/CMakeFiles/cmForm.dir/build.make Source/CursesDialog/form/CMakeFiles/cmForm.dir/build
- .PHONY : cmForm/fast
- #=============================================================================
- # Target rules for targets named CPackLib
- # Build rule for target.
- CPackLib: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 CPackLib
- .PHONY : CPackLib
- # fast build rule for target.
- CPackLib/fast:
- $(MAKE) -f Source/CMakeFiles/CPackLib.dir/build.make Source/CMakeFiles/CPackLib.dir/build
- .PHONY : CPackLib/fast
- #=============================================================================
- # Target rules for targets named CTestLib
- # Build rule for target.
- CTestLib: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 CTestLib
- .PHONY : CTestLib
- # fast build rule for target.
- CTestLib/fast:
- $(MAKE) -f Source/CMakeFiles/CTestLib.dir/build.make Source/CMakeFiles/CTestLib.dir/build
- .PHONY : CTestLib/fast
- #=============================================================================
- # Target rules for targets named cmake
- # Build rule for target.
- cmake: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cmake
- .PHONY : cmake
- # fast build rule for target.
- cmake/fast:
- $(MAKE) -f Source/CMakeFiles/cmake.dir/build.make Source/CMakeFiles/cmake.dir/build
- .PHONY : cmake/fast
- #=============================================================================
- # Target rules for targets named CMakeLib
- # Build rule for target.
- CMakeLib: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 CMakeLib
- .PHONY : CMakeLib
- # fast build rule for target.
- CMakeLib/fast:
- $(MAKE) -f Source/CMakeFiles/CMakeLib.dir/build.make Source/CMakeFiles/CMakeLib.dir/build
- .PHONY : CMakeLib/fast
- #=============================================================================
- # Target rules for targets named ccmake
- # Build rule for target.
- ccmake: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 ccmake
- .PHONY : ccmake
- # fast build rule for target.
- ccmake/fast:
- $(MAKE) -f Source/CMakeFiles/ccmake.dir/build.make Source/CMakeFiles/ccmake.dir/build
- .PHONY : ccmake/fast
- #=============================================================================
- # Target rules for targets named CMakeServerLib
- # Build rule for target.
- CMakeServerLib: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 CMakeServerLib
- .PHONY : CMakeServerLib
- # fast build rule for target.
- CMakeServerLib/fast:
- $(MAKE) -f Source/CMakeFiles/CMakeServerLib.dir/build.make Source/CMakeFiles/CMakeServerLib.dir/build
- .PHONY : CMakeServerLib/fast
- #=============================================================================
- # Target rules for targets named ctest
- # Build rule for target.
- ctest: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 ctest
- .PHONY : ctest
- # fast build rule for target.
- ctest/fast:
- $(MAKE) -f Source/CMakeFiles/ctest.dir/build.make Source/CMakeFiles/ctest.dir/build
- .PHONY : ctest/fast
- #=============================================================================
- # Target rules for targets named cpack
- # Build rule for target.
- cpack: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 cpack
- .PHONY : cpack
- # fast build rule for target.
- cpack/fast:
- $(MAKE) -f Source/CMakeFiles/cpack.dir/build.make Source/CMakeFiles/cpack.dir/build
- .PHONY : cpack/fast
- #=============================================================================
- # Target rules for targets named runcompilecommands
- # Build rule for target.
- runcompilecommands: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 runcompilecommands
- .PHONY : runcompilecommands
- # fast build rule for target.
- runcompilecommands/fast:
- $(MAKE) -f Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build
- .PHONY : runcompilecommands/fast
- #=============================================================================
- # Target rules for targets named testEncoding
- # Build rule for target.
- testEncoding: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 testEncoding
- .PHONY : testEncoding
- # fast build rule for target.
- testEncoding/fast:
- $(MAKE) -f Tests/CMakeLib/CMakeFiles/testEncoding.dir/build.make Tests/CMakeLib/CMakeFiles/testEncoding.dir/build
- .PHONY : testEncoding/fast
- #=============================================================================
- # Target rules for targets named CMakeLibTests
- # Build rule for target.
- CMakeLibTests: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 CMakeLibTests
- .PHONY : CMakeLibTests
- # fast build rule for target.
- CMakeLibTests/fast:
- $(MAKE) -f Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build
- .PHONY : CMakeLibTests/fast
- #=============================================================================
- # Target rules for targets named pseudo_valgrind
- # Build rule for target.
- pseudo_valgrind: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_valgrind
- .PHONY : pseudo_valgrind
- # fast build rule for target.
- pseudo_valgrind/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/build
- .PHONY : pseudo_valgrind/fast
- #=============================================================================
- # Target rules for targets named pseudo_purify
- # Build rule for target.
- pseudo_purify: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_purify
- .PHONY : pseudo_purify
- # fast build rule for target.
- pseudo_purify/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/build
- .PHONY : pseudo_purify/fast
- #=============================================================================
- # Target rules for targets named memcheck_fail
- # Build rule for target.
- memcheck_fail: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 memcheck_fail
- .PHONY : memcheck_fail
- # fast build rule for target.
- memcheck_fail/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/build
- .PHONY : memcheck_fail/fast
- #=============================================================================
- # Target rules for targets named pseudo_BC
- # Build rule for target.
- pseudo_BC: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_BC
- .PHONY : pseudo_BC
- # fast build rule for target.
- pseudo_BC/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/build
- .PHONY : pseudo_BC/fast
- #=============================================================================
- # Target rules for targets named pseudonl_BC
- # Build rule for target.
- pseudonl_BC: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudonl_BC
- .PHONY : pseudonl_BC
- # fast build rule for target.
- pseudonl_BC/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/build.make Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/build
- .PHONY : pseudonl_BC/fast
- #=============================================================================
- # Target rules for targets named pseudonl_purify
- # Build rule for target.
- pseudonl_purify: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudonl_purify
- .PHONY : pseudonl_purify
- # fast build rule for target.
- pseudonl_purify/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/build.make Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/build
- .PHONY : pseudonl_purify/fast
- #=============================================================================
- # Target rules for targets named pseudonl_valgrind
- # Build rule for target.
- pseudonl_valgrind: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudonl_valgrind
- .PHONY : pseudonl_valgrind
- # fast build rule for target.
- pseudonl_valgrind/fast:
- $(MAKE) -f Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/build.make Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/build
- .PHONY : pseudonl_valgrind/fast
- #=============================================================================
- # Target rules for targets named CMakeServerLibTests
- # Build rule for target.
- CMakeServerLibTests: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 CMakeServerLibTests
- .PHONY : CMakeServerLibTests
- # fast build rule for target.
- CMakeServerLibTests/fast:
- $(MAKE) -f Tests/CMakeServerLib/CMakeFiles/CMakeServerLibTests.dir/build.make Tests/CMakeServerLib/CMakeFiles/CMakeServerLibTests.dir/build
- .PHONY : CMakeServerLibTests/fast
- #=============================================================================
- # Target rules for targets named pseudo_emulator_custom_command
- # Build rule for target.
- pseudo_emulator_custom_command: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_emulator_custom_command
- .PHONY : pseudo_emulator_custom_command
- # fast build rule for target.
- pseudo_emulator_custom_command/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command.dir/build
- .PHONY : pseudo_emulator_custom_command/fast
- #=============================================================================
- # Target rules for targets named pseudo_emulator
- # Build rule for target.
- pseudo_emulator: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_emulator
- .PHONY : pseudo_emulator
- # fast build rule for target.
- pseudo_emulator/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/build
- .PHONY : pseudo_emulator/fast
- #=============================================================================
- # Target rules for targets named exit_code
- # Build rule for target.
- exit_code: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 exit_code
- .PHONY : exit_code
- # fast build rule for target.
- exit_code/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/exit_code.dir/build.make Tests/RunCMake/CMakeFiles/exit_code.dir/build
- .PHONY : exit_code/fast
- #=============================================================================
- # Target rules for targets named pseudo_iwyu
- # Build rule for target.
- pseudo_iwyu: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_iwyu
- .PHONY : pseudo_iwyu
- # fast build rule for target.
- pseudo_iwyu/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/build
- .PHONY : pseudo_iwyu/fast
- #=============================================================================
- # Target rules for targets named pseudo_cpplint
- # Build rule for target.
- pseudo_cpplint: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_cpplint
- .PHONY : pseudo_cpplint
- # fast build rule for target.
- pseudo_cpplint/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_cpplint.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_cpplint.dir/build
- .PHONY : pseudo_cpplint/fast
- #=============================================================================
- # Target rules for targets named pseudo_tidy
- # Build rule for target.
- pseudo_tidy: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_tidy
- .PHONY : pseudo_tidy
- # fast build rule for target.
- pseudo_tidy/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_tidy.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_tidy.dir/build
- .PHONY : pseudo_tidy/fast
- #=============================================================================
- # Target rules for targets named pseudo_cppcheck
- # Build rule for target.
- pseudo_cppcheck: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 pseudo_cppcheck
- .PHONY : pseudo_cppcheck
- # fast build rule for target.
- pseudo_cppcheck/fast:
- $(MAKE) -f Tests/RunCMake/CMakeFiles/pseudo_cppcheck.dir/build.make Tests/RunCMake/CMakeFiles/pseudo_cppcheck.dir/build
- .PHONY : pseudo_cppcheck/fast
- #=============================================================================
- # Target rules for targets named foo
- # Build rule for target.
- foo: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 foo
- .PHONY : foo
- # fast build rule for target.
- foo/fast:
- $(MAKE) -f Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build.make Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/build
- .PHONY : foo/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 "... install/strip"
- @echo "... install"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... edit_cache"
- @echo "... uninstall"
- @echo "... ContinuousSubmit"
- @echo "... ContinuousCoverage"
- @echo "... ContinuousTest"
- @echo "... ContinuousBuild"
- @echo "... ContinuousMemCheck"
- @echo "... Nightly"
- @echo "... package"
- @echo "... NightlyTest"
- @echo "... NightlyUpdate"
- @echo "... install/local"
- @echo "... Continuous"
- @echo "... NightlyBuild"
- @echo "... NightlyStart"
- @echo "... NightlyMemoryCheck"
- @echo "... NightlyMemCheck"
- @echo "... package_source"
- @echo "... ExperimentalStart"
- @echo "... ContinuousConfigure"
- @echo "... NightlyCoverage"
- @echo "... ExperimentalUpdate"
- @echo "... test"
- @echo "... ExperimentalConfigure"
- @echo "... ExperimentalCoverage"
- @echo "... ExperimentalBuild"
- @echo "... NightlyConfigure"
- @echo "... ExperimentalTest"
- @echo "... ExperimentalMemCheck"
- @echo "... Experimental"
- @echo "... NightlySubmit"
- @echo "... ExperimentalSubmit"
- @echo "... ContinuousStart"
- @echo "... ContinuousUpdate"
- @echo "... cmsysTestsC"
- @echo "... testConsoleBufChild"
- @echo "... cmsysTestDynload"
- @echo "... cmsys"
- @echo "... cmsys_c"
- @echo "... cmsysTestProcess"
- @echo "... cmsysTestsCxx"
- @echo "... cmsysTestSharedForward"
- @echo "... kwiml_test"
- @echo "... cmlibrhash"
- @echo "... cmzlib"
- @echo "... LIBCURL"
- @echo "... cmcurl"
- @echo "... cmcompress"
- @echo "... cmexpat"
- @echo "... cmbzip2"
- @echo "... cmliblzma"
- @echo "... cmlibarchive"
- @echo "... cmjsoncpp"
- @echo "... cmlibuv"
- @echo "... cmForm"
- @echo "... CPackLib"
- @echo "... CTestLib"
- @echo "... cmake"
- @echo "... CMakeLib"
- @echo "... ccmake"
- @echo "... CMakeServerLib"
- @echo "... ctest"
- @echo "... cpack"
- @echo "... runcompilecommands"
- @echo "... testEncoding"
- @echo "... CMakeLibTests"
- @echo "... pseudo_valgrind"
- @echo "... pseudo_purify"
- @echo "... memcheck_fail"
- @echo "... pseudo_BC"
- @echo "... pseudonl_BC"
- @echo "... pseudonl_purify"
- @echo "... pseudonl_valgrind"
- @echo "... CMakeServerLibTests"
- @echo "... pseudo_emulator_custom_command"
- @echo "... pseudo_emulator"
- @echo "... exit_code"
- @echo "... pseudo_iwyu"
- @echo "... pseudo_cpplint"
- @echo "... pseudo_tidy"
- @echo "... pseudo_cppcheck"
- @echo "... foo"
- .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
|