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

# 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/rera/develop/apr25/rel/libtypec

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rera/develop/apr25/rel/libtypec

#=============================================================================
# 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..."
	cd /home/rera/develop/apr25/rel/libtypec && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
	cd /home/rera/develop/apr25/rel/libtypec && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/rera/develop/apr25/rel/libtypec/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 "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

# 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

# The main all target
all: cmake_check_build_system
	cd /home/rera/develop/apr25/rel/libtypec && $(CMAKE_COMMAND) -E cmake_progress_start /home/rera/develop/apr25/rel/libtypec/CMakeFiles /home/rera/develop/apr25/rel/libtypec/utils//CMakeFiles/progress.marks
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rera/develop/apr25/rel/libtypec/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/rera/develop/apr25/rel/libtypec && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
utils/CMakeFiles/lstypec.dir/rule:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/CMakeFiles/lstypec.dir/rule
.PHONY : utils/CMakeFiles/lstypec.dir/rule

# Convenience name for target.
lstypec: utils/CMakeFiles/lstypec.dir/rule
.PHONY : lstypec

# fast build rule for target.
lstypec/fast:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/build
.PHONY : lstypec/fast

# Convenience name for target.
utils/CMakeFiles/usbcview.dir/rule:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/CMakeFiles/usbcview.dir/rule
.PHONY : utils/CMakeFiles/usbcview.dir/rule

# Convenience name for target.
usbcview: utils/CMakeFiles/usbcview.dir/rule
.PHONY : usbcview

# fast build rule for target.
usbcview/fast:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/build
.PHONY : usbcview/fast

# Convenience name for target.
utils/CMakeFiles/typecstatus.dir/rule:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/CMakeFiles/typecstatus.dir/rule
.PHONY : utils/CMakeFiles/typecstatus.dir/rule

# Convenience name for target.
typecstatus: utils/CMakeFiles/typecstatus.dir/rule
.PHONY : typecstatus

# fast build rule for target.
typecstatus/fast:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/build
.PHONY : typecstatus/fast

# Convenience name for target.
utils/CMakeFiles/ucsicontrol.dir/rule:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils/CMakeFiles/ucsicontrol.dir/rule
.PHONY : utils/CMakeFiles/ucsicontrol.dir/rule

# Convenience name for target.
ucsicontrol: utils/CMakeFiles/ucsicontrol.dir/rule
.PHONY : ucsicontrol

# fast build rule for target.
ucsicontrol/fast:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/build
.PHONY : ucsicontrol/fast

lstypec.o: lstypec.c.o
.PHONY : lstypec.o

# target to build an object file
lstypec.c.o:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/lstypec.c.o
.PHONY : lstypec.c.o

lstypec.i: lstypec.c.i
.PHONY : lstypec.i

# target to preprocess a source file
lstypec.c.i:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/lstypec.c.i
.PHONY : lstypec.c.i

lstypec.s: lstypec.c.s
.PHONY : lstypec.s

# target to generate assembly for a file
lstypec.c.s:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/lstypec.c.s
.PHONY : lstypec.c.s

names.o: names.c.o
.PHONY : names.o

# target to build an object file
names.c.o:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/names.c.o
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/names.c.o
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/names.c.o
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/names.c.o
.PHONY : names.c.o

names.i: names.c.i
.PHONY : names.i

# target to preprocess a source file
names.c.i:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/names.c.i
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/names.c.i
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/names.c.i
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/names.c.i
.PHONY : names.c.i

names.s: names.c.s
.PHONY : names.s

# target to generate assembly for a file
names.c.s:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/lstypec.dir/build.make utils/CMakeFiles/lstypec.dir/names.c.s
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/names.c.s
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/names.c.s
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/names.c.s
.PHONY : names.c.s

typecstatus.o: typecstatus.c.o
.PHONY : typecstatus.o

# target to build an object file
typecstatus.c.o:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/typecstatus.c.o
.PHONY : typecstatus.c.o

typecstatus.i: typecstatus.c.i
.PHONY : typecstatus.i

# target to preprocess a source file
typecstatus.c.i:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/typecstatus.c.i
.PHONY : typecstatus.c.i

typecstatus.s: typecstatus.c.s
.PHONY : typecstatus.s

# target to generate assembly for a file
typecstatus.c.s:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/typecstatus.dir/build.make utils/CMakeFiles/typecstatus.dir/typecstatus.c.s
.PHONY : typecstatus.c.s

ucsicontrol.o: ucsicontrol.c.o
.PHONY : ucsicontrol.o

# target to build an object file
ucsicontrol.c.o:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/ucsicontrol.c.o
.PHONY : ucsicontrol.c.o

ucsicontrol.i: ucsicontrol.c.i
.PHONY : ucsicontrol.i

# target to preprocess a source file
ucsicontrol.c.i:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/ucsicontrol.c.i
.PHONY : ucsicontrol.c.i

ucsicontrol.s: ucsicontrol.c.s
.PHONY : ucsicontrol.s

# target to generate assembly for a file
ucsicontrol.c.s:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/ucsicontrol.dir/build.make utils/CMakeFiles/ucsicontrol.dir/ucsicontrol.c.s
.PHONY : ucsicontrol.c.s

usbcview.o: usbcview.c.o
.PHONY : usbcview.o

# target to build an object file
usbcview.c.o:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/usbcview.c.o
.PHONY : usbcview.c.o

usbcview.i: usbcview.c.i
.PHONY : usbcview.i

# target to preprocess a source file
usbcview.c.i:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/usbcview.c.i
.PHONY : usbcview.c.i

usbcview.s: usbcview.c.s
.PHONY : usbcview.s

# target to generate assembly for a file
usbcview.c.s:
	cd /home/rera/develop/apr25/rel/libtypec && $(MAKE) $(MAKESILENT) -f utils/CMakeFiles/usbcview.dir/build.make utils/CMakeFiles/usbcview.dir/usbcview.c.s
.PHONY : usbcview.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... lstypec"
	@echo "... typecstatus"
	@echo "... ucsicontrol"
	@echo "... usbcview"
	@echo "... lstypec.o"
	@echo "... lstypec.i"
	@echo "... lstypec.s"
	@echo "... names.o"
	@echo "... names.i"
	@echo "... names.s"
	@echo "... typecstatus.o"
	@echo "... typecstatus.i"
	@echo "... typecstatus.s"
	@echo "... ucsicontrol.o"
	@echo "... ucsicontrol.i"
	@echo "... ucsicontrol.s"
	@echo "... usbcview.o"
	@echo "... usbcview.i"
	@echo "... usbcview.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /home/rera/develop/apr25/rel/libtypec && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

