# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.18 # 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/mdasoh/src/symbiflow/symbiflow-arch-defs # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build #============================================================================= # Targets provided globally by CMake. # 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 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/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip # Special rule for the target install/strip install/strip/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip/fast # Special rule for the target install/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local # Special rule for the target install/local install/local/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target 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 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 cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build/CMakeFiles /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build/ice40//CMakeFiles/progress.marks cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/all $(CMAKE_COMMAND) -E cmake_progress_start /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/preinstall .PHONY : preinstall/fast # clear depends depend: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. ice40/CMakeFiles/icevision.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/icevision.dir/rule .PHONY : ice40/CMakeFiles/icevision.dir/rule # Convenience name for target. icevision: ice40/CMakeFiles/icevision.dir/rule .PHONY : icevision # fast build rule for target. icevision/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/icevision.dir/build.make ice40/CMakeFiles/icevision.dir/build .PHONY : icevision/fast # Convenience name for target. ice40/CMakeFiles/all_iceblink40-lp1k_place.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_iceblink40-lp1k_place.dir/rule .PHONY : ice40/CMakeFiles/all_iceblink40-lp1k_place.dir/rule # Convenience name for target. all_iceblink40-lp1k_place: ice40/CMakeFiles/all_iceblink40-lp1k_place.dir/rule .PHONY : all_iceblink40-lp1k_place # fast build rule for target. all_iceblink40-lp1k_place/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_iceblink40-lp1k_place.dir/build.make ice40/CMakeFiles/all_iceblink40-lp1k_place.dir/build .PHONY : all_iceblink40-lp1k_place/fast # Convenience name for target. ice40/CMakeFiles/hx8k-b-evn.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/hx8k-b-evn.dir/rule .PHONY : ice40/CMakeFiles/hx8k-b-evn.dir/rule # Convenience name for target. hx8k-b-evn: ice40/CMakeFiles/hx8k-b-evn.dir/rule .PHONY : hx8k-b-evn # fast build rule for target. hx8k-b-evn/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/hx8k-b-evn.dir/build.make ice40/CMakeFiles/hx8k-b-evn.dir/build .PHONY : hx8k-b-evn/fast # Convenience name for target. ice40/CMakeFiles/all_iceblink40-lp1k_pack.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_iceblink40-lp1k_pack.dir/rule .PHONY : ice40/CMakeFiles/all_iceblink40-lp1k_pack.dir/rule # Convenience name for target. all_iceblink40-lp1k_pack: ice40/CMakeFiles/all_iceblink40-lp1k_pack.dir/rule .PHONY : all_iceblink40-lp1k_pack # fast build rule for target. all_iceblink40-lp1k_pack/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_iceblink40-lp1k_pack.dir/build.make ice40/CMakeFiles/all_iceblink40-lp1k_pack.dir/build .PHONY : all_iceblink40-lp1k_pack/fast # Convenience name for target. ice40/CMakeFiles/all_icestick_route.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icestick_route.dir/rule .PHONY : ice40/CMakeFiles/all_icestick_route.dir/rule # Convenience name for target. all_icestick_route: ice40/CMakeFiles/all_icestick_route.dir/rule .PHONY : all_icestick_route # fast build rule for target. all_icestick_route/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icestick_route.dir/build.make ice40/CMakeFiles/all_icestick_route.dir/build .PHONY : all_icestick_route/fast # Convenience name for target. ice40/CMakeFiles/all_hx8k-b-evn_pack.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_hx8k-b-evn_pack.dir/rule .PHONY : ice40/CMakeFiles/all_hx8k-b-evn_pack.dir/rule # Convenience name for target. all_hx8k-b-evn_pack: ice40/CMakeFiles/all_hx8k-b-evn_pack.dir/rule .PHONY : all_hx8k-b-evn_pack # fast build rule for target. all_hx8k-b-evn_pack/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_hx8k-b-evn_pack.dir/build.make ice40/CMakeFiles/all_hx8k-b-evn_pack.dir/build .PHONY : all_hx8k-b-evn_pack/fast # Convenience name for target. ice40/CMakeFiles/all_hx8k-b-evn_bin.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_hx8k-b-evn_bin.dir/rule .PHONY : ice40/CMakeFiles/all_hx8k-b-evn_bin.dir/rule # Convenience name for target. all_hx8k-b-evn_bin: ice40/CMakeFiles/all_hx8k-b-evn_bin.dir/rule .PHONY : all_hx8k-b-evn_bin # fast build rule for target. all_hx8k-b-evn_bin/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_hx8k-b-evn_bin.dir/build.make ice40/CMakeFiles/all_hx8k-b-evn_bin.dir/build .PHONY : all_hx8k-b-evn_bin/fast # Convenience name for target. ice40/CMakeFiles/all_icestick_place.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icestick_place.dir/rule .PHONY : ice40/CMakeFiles/all_icestick_place.dir/rule # Convenience name for target. all_icestick_place: ice40/CMakeFiles/all_icestick_place.dir/rule .PHONY : all_icestick_place # fast build rule for target. all_icestick_place/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icestick_place.dir/build.make ice40/CMakeFiles/all_icestick_place.dir/build .PHONY : all_icestick_place/fast # Convenience name for target. ice40/CMakeFiles/all_hx8k-b-evn_route.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_hx8k-b-evn_route.dir/rule .PHONY : ice40/CMakeFiles/all_hx8k-b-evn_route.dir/rule # Convenience name for target. all_hx8k-b-evn_route: ice40/CMakeFiles/all_hx8k-b-evn_route.dir/rule .PHONY : all_hx8k-b-evn_route # fast build rule for target. all_hx8k-b-evn_route/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_hx8k-b-evn_route.dir/build.make ice40/CMakeFiles/all_hx8k-b-evn_route.dir/build .PHONY : all_hx8k-b-evn_route/fast # Convenience name for target. ice40/CMakeFiles/icestick.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/icestick.dir/rule .PHONY : ice40/CMakeFiles/icestick.dir/rule # Convenience name for target. icestick: ice40/CMakeFiles/icestick.dir/rule .PHONY : icestick # fast build rule for target. icestick/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/icestick.dir/build.make ice40/CMakeFiles/icestick.dir/build .PHONY : icestick/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-b2_bin.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-b2_bin.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-b2_bin.dir/rule # Convenience name for target. all_tinyfpga-b2_bin: ice40/CMakeFiles/all_tinyfpga-b2_bin.dir/rule .PHONY : all_tinyfpga-b2_bin # fast build rule for target. all_tinyfpga-b2_bin/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-b2_bin.dir/build.make ice40/CMakeFiles/all_tinyfpga-b2_bin.dir/build .PHONY : all_tinyfpga-b2_bin/fast # Convenience name for target. ice40/CMakeFiles/all_iceblink40-lp1k_route.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_iceblink40-lp1k_route.dir/rule .PHONY : ice40/CMakeFiles/all_iceblink40-lp1k_route.dir/rule # Convenience name for target. all_iceblink40-lp1k_route: ice40/CMakeFiles/all_iceblink40-lp1k_route.dir/rule .PHONY : all_iceblink40-lp1k_route # fast build rule for target. all_iceblink40-lp1k_route/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_iceblink40-lp1k_route.dir/build.make ice40/CMakeFiles/all_iceblink40-lp1k_route.dir/build .PHONY : all_iceblink40-lp1k_route/fast # Convenience name for target. ice40/CMakeFiles/file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v.dir/rule .PHONY : ice40/CMakeFiles/file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v.dir/rule # Convenience name for target. file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v: ice40/CMakeFiles/file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v.dir/rule .PHONY : file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v # fast build rule for target. file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v.dir/build.make ice40/CMakeFiles/file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v.dir/build .PHONY : file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v/fast # Convenience name for target. ice40/CMakeFiles/iceblink40-lp1k.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/iceblink40-lp1k.dir/rule .PHONY : ice40/CMakeFiles/iceblink40-lp1k.dir/rule # Convenience name for target. iceblink40-lp1k: ice40/CMakeFiles/iceblink40-lp1k.dir/rule .PHONY : iceblink40-lp1k # fast build rule for target. iceblink40-lp1k/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/iceblink40-lp1k.dir/build.make ice40/CMakeFiles/iceblink40-lp1k.dir/build .PHONY : iceblink40-lp1k/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-bx_bin.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-bx_bin.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-bx_bin.dir/rule # Convenience name for target. all_tinyfpga-bx_bin: ice40/CMakeFiles/all_tinyfpga-bx_bin.dir/rule .PHONY : all_tinyfpga-bx_bin # fast build rule for target. all_tinyfpga-bx_bin/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-bx_bin.dir/build.make ice40/CMakeFiles/all_tinyfpga-bx_bin.dir/build .PHONY : all_tinyfpga-bx_bin/fast # Convenience name for target. ice40/CMakeFiles/all_icestick_pack.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icestick_pack.dir/rule .PHONY : ice40/CMakeFiles/all_icestick_pack.dir/rule # Convenience name for target. all_icestick_pack: ice40/CMakeFiles/all_icestick_pack.dir/rule .PHONY : all_icestick_pack # fast build rule for target. all_icestick_pack/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icestick_pack.dir/build.make ice40/CMakeFiles/all_icestick_pack.dir/build .PHONY : all_icestick_pack/fast # Convenience name for target. ice40/CMakeFiles/ice40.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/ice40.dir/rule .PHONY : ice40/CMakeFiles/ice40.dir/rule # Convenience name for target. ice40: ice40/CMakeFiles/ice40.dir/rule .PHONY : ice40 # fast build rule for target. ice40/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/ice40.dir/build.make ice40/CMakeFiles/ice40.dir/build .PHONY : ice40/fast # Convenience name for target. ice40/CMakeFiles/ice40_import_timing_deps.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/ice40_import_timing_deps.dir/rule .PHONY : ice40/CMakeFiles/ice40_import_timing_deps.dir/rule # Convenience name for target. ice40_import_timing_deps: ice40/CMakeFiles/ice40_import_timing_deps.dir/rule .PHONY : ice40_import_timing_deps # fast build rule for target. ice40_import_timing_deps/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/ice40_import_timing_deps.dir/build.make ice40/CMakeFiles/ice40_import_timing_deps.dir/build .PHONY : ice40_import_timing_deps/fast # Convenience name for target. ice40/CMakeFiles/tinyfpga-b2.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/tinyfpga-b2.dir/rule .PHONY : ice40/CMakeFiles/tinyfpga-b2.dir/rule # Convenience name for target. tinyfpga-b2: ice40/CMakeFiles/tinyfpga-b2.dir/rule .PHONY : tinyfpga-b2 # fast build rule for target. tinyfpga-b2/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/tinyfpga-b2.dir/build.make ice40/CMakeFiles/tinyfpga-b2.dir/build .PHONY : tinyfpga-b2/fast # Convenience name for target. ice40/CMakeFiles/all_hx8k-b-evn_place.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_hx8k-b-evn_place.dir/rule .PHONY : ice40/CMakeFiles/all_hx8k-b-evn_place.dir/rule # Convenience name for target. all_hx8k-b-evn_place: ice40/CMakeFiles/all_hx8k-b-evn_place.dir/rule .PHONY : all_hx8k-b-evn_place # fast build rule for target. all_hx8k-b-evn_place/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_hx8k-b-evn_place.dir/build.make ice40/CMakeFiles/all_hx8k-b-evn_place.dir/build .PHONY : all_hx8k-b-evn_place/fast # Convenience name for target. ice40/CMakeFiles/all_icevision_pack.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icevision_pack.dir/rule .PHONY : ice40/CMakeFiles/all_icevision_pack.dir/rule # Convenience name for target. all_icevision_pack: ice40/CMakeFiles/all_icevision_pack.dir/rule .PHONY : all_icevision_pack # fast build rule for target. all_icevision_pack/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icevision_pack.dir/build.make ice40/CMakeFiles/all_icevision_pack.dir/build .PHONY : all_icevision_pack/fast # Convenience name for target. ice40/CMakeFiles/all_icevision_place.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icevision_place.dir/rule .PHONY : ice40/CMakeFiles/all_icevision_place.dir/rule # Convenience name for target. all_icevision_place: ice40/CMakeFiles/all_icevision_place.dir/rule .PHONY : all_icevision_place # fast build rule for target. all_icevision_place/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icevision_place.dir/build.make ice40/CMakeFiles/all_icevision_place.dir/build .PHONY : all_icevision_place/fast # Convenience name for target. ice40/CMakeFiles/all_icevision_route.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icevision_route.dir/rule .PHONY : ice40/CMakeFiles/all_icevision_route.dir/rule # Convenience name for target. all_icevision_route: ice40/CMakeFiles/all_icevision_route.dir/rule .PHONY : all_icevision_route # fast build rule for target. all_icevision_route/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icevision_route.dir/build.make ice40/CMakeFiles/all_icevision_route.dir/build .PHONY : all_icevision_route/fast # Convenience name for target. ice40/CMakeFiles/all_icevision_bin.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icevision_bin.dir/rule .PHONY : ice40/CMakeFiles/all_icevision_bin.dir/rule # Convenience name for target. all_icevision_bin: ice40/CMakeFiles/all_icevision_bin.dir/rule .PHONY : all_icevision_bin # fast build rule for target. all_icevision_bin/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icevision_bin.dir/build.make ice40/CMakeFiles/all_icevision_bin.dir/build .PHONY : all_icevision_bin/fast # Convenience name for target. ice40/CMakeFiles/all_icestick_bin.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_icestick_bin.dir/rule .PHONY : ice40/CMakeFiles/all_icestick_bin.dir/rule # Convenience name for target. all_icestick_bin: ice40/CMakeFiles/all_icestick_bin.dir/rule .PHONY : all_icestick_bin # fast build rule for target. all_icestick_bin/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_icestick_bin.dir/build.make ice40/CMakeFiles/all_icestick_bin.dir/build .PHONY : all_icestick_bin/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-b2_place.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-b2_place.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-b2_place.dir/rule # Convenience name for target. all_tinyfpga-b2_place: ice40/CMakeFiles/all_tinyfpga-b2_place.dir/rule .PHONY : all_tinyfpga-b2_place # fast build rule for target. all_tinyfpga-b2_place/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-b2_place.dir/build.make ice40/CMakeFiles/all_tinyfpga-b2_place.dir/build .PHONY : all_tinyfpga-b2_place/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-b2_route.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-b2_route.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-b2_route.dir/rule # Convenience name for target. all_tinyfpga-b2_route: ice40/CMakeFiles/all_tinyfpga-b2_route.dir/rule .PHONY : all_tinyfpga-b2_route # fast build rule for target. all_tinyfpga-b2_route/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-b2_route.dir/build.make ice40/CMakeFiles/all_tinyfpga-b2_route.dir/build .PHONY : all_tinyfpga-b2_route/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-b2_pack.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-b2_pack.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-b2_pack.dir/rule # Convenience name for target. all_tinyfpga-b2_pack: ice40/CMakeFiles/all_tinyfpga-b2_pack.dir/rule .PHONY : all_tinyfpga-b2_pack # fast build rule for target. all_tinyfpga-b2_pack/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-b2_pack.dir/build.make ice40/CMakeFiles/all_tinyfpga-b2_pack.dir/build .PHONY : all_tinyfpga-b2_pack/fast # Convenience name for target. ice40/CMakeFiles/tinyfpga-bx.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/tinyfpga-bx.dir/rule .PHONY : ice40/CMakeFiles/tinyfpga-bx.dir/rule # Convenience name for target. tinyfpga-bx: ice40/CMakeFiles/tinyfpga-bx.dir/rule .PHONY : tinyfpga-bx # fast build rule for target. tinyfpga-bx/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/tinyfpga-bx.dir/build.make ice40/CMakeFiles/tinyfpga-bx.dir/build .PHONY : tinyfpga-bx/fast # Convenience name for target. ice40/CMakeFiles/all_iceblink40-lp1k_bin.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_iceblink40-lp1k_bin.dir/rule .PHONY : ice40/CMakeFiles/all_iceblink40-lp1k_bin.dir/rule # Convenience name for target. all_iceblink40-lp1k_bin: ice40/CMakeFiles/all_iceblink40-lp1k_bin.dir/rule .PHONY : all_iceblink40-lp1k_bin # fast build rule for target. all_iceblink40-lp1k_bin/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_iceblink40-lp1k_bin.dir/build.make ice40/CMakeFiles/all_iceblink40-lp1k_bin.dir/build .PHONY : all_iceblink40-lp1k_bin/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-bx_route.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-bx_route.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-bx_route.dir/rule # Convenience name for target. all_tinyfpga-bx_route: ice40/CMakeFiles/all_tinyfpga-bx_route.dir/rule .PHONY : all_tinyfpga-bx_route # fast build rule for target. all_tinyfpga-bx_route/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-bx_route.dir/build.make ice40/CMakeFiles/all_tinyfpga-bx_route.dir/build .PHONY : all_tinyfpga-bx_route/fast # Convenience name for target. ice40/CMakeFiles/fasm2asc_deps.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/fasm2asc_deps.dir/rule .PHONY : ice40/CMakeFiles/fasm2asc_deps.dir/rule # Convenience name for target. fasm2asc_deps: ice40/CMakeFiles/fasm2asc_deps.dir/rule .PHONY : fasm2asc_deps # fast build rule for target. fasm2asc_deps/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/fasm2asc_deps.dir/build.make ice40/CMakeFiles/fasm2asc_deps.dir/build .PHONY : fasm2asc_deps/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-bx_pack.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-bx_pack.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-bx_pack.dir/rule # Convenience name for target. all_tinyfpga-bx_pack: ice40/CMakeFiles/all_tinyfpga-bx_pack.dir/rule .PHONY : all_tinyfpga-bx_pack # fast build rule for target. all_tinyfpga-bx_pack/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-bx_pack.dir/build.make ice40/CMakeFiles/all_tinyfpga-bx_pack.dir/build .PHONY : all_tinyfpga-bx_pack/fast # Convenience name for target. ice40/CMakeFiles/all_tinyfpga-bx_place.dir/rule: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ice40/CMakeFiles/all_tinyfpga-bx_place.dir/rule .PHONY : ice40/CMakeFiles/all_tinyfpga-bx_place.dir/rule # Convenience name for target. all_tinyfpga-bx_place: ice40/CMakeFiles/all_tinyfpga-bx_place.dir/rule .PHONY : all_tinyfpga-bx_place # fast build rule for target. all_tinyfpga-bx_place/fast: cd /home/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(MAKE) $(MAKESILENT) -f ice40/CMakeFiles/all_tinyfpga-bx_place.dir/build.make ice40/CMakeFiles/all_tinyfpga-bx_place.dir/build .PHONY : all_tinyfpga-bx_place/fast # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @echo "... all (the default if no target is provided)" @echo "... clean" @echo "... depend" @echo "... edit_cache" @echo "... install" @echo "... install/local" @echo "... install/strip" @echo "... list_install_components" @echo "... rebuild_cache" @echo "... test" @echo "... all_hx8k-b-evn_bin" @echo "... all_hx8k-b-evn_pack" @echo "... all_hx8k-b-evn_place" @echo "... all_hx8k-b-evn_route" @echo "... all_iceblink40-lp1k_bin" @echo "... all_iceblink40-lp1k_pack" @echo "... all_iceblink40-lp1k_place" @echo "... all_iceblink40-lp1k_route" @echo "... all_icestick_bin" @echo "... all_icestick_pack" @echo "... all_icestick_place" @echo "... all_icestick_route" @echo "... all_icevision_bin" @echo "... all_icevision_pack" @echo "... all_icevision_place" @echo "... all_icevision_route" @echo "... all_tinyfpga-b2_bin" @echo "... all_tinyfpga-b2_pack" @echo "... all_tinyfpga-b2_place" @echo "... all_tinyfpga-b2_route" @echo "... all_tinyfpga-bx_bin" @echo "... all_tinyfpga-bx_pack" @echo "... all_tinyfpga-bx_place" @echo "... all_tinyfpga-bx_route" @echo "... fasm2asc_deps" @echo "... file_env_conda_envs_symbiflow_arch_def_base_share_yosys_ice40_cells_sim.v" @echo "... hx8k-b-evn" @echo "... ice40" @echo "... ice40_import_timing_deps" @echo "... iceblink40-lp1k" @echo "... icestick" @echo "... icevision" @echo "... tinyfpga-b2" @echo "... tinyfpga-bx" .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/mdasoh/src/symbiflow/symbiflow-arch-defs/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system