# 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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/bin/cmake

# The command to remove a file.
RM = /usr/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/mfm45/hipopybind

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/mfm45/hipopybind

#=============================================================================
# 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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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/local/lib/python3.9/site-packages/cmake/data/CMake.app/Contents/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 /Users/mfm45/hipopybind && $(CMAKE_COMMAND) -E cmake_progress_start /Users/mfm45/hipopybind/CMakeFiles /Users/mfm45/hipopybind/hipo//CMakeFiles/progress.marks
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/mfm45/hipopybind/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
hipo/CMakeFiles/hipo4_objs.dir/rule:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/CMakeFiles/hipo4_objs.dir/rule
.PHONY : hipo/CMakeFiles/hipo4_objs.dir/rule

# Convenience name for target.
hipo4_objs: hipo/CMakeFiles/hipo4_objs.dir/rule
.PHONY : hipo4_objs

# fast build rule for target.
hipo4_objs/fast:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/build
.PHONY : hipo4_objs/fast

# Convenience name for target.
hipo/CMakeFiles/hipo4.dir/rule:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/CMakeFiles/hipo4.dir/rule
.PHONY : hipo/CMakeFiles/hipo4.dir/rule

# Convenience name for target.
hipo4: hipo/CMakeFiles/hipo4.dir/rule
.PHONY : hipo4

# fast build rule for target.
hipo4/fast:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4.dir/build.make hipo/CMakeFiles/hipo4.dir/build
.PHONY : hipo4/fast

# Convenience name for target.
hipo/CMakeFiles/hipo4_static.dir/rule:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hipo/CMakeFiles/hipo4_static.dir/rule
.PHONY : hipo/CMakeFiles/hipo4_static.dir/rule

# Convenience name for target.
hipo4_static: hipo/CMakeFiles/hipo4_static.dir/rule
.PHONY : hipo4_static

# fast build rule for target.
hipo4_static/fast:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_static.dir/build.make hipo/CMakeFiles/hipo4_static.dir/build
.PHONY : hipo4_static/fast

hipo4/bank.o: hipo4/bank.cpp.o
.PHONY : hipo4/bank.o

# target to build an object file
hipo4/bank.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/bank.cpp.o
.PHONY : hipo4/bank.cpp.o

hipo4/bank.i: hipo4/bank.cpp.i
.PHONY : hipo4/bank.i

# target to preprocess a source file
hipo4/bank.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/bank.cpp.i
.PHONY : hipo4/bank.cpp.i

hipo4/bank.s: hipo4/bank.cpp.s
.PHONY : hipo4/bank.s

# target to generate assembly for a file
hipo4/bank.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/bank.cpp.s
.PHONY : hipo4/bank.cpp.s

hipo4/datastream.o: hipo4/datastream.cpp.o
.PHONY : hipo4/datastream.o

# target to build an object file
hipo4/datastream.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/datastream.cpp.o
.PHONY : hipo4/datastream.cpp.o

hipo4/datastream.i: hipo4/datastream.cpp.i
.PHONY : hipo4/datastream.i

# target to preprocess a source file
hipo4/datastream.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/datastream.cpp.i
.PHONY : hipo4/datastream.cpp.i

hipo4/datastream.s: hipo4/datastream.cpp.s
.PHONY : hipo4/datastream.s

# target to generate assembly for a file
hipo4/datastream.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/datastream.cpp.s
.PHONY : hipo4/datastream.cpp.s

hipo4/dictionary.o: hipo4/dictionary.cpp.o
.PHONY : hipo4/dictionary.o

# target to build an object file
hipo4/dictionary.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/dictionary.cpp.o
.PHONY : hipo4/dictionary.cpp.o

hipo4/dictionary.i: hipo4/dictionary.cpp.i
.PHONY : hipo4/dictionary.i

# target to preprocess a source file
hipo4/dictionary.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/dictionary.cpp.i
.PHONY : hipo4/dictionary.cpp.i

hipo4/dictionary.s: hipo4/dictionary.cpp.s
.PHONY : hipo4/dictionary.s

# target to generate assembly for a file
hipo4/dictionary.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/dictionary.cpp.s
.PHONY : hipo4/dictionary.cpp.s

hipo4/event.o: hipo4/event.cpp.o
.PHONY : hipo4/event.o

# target to build an object file
hipo4/event.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/event.cpp.o
.PHONY : hipo4/event.cpp.o

hipo4/event.i: hipo4/event.cpp.i
.PHONY : hipo4/event.i

# target to preprocess a source file
hipo4/event.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/event.cpp.i
.PHONY : hipo4/event.cpp.i

hipo4/event.s: hipo4/event.cpp.s
.PHONY : hipo4/event.s

# target to generate assembly for a file
hipo4/event.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/event.cpp.s
.PHONY : hipo4/event.cpp.s

hipo4/reader.o: hipo4/reader.cpp.o
.PHONY : hipo4/reader.o

# target to build an object file
hipo4/reader.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/reader.cpp.o
.PHONY : hipo4/reader.cpp.o

hipo4/reader.i: hipo4/reader.cpp.i
.PHONY : hipo4/reader.i

# target to preprocess a source file
hipo4/reader.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/reader.cpp.i
.PHONY : hipo4/reader.cpp.i

hipo4/reader.s: hipo4/reader.cpp.s
.PHONY : hipo4/reader.s

# target to generate assembly for a file
hipo4/reader.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/reader.cpp.s
.PHONY : hipo4/reader.cpp.s

