# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.20

# 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:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#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 rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abuild/rpmbuild/BUILD/libzypp-17.25.10

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abuild/rpmbuild/BUILD/libzypp-17.25.10/build

#=============================================================================
# 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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(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

# 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/abuild/rpmbuild/BUILD/libzypp-17.25.10/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(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 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 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..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/abuild/rpmbuild/BUILD/libzypp-17.25.10/build/CMakeFiles /home/abuild/rpmbuild/BUILD/libzypp-17.25.10/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/abuild/rpmbuild/BUILD/libzypp-17.25.10/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named ContinuousSubmit

# Build rule for target.
ContinuousSubmit: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit
.PHONY : ContinuousSubmit

# fast build rule for target.
ContinuousSubmit/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
.PHONY : ContinuousSubmit/fast

#=============================================================================
# Target rules for targets named ContinuousMemCheck

# Build rule for target.
ContinuousMemCheck: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck
.PHONY : ContinuousMemCheck

# fast build rule for target.
ContinuousMemCheck/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
.PHONY : ContinuousMemCheck/fast

#=============================================================================
# Target rules for targets named NightlyTest

# Build rule for target.
NightlyTest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest
.PHONY : NightlyTest

# fast build rule for target.
NightlyTest/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
.PHONY : NightlyTest/fast

#=============================================================================
# Target rules for targets named ContinuousConfigure

# Build rule for target.
ContinuousConfigure: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure
.PHONY : ContinuousConfigure

# fast build rule for target.
ContinuousConfigure/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
.PHONY : ContinuousConfigure/fast

#=============================================================================
# Target rules for targets named ContinuousBuild

# Build rule for target.
ContinuousBuild: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild
.PHONY : ContinuousBuild

# fast build rule for target.
ContinuousBuild/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
.PHONY : ContinuousBuild/fast

#=============================================================================
# Target rules for targets named NightlyConfigure

# Build rule for target.
NightlyConfigure: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure
.PHONY : NightlyConfigure

# fast build rule for target.
NightlyConfigure/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
.PHONY : NightlyConfigure/fast

#=============================================================================
# Target rules for targets named srcpackage_local

# Build rule for target.
srcpackage_local: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 srcpackage_local
.PHONY : srcpackage_local

# fast build rule for target.
srcpackage_local/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/srcpackage_local.dir/build.make CMakeFiles/srcpackage_local.dir/build
.PHONY : srcpackage_local/fast

#=============================================================================
# Target rules for targets named NightlyUpdate

# Build rule for target.
NightlyUpdate: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate
.PHONY : NightlyUpdate

# fast build rule for target.
NightlyUpdate/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
.PHONY : NightlyUpdate/fast

#=============================================================================
# Target rules for targets named ExperimentalMemCheck

# Build rule for target.
ExperimentalMemCheck: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck
.PHONY : ExperimentalMemCheck

# fast build rule for target.
ExperimentalMemCheck/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
.PHONY : ExperimentalMemCheck/fast

#=============================================================================
# Target rules for targets named ExperimentalSubmit

# Build rule for target.
ExperimentalSubmit: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit
.PHONY : ExperimentalSubmit

# fast build rule for target.
ExperimentalSubmit/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
.PHONY : ExperimentalSubmit/fast

#=============================================================================
# Target rules for targets named ExperimentalConfigure

# Build rule for target.
ExperimentalConfigure: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure
.PHONY : ExperimentalConfigure

# fast build rule for target.
ExperimentalConfigure/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
.PHONY : ExperimentalConfigure/fast

#=============================================================================
# Target rules for targets named Continuous

# Build rule for target.
Continuous: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous
.PHONY : Continuous

# fast build rule for target.
Continuous/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
.PHONY : Continuous/fast

#=============================================================================
# Target rules for targets named ContinuousCoverage

# Build rule for target.
ContinuousCoverage: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage
.PHONY : ContinuousCoverage

# fast build rule for target.
ContinuousCoverage/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
.PHONY : ContinuousCoverage/fast

#=============================================================================
# Target rules for targets named Experimental

# Build rule for target.
Experimental: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental
.PHONY : Experimental

# fast build rule for target.
Experimental/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
.PHONY : Experimental/fast

#=============================================================================
# Target rules for targets named NightlyMemCheck

# Build rule for target.
NightlyMemCheck: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck
.PHONY : NightlyMemCheck

# fast build rule for target.
NightlyMemCheck/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
.PHONY : NightlyMemCheck/fast

#=============================================================================
# Target rules for targets named srcpackage

# Build rule for target.
srcpackage: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 srcpackage
.PHONY : srcpackage

# fast build rule for target.
srcpackage/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/srcpackage.dir/build.make CMakeFiles/srcpackage.dir/build
.PHONY : srcpackage/fast

#=============================================================================
# Target rules for targets named svncheck

# Build rule for target.
svncheck: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 svncheck
.PHONY : svncheck

# fast build rule for target.
svncheck/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/svncheck.dir/build.make CMakeFiles/svncheck.dir/build
.PHONY : svncheck/fast

#=============================================================================
# Target rules for targets named NightlyCoverage

# Build rule for target.
NightlyCoverage: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage
.PHONY : NightlyCoverage

# fast build rule for target.
NightlyCoverage/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
.PHONY : NightlyCoverage/fast

#=============================================================================
# Target rules for targets named NightlyMemoryCheck

# Build rule for target.
NightlyMemoryCheck: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck
.PHONY : NightlyMemoryCheck

# fast build rule for target.
NightlyMemoryCheck/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
.PHONY : NightlyMemoryCheck/fast

#=============================================================================
# Target rules for targets named ExperimentalTest

# Build rule for target.
ExperimentalTest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest
.PHONY : ExperimentalTest

# fast build rule for target.
ExperimentalTest/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
.PHONY : ExperimentalTest/fast

#=============================================================================
# Target rules for targets named ContinuousUpdate

# Build rule for target.
ContinuousUpdate: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate
.PHONY : ContinuousUpdate

# fast build rule for target.
ContinuousUpdate/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
.PHONY : ContinuousUpdate/fast

#=============================================================================
# Target rules for targets named Nightly

# Build rule for target.
Nightly: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly
.PHONY : Nightly

# fast build rule for target.
Nightly/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
.PHONY : Nightly/fast

#=============================================================================
# Target rules for targets named NightlySubmit

# Build rule for target.
NightlySubmit: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit
.PHONY : NightlySubmit

# fast build rule for target.
NightlySubmit/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
.PHONY : NightlySubmit/fast

#=============================================================================
# Target rules for targets named NightlyStart

# Build rule for target.
NightlyStart: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart
.PHONY : NightlyStart

# fast build rule for target.
NightlyStart/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
.PHONY : NightlyStart/fast

#=============================================================================
# Target rules for targets named ExperimentalCoverage

# Build rule for target.
ExperimentalCoverage: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage
.PHONY : ExperimentalCoverage

# fast build rule for target.
ExperimentalCoverage/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
.PHONY : ExperimentalCoverage/fast

#=============================================================================
# Target rules for targets named ExperimentalStart

# Build rule for target.
ExperimentalStart: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart
.PHONY : ExperimentalStart

