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

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

.PHONY : default_target

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


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

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


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

.SUFFIXES: .hpux_make_needs_suffix_list


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


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

.PHONY : cmake_force

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

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

# The CMake executable.
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.12.1/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/csh/agi/retro

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/csh/agi/retro

#=============================================================================
# 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/Cellar/cmake/3.12.1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

.PHONY : edit_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/Cellar/cmake/3.12.1/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/local/Cellar/cmake/3.12.1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

.PHONY : rebuild_cache/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /Users/csh/agi/retro && /usr/local/Cellar/cmake/3.12.1/bin/cpack --config ./CPackSourceConfig.cmake /Users/csh/agi/retro/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /Users/csh/agi/retro && /usr/local/Cellar/cmake/3.12.1/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# The main all target
all: cmake_check_build_system
	cd /Users/csh/agi/retro && $(CMAKE_COMMAND) -E cmake_progress_start /Users/csh/agi/retro/CMakeFiles /Users/csh/agi/retro/tests/CMakeFiles/progress.marks
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/csh/agi/retro/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
tests/CMakeFiles/test-data.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-data.dir/rule
.PHONY : tests/CMakeFiles/test-data.dir/rule

# Convenience name for target.
test-data: tests/CMakeFiles/test-data.dir/rule

.PHONY : test-data

# fast build rule for target.
test-data/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-data.dir/build.make tests/CMakeFiles/test-data.dir/build
.PHONY : test-data/fast

# Convenience name for target.
tests/CMakeFiles/test-search.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-search.dir/rule
.PHONY : tests/CMakeFiles/test-search.dir/rule

# Convenience name for target.
test-search: tests/CMakeFiles/test-search.dir/rule

.PHONY : test-search

# fast build rule for target.
test-search/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-search.dir/build.make tests/CMakeFiles/test-search.dir/build
.PHONY : test-search/fast

# Convenience name for target.
tests/CMakeFiles/build-tests.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/build-tests.dir/rule
.PHONY : tests/CMakeFiles/build-tests.dir/rule

# Convenience name for target.
build-tests: tests/CMakeFiles/build-tests.dir/rule

.PHONY : build-tests

# fast build rule for target.
build-tests/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/build-tests.dir/build.make tests/CMakeFiles/build-tests.dir/build
.PHONY : build-tests/fast

# Convenience name for target.
tests/CMakeFiles/test-script.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-script.dir/rule
.PHONY : tests/CMakeFiles/test-script.dir/rule

# Convenience name for target.
test-script: tests/CMakeFiles/test-script.dir/rule

.PHONY : test-script

# fast build rule for target.
test-script/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-script.dir/build.make tests/CMakeFiles/test-script.dir/build
.PHONY : test-script/fast

# Convenience name for target.
tests/CMakeFiles/test-memory.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-memory.dir/rule
.PHONY : tests/CMakeFiles/test-memory.dir/rule

# Convenience name for target.
test-memory: tests/CMakeFiles/test-memory.dir/rule

.PHONY : test-memory

# fast build rule for target.
test-memory/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory.dir/build.make tests/CMakeFiles/test-memory.dir/build
.PHONY : test-memory/fast

# Convenience name for target.
tests/CMakeFiles/test-emulator.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-emulator.dir/rule
.PHONY : tests/CMakeFiles/test-emulator.dir/rule

# Convenience name for target.
test-emulator: tests/CMakeFiles/test-emulator.dir/rule

.PHONY : test-emulator

# fast build rule for target.
test-emulator/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-emulator.dir/build.make tests/CMakeFiles/test-emulator.dir/build
.PHONY : test-emulator/fast

# Convenience name for target.
tests/CMakeFiles/test-memory-overlay.dir/rule:
	cd /Users/csh/agi/retro && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-memory-overlay.dir/rule
.PHONY : tests/CMakeFiles/test-memory-overlay.dir/rule

# Convenience name for target.
test-memory-overlay: tests/CMakeFiles/test-memory-overlay.dir/rule

.PHONY : test-memory-overlay

# fast build rule for target.
test-memory-overlay/fast:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory-overlay.dir/build.make tests/CMakeFiles/test-memory-overlay.dir/build
.PHONY : test-memory-overlay/fast

data.o: data.cpp.o

.PHONY : data.o

# target to build an object file
data.cpp.o:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-data.dir/build.make tests/CMakeFiles/test-data.dir/data.cpp.o
.PHONY : data.cpp.o

data.i: data.cpp.i

.PHONY : data.i

# target to preprocess a source file
data.cpp.i:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-data.dir/build.make tests/CMakeFiles/test-data.dir/data.cpp.i
.PHONY : data.cpp.i

data.s: data.cpp.s

.PHONY : data.s

# target to generate assembly for a file
data.cpp.s:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-data.dir/build.make tests/CMakeFiles/test-data.dir/data.cpp.s
.PHONY : data.cpp.s