hipo4/record.o: hipo4/record.cpp.o
.PHONY : hipo4/record.o

# target to build an object file
hipo4/record.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/record.cpp.o
.PHONY : hipo4/record.cpp.o

hipo4/record.i: hipo4/record.cpp.i
.PHONY : hipo4/record.i

# target to preprocess a source file
hipo4/record.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/record.cpp.i
.PHONY : hipo4/record.cpp.i

hipo4/record.s: hipo4/record.cpp.s
.PHONY : hipo4/record.s

# target to generate assembly for a file
hipo4/record.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/record.cpp.s
.PHONY : hipo4/record.cpp.s

hipo4/recordbuilder.o: hipo4/recordbuilder.cpp.o
.PHONY : hipo4/recordbuilder.o

# target to build an object file
hipo4/recordbuilder.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/recordbuilder.cpp.o
.PHONY : hipo4/recordbuilder.cpp.o

hipo4/recordbuilder.i: hipo4/recordbuilder.cpp.i
.PHONY : hipo4/recordbuilder.i

# target to preprocess a source file
hipo4/recordbuilder.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/recordbuilder.cpp.i
.PHONY : hipo4/recordbuilder.cpp.i

hipo4/recordbuilder.s: hipo4/recordbuilder.cpp.s
.PHONY : hipo4/recordbuilder.s

# target to generate assembly for a file
hipo4/recordbuilder.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/recordbuilder.cpp.s
.PHONY : hipo4/recordbuilder.cpp.s

hipo4/utils.o: hipo4/utils.cpp.o
.PHONY : hipo4/utils.o

# target to build an object file
hipo4/utils.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/utils.cpp.o
.PHONY : hipo4/utils.cpp.o

hipo4/utils.i: hipo4/utils.cpp.i
.PHONY : hipo4/utils.i

# target to preprocess a source file
hipo4/utils.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/utils.cpp.i
.PHONY : hipo4/utils.cpp.i

hipo4/utils.s: hipo4/utils.cpp.s
.PHONY : hipo4/utils.s

# target to generate assembly for a file
hipo4/utils.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/utils.cpp.s
.PHONY : hipo4/utils.cpp.s

hipo4/wrapper.o: hipo4/wrapper.cpp.o
.PHONY : hipo4/wrapper.o

# target to build an object file
hipo4/wrapper.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/wrapper.cpp.o
.PHONY : hipo4/wrapper.cpp.o

hipo4/wrapper.i: hipo4/wrapper.cpp.i
.PHONY : hipo4/wrapper.i

# target to preprocess a source file
hipo4/wrapper.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/wrapper.cpp.i
.PHONY : hipo4/wrapper.cpp.i

hipo4/wrapper.s: hipo4/wrapper.cpp.s
.PHONY : hipo4/wrapper.s

# target to generate assembly for a file
hipo4/wrapper.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/wrapper.cpp.s
.PHONY : hipo4/wrapper.cpp.s

hipo4/writer.o: hipo4/writer.cpp.o
.PHONY : hipo4/writer.o

# target to build an object file
hipo4/writer.cpp.o:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/writer.cpp.o
.PHONY : hipo4/writer.cpp.o

hipo4/writer.i: hipo4/writer.cpp.i
.PHONY : hipo4/writer.i

# target to preprocess a source file
hipo4/writer.cpp.i:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/writer.cpp.i
.PHONY : hipo4/writer.cpp.i

hipo4/writer.s: hipo4/writer.cpp.s
.PHONY : hipo4/writer.s

# target to generate assembly for a file
hipo4/writer.cpp.s:
	cd /Users/mfm45/hipopybind && $(MAKE) $(MAKESILENT) -f hipo/CMakeFiles/hipo4_objs.dir/build.make hipo/CMakeFiles/hipo4_objs.dir/hipo4/writer.cpp.s
.PHONY : hipo4/writer.cpp.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 "... rebuild_cache"
	@echo "... hipo4"
	@echo "... hipo4_objs"
	@echo "... hipo4_static"
	@echo "... hipo4/bank.o"
	@echo "... hipo4/bank.i"
	@echo "... hipo4/bank.s"
	@echo "... hipo4/datastream.o"
	@echo "... hipo4/datastream.i"
	@echo "... hipo4/datastream.s"
	@echo "... hipo4/dictionary.o"
	@echo "... hipo4/dictionary.i"
	@echo "... hipo4/dictionary.s"
	@echo "... hipo4/event.o"
	@echo "... hipo4/event.i"
	@echo "... hipo4/event.s"
	@echo "... hipo4/reader.o"
	@echo "... hipo4/reader.i"
	@echo "... hipo4/reader.s"
	@echo "... hipo4/record.o"
	@echo "... hipo4/record.i"
	@echo "... hipo4/record.s"
	@echo "... hipo4/recordbuilder.o"
	@echo "... hipo4/recordbuilder.i"
	@echo "... hipo4/recordbuilder.s"
	@echo "... hipo4/utils.o"
	@echo "... hipo4/utils.i"
	@echo "... hipo4/utils.s"
	@echo "... hipo4/wrapper.o"
	@echo "... hipo4/wrapper.i"
	@echo "... hipo4/wrapper.s"
	@echo "... hipo4/writer.o"
	@echo "... hipo4/writer.i"
	@echo "... hipo4/writer.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 /Users/mfm45/hipopybind && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