# fast build rule for target.
ExperimentalStart/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
.PHONY : ExperimentalStart/fast

#=============================================================================
# Target rules for targets named NightlyBuild

# Build rule for target.
NightlyBuild: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild
.PHONY : NightlyBuild

# fast build rule for target.
NightlyBuild/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
.PHONY : NightlyBuild/fast

#=============================================================================
# Target rules for targets named ExperimentalBuild

# Build rule for target.
ExperimentalBuild: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild
.PHONY : ExperimentalBuild

# fast build rule for target.
ExperimentalBuild/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
.PHONY : ExperimentalBuild/fast

#=============================================================================
# Target rules for targets named ExperimentalUpdate

# Build rule for target.
ExperimentalUpdate: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate
.PHONY : ExperimentalUpdate

# fast build rule for target.
ExperimentalUpdate/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
.PHONY : ExperimentalUpdate/fast

#=============================================================================
# Target rules for targets named ContinuousStart

# Build rule for target.
ContinuousStart: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart
.PHONY : ContinuousStart

# fast build rule for target.
ContinuousStart/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
.PHONY : ContinuousStart/fast

#=============================================================================
# Target rules for targets named ContinuousTest

# Build rule for target.
ContinuousTest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest
.PHONY : ContinuousTest

# fast build rule for target.
ContinuousTest/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
.PHONY : ContinuousTest/fast

#=============================================================================
# Target rules for targets named buildmon

# Build rule for target.
buildmon: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 buildmon
.PHONY : buildmon

# fast build rule for target.
buildmon/fast:
	$(MAKE) $(MAKESILENT) -f zypp/CMakeFiles/buildmon.dir/build.make zypp/CMakeFiles/buildmon.dir/build
.PHONY : buildmon/fast

#=============================================================================
# Target rules for targets named zypp-allsym

# Build rule for target.
zypp-allsym: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-allsym
.PHONY : zypp-allsym

# fast build rule for target.
zypp-allsym/fast:
	$(MAKE) $(MAKESILENT) -f zypp/CMakeFiles/zypp-allsym.dir/build.make zypp/CMakeFiles/zypp-allsym.dir/build
.PHONY : zypp-allsym/fast

#=============================================================================
# Target rules for targets named zypp

# Build rule for target.
zypp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp
.PHONY : zypp

# fast build rule for target.
zypp/fast:
	$(MAKE) $(MAKESILENT) -f zypp/CMakeFiles/zypp.dir/build.make zypp/CMakeFiles/zypp.dir/build
.PHONY : zypp/fast

#=============================================================================
# Target rules for targets named zypp-objlib

# Build rule for target.
zypp-objlib: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-objlib
.PHONY : zypp-objlib

# fast build rule for target.
zypp-objlib/fast:
	$(MAKE) $(MAKESILENT) -f zypp/CMakeFiles/zypp-objlib.dir/build.make zypp/CMakeFiles/zypp-objlib.dir/build
.PHONY : zypp-objlib/fast

#=============================================================================
# Target rules for targets named ma_test

# Build rule for target.
ma_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ma_test
.PHONY : ma_test

# fast build rule for target.
ma_test/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/ma_test.dir/build.make devel/devel.ma/CMakeFiles/ma_test.dir/build
.PHONY : ma_test/fast

#=============================================================================
# Target rules for targets named Basic

# Build rule for target.
Basic: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Basic
.PHONY : Basic

# fast build rule for target.
Basic/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/Basic.dir/build.make devel/devel.ma/CMakeFiles/Basic.dir/build
.PHONY : Basic/fast

#=============================================================================
# Target rules for targets named MaTest

# Build rule for target.
MaTest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MaTest
.PHONY : MaTest

# fast build rule for target.
MaTest/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/MaTest.dir/build.make devel/devel.ma/CMakeFiles/MaTest.dir/build
.PHONY : MaTest/fast

#=============================================================================
# Target rules for targets named Main

# Build rule for target.
Main: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Main
.PHONY : Main

# fast build rule for target.
Main/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/Main.dir/build.make devel/devel.ma/CMakeFiles/Main.dir/build
.PHONY : Main/fast

#=============================================================================
# Target rules for targets named NewPool

# Build rule for target.
NewPool: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NewPool
.PHONY : NewPool

# fast build rule for target.
NewPool/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/NewPool.dir/build.make devel/devel.ma/CMakeFiles/NewPool.dir/build
.PHONY : NewPool/fast

#=============================================================================
# Target rules for targets named MT

# Build rule for target.
MT: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MT
.PHONY : MT

# fast build rule for target.
MT/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/MT.dir/build.make devel/devel.ma/CMakeFiles/MT.dir/build
.PHONY : MT/fast

#=============================================================================
# Target rules for targets named PluginTest

# Build rule for target.
PluginTest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PluginTest
.PHONY : PluginTest

# fast build rule for target.
PluginTest/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/PluginTest.dir/build.make devel/devel.ma/CMakeFiles/PluginTest.dir/build
.PHONY : PluginTest/fast

#=============================================================================
# Target rules for targets named SigTrackableFail

# Build rule for target.
SigTrackableFail: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SigTrackableFail
.PHONY : SigTrackableFail

# fast build rule for target.
SigTrackableFail/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/SigTrackableFail.dir/build.make devel/devel.ma/CMakeFiles/SigTrackableFail.dir/build
.PHONY : SigTrackableFail/fast

#=============================================================================
# Target rules for targets named Sat

# Build rule for target.
Sat: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Sat
.PHONY : Sat

# fast build rule for target.
Sat/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/Sat.dir/build.make devel/devel.ma/CMakeFiles/Sat.dir/build
.PHONY : Sat/fast

#=============================================================================
# Target rules for targets named Signal

# Build rule for target.
Signal: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Signal
.PHONY : Signal

# fast build rule for target.
Signal/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/Signal.dir/build.make devel/devel.ma/CMakeFiles/Signal.dir/build
.PHONY : Signal/fast

#=============================================================================
# Target rules for targets named Test

# Build rule for target.
Test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Test
.PHONY : Test

# fast build rule for target.
Test/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/Test.dir/build.make devel/devel.ma/CMakeFiles/Test.dir/build
.PHONY : Test/fast

#=============================================================================
# Target rules for targets named ToolProvideSignedDir

# Build rule for target.
ToolProvideSignedDir: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ToolProvideSignedDir
.PHONY : ToolProvideSignedDir

# fast build rule for target.
ToolProvideSignedDir/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/ToolProvideSignedDir.dir/build.make devel/devel.ma/CMakeFiles/ToolProvideSignedDir.dir/build
.PHONY : ToolProvideSignedDir/fast

#=============================================================================
# Target rules for targets named Xml

# Build rule for target.
Xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Xml
.PHONY : Xml

# fast build rule for target.
Xml/fast:
	$(MAKE) $(MAKESILENT) -f devel/devel.ma/CMakeFiles/Xml.dir/build.make devel/devel.ma/CMakeFiles/Xml.dir/build
.PHONY : Xml/fast

#=============================================================================
# Target rules for targets named DumpSelectable

# Build rule for target.
DumpSelectable: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DumpSelectable
.PHONY : DumpSelectable

# fast build rule for target.
DumpSelectable/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/DumpSelectable.dir/build.make tools/CMakeFiles/DumpSelectable.dir/build
.PHONY : DumpSelectable/fast