emulator.o: emulator.cpp.o

.PHONY : emulator.o

# target to build an object file
emulator.cpp.o:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-emulator.dir/build.make tests/CMakeFiles/test-emulator.dir/emulator.cpp.o
.PHONY : emulator.cpp.o

emulator.i: emulator.cpp.i

.PHONY : emulator.i

# target to preprocess a source file
emulator.cpp.i:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-emulator.dir/build.make tests/CMakeFiles/test-emulator.dir/emulator.cpp.i
.PHONY : emulator.cpp.i

emulator.s: emulator.cpp.s

.PHONY : emulator.s

# target to generate assembly for a file
emulator.cpp.s:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-emulator.dir/build.make tests/CMakeFiles/test-emulator.dir/emulator.cpp.s
.PHONY : emulator.cpp.s

memory-overlay.o: memory-overlay.cpp.o

.PHONY : memory-overlay.o

# target to build an object file
memory-overlay.cpp.o:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory-overlay.dir/build.make tests/CMakeFiles/test-memory-overlay.dir/memory-overlay.cpp.o
.PHONY : memory-overlay.cpp.o

memory-overlay.i: memory-overlay.cpp.i

.PHONY : memory-overlay.i

# target to preprocess a source file
memory-overlay.cpp.i:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory-overlay.dir/build.make tests/CMakeFiles/test-memory-overlay.dir/memory-overlay.cpp.i
.PHONY : memory-overlay.cpp.i

memory-overlay.s: memory-overlay.cpp.s

.PHONY : memory-overlay.s

# target to generate assembly for a file
memory-overlay.cpp.s:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory-overlay.dir/build.make tests/CMakeFiles/test-memory-overlay.dir/memory-overlay.cpp.s
.PHONY : memory-overlay.cpp.s

memory.o: memory.cpp.o

.PHONY : memory.o

# target to build an object file
memory.cpp.o:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory.dir/build.make tests/CMakeFiles/test-memory.dir/memory.cpp.o
.PHONY : memory.cpp.o

memory.i: memory.cpp.i

.PHONY : memory.i

# target to preprocess a source file
memory.cpp.i:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory.dir/build.make tests/CMakeFiles/test-memory.dir/memory.cpp.i
.PHONY : memory.cpp.i

memory.s: memory.cpp.s

.PHONY : memory.s

# target to generate assembly for a file
memory.cpp.s:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-memory.dir/build.make tests/CMakeFiles/test-memory.dir/memory.cpp.s
.PHONY : memory.cpp.s

script.o: script.cpp.o

.PHONY : script.o

# target to build an object file
script.cpp.o:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-script.dir/build.make tests/CMakeFiles/test-script.dir/script.cpp.o
.PHONY : script.cpp.o

script.i: script.cpp.i

.PHONY : script.i

# target to preprocess a source file
script.cpp.i:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-script.dir/build.make tests/CMakeFiles/test-script.dir/script.cpp.i
.PHONY : script.cpp.i

script.s: script.cpp.s

.PHONY : script.s

# target to generate assembly for a file
script.cpp.s:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-script.dir/build.make tests/CMakeFiles/test-script.dir/script.cpp.s
.PHONY : script.cpp.s

search.o: search.cpp.o

.PHONY : search.o

# target to build an object file
search.cpp.o:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-search.dir/build.make tests/CMakeFiles/test-search.dir/search.cpp.o
.PHONY : search.cpp.o

search.i: search.cpp.i

.PHONY : search.i

# target to preprocess a source file
search.cpp.i:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-search.dir/build.make tests/CMakeFiles/test-search.dir/search.cpp.i
.PHONY : search.cpp.i

search.s: search.cpp.s

.PHONY : search.s

# target to generate assembly for a file
search.cpp.s:
	cd /Users/csh/agi/retro && $(MAKE) -f tests/CMakeFiles/test-search.dir/build.make tests/CMakeFiles/test-search.dir/search.cpp.s
.PHONY : search.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 "... test-data"
	@echo "... edit_cache"
	@echo "... test"
	@echo "... rebuild_cache"
	@echo "... test-search"
	@echo "... package_source"
	@echo "... build-tests"
	@echo "... test-script"
	@echo "... test-memory"
	@echo "... test-emulator"
	@echo "... test-memory-overlay"
	@echo "... package"
	@echo "... data.o"
	@echo "... data.i"
	@echo "... data.s"
	@echo "... emulator.o"
	@echo "... emulator.i"
	@echo "... emulator.s"
	@echo "... memory-overlay.o"
	@echo "... memory-overlay.i"
	@echo "... memory-overlay.s"
	@echo "... memory.o"
	@echo "... memory.i"
	@echo "... memory.s"
	@echo "... script.o"
	@echo "... script.i"
	@echo "... script.s"
	@echo "... search.o"
	@echo "... search.i"
	@echo "... search.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/csh/agi/retro && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

