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

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# Suppress display of executed commands.
$(VERBOSE).SILENT:


# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/asn/workspace/projects/uid_wrapper

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/asn/workspace/projects/uid_wrapper/obj32

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"devel\" \"pkgconfig\""
.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 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: install/strip

.PHONY : install/strip/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# Special rule for the target 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: install/local

.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..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/asn/workspace/projects/uid_wrapper/obj32/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..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/asn/workspace/projects/uid_wrapper/obj32/CMakeFiles /home/asn/workspace/projects/uid_wrapper/obj32/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/asn/workspace/projects/uid_wrapper/obj32/CMakeFiles 0
.PHONY : all

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

# The main clean target
clean/fast: clean

.PHONY : clean/fast

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#=============================================================================
# Target rules for targets named uid_wrapper

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

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

#=============================================================================
# Target rules for targets named getuids

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

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

#=============================================================================
# Target rules for targets named test_getresuid

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

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

#=============================================================================
# Target rules for targets named test_glibc_thread_support

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

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

#=============================================================================
# Target rules for targets named test_setegid

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

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

#=============================================================================
# Target rules for targets named test_seteuid

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

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

#=============================================================================
# Target rules for targets named test_setgid

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

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

#=============================================================================
# Target rules for targets named test_setgroups

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

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

#=============================================================================
# Target rules for targets named test_setregid

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

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

#=============================================================================
# Target rules for targets named test_setresgid

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

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

#=============================================================================
# Target rules for targets named test_setresgid_unprivileged

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

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

#=============================================================================
# Target rules for targets named test_setresuid

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

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

#=============================================================================
# Target rules for targets named test_setreuid

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

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

#=============================================================================
# Target rules for targets named test_setuid

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

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

#=============================================================================
# Target rules for targets named test_setuid_euid1

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

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

#=============================================================================
# Target rules for targets named test_setuid_euid2

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

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

#=============================================================================
# Target rules for targets named test_syscall

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

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

#=============================================================================
# Target rules for targets named test_syscall_gid

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

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

#=============================================================================
# Target rules for targets named test_syscall_setgid32

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

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

#=============================================================================
# Target rules for targets named test_syscall_setgroups32

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

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

#=============================================================================
# Target rules for targets named test_syscall_setregid32

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

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

#=============================================================================
# Target rules for targets named test_syscall_setresgid32

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

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

#=============================================================================
# Target rules for targets named test_syscall_setresuid

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

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

#=============================================================================
# Target rules for targets named test_syscall_setresuid32

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

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

#=============================================================================
# Target rules for targets named test_syscall_setreuid

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

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

#=============================================================================
# Target rules for targets named test_syscall_setreuid32

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

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

#=============================================================================
# Target rules for targets named test_syscall_setuid

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

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

#=============================================================================
# Target rules for targets named test_syscall_setuid32

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

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

#=============================================================================
# Target rules for targets named test_thread_setreuid

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

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

#=============================================================================
# Target rules for targets named test_thread_setuid

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

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

#=============================================================================
# Target rules for targets named test_thread_sync_setreuid

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

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

#=============================================================================
# Target rules for targets named test_uwrap_disabled

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

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

#=============================================================================
# Target rules for targets named test_uwrap_enabled

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

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

#=============================================================================
# Target rules for targets named uwrap_enabled

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

# fast build rule for target.
uwrap_enabled/fast:
	$(MAKE) -f tests/CMakeFiles/uwrap_enabled.dir/build.make tests/CMakeFiles/uwrap_enabled.dir/build
.PHONY : uwrap_enabled/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 "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... install"
	@echo "... install/strip"
	@echo "... ContinuousSubmit"
	@echo "... ContinuousCoverage"
	@echo "... ContinuousTest"
	@echo "... ContinuousBuild"
	@echo "... ContinuousMemCheck"
	@echo "... Nightly"
	@echo "... package"
	@echo "... NightlyTest"
	@echo "... NightlyUpdate"
	@echo "... NightlyBuild"
	@echo "... install/local"
	@echo "... Continuous"
	@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 "... uid_wrapper"
	@echo "... test_thread_sync_setreuid"
	@echo "... test_thread_setreuid"
	@echo "... test_thread_setuid"
	@echo "... test_uwrap_disabled"
	@echo "... uwrap_enabled"
	@echo "... getuids"
	@echo "... test_syscall_setgroups32"
	@echo "... test_syscall_setresgid32"
	@echo "... test_setegid"
	@echo "... test_setresuid"
	@echo "... test_setgid"
	@echo "... test_syscall_setresuid"
	@echo "... test_syscall"
	@echo "... test_syscall_setreuid32"
	@echo "... test_getresuid"
	@echo "... test_setuid_euid1"
	@echo "... test_syscall_setreuid"
	@echo "... test_glibc_thread_support"
	@echo "... test_setuid_euid2"
	@echo "... test_setresgid"
	@echo "... test_setreuid"
	@echo "... test_setuid"
	@echo "... test_setgroups"
	@echo "... test_syscall_setuid32"
	@echo "... test_uwrap_enabled"
	@echo "... test_seteuid"
	@echo "... test_syscall_setregid32"
	@echo "... test_syscall_gid"
	@echo "... test_syscall_setuid"
	@echo "... test_setregid"
	@echo "... test_setresgid_unprivileged"
	@echo "... test_syscall_setresuid32"
	@echo "... test_syscall_setgid32"
.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