#=============================================================================
# Target rules for targets named ProvideSignedDirectory

# Build rule for target.
ProvideSignedDirectory: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ProvideSignedDirectory
.PHONY : ProvideSignedDirectory

# fast build rule for target.
ProvideSignedDirectory/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/ProvideSignedDirectory.dir/build.make tools/CMakeFiles/ProvideSignedDirectory.dir/build
.PHONY : ProvideSignedDirectory/fast

#=============================================================================
# Target rules for targets named zypp-NameReqPrv

# Build rule for target.
zypp-NameReqPrv: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-NameReqPrv
.PHONY : zypp-NameReqPrv

# fast build rule for target.
zypp-NameReqPrv/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/zypp-NameReqPrv.dir/build.make tools/CMakeFiles/zypp-NameReqPrv.dir/build
.PHONY : zypp-NameReqPrv/fast

#=============================================================================
# Target rules for targets named ToolScanRepos

# Build rule for target.
ToolScanRepos: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ToolScanRepos
.PHONY : ToolScanRepos

# fast build rule for target.
ToolScanRepos/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/ToolScanRepos.dir/build.make tools/CMakeFiles/ToolScanRepos.dir/build
.PHONY : ToolScanRepos/fast

#=============================================================================
# Target rules for targets named patch_find_bug

# Build rule for target.
patch_find_bug: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 patch_find_bug
.PHONY : patch_find_bug

# fast build rule for target.
patch_find_bug/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/patch_find_bug.dir/build.make tools/CMakeFiles/patch_find_bug.dir/build
.PHONY : patch_find_bug/fast

#=============================================================================
# Target rules for targets named percent-encode

# Build rule for target.
percent-encode: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 percent-encode
.PHONY : percent-encode

# fast build rule for target.
percent-encode/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/percent-encode.dir/build.make tools/CMakeFiles/percent-encode.dir/build
.PHONY : percent-encode/fast

#=============================================================================
# Target rules for targets named zypp-cpeid

# Build rule for target.
zypp-cpeid: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-cpeid
.PHONY : zypp-cpeid

# fast build rule for target.
zypp-cpeid/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/zypp-cpeid.dir/build.make tools/CMakeFiles/zypp-cpeid.dir/build
.PHONY : zypp-cpeid/fast

#=============================================================================
# Target rules for targets named DiskUsageCounter

# Build rule for target.
DiskUsageCounter: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DiskUsageCounter
.PHONY : DiskUsageCounter

# fast build rule for target.
DiskUsageCounter/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/DiskUsageCounter.dir/build.make tools/CMakeFiles/DiskUsageCounter.dir/build
.PHONY : DiskUsageCounter/fast

#=============================================================================
# Target rules for targets named zypp-CheckAccessDeleted

# Build rule for target.
zypp-CheckAccessDeleted: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-CheckAccessDeleted
.PHONY : zypp-CheckAccessDeleted

# fast build rule for target.
zypp-CheckAccessDeleted/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/zypp-CheckAccessDeleted.dir/build.make tools/CMakeFiles/zypp-CheckAccessDeleted.dir/build
.PHONY : zypp-CheckAccessDeleted/fast

#=============================================================================
# Target rules for targets named zypp-install

# Build rule for target.
zypp-install: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-install
.PHONY : zypp-install

# fast build rule for target.
zypp-install/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/zypp-install.dir/build.make tools/CMakeFiles/zypp-install.dir/build
.PHONY : zypp-install/fast

#=============================================================================
# Target rules for targets named zypp-list

# Build rule for target.
zypp-list: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-list
.PHONY : zypp-list

# fast build rule for target.
zypp-list/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/zypp-list.dir/build.make tools/CMakeFiles/zypp-list.dir/build
.PHONY : zypp-list/fast

#=============================================================================
# Target rules for targets named zypp-pubkey

# Build rule for target.
zypp-pubkey: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-pubkey
.PHONY : zypp-pubkey

# fast build rule for target.
zypp-pubkey/fast:
	$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/zypp-pubkey.dir/build.make tools/CMakeFiles/zypp-pubkey.dir/build
.PHONY : zypp-pubkey/fast

#=============================================================================
# Target rules for targets named zypp-NameReqPrv.1_Target

# Build rule for target.
zypp-NameReqPrv.1_Target: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-NameReqPrv.1_Target
.PHONY : zypp-NameReqPrv.1_Target

# fast build rule for target.
zypp-NameReqPrv.1_Target/fast:
	$(MAKE) $(MAKESILENT) -f doc/CMakeFiles/zypp-NameReqPrv.1_Target.dir/build.make doc/CMakeFiles/zypp-NameReqPrv.1_Target.dir/build
.PHONY : zypp-NameReqPrv.1_Target/fast

#=============================================================================
# Target rules for targets named locks.5_Target

# Build rule for target.
locks.5_Target: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 locks.5_Target
.PHONY : locks.5_Target

# fast build rule for target.
locks.5_Target/fast:
	$(MAKE) $(MAKESILENT) -f doc/CMakeFiles/locks.5_Target.dir/build.make doc/CMakeFiles/locks.5_Target.dir/build
.PHONY : locks.5_Target/fast

#=============================================================================
# Target rules for targets named zypp-CheckAccessDeleted.1_Target

# Build rule for target.
zypp-CheckAccessDeleted.1_Target: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp-CheckAccessDeleted.1_Target
.PHONY : zypp-CheckAccessDeleted.1_Target

# fast build rule for target.
zypp-CheckAccessDeleted.1_Target/fast:
	$(MAKE) $(MAKESILENT) -f doc/CMakeFiles/zypp-CheckAccessDeleted.1_Target.dir/build.make doc/CMakeFiles/zypp-CheckAccessDeleted.1_Target.dir/build
.PHONY : zypp-CheckAccessDeleted.1_Target/fast

#=============================================================================
# Target rules for targets named doc_forced

# Build rule for target.
doc_forced: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc_forced
.PHONY : doc_forced

# fast build rule for target.
doc_forced/fast:
	$(MAKE) $(MAKESILENT) -f doc/autodoc/CMakeFiles/doc_forced.dir/build.make doc/autodoc/CMakeFiles/doc_forced.dir/build
.PHONY : doc_forced/fast

#=============================================================================
# Target rules for targets named doc

# Build rule for target.
doc: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 doc
.PHONY : doc

# fast build rule for target.
doc/fast:
	$(MAKE) $(MAKESILENT) -f doc/autodoc/CMakeFiles/doc.dir/build.make doc/autodoc/CMakeFiles/doc.dir/build
.PHONY : doc/fast

#=============================================================================
# Target rules for targets named potfile_update

# Build rule for target.
potfile_update: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 potfile_update
.PHONY : potfile_update

# fast build rule for target.
potfile_update/fast:
	$(MAKE) $(MAKESILENT) -f po/CMakeFiles/potfile_update.dir/build.make po/CMakeFiles/potfile_update.dir/build
.PHONY : potfile_update/fast

#=============================================================================
# Target rules for targets named translations

# Build rule for target.
translations: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 translations
.PHONY : translations

# fast build rule for target.
translations/fast:
	$(MAKE) $(MAKESILENT) -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/build
