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

# 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 = /aptdata/openscap/scap-security-guide

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /aptdata/openscap/20260121211726

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

# 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 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 /aptdata/openscap/20260121211726/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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

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

# Special rule for the target 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 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 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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /aptdata/openscap/20260121211726/CMakeFiles /aptdata/openscap/20260121211726//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /aptdata/openscap/20260121211726/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 zipfile

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

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

#=============================================================================
# Target rules for targets named stats

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

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

#=============================================================================
# Target rules for targets named profile-stats

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

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

#=============================================================================
# Target rules for targets named html-stats

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

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

#=============================================================================
# Target rules for targets named html-profile-stats

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

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

#=============================================================================
# Target rules for targets named render-policies

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

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

#=============================================================================
# Target rules for targets named man_page

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-content

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-compile-all

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

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

#=============================================================================
# Target rules for targets named generate-internal-ubuntu2204-sce-metadata.json

# Build rule for target.
generate-internal-ubuntu2204-sce-metadata.json: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-internal-ubuntu2204-sce-metadata.json
.PHONY : generate-internal-ubuntu2204-sce-metadata.json

# fast build rule for target.
generate-internal-ubuntu2204-sce-metadata.json/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-sce-metadata.json.dir/build.make ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-sce-metadata.json.dir/build
.PHONY : generate-internal-ubuntu2204-sce-metadata.json/fast

#=============================================================================
# Target rules for targets named generate-ubuntu2204-xccdf-oval-ocil

# Build rule for target.
generate-ubuntu2204-xccdf-oval-ocil: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ubuntu2204-xccdf-oval-ocil
.PHONY : generate-ubuntu2204-xccdf-oval-ocil

# fast build rule for target.
generate-ubuntu2204-xccdf-oval-ocil/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ubuntu2204-xccdf-oval-ocil.dir/build.make ubuntu2204/CMakeFiles/generate-ubuntu2204-xccdf-oval-ocil.dir/build
.PHONY : generate-ubuntu2204-xccdf-oval-ocil/fast

#=============================================================================
# Target rules for targets named generate-ssg-tables-ubuntu2204-all

# Build rule for target.
generate-ssg-tables-ubuntu2204-all: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-tables-ubuntu2204-all
.PHONY : generate-ssg-tables-ubuntu2204-all

# fast build rule for target.
generate-ssg-tables-ubuntu2204-all/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-tables-ubuntu2204-all.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-tables-ubuntu2204-all.dir/build
.PHONY : generate-ssg-tables-ubuntu2204-all/fast

#=============================================================================
# Target rules for targets named generate-internal-templated-content-ubuntu2204

# Build rule for target.
generate-internal-templated-content-ubuntu2204: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-internal-templated-content-ubuntu2204
.PHONY : generate-internal-templated-content-ubuntu2204

# fast build rule for target.
generate-internal-templated-content-ubuntu2204/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-internal-templated-content-ubuntu2204.dir/build.make ubuntu2204/CMakeFiles/generate-internal-templated-content-ubuntu2204.dir/build
.PHONY : generate-internal-templated-content-ubuntu2204/fast

#=============================================================================
# Target rules for targets named generate-internal-ubuntu2204-all-fixes

# Build rule for target.
generate-internal-ubuntu2204-all-fixes: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-internal-ubuntu2204-all-fixes
.PHONY : generate-internal-ubuntu2204-all-fixes

# fast build rule for target.
generate-internal-ubuntu2204-all-fixes/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-all-fixes.dir/build.make ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-all-fixes.dir/build
.PHONY : generate-internal-ubuntu2204-all-fixes/fast

#=============================================================================
# Target rules for targets named generate-internal-ubuntu2204-oval-unlinked.xml

# Build rule for target.
generate-internal-ubuntu2204-oval-unlinked.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-internal-ubuntu2204-oval-unlinked.xml
.PHONY : generate-internal-ubuntu2204-oval-unlinked.xml

# fast build rule for target.
generate-internal-ubuntu2204-oval-unlinked.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-oval-unlinked.xml.dir/build.make ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-oval-unlinked.xml.dir/build
.PHONY : generate-internal-ubuntu2204-oval-unlinked.xml/fast