.PHONY : translations/fast

#=============================================================================
# Target rules for targets named ctest

# Build rule for target.
ctest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ctest
.PHONY : ctest

# fast build rule for target.
ctest/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/ctest.dir/build.make tests/CMakeFiles/ctest.dir/build
.PHONY : ctest/fast

#=============================================================================
# Target rules for targets named zypp_test_utils

# Build rule for target.
zypp_test_utils: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zypp_test_utils
.PHONY : zypp_test_utils

# fast build rule for target.
zypp_test_utils/fast:
	$(MAKE) $(MAKESILENT) -f tests/lib/CMakeFiles/zypp_test_utils.dir/build.make tests/lib/CMakeFiles/zypp_test_utils.dir/build
.PHONY : zypp_test_utils/fast

#=============================================================================
# Target rules for targets named MetaLinkParser_test

# Build rule for target.
MetaLinkParser_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MetaLinkParser_test
.PHONY : MetaLinkParser_test

# fast build rule for target.
MetaLinkParser_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/media/CMakeFiles/MetaLinkParser_test.dir/build.make tests/media/CMakeFiles/MetaLinkParser_test.dir/build
.PHONY : MetaLinkParser_test/fast

#=============================================================================
# Target rules for targets named MediaProducts_test

# Build rule for target.
MediaProducts_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MediaProducts_test
.PHONY : MediaProducts_test

# fast build rule for target.
MediaProducts_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/media/CMakeFiles/MediaProducts_test.dir/build.make tests/media/CMakeFiles/MediaProducts_test.dir/build
.PHONY : MediaProducts_test/fast

#=============================================================================
# Target rules for targets named CredentialFileReader_test

# Build rule for target.
CredentialFileReader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CredentialFileReader_test
.PHONY : CredentialFileReader_test

# fast build rule for target.
CredentialFileReader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/media/CMakeFiles/CredentialFileReader_test.dir/build.make tests/media/CMakeFiles/CredentialFileReader_test.dir/build
.PHONY : CredentialFileReader_test/fast

#=============================================================================
# Target rules for targets named CredentialManager_test

# Build rule for target.
CredentialManager_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CredentialManager_test
.PHONY : CredentialManager_test

# fast build rule for target.
CredentialManager_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/media/CMakeFiles/CredentialManager_test.dir/build.make tests/media/CMakeFiles/CredentialManager_test.dir/build
.PHONY : CredentialManager_test/fast

#=============================================================================
# Target rules for targets named Fetcher_test

# Build rule for target.
Fetcher_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Fetcher_test
.PHONY : Fetcher_test

# fast build rule for target.
Fetcher_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Fetcher_test.dir/build.make tests/zypp/CMakeFiles/Fetcher_test.dir/build
.PHONY : Fetcher_test/fast

#=============================================================================
# Target rules for targets named UserData_test

# Build rule for target.
UserData_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 UserData_test
.PHONY : UserData_test

# fast build rule for target.
UserData_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/UserData_test.dir/build.make tests/zypp/CMakeFiles/UserData_test.dir/build
.PHONY : UserData_test/fast

#=============================================================================
# Target rules for targets named Url_test

# Build rule for target.
Url_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Url_test
.PHONY : Url_test

# fast build rule for target.
Url_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Url_test.dir/build.make tests/zypp/CMakeFiles/Url_test.dir/build
.PHONY : Url_test/fast

#=============================================================================
# Target rules for targets named StringV_test

# Build rule for target.
StringV_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 StringV_test
.PHONY : StringV_test

# fast build rule for target.
StringV_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/StringV_test.dir/build.make tests/zypp/CMakeFiles/StringV_test.dir/build
.PHONY : StringV_test/fast

#=============================================================================
# Target rules for targets named StrMatcher_test

# Build rule for target.
StrMatcher_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 StrMatcher_test
.PHONY : StrMatcher_test

# fast build rule for target.
StrMatcher_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/StrMatcher_test.dir/build.make tests/zypp/CMakeFiles/StrMatcher_test.dir/build
.PHONY : StrMatcher_test/fast

#=============================================================================
# Target rules for targets named SetRelationMixin_test

# Build rule for target.
SetRelationMixin_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SetRelationMixin_test
.PHONY : SetRelationMixin_test

# fast build rule for target.
SetRelationMixin_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/SetRelationMixin_test.dir/build.make tests/zypp/CMakeFiles/SetRelationMixin_test.dir/build
.PHONY : SetRelationMixin_test/fast

#=============================================================================
# Target rules for targets named Selectable_test

# Build rule for target.
Selectable_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Selectable_test
.PHONY : Selectable_test

# fast build rule for target.
Selectable_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Selectable_test.dir/build.make tests/zypp/CMakeFiles/Selectable_test.dir/build
.PHONY : Selectable_test/fast

#=============================================================================
# Target rules for targets named ResStatus_test

# Build rule for target.
ResStatus_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ResStatus_test
.PHONY : ResStatus_test

# fast build rule for target.
ResStatus_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/ResStatus_test.dir/build.make tests/zypp/CMakeFiles/ResStatus_test.dir/build
.PHONY : ResStatus_test/fast

#=============================================================================
# Target rules for targets named RpmPkgSigCheck_test

# Build rule for target.
RpmPkgSigCheck_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RpmPkgSigCheck_test
.PHONY : RpmPkgSigCheck_test

# fast build rule for target.
RpmPkgSigCheck_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/RpmPkgSigCheck_test.dir/build.make tests/zypp/CMakeFiles/RpmPkgSigCheck_test.dir/build
.PHONY : RpmPkgSigCheck_test/fast

#=============================================================================
# Target rules for targets named Resolver_test

# Build rule for target.
Resolver_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Resolver_test
.PHONY : Resolver_test

# fast build rule for target.
Resolver_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Resolver_test.dir/build.make tests/zypp/CMakeFiles/Resolver_test.dir/build
.PHONY : Resolver_test/fast

#=============================================================================
# Target rules for targets named ResKind_test

# Build rule for target.
ResKind_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ResKind_test
.PHONY : ResKind_test

# fast build rule for target.
ResKind_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/ResKind_test.dir/build.make tests/zypp/CMakeFiles/ResKind_test.dir/build
.PHONY : ResKind_test/fast

#=============================================================================
# Target rules for targets named RepoManager_test

# Build rule for target.
RepoManager_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoManager_test
.PHONY : RepoManager_test

# fast build rule for target.
RepoManager_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/RepoManager_test.dir/build.make tests/zypp/CMakeFiles/RepoManager_test.dir/build
.PHONY : RepoManager_test/fast

#=============================================================================
# Target rules for targets named ZChunk_test

# Build rule for target.
ZChunk_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ZChunk_test
.PHONY : ZChunk_test

# fast build rule for target.
ZChunk_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/ZChunk_test.dir/build.make tests/zypp/CMakeFiles/ZChunk_test.dir/build
.PHONY : ZChunk_test/fast

#=============================================================================
# Target rules for targets named FileChecker_test

# Build rule for target.
FileChecker_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FileChecker_test
.PHONY : FileChecker_test

# fast build rule for target.
FileChecker_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/FileChecker_test.dir/build.make tests/zypp/CMakeFiles/FileChecker_test.dir/build
.PHONY : FileChecker_test/fast

#=============================================================================
# Target rules for targets named MediaSetAccess_test

# Build rule for target.
MediaSetAccess_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MediaSetAccess_test
.PHONY : MediaSetAccess_test

# fast build rule for target.
MediaSetAccess_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/MediaSetAccess_test.dir/build.make tests/zypp/CMakeFiles/MediaSetAccess_test.dir/build
.PHONY : MediaSetAccess_test/fast

#=============================================================================
# Target rules for targets named Target_test

# Build rule for target.
Target_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Target_test
.PHONY : Target_test

# fast build rule for target.
Target_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Target_test.dir/build.make tests/zypp/CMakeFiles/Target_test.dir/build
.PHONY : Target_test/fast

#=============================================================================
# Target rules for targets named InstanceId_test

# Build rule for target.
InstanceId_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 InstanceId_test
.PHONY : InstanceId_test

# fast build rule for target.
InstanceId_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/InstanceId_test.dir/build.make tests/zypp/CMakeFiles/InstanceId_test.dir/build
.PHONY : InstanceId_test/fast

#=============================================================================
# Target rules for targets named Date_test

# Build rule for target.
Date_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Date_test
.PHONY : Date_test

# fast build rule for target.
Date_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Date_test.dir/build.make tests/zypp/CMakeFiles/Date_test.dir/build
.PHONY : Date_test/fast

#=============================================================================
# Target rules for targets named KeyRing_test

# Build rule for target.
KeyRing_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KeyRing_test
.PHONY : KeyRing_test

# fast build rule for target.
KeyRing_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/KeyRing_test.dir/build.make tests/zypp/CMakeFiles/KeyRing_test.dir/build
.PHONY : KeyRing_test/fast

#=============================================================================
# Target rules for targets named Dup_test

# Build rule for target.
Dup_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Dup_test
.PHONY : Dup_test

# fast build rule for target.
Dup_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Dup_test.dir/build.make tests/zypp/CMakeFiles/Dup_test.dir/build
.PHONY : Dup_test/fast

#=============================================================================
# Target rules for targets named ContentType_test

# Build rule for target.
ContentType_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContentType_test
.PHONY : ContentType_test

# fast build rule for target.
ContentType_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/ContentType_test.dir/build.make tests/zypp/CMakeFiles/ContentType_test.dir/build
.PHONY : ContentType_test/fast

#=============================================================================
# Target rules for targets named Edition_test

# Build rule for target.
Edition_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Edition_test
.PHONY : Edition_test

# fast build rule for target.
Edition_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Edition_test.dir/build.make tests/zypp/CMakeFiles/Edition_test.dir/build
.PHONY : Edition_test/fast

#=============================================================================
# Target rules for targets named PublicKey_test

# Build rule for target.
PublicKey_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PublicKey_test
.PHONY : PublicKey_test

# fast build rule for target.
PublicKey_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PublicKey_test.dir/build.make tests/zypp/CMakeFiles/PublicKey_test.dir/build
.PHONY : PublicKey_test/fast

#=============================================================================
# Target rules for targets named DrunkenBishop_test

# Build rule for target.
DrunkenBishop_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DrunkenBishop_test
.PHONY : DrunkenBishop_test

# fast build rule for target.
DrunkenBishop_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/DrunkenBishop_test.dir/build.make tests/zypp/CMakeFiles/DrunkenBishop_test.dir/build
.PHONY : DrunkenBishop_test/fast

#=============================================================================
# Target rules for targets named CheckSum_test

# Build rule for target.
CheckSum_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CheckSum_test
.PHONY : CheckSum_test

# fast build rule for target.
CheckSum_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/CheckSum_test.dir/build.make tests/zypp/CMakeFiles/CheckSum_test.dir/build
.PHONY : CheckSum_test/fast

#=============================================================================
# Target rules for targets named RWPtr_test

# Build rule for target.
RWPtr_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RWPtr_test
.PHONY : RWPtr_test

# fast build rule for target.
RWPtr_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/RWPtr_test.dir/build.make tests/zypp/CMakeFiles/RWPtr_test.dir/build
.PHONY : RWPtr_test/fast

#=============================================================================
# Target rules for targets named Digest_test

# Build rule for target.
Digest_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Digest_test
.PHONY : Digest_test

# fast build rule for target.
Digest_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Digest_test.dir/build.make tests/zypp/CMakeFiles/Digest_test.dir/build
.PHONY : Digest_test/fast

#=============================================================================
# Target rules for targets named Capabilities_test

# Build rule for target.
Capabilities_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Capabilities_test
.PHONY : Capabilities_test

# fast build rule for target.
Capabilities_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Capabilities_test.dir/build.make tests/zypp/CMakeFiles/Capabilities_test.dir/build
.PHONY : Capabilities_test/fast

#=============================================================================
# Target rules for targets named Deltarpm_test

# Build rule for target.
Deltarpm_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Deltarpm_test
.PHONY : Deltarpm_test

# fast build rule for target.
Deltarpm_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Deltarpm_test.dir/build.make tests/zypp/CMakeFiles/Deltarpm_test.dir/build
.PHONY : Deltarpm_test/fast

#=============================================================================
# Target rules for targets named ExtendedPool_test

# Build rule for target.
ExtendedPool_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExtendedPool_test
.PHONY : ExtendedPool_test

# fast build rule for target.
ExtendedPool_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/ExtendedPool_test.dir/build.make tests/zypp/CMakeFiles/ExtendedPool_test.dir/build
.PHONY : ExtendedPool_test/fast

#=============================================================================
# Target rules for targets named CpeId_test

# Build rule for target.
CpeId_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CpeId_test
.PHONY : CpeId_test

# fast build rule for target.
CpeId_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/CpeId_test.dir/build.make tests/zypp/CMakeFiles/CpeId_test.dir/build
.PHONY : CpeId_test/fast

#=============================================================================
# Target rules for targets named Arch_test

# Build rule for target.
Arch_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Arch_test
.PHONY : Arch_test

# fast build rule for target.
Arch_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Arch_test.dir/build.make tests/zypp/CMakeFiles/Arch_test.dir/build
.PHONY : Arch_test/fast

#=============================================================================
# Target rules for targets named SetTracker_test

# Build rule for target.
SetTracker_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SetTracker_test
.PHONY : SetTracker_test

# fast build rule for target.
SetTracker_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/SetTracker_test.dir/build.make tests/zypp/CMakeFiles/SetTracker_test.dir/build
.PHONY : SetTracker_test/fast

#=============================================================================
# Target rules for targets named Flags_test

# Build rule for target.
Flags_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Flags_test
.PHONY : Flags_test

# fast build rule for target.
Flags_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Flags_test.dir/build.make tests/zypp/CMakeFiles/Flags_test.dir/build
.PHONY : Flags_test/fast

#=============================================================================
# Target rules for targets named RepoStatus_test

# Build rule for target.
RepoStatus_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoStatus_test
.PHONY : RepoStatus_test

# fast build rule for target.
RepoStatus_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/RepoStatus_test.dir/build.make tests/zypp/CMakeFiles/RepoStatus_test.dir/build
.PHONY : RepoStatus_test/fast

#=============================================================================
# Target rules for targets named Locale_test