#=============================================================================
# Target rules for targets named generate-internal-ubuntu2204-cpe-oval-unlinked.xml

# Build rule for target.
generate-internal-ubuntu2204-cpe-oval-unlinked.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-internal-ubuntu2204-cpe-oval-unlinked.xml
.PHONY : generate-internal-ubuntu2204-cpe-oval-unlinked.xml

# fast build rule for target.
generate-internal-ubuntu2204-cpe-oval-unlinked.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-cpe-oval-unlinked.xml.dir/build.make ubuntu2204/CMakeFiles/generate-internal-ubuntu2204-cpe-oval-unlinked.xml.dir/build
.PHONY : generate-internal-ubuntu2204-cpe-oval-unlinked.xml/fast

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-manifest.json

# Build rule for target.
generate-ssg-ubuntu2204-manifest.json: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-manifest.json
.PHONY : generate-ssg-ubuntu2204-manifest.json

# fast build rule for target.
generate-ssg-ubuntu2204-manifest.json/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-manifest.json.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-manifest.json.dir/build
.PHONY : generate-ssg-ubuntu2204-manifest.json/fast

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-cpe-dictionary.xml

# Build rule for target.
generate-ssg-ubuntu2204-cpe-dictionary.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-cpe-dictionary.xml
.PHONY : generate-ssg-ubuntu2204-cpe-dictionary.xml

# fast build rule for target.
generate-ssg-ubuntu2204-cpe-dictionary.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-cpe-dictionary.xml.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-cpe-dictionary.xml.dir/build
.PHONY : generate-ssg-ubuntu2204-cpe-dictionary.xml/fast

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-xccdf.xml

# Build rule for target.
generate-ssg-ubuntu2204-xccdf.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-xccdf.xml
.PHONY : generate-ssg-ubuntu2204-xccdf.xml

# fast build rule for target.
generate-ssg-ubuntu2204-xccdf.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-xccdf.xml.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-xccdf.xml.dir/build
.PHONY : generate-ssg-ubuntu2204-xccdf.xml/fast

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-oval.xml

# Build rule for target.
generate-ssg-ubuntu2204-oval.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-oval.xml
.PHONY : generate-ssg-ubuntu2204-oval.xml

# fast build rule for target.
generate-ssg-ubuntu2204-oval.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-oval.xml.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-oval.xml.dir/build
.PHONY : generate-ssg-ubuntu2204-oval.xml/fast

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-ocil.xml

# Build rule for target.
generate-ssg-ubuntu2204-ocil.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-ocil.xml
.PHONY : generate-ssg-ubuntu2204-ocil.xml

# fast build rule for target.
generate-ssg-ubuntu2204-ocil.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-ocil.xml.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-ocil.xml.dir/build
.PHONY : generate-ssg-ubuntu2204-ocil.xml/fast

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-ds.xml

# Build rule for target.
generate-ssg-ubuntu2204-ds.xml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-ds.xml
.PHONY : generate-ssg-ubuntu2204-ds.xml

# fast build rule for target.
generate-ssg-ubuntu2204-ds.xml/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-ds.xml.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-ds.xml.dir/build
.PHONY : generate-ssg-ubuntu2204-ds.xml/fast

#=============================================================================
# Target rules for targets named ubuntu2204

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

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

#=============================================================================
# Target rules for targets named generate-all-profile-playbooks-ubuntu2204

# Build rule for target.
generate-all-profile-playbooks-ubuntu2204: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-all-profile-playbooks-ubuntu2204
.PHONY : generate-all-profile-playbooks-ubuntu2204

# fast build rule for target.
generate-all-profile-playbooks-ubuntu2204/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-all-profile-playbooks-ubuntu2204.dir/build.make ubuntu2204/CMakeFiles/generate-all-profile-playbooks-ubuntu2204.dir/build
.PHONY : generate-all-profile-playbooks-ubuntu2204/fast

#=============================================================================
# Target rules for targets named ubuntu2204-profile-playbooks

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

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

#=============================================================================
# Target rules for targets named generate-all-profile-bash-scripts-ubuntu2204

# Build rule for target.
generate-all-profile-bash-scripts-ubuntu2204: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-all-profile-bash-scripts-ubuntu2204
.PHONY : generate-all-profile-bash-scripts-ubuntu2204

# fast build rule for target.
generate-all-profile-bash-scripts-ubuntu2204/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-all-profile-bash-scripts-ubuntu2204.dir/build.make ubuntu2204/CMakeFiles/generate-all-profile-bash-scripts-ubuntu2204.dir/build
.PHONY : generate-all-profile-bash-scripts-ubuntu2204/fast

#=============================================================================
# Target rules for targets named ubuntu2204-profile-bash-scripts

# Build rule for target.
ubuntu2204-profile-bash-scripts: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ubuntu2204-profile-bash-scripts
.PHONY : ubuntu2204-profile-bash-scripts

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

#=============================================================================
# Target rules for targets named generate-ssg-ubuntu2204-guide-index.html

# Build rule for target.
generate-ssg-ubuntu2204-guide-index.html: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate-ssg-ubuntu2204-guide-index.html
.PHONY : generate-ssg-ubuntu2204-guide-index.html

# fast build rule for target.
generate-ssg-ubuntu2204-guide-index.html/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-guide-index.html.dir/build.make ubuntu2204/CMakeFiles/generate-ssg-ubuntu2204-guide-index.html.dir/build
.PHONY : generate-ssg-ubuntu2204-guide-index.html/fast

#=============================================================================
# Target rules for targets named ubuntu2204-guides

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-tables

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-stats

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-profile-stats

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-html-stats

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

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

#=============================================================================
# Target rules for targets named ubuntu2204-html-profile-stats

# Build rule for target.
ubuntu2204-html-profile-stats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ubuntu2204-html-profile-stats
.PHONY : ubuntu2204-html-profile-stats

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

#=============================================================================
# Target rules for targets named ubuntu2204-render-policies

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

# fast build rule for target.
ubuntu2204-render-policies/fast:
	$(MAKE) $(MAKESILENT) -f ubuntu2204/CMakeFiles/ubuntu2204-render-policies.dir/build.make ubuntu2204/CMakeFiles/ubuntu2204-render-policies.dir/build
.PHONY : ubuntu2204-render-policies/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 "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... generate-all-profile-bash-scripts-ubuntu2204"
	@echo "... generate-all-profile-playbooks-ubuntu2204"
	@echo "... generate-internal-templated-content-ubuntu2204"
	@echo "... generate-internal-ubuntu2204-all-fixes"
	@echo "... generate-internal-ubuntu2204-cpe-oval-unlinked.xml"
	@echo "... generate-internal-ubuntu2204-oval-unlinked.xml"
	@echo "... generate-internal-ubuntu2204-sce-metadata.json"
	@echo "... generate-ssg-tables-ubuntu2204-all"
	@echo "... generate-ssg-ubuntu2204-cpe-dictionary.xml"
	@echo "... generate-ssg-ubuntu2204-ds.xml"
	@echo "... generate-ssg-ubuntu2204-guide-index.html"
	@echo "... generate-ssg-ubuntu2204-manifest.json"
	@echo "... generate-ssg-ubuntu2204-ocil.xml"
	@echo "... generate-ssg-ubuntu2204-oval.xml"
	@echo "... generate-ssg-ubuntu2204-xccdf.xml"
	@echo "... generate-ubuntu2204-xccdf-oval-ocil"
	@echo "... html-profile-stats"
	@echo "... html-stats"
	@echo "... man_page"
	@echo "... profile-stats"
	@echo "... render-policies"
	@echo "... stats"
	@echo "... ubuntu2204"
	@echo "... ubuntu2204-compile-all"
	@echo "... ubuntu2204-content"
	@echo "... ubuntu2204-guides"
	@echo "... ubuntu2204-html-profile-stats"
	@echo "... ubuntu2204-html-stats"
	@echo "... ubuntu2204-profile-bash-scripts"
	@echo "... ubuntu2204-profile-playbooks"
	@echo "... ubuntu2204-profile-stats"
	@echo "... ubuntu2204-render-policies"
	@echo "... ubuntu2204-stats"
	@echo "... ubuntu2204-tables"
	@echo "... zipfile"
.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