# Build rule for target.
Locale_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Locale_test
.PHONY : Locale_test

# fast build rule for target.
Locale_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Locale_test.dir/build.make tests/zypp/CMakeFiles/Locale_test.dir/build
.PHONY : Locale_test/fast

#=============================================================================
# Target rules for targets named RepoInfo_test

# Build rule for target.
RepoInfo_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoInfo_test
.PHONY : RepoInfo_test

# fast build rule for target.
RepoInfo_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/RepoInfo_test.dir/build.make tests/zypp/CMakeFiles/RepoInfo_test.dir/build
.PHONY : RepoInfo_test/fast

#=============================================================================
# Target rules for targets named GZStream_test

# Build rule for target.
GZStream_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 GZStream_test
.PHONY : GZStream_test

# fast build rule for target.
GZStream_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/GZStream_test.dir/build.make tests/zypp/CMakeFiles/GZStream_test.dir/build
.PHONY : GZStream_test/fast

#=============================================================================
# Target rules for targets named Locks_test

# Build rule for target.
Locks_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Locks_test
.PHONY : Locks_test

# fast build rule for target.
Locks_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Locks_test.dir/build.make tests/zypp/CMakeFiles/Locks_test.dir/build
.PHONY : Locks_test/fast

#=============================================================================
# Target rules for targets named PathInfo_test

# Build rule for target.
PathInfo_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PathInfo_test
.PHONY : PathInfo_test

# fast build rule for target.
PathInfo_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PathInfo_test.dir/build.make tests/zypp/CMakeFiles/PathInfo_test.dir/build
.PHONY : PathInfo_test/fast

#=============================================================================
# Target rules for targets named PtrTypes_test

# Build rule for target.
PtrTypes_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PtrTypes_test
.PHONY : PtrTypes_test

# fast build rule for target.
PtrTypes_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PtrTypes_test.dir/build.make tests/zypp/CMakeFiles/PtrTypes_test.dir/build
.PHONY : PtrTypes_test/fast

#=============================================================================
# Target rules for targets named Pathname_test

# Build rule for target.
Pathname_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Pathname_test
.PHONY : Pathname_test

# fast build rule for target.
Pathname_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Pathname_test.dir/build.make tests/zypp/CMakeFiles/Pathname_test.dir/build
.PHONY : Pathname_test/fast

#=============================================================================
# Target rules for targets named PluginFrame_test

# Build rule for target.
PluginFrame_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PluginFrame_test
.PHONY : PluginFrame_test

# fast build rule for target.
PluginFrame_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PluginFrame_test.dir/build.make tests/zypp/CMakeFiles/PluginFrame_test.dir/build
.PHONY : PluginFrame_test/fast

#=============================================================================
# Target rules for targets named PoolQueryCC_test

# Build rule for target.
PoolQueryCC_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PoolQueryCC_test
.PHONY : PoolQueryCC_test

# fast build rule for target.
PoolQueryCC_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PoolQueryCC_test.dir/build.make tests/zypp/CMakeFiles/PoolQueryCC_test.dir/build
.PHONY : PoolQueryCC_test/fast

#=============================================================================
# Target rules for targets named Vendor_test

# Build rule for target.
Vendor_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Vendor_test
.PHONY : Vendor_test

# fast build rule for target.
Vendor_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/Vendor_test.dir/build.make tests/zypp/CMakeFiles/Vendor_test.dir/build
.PHONY : Vendor_test/fast

#=============================================================================
# Target rules for targets named PoolQuery_test

# Build rule for target.
PoolQuery_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PoolQuery_test
.PHONY : PoolQuery_test

# fast build rule for target.
PoolQuery_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PoolQuery_test.dir/build.make tests/zypp/CMakeFiles/PoolQuery_test.dir/build
.PHONY : PoolQuery_test/fast

#=============================================================================
# Target rules for targets named ProgressData_test

# Build rule for target.
ProgressData_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ProgressData_test
.PHONY : ProgressData_test

# fast build rule for target.
ProgressData_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/ProgressData_test.dir/build.make tests/zypp/CMakeFiles/ProgressData_test.dir/build
.PHONY : ProgressData_test/fast

#=============================================================================
# Target rules for targets named PurgeKernels_test

# Build rule for target.
PurgeKernels_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PurgeKernels_test
.PHONY : PurgeKernels_test

# fast build rule for target.
PurgeKernels_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/CMakeFiles/PurgeKernels_test.dir/build.make tests/zypp/CMakeFiles/PurgeKernels_test.dir/build
.PHONY : PurgeKernels_test/fast

#=============================================================================
# Target rules for targets named ExternalProgram_test

# Build rule for target.
ExternalProgram_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExternalProgram_test
.PHONY : ExternalProgram_test

# fast build rule for target.
ExternalProgram_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/base/CMakeFiles/ExternalProgram_test.dir/build.make tests/zypp/base/CMakeFiles/ExternalProgram_test.dir/build
.PHONY : ExternalProgram_test/fast

#=============================================================================
# Target rules for targets named String_test

# Build rule for target.
String_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 String_test
.PHONY : String_test

# fast build rule for target.
String_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/base/CMakeFiles/String_test.dir/build.make tests/zypp/base/CMakeFiles/String_test.dir/build
.PHONY : String_test/fast

#=============================================================================
# Target rules for targets named Sysconfig_test

# Build rule for target.
Sysconfig_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Sysconfig_test
.PHONY : Sysconfig_test

# fast build rule for target.
Sysconfig_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/base/CMakeFiles/Sysconfig_test.dir/build.make tests/zypp/base/CMakeFiles/Sysconfig_test.dir/build
.PHONY : Sysconfig_test/fast

#=============================================================================
# Target rules for targets named Glob_test

# Build rule for target.
Glob_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Glob_test
.PHONY : Glob_test

# fast build rule for target.
Glob_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zypp/base/CMakeFiles/Glob_test.dir/build.make tests/zypp/base/CMakeFiles/Glob_test.dir/build
.PHONY : Glob_test/fast

#=============================================================================
# Target rules for targets named HistoryLogReader_test

# Build rule for target.
HistoryLogReader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 HistoryLogReader_test
.PHONY : HistoryLogReader_test

# fast build rule for target.
HistoryLogReader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/CMakeFiles/HistoryLogReader_test.dir/build.make tests/parser/CMakeFiles/HistoryLogReader_test.dir/build
.PHONY : HistoryLogReader_test/fast

#=============================================================================
# Target rules for targets named RepoindexFileReader_test

# Build rule for target.
RepoindexFileReader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoindexFileReader_test
.PHONY : RepoindexFileReader_test

# fast build rule for target.
RepoindexFileReader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/CMakeFiles/RepoindexFileReader_test.dir/build.make tests/parser/CMakeFiles/RepoindexFileReader_test.dir/build
.PHONY : RepoindexFileReader_test/fast

#=============================================================================
# Target rules for targets named RepoFileReader_test

# Build rule for target.
RepoFileReader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoFileReader_test
.PHONY : RepoFileReader_test

# fast build rule for target.
RepoFileReader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/CMakeFiles/RepoFileReader_test.dir/build.make tests/parser/CMakeFiles/RepoFileReader_test.dir/build
.PHONY : RepoFileReader_test/fast

#=============================================================================
# Target rules for targets named ProductFileReader_test

# Build rule for target.
ProductFileReader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ProductFileReader_test
.PHONY : ProductFileReader_test

# fast build rule for target.
ProductFileReader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/CMakeFiles/ProductFileReader_test.dir/build.make tests/parser/CMakeFiles/ProductFileReader_test.dir/build
.PHONY : ProductFileReader_test/fast

#=============================================================================
# Target rules for targets named RepomdFileReader_test

# Build rule for target.
RepomdFileReader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepomdFileReader_test
.PHONY : RepomdFileReader_test

# fast build rule for target.
RepomdFileReader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/yum/CMakeFiles/RepomdFileReader_test.dir/build.make tests/parser/yum/CMakeFiles/RepomdFileReader_test.dir/build
.PHONY : RepomdFileReader_test/fast

#=============================================================================
# Target rules for targets named iniparser_test

# Build rule for target.
iniparser_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 iniparser_test
.PHONY : iniparser_test

# fast build rule for target.
iniparser_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/inifile/CMakeFiles/iniparser_test.dir/build.make tests/parser/inifile/CMakeFiles/iniparser_test.dir/build
.PHONY : iniparser_test/fast

#=============================================================================
# Target rules for targets named inidict_test

# Build rule for target.
inidict_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 inidict_test
.PHONY : inidict_test

# fast build rule for target.
inidict_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/parser/inifile/CMakeFiles/inidict_test.dir/build.make tests/parser/inifile/CMakeFiles/inidict_test.dir/build
.PHONY : inidict_test/fast

#=============================================================================
# Target rules for targets named DUdata_test

# Build rule for target.
DUdata_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DUdata_test
.PHONY : DUdata_test

# fast build rule for target.
DUdata_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/DUdata_test.dir/build.make tests/repo/CMakeFiles/DUdata_test.dir/build
.PHONY : DUdata_test/fast

#=============================================================================
# Target rules for targets named ExtendedMetadata_test

# Build rule for target.
ExtendedMetadata_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExtendedMetadata_test
.PHONY : ExtendedMetadata_test

# fast build rule for target.
ExtendedMetadata_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/ExtendedMetadata_test.dir/build.make tests/repo/CMakeFiles/ExtendedMetadata_test.dir/build
.PHONY : ExtendedMetadata_test/fast

#=============================================================================
# Target rules for targets named PluginServices_test

# Build rule for target.
PluginServices_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PluginServices_test
.PHONY : PluginServices_test

# fast build rule for target.
PluginServices_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/PluginServices_test.dir/build.make tests/repo/CMakeFiles/PluginServices_test.dir/build
.PHONY : PluginServices_test/fast

#=============================================================================
# Target rules for targets named RepoSigcheck_test

# Build rule for target.
RepoSigcheck_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoSigcheck_test
.PHONY : RepoSigcheck_test

# fast build rule for target.
RepoSigcheck_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/RepoSigcheck_test.dir/build.make tests/repo/CMakeFiles/RepoSigcheck_test.dir/build
.PHONY : RepoSigcheck_test/fast

#=============================================================================
# Target rules for targets named RepoLicense_test

# Build rule for target.
RepoLicense_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoLicense_test
.PHONY : RepoLicense_test

# fast build rule for target.
RepoLicense_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/RepoLicense_test.dir/build.make tests/repo/CMakeFiles/RepoLicense_test.dir/build
.PHONY : RepoLicense_test/fast

#=============================================================================
# Target rules for targets named RepoVariables_test

# Build rule for target.
RepoVariables_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RepoVariables_test
.PHONY : RepoVariables_test

# fast build rule for target.
RepoVariables_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/RepoVariables_test.dir/build.make tests/repo/CMakeFiles/RepoVariables_test.dir/build
.PHONY : RepoVariables_test/fast

#=============================================================================
# Target rules for targets named MirrorList_test

# Build rule for target.
MirrorList_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MirrorList_test
.PHONY : MirrorList_test

# fast build rule for target.
MirrorList_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/CMakeFiles/MirrorList_test.dir/build.make tests/repo/CMakeFiles/MirrorList_test.dir/build
.PHONY : MirrorList_test/fast

#=============================================================================
# Target rules for targets named YUMDownloader_test

# Build rule for target.
YUMDownloader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 YUMDownloader_test
.PHONY : YUMDownloader_test

# fast build rule for target.
YUMDownloader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/yum/CMakeFiles/YUMDownloader_test.dir/build.make tests/repo/yum/CMakeFiles/YUMDownloader_test.dir/build
.PHONY : YUMDownloader_test/fast

#=============================================================================
# Target rules for targets named Downloader_test

# Build rule for target.
Downloader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Downloader_test
.PHONY : Downloader_test

# fast build rule for target.
Downloader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/repo/susetags/CMakeFiles/Downloader_test.dir/build.make tests/repo/susetags/CMakeFiles/Downloader_test.dir/build
.PHONY : Downloader_test/fast

#=============================================================================
# Target rules for targets named IdString_test

# Build rule for target.
IdString_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 IdString_test
.PHONY : IdString_test

# fast build rule for target.
IdString_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/IdString_test.dir/build.make tests/sat/CMakeFiles/IdString_test.dir/build
.PHONY : IdString_test/fast

#=============================================================================
# Target rules for targets named LookupAttr_test

# Build rule for target.
LookupAttr_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 LookupAttr_test
.PHONY : LookupAttr_test

# fast build rule for target.
LookupAttr_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/LookupAttr_test.dir/build.make tests/sat/CMakeFiles/LookupAttr_test.dir/build
.PHONY : LookupAttr_test/fast

#=============================================================================
# Target rules for targets named Queue_test

# Build rule for target.
Queue_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Queue_test
.PHONY : Queue_test

# fast build rule for target.
Queue_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/Queue_test.dir/build.make tests/sat/CMakeFiles/Queue_test.dir/build
.PHONY : Queue_test/fast

#=============================================================================
# Target rules for targets named Pool_test

# Build rule for target.
Pool_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Pool_test
.PHONY : Pool_test

# fast build rule for target.
Pool_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/Pool_test.dir/build.make tests/sat/CMakeFiles/Pool_test.dir/build
.PHONY : Pool_test/fast

#=============================================================================
# Target rules for targets named Map_test

# Build rule for target.
Map_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Map_test
.PHONY : Map_test

# fast build rule for target.
Map_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/Map_test.dir/build.make tests/sat/CMakeFiles/Map_test.dir/build
.PHONY : Map_test/fast

#=============================================================================
# Target rules for targets named WhatObsoletes_test

# Build rule for target.
WhatObsoletes_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WhatObsoletes_test
.PHONY : WhatObsoletes_test

# fast build rule for target.
WhatObsoletes_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/WhatObsoletes_test.dir/build.make tests/sat/CMakeFiles/WhatObsoletes_test.dir/build
.PHONY : WhatObsoletes_test/fast

#=============================================================================
# Target rules for targets named Solvable_test

# Build rule for target.
Solvable_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Solvable_test
.PHONY : Solvable_test

# fast build rule for target.
Solvable_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/Solvable_test.dir/build.make tests/sat/CMakeFiles/Solvable_test.dir/build
.PHONY : Solvable_test/fast

#=============================================================================
# Target rules for targets named WhatProvides_test

# Build rule for target.
WhatProvides_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 WhatProvides_test
.PHONY : WhatProvides_test

# fast build rule for target.
WhatProvides_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/WhatProvides_test.dir/build.make tests/sat/CMakeFiles/WhatProvides_test.dir/build
.PHONY : WhatProvides_test/fast

#=============================================================================
# Target rules for targets named SolvableSpec_test

# Build rule for target.
SolvableSpec_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SolvableSpec_test
.PHONY : SolvableSpec_test

# fast build rule for target.
SolvableSpec_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/SolvableSpec_test.dir/build.make tests/sat/CMakeFiles/SolvableSpec_test.dir/build
.PHONY : SolvableSpec_test/fast

#=============================================================================
# Target rules for targets named SolvParsing_test

# Build rule for target.
SolvParsing_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SolvParsing_test
.PHONY : SolvParsing_test

# fast build rule for target.
SolvParsing_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/sat/CMakeFiles/SolvParsing_test.dir/build.make tests/sat/CMakeFiles/SolvParsing_test.dir/build
.PHONY : SolvParsing_test/fast

#=============================================================================
# Target rules for targets named EventLoop_test

# Build rule for target.
EventLoop_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 EventLoop_test
.PHONY : EventLoop_test

# fast build rule for target.
EventLoop_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zyppng/CMakeFiles/EventLoop_test.dir/build.make tests/zyppng/CMakeFiles/EventLoop_test.dir/build
.PHONY : EventLoop_test/fast

#=============================================================================
# Target rules for targets named EvDownloader_test

# Build rule for target.
EvDownloader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 EvDownloader_test
.PHONY : EvDownloader_test

# fast build rule for target.
EvDownloader_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zyppng/media/CMakeFiles/EvDownloader_test.dir/build.make tests/zyppng/media/CMakeFiles/EvDownloader_test.dir/build
.PHONY : EvDownloader_test/fast

#=============================================================================
# Target rules for targets named NetworkRequestDispatcher_test

# Build rule for target.
NetworkRequestDispatcher_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NetworkRequestDispatcher_test
.PHONY : NetworkRequestDispatcher_test

# fast build rule for target.
NetworkRequestDispatcher_test/fast:
	$(MAKE) $(MAKESILENT) -f tests/zyppng/media/CMakeFiles/NetworkRequestDispatcher_test.dir/build.make tests/zyppng/media/CMakeFiles/NetworkRequestDispatcher_test.dir/build
.PHONY : NetworkRequestDispatcher_test/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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@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 "... buildmon"
	@echo "... ctest"
	@echo "... doc"
	@echo "... doc_forced"
	@echo "... locks.5_Target"
	@echo "... ma_test"
	@echo "... potfile_update"
	@echo "... srcpackage"
	@echo "... srcpackage_local"
	@echo "... svncheck"
	@echo "... translations"
	@echo "... zypp-CheckAccessDeleted.1_Target"
	@echo "... zypp-NameReqPrv.1_Target"
	@echo "... Arch_test"
	@echo "... Basic"
	@echo "... Capabilities_test"
	@echo "... CheckSum_test"
	@echo "... ContentType_test"
	@echo "... CpeId_test"
	@echo "... CredentialFileReader_test"
	@echo "... CredentialManager_test"
	@echo "... DUdata_test"
	@echo "... Date_test"
	@echo "... Deltarpm_test"
	@echo "... Digest_test"
	@echo "... DiskUsageCounter"
	@echo "... Downloader_test"
	@echo "... DrunkenBishop_test"
	@echo "... DumpSelectable"
	@echo "... Dup_test"
	@echo "... Edition_test"
	@echo "... EvDownloader_test"
	@echo "... EventLoop_test"
	@echo "... ExtendedMetadata_test"
	@echo "... ExtendedPool_test"
	@echo "... ExternalProgram_test"
	@echo "... Fetcher_test"
	@echo "... FileChecker_test"
	@echo "... Flags_test"
	@echo "... GZStream_test"
	@echo "... Glob_test"
	@echo "... HistoryLogReader_test"
	@echo "... IdString_test"
	@echo "... InstanceId_test"
	@echo "... KeyRing_test"
	@echo "... Locale_test"
	@echo "... Locks_test"
	@echo "... LookupAttr_test"
	@echo "... MT"
	@echo "... MaTest"
	@echo "... Main"
	@echo "... Map_test"
	@echo "... MediaProducts_test"
	@echo "... MediaSetAccess_test"
	@echo "... MetaLinkParser_test"
	@echo "... MirrorList_test"
	@echo "... NetworkRequestDispatcher_test"
	@echo "... NewPool"
	@echo "... PathInfo_test"
	@echo "... Pathname_test"
	@echo "... PluginFrame_test"
	@echo "... PluginServices_test"
	@echo "... PluginTest"
	@echo "... PoolQueryCC_test"
	@echo "... PoolQuery_test"
	@echo "... Pool_test"
	@echo "... ProductFileReader_test"
	@echo "... ProgressData_test"
	@echo "... ProvideSignedDirectory"
	@echo "... PtrTypes_test"
	@echo "... PublicKey_test"
	@echo "... PurgeKernels_test"
	@echo "... Queue_test"
	@echo "... RWPtr_test"
	@echo "... RepoFileReader_test"
	@echo "... RepoInfo_test"
	@echo "... RepoLicense_test"
	@echo "... RepoManager_test"
	@echo "... RepoSigcheck_test"
	@echo "... RepoStatus_test"
	@echo "... RepoVariables_test"
	@echo "... RepoindexFileReader_test"
	@echo "... RepomdFileReader_test"
	@echo "... ResKind_test"
	@echo "... ResStatus_test"
	@echo "... Resolver_test"
	@echo "... RpmPkgSigCheck_test"
	@echo "... Sat"
	@echo "... Selectable_test"
	@echo "... SetRelationMixin_test"
	@echo "... SetTracker_test"
	@echo "... SigTrackableFail"
	@echo "... Signal"
	@echo "... SolvParsing_test"
	@echo "... SolvableSpec_test"
	@echo "... Solvable_test"
	@echo "... StrMatcher_test"
	@echo "... StringV_test"
	@echo "... String_test"
	@echo "... Sysconfig_test"
	@echo "... Target_test"
	@echo "... Test"
	@echo "... ToolProvideSignedDir"
	@echo "... ToolScanRepos"
	@echo "... Url_test"
	@echo "... UserData_test"
	@echo "... Vendor_test"
	@echo "... WhatObsoletes_test"
	@echo "... WhatProvides_test"
	@echo "... Xml"
	@echo "... YUMDownloader_test"
	@echo "... ZChunk_test"
	@echo "... inidict_test"
	@echo "... iniparser_test"
	@echo "... patch_find_bug"
	@echo "... percent-encode"
	@echo "... zypp"
	@echo "... zypp-CheckAccessDeleted"
	@echo "... zypp-NameReqPrv"
	@echo "... zypp-allsym"
	@echo "... zypp-cpeid"
	@echo "... zypp-install"
	@echo "... zypp-list"
	@echo "... zypp-objlib"
	@echo "... zypp-pubkey"
	@echo "... zypp_test_utils"
.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

