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

# 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 = /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake

# The command to remove a file.
RM = /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bsp/Projects/tksdl12-compat/sdl12-compat-main

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bsp/Projects/tksdl12-compat/sdl12-compat-main/build

#=============================================================================
# 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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/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..."
	/opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/bsp/Projects/tksdl12-compat/sdl12-compat-main/build/CMakeFiles /Users/bsp/Projects/tksdl12-compat/sdl12-compat-main/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/bsp/Projects/tksdl12-compat/sdl12-compat-main/build/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 SDL

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

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

#=============================================================================
# Target rules for targets named SDLmain

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

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

#=============================================================================
# Target rules for targets named checkkeys

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

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

#=============================================================================
# Target rules for targets named graywin

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

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

#=============================================================================
# Target rules for targets named loopwave

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

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

#=============================================================================
# Target rules for targets named testalpha

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

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

#=============================================================================
# Target rules for targets named testbitmap

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

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

#=============================================================================
# Target rules for targets named testblitspeed

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

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

#=============================================================================
# Target rules for targets named testcdrom

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

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

#=============================================================================
# Target rules for targets named testcursor

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

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

#=============================================================================
# Target rules for targets named testerror

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

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

#=============================================================================
# Target rules for targets named testfile

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

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

#=============================================================================
# Target rules for targets named testgamma

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

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

#=============================================================================
# Target rules for targets named testthread

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

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

#=============================================================================
# Target rules for targets named testiconv

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

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

#=============================================================================
# Target rules for targets named testjoystick

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

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

#=============================================================================
# Target rules for targets named testkeys

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

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

#=============================================================================
# Target rules for targets named testloadso

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

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

#=============================================================================
# Target rules for targets named testlock

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

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

#=============================================================================
# Target rules for targets named testoverlay

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

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

#=============================================================================
# Target rules for targets named testoverlay2

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

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

#=============================================================================
# Target rules for targets named testpalette

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

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

#=============================================================================
# Target rules for targets named testplatform

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

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

#=============================================================================
# Target rules for targets named testsem

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

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

#=============================================================================
# Target rules for targets named testsprite

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

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

#=============================================================================
# Target rules for targets named testtimer

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

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

#=============================================================================
# Target rules for targets named testver

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

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

#=============================================================================
# Target rules for targets named testvidinfo

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

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

#=============================================================================
# Target rules for targets named testwin

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

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

#=============================================================================
# Target rules for targets named testwm

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

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

#=============================================================================
# Target rules for targets named threadwin

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

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

#=============================================================================
# Target rules for targets named torturethread

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

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

#=============================================================================
# Target rules for targets named testdyngl

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

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

#=============================================================================
# Target rules for targets named testgl

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

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

src/SDL12_compat.o: src/SDL12_compat.c.o
.PHONY : src/SDL12_compat.o

# target to build an object file
src/SDL12_compat.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDL.dir/build.make CMakeFiles/SDL.dir/src/SDL12_compat.c.o
.PHONY : src/SDL12_compat.c.o

src/SDL12_compat.i: src/SDL12_compat.c.i
.PHONY : src/SDL12_compat.i

# target to preprocess a source file
src/SDL12_compat.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDL.dir/build.make CMakeFiles/SDL.dir/src/SDL12_compat.c.i
.PHONY : src/SDL12_compat.c.i

src/SDL12_compat.s: src/SDL12_compat.c.s
.PHONY : src/SDL12_compat.s

# target to generate assembly for a file
src/SDL12_compat.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDL.dir/build.make CMakeFiles/SDL.dir/src/SDL12_compat.c.s
.PHONY : src/SDL12_compat.c.s

src/SDL12_compat_objc.o: src/SDL12_compat_objc.m.o
.PHONY : src/SDL12_compat_objc.o

# target to build an object file
src/SDL12_compat_objc.m.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDL.dir/build.make CMakeFiles/SDL.dir/src/SDL12_compat_objc.m.o
.PHONY : src/SDL12_compat_objc.m.o

src/SDL12_compat_objc.i: src/SDL12_compat_objc.m.i
.PHONY : src/SDL12_compat_objc.i

# target to preprocess a source file
src/SDL12_compat_objc.m.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDL.dir/build.make CMakeFiles/SDL.dir/src/SDL12_compat_objc.m.i
.PHONY : src/SDL12_compat_objc.m.i

src/SDL12_compat_objc.s: src/SDL12_compat_objc.m.s
.PHONY : src/SDL12_compat_objc.s

# target to generate assembly for a file
src/SDL12_compat_objc.m.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDL.dir/build.make CMakeFiles/SDL.dir/src/SDL12_compat_objc.m.s
.PHONY : src/SDL12_compat_objc.m.s

src/SDLmain/macosx/SDLMain.o: src/SDLmain/macosx/SDLMain.m.o
.PHONY : src/SDLmain/macosx/SDLMain.o

# target to build an object file
src/SDLmain/macosx/SDLMain.m.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDLmain.dir/build.make CMakeFiles/SDLmain.dir/src/SDLmain/macosx/SDLMain.m.o
.PHONY : src/SDLmain/macosx/SDLMain.m.o

src/SDLmain/macosx/SDLMain.i: src/SDLmain/macosx/SDLMain.m.i
.PHONY : src/SDLmain/macosx/SDLMain.i

# target to preprocess a source file
src/SDLmain/macosx/SDLMain.m.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDLmain.dir/build.make CMakeFiles/SDLmain.dir/src/SDLmain/macosx/SDLMain.m.i
.PHONY : src/SDLmain/macosx/SDLMain.m.i

src/SDLmain/macosx/SDLMain.s: src/SDLmain/macosx/SDLMain.m.s
.PHONY : src/SDLmain/macosx/SDLMain.s

# target to generate assembly for a file
src/SDLmain/macosx/SDLMain.m.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/SDLmain.dir/build.make CMakeFiles/SDLmain.dir/src/SDLmain/macosx/SDLMain.m.s
.PHONY : src/SDLmain/macosx/SDLMain.m.s

test/checkkeys.o: test/checkkeys.c.o
.PHONY : test/checkkeys.o

# target to build an object file
test/checkkeys.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/checkkeys.dir/build.make CMakeFiles/checkkeys.dir/test/checkkeys.c.o
.PHONY : test/checkkeys.c.o

test/checkkeys.i: test/checkkeys.c.i
.PHONY : test/checkkeys.i

# target to preprocess a source file
test/checkkeys.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/checkkeys.dir/build.make CMakeFiles/checkkeys.dir/test/checkkeys.c.i
.PHONY : test/checkkeys.c.i

test/checkkeys.s: test/checkkeys.c.s
.PHONY : test/checkkeys.s

# target to generate assembly for a file
test/checkkeys.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/checkkeys.dir/build.make CMakeFiles/checkkeys.dir/test/checkkeys.c.s
.PHONY : test/checkkeys.c.s

test/graywin.o: test/graywin.c.o
.PHONY : test/graywin.o

# target to build an object file
test/graywin.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/graywin.dir/build.make CMakeFiles/graywin.dir/test/graywin.c.o
.PHONY : test/graywin.c.o

test/graywin.i: test/graywin.c.i
.PHONY : test/graywin.i

# target to preprocess a source file
test/graywin.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/graywin.dir/build.make CMakeFiles/graywin.dir/test/graywin.c.i
.PHONY : test/graywin.c.i

test/graywin.s: test/graywin.c.s
.PHONY : test/graywin.s

# target to generate assembly for a file
test/graywin.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/graywin.dir/build.make CMakeFiles/graywin.dir/test/graywin.c.s
.PHONY : test/graywin.c.s

test/loopwave.o: test/loopwave.c.o
.PHONY : test/loopwave.o

# target to build an object file
test/loopwave.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/loopwave.dir/build.make CMakeFiles/loopwave.dir/test/loopwave.c.o
.PHONY : test/loopwave.c.o

test/loopwave.i: test/loopwave.c.i
.PHONY : test/loopwave.i

# target to preprocess a source file
test/loopwave.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/loopwave.dir/build.make CMakeFiles/loopwave.dir/test/loopwave.c.i
.PHONY : test/loopwave.c.i

test/loopwave.s: test/loopwave.c.s
.PHONY : test/loopwave.s

# target to generate assembly for a file
test/loopwave.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/loopwave.dir/build.make CMakeFiles/loopwave.dir/test/loopwave.c.s
.PHONY : test/loopwave.c.s

test/testalpha.o: test/testalpha.c.o
.PHONY : test/testalpha.o

# target to build an object file
test/testalpha.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testalpha.dir/build.make CMakeFiles/testalpha.dir/test/testalpha.c.o
.PHONY : test/testalpha.c.o

test/testalpha.i: test/testalpha.c.i
.PHONY : test/testalpha.i

# target to preprocess a source file
test/testalpha.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testalpha.dir/build.make CMakeFiles/testalpha.dir/test/testalpha.c.i
.PHONY : test/testalpha.c.i

test/testalpha.s: test/testalpha.c.s
.PHONY : test/testalpha.s

# target to generate assembly for a file
test/testalpha.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testalpha.dir/build.make CMakeFiles/testalpha.dir/test/testalpha.c.s
.PHONY : test/testalpha.c.s

test/testbitmap.o: test/testbitmap.c.o
.PHONY : test/testbitmap.o

# target to build an object file
test/testbitmap.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testbitmap.dir/build.make CMakeFiles/testbitmap.dir/test/testbitmap.c.o
.PHONY : test/testbitmap.c.o

test/testbitmap.i: test/testbitmap.c.i
.PHONY : test/testbitmap.i

# target to preprocess a source file
test/testbitmap.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testbitmap.dir/build.make CMakeFiles/testbitmap.dir/test/testbitmap.c.i
.PHONY : test/testbitmap.c.i

test/testbitmap.s: test/testbitmap.c.s
.PHONY : test/testbitmap.s

# target to generate assembly for a file
test/testbitmap.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testbitmap.dir/build.make CMakeFiles/testbitmap.dir/test/testbitmap.c.s
.PHONY : test/testbitmap.c.s

test/testblitspeed.o: test/testblitspeed.c.o
.PHONY : test/testblitspeed.o

# target to build an object file
test/testblitspeed.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testblitspeed.dir/build.make CMakeFiles/testblitspeed.dir/test/testblitspeed.c.o
.PHONY : test/testblitspeed.c.o

test/testblitspeed.i: test/testblitspeed.c.i
.PHONY : test/testblitspeed.i

# target to preprocess a source file
test/testblitspeed.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testblitspeed.dir/build.make CMakeFiles/testblitspeed.dir/test/testblitspeed.c.i
.PHONY : test/testblitspeed.c.i

test/testblitspeed.s: test/testblitspeed.c.s
.PHONY : test/testblitspeed.s

# target to generate assembly for a file
test/testblitspeed.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testblitspeed.dir/build.make CMakeFiles/testblitspeed.dir/test/testblitspeed.c.s
.PHONY : test/testblitspeed.c.s

test/testcdrom.o: test/testcdrom.c.o
.PHONY : test/testcdrom.o

# target to build an object file
test/testcdrom.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testcdrom.dir/build.make CMakeFiles/testcdrom.dir/test/testcdrom.c.o
.PHONY : test/testcdrom.c.o

test/testcdrom.i: test/testcdrom.c.i
.PHONY : test/testcdrom.i

# target to preprocess a source file
test/testcdrom.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testcdrom.dir/build.make CMakeFiles/testcdrom.dir/test/testcdrom.c.i
.PHONY : test/testcdrom.c.i

test/testcdrom.s: test/testcdrom.c.s
.PHONY : test/testcdrom.s

# target to generate assembly for a file
test/testcdrom.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testcdrom.dir/build.make CMakeFiles/testcdrom.dir/test/testcdrom.c.s
.PHONY : test/testcdrom.c.s

test/testcursor.o: test/testcursor.c.o
.PHONY : test/testcursor.o

# target to build an object file
test/testcursor.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testcursor.dir/build.make CMakeFiles/testcursor.dir/test/testcursor.c.o
.PHONY : test/testcursor.c.o

test/testcursor.i: test/testcursor.c.i
.PHONY : test/testcursor.i

# target to preprocess a source file
test/testcursor.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testcursor.dir/build.make CMakeFiles/testcursor.dir/test/testcursor.c.i
.PHONY : test/testcursor.c.i

test/testcursor.s: test/testcursor.c.s
.PHONY : test/testcursor.s

# target to generate assembly for a file
test/testcursor.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testcursor.dir/build.make CMakeFiles/testcursor.dir/test/testcursor.c.s
.PHONY : test/testcursor.c.s

test/testdyngl.o: test/testdyngl.c.o
.PHONY : test/testdyngl.o

# target to build an object file
test/testdyngl.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testdyngl.dir/build.make CMakeFiles/testdyngl.dir/test/testdyngl.c.o
.PHONY : test/testdyngl.c.o

test/testdyngl.i: test/testdyngl.c.i
.PHONY : test/testdyngl.i

# target to preprocess a source file
test/testdyngl.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testdyngl.dir/build.make CMakeFiles/testdyngl.dir/test/testdyngl.c.i
.PHONY : test/testdyngl.c.i

test/testdyngl.s: test/testdyngl.c.s
.PHONY : test/testdyngl.s

# target to generate assembly for a file
test/testdyngl.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testdyngl.dir/build.make CMakeFiles/testdyngl.dir/test/testdyngl.c.s
.PHONY : test/testdyngl.c.s

test/testerror.o: test/testerror.c.o
.PHONY : test/testerror.o

# target to build an object file
test/testerror.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testerror.dir/build.make CMakeFiles/testerror.dir/test/testerror.c.o
.PHONY : test/testerror.c.o

test/testerror.i: test/testerror.c.i
.PHONY : test/testerror.i

# target to preprocess a source file
test/testerror.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testerror.dir/build.make CMakeFiles/testerror.dir/test/testerror.c.i
.PHONY : test/testerror.c.i

test/testerror.s: test/testerror.c.s
.PHONY : test/testerror.s

# target to generate assembly for a file
test/testerror.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testerror.dir/build.make CMakeFiles/testerror.dir/test/testerror.c.s
.PHONY : test/testerror.c.s

test/testfile.o: test/testfile.c.o
.PHONY : test/testfile.o

# target to build an object file
test/testfile.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testfile.dir/build.make CMakeFiles/testfile.dir/test/testfile.c.o
.PHONY : test/testfile.c.o

test/testfile.i: test/testfile.c.i
.PHONY : test/testfile.i

# target to preprocess a source file
test/testfile.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testfile.dir/build.make CMakeFiles/testfile.dir/test/testfile.c.i
.PHONY : test/testfile.c.i

test/testfile.s: test/testfile.c.s
.PHONY : test/testfile.s

# target to generate assembly for a file
test/testfile.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testfile.dir/build.make CMakeFiles/testfile.dir/test/testfile.c.s
.PHONY : test/testfile.c.s

test/testgamma.o: test/testgamma.c.o
.PHONY : test/testgamma.o

# target to build an object file
test/testgamma.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testgamma.dir/build.make CMakeFiles/testgamma.dir/test/testgamma.c.o
.PHONY : test/testgamma.c.o

test/testgamma.i: test/testgamma.c.i
.PHONY : test/testgamma.i

# target to preprocess a source file
test/testgamma.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testgamma.dir/build.make CMakeFiles/testgamma.dir/test/testgamma.c.i
.PHONY : test/testgamma.c.i

test/testgamma.s: test/testgamma.c.s
.PHONY : test/testgamma.s

# target to generate assembly for a file
test/testgamma.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testgamma.dir/build.make CMakeFiles/testgamma.dir/test/testgamma.c.s
.PHONY : test/testgamma.c.s

test/testgl.o: test/testgl.c.o
.PHONY : test/testgl.o

# target to build an object file
test/testgl.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testgl.dir/build.make CMakeFiles/testgl.dir/test/testgl.c.o
.PHONY : test/testgl.c.o

test/testgl.i: test/testgl.c.i
.PHONY : test/testgl.i

# target to preprocess a source file
test/testgl.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testgl.dir/build.make CMakeFiles/testgl.dir/test/testgl.c.i
.PHONY : test/testgl.c.i

test/testgl.s: test/testgl.c.s
.PHONY : test/testgl.s

# target to generate assembly for a file
test/testgl.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testgl.dir/build.make CMakeFiles/testgl.dir/test/testgl.c.s
.PHONY : test/testgl.c.s

test/testiconv.o: test/testiconv.c.o
.PHONY : test/testiconv.o

# target to build an object file
test/testiconv.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testiconv.dir/build.make CMakeFiles/testiconv.dir/test/testiconv.c.o
.PHONY : test/testiconv.c.o

test/testiconv.i: test/testiconv.c.i
.PHONY : test/testiconv.i

# target to preprocess a source file
test/testiconv.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testiconv.dir/build.make CMakeFiles/testiconv.dir/test/testiconv.c.i
.PHONY : test/testiconv.c.i

test/testiconv.s: test/testiconv.c.s
.PHONY : test/testiconv.s

# target to generate assembly for a file
test/testiconv.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testiconv.dir/build.make CMakeFiles/testiconv.dir/test/testiconv.c.s
.PHONY : test/testiconv.c.s

test/testjoystick.o: test/testjoystick.c.o
.PHONY : test/testjoystick.o

# target to build an object file
test/testjoystick.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testjoystick.dir/build.make CMakeFiles/testjoystick.dir/test/testjoystick.c.o
.PHONY : test/testjoystick.c.o

test/testjoystick.i: test/testjoystick.c.i
.PHONY : test/testjoystick.i

# target to preprocess a source file
test/testjoystick.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testjoystick.dir/build.make CMakeFiles/testjoystick.dir/test/testjoystick.c.i
.PHONY : test/testjoystick.c.i

test/testjoystick.s: test/testjoystick.c.s
.PHONY : test/testjoystick.s

# target to generate assembly for a file
test/testjoystick.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testjoystick.dir/build.make CMakeFiles/testjoystick.dir/test/testjoystick.c.s
.PHONY : test/testjoystick.c.s

test/testkeys.o: test/testkeys.c.o
.PHONY : test/testkeys.o

# target to build an object file
test/testkeys.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testkeys.dir/build.make CMakeFiles/testkeys.dir/test/testkeys.c.o
.PHONY : test/testkeys.c.o

test/testkeys.i: test/testkeys.c.i
.PHONY : test/testkeys.i

# target to preprocess a source file
test/testkeys.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testkeys.dir/build.make CMakeFiles/testkeys.dir/test/testkeys.c.i
.PHONY : test/testkeys.c.i

test/testkeys.s: test/testkeys.c.s
.PHONY : test/testkeys.s

# target to generate assembly for a file
test/testkeys.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testkeys.dir/build.make CMakeFiles/testkeys.dir/test/testkeys.c.s
.PHONY : test/testkeys.c.s

test/testloadso.o: test/testloadso.c.o
.PHONY : test/testloadso.o

# target to build an object file
test/testloadso.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testloadso.dir/build.make CMakeFiles/testloadso.dir/test/testloadso.c.o
.PHONY : test/testloadso.c.o

test/testloadso.i: test/testloadso.c.i
.PHONY : test/testloadso.i

# target to preprocess a source file
test/testloadso.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testloadso.dir/build.make CMakeFiles/testloadso.dir/test/testloadso.c.i
.PHONY : test/testloadso.c.i

test/testloadso.s: test/testloadso.c.s
.PHONY : test/testloadso.s

# target to generate assembly for a file
test/testloadso.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testloadso.dir/build.make CMakeFiles/testloadso.dir/test/testloadso.c.s
.PHONY : test/testloadso.c.s

test/testlock.o: test/testlock.c.o
.PHONY : test/testlock.o

# target to build an object file
test/testlock.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testlock.dir/build.make CMakeFiles/testlock.dir/test/testlock.c.o
.PHONY : test/testlock.c.o

test/testlock.i: test/testlock.c.i
.PHONY : test/testlock.i

# target to preprocess a source file
test/testlock.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testlock.dir/build.make CMakeFiles/testlock.dir/test/testlock.c.i
.PHONY : test/testlock.c.i

test/testlock.s: test/testlock.c.s
.PHONY : test/testlock.s

# target to generate assembly for a file
test/testlock.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testlock.dir/build.make CMakeFiles/testlock.dir/test/testlock.c.s
.PHONY : test/testlock.c.s

test/testoverlay.o: test/testoverlay.c.o
.PHONY : test/testoverlay.o

# target to build an object file
test/testoverlay.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testoverlay.dir/build.make CMakeFiles/testoverlay.dir/test/testoverlay.c.o
.PHONY : test/testoverlay.c.o

test/testoverlay.i: test/testoverlay.c.i
.PHONY : test/testoverlay.i

# target to preprocess a source file
test/testoverlay.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testoverlay.dir/build.make CMakeFiles/testoverlay.dir/test/testoverlay.c.i
.PHONY : test/testoverlay.c.i

test/testoverlay.s: test/testoverlay.c.s
.PHONY : test/testoverlay.s

# target to generate assembly for a file
test/testoverlay.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testoverlay.dir/build.make CMakeFiles/testoverlay.dir/test/testoverlay.c.s
.PHONY : test/testoverlay.c.s

test/testoverlay2.o: test/testoverlay2.c.o
.PHONY : test/testoverlay2.o

# target to build an object file
test/testoverlay2.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testoverlay2.dir/build.make CMakeFiles/testoverlay2.dir/test/testoverlay2.c.o
.PHONY : test/testoverlay2.c.o

test/testoverlay2.i: test/testoverlay2.c.i
.PHONY : test/testoverlay2.i

# target to preprocess a source file
test/testoverlay2.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testoverlay2.dir/build.make CMakeFiles/testoverlay2.dir/test/testoverlay2.c.i
.PHONY : test/testoverlay2.c.i

test/testoverlay2.s: test/testoverlay2.c.s
.PHONY : test/testoverlay2.s

# target to generate assembly for a file
test/testoverlay2.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testoverlay2.dir/build.make CMakeFiles/testoverlay2.dir/test/testoverlay2.c.s
.PHONY : test/testoverlay2.c.s

test/testpalette.o: test/testpalette.c.o
.PHONY : test/testpalette.o

# target to build an object file
test/testpalette.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testpalette.dir/build.make CMakeFiles/testpalette.dir/test/testpalette.c.o
.PHONY : test/testpalette.c.o

test/testpalette.i: test/testpalette.c.i
.PHONY : test/testpalette.i

# target to preprocess a source file
test/testpalette.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testpalette.dir/build.make CMakeFiles/testpalette.dir/test/testpalette.c.i
.PHONY : test/testpalette.c.i

test/testpalette.s: test/testpalette.c.s
.PHONY : test/testpalette.s

# target to generate assembly for a file
test/testpalette.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testpalette.dir/build.make CMakeFiles/testpalette.dir/test/testpalette.c.s
.PHONY : test/testpalette.c.s

test/testplatform.o: test/testplatform.c.o
.PHONY : test/testplatform.o

# target to build an object file
test/testplatform.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testplatform.dir/build.make CMakeFiles/testplatform.dir/test/testplatform.c.o
.PHONY : test/testplatform.c.o

test/testplatform.i: test/testplatform.c.i
.PHONY : test/testplatform.i

# target to preprocess a source file
test/testplatform.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testplatform.dir/build.make CMakeFiles/testplatform.dir/test/testplatform.c.i
.PHONY : test/testplatform.c.i

test/testplatform.s: test/testplatform.c.s
.PHONY : test/testplatform.s

# target to generate assembly for a file
test/testplatform.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testplatform.dir/build.make CMakeFiles/testplatform.dir/test/testplatform.c.s
.PHONY : test/testplatform.c.s

test/testsem.o: test/testsem.c.o
.PHONY : test/testsem.o

# target to build an object file
test/testsem.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testsem.dir/build.make CMakeFiles/testsem.dir/test/testsem.c.o
.PHONY : test/testsem.c.o

test/testsem.i: test/testsem.c.i
.PHONY : test/testsem.i

# target to preprocess a source file
test/testsem.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testsem.dir/build.make CMakeFiles/testsem.dir/test/testsem.c.i
.PHONY : test/testsem.c.i

test/testsem.s: test/testsem.c.s
.PHONY : test/testsem.s

# target to generate assembly for a file
test/testsem.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testsem.dir/build.make CMakeFiles/testsem.dir/test/testsem.c.s
.PHONY : test/testsem.c.s

test/testsprite.o: test/testsprite.c.o
.PHONY : test/testsprite.o

# target to build an object file
test/testsprite.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testsprite.dir/build.make CMakeFiles/testsprite.dir/test/testsprite.c.o
.PHONY : test/testsprite.c.o

test/testsprite.i: test/testsprite.c.i
.PHONY : test/testsprite.i

# target to preprocess a source file
test/testsprite.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testsprite.dir/build.make CMakeFiles/testsprite.dir/test/testsprite.c.i
.PHONY : test/testsprite.c.i

test/testsprite.s: test/testsprite.c.s
.PHONY : test/testsprite.s

# target to generate assembly for a file
test/testsprite.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testsprite.dir/build.make CMakeFiles/testsprite.dir/test/testsprite.c.s
.PHONY : test/testsprite.c.s

test/testthread.o: test/testthread.c.o
.PHONY : test/testthread.o

# target to build an object file
test/testthread.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testthread.dir/build.make CMakeFiles/testthread.dir/test/testthread.c.o
.PHONY : test/testthread.c.o

test/testthread.i: test/testthread.c.i
.PHONY : test/testthread.i

# target to preprocess a source file
test/testthread.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testthread.dir/build.make CMakeFiles/testthread.dir/test/testthread.c.i
.PHONY : test/testthread.c.i

test/testthread.s: test/testthread.c.s
.PHONY : test/testthread.s

# target to generate assembly for a file
test/testthread.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testthread.dir/build.make CMakeFiles/testthread.dir/test/testthread.c.s
.PHONY : test/testthread.c.s

test/testtimer.o: test/testtimer.c.o
.PHONY : test/testtimer.o

# target to build an object file
test/testtimer.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testtimer.dir/build.make CMakeFiles/testtimer.dir/test/testtimer.c.o
.PHONY : test/testtimer.c.o

test/testtimer.i: test/testtimer.c.i
.PHONY : test/testtimer.i

# target to preprocess a source file
test/testtimer.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testtimer.dir/build.make CMakeFiles/testtimer.dir/test/testtimer.c.i
.PHONY : test/testtimer.c.i

test/testtimer.s: test/testtimer.c.s
.PHONY : test/testtimer.s

# target to generate assembly for a file
test/testtimer.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testtimer.dir/build.make CMakeFiles/testtimer.dir/test/testtimer.c.s
.PHONY : test/testtimer.c.s

test/testver.o: test/testver.c.o
.PHONY : test/testver.o

# target to build an object file
test/testver.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testver.dir/build.make CMakeFiles/testver.dir/test/testver.c.o
.PHONY : test/testver.c.o

test/testver.i: test/testver.c.i
.PHONY : test/testver.i

# target to preprocess a source file
test/testver.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testver.dir/build.make CMakeFiles/testver.dir/test/testver.c.i
.PHONY : test/testver.c.i

test/testver.s: test/testver.c.s
.PHONY : test/testver.s

# target to generate assembly for a file
test/testver.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testver.dir/build.make CMakeFiles/testver.dir/test/testver.c.s
.PHONY : test/testver.c.s

test/testvidinfo.o: test/testvidinfo.c.o
.PHONY : test/testvidinfo.o

# target to build an object file
test/testvidinfo.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testvidinfo.dir/build.make CMakeFiles/testvidinfo.dir/test/testvidinfo.c.o
.PHONY : test/testvidinfo.c.o

test/testvidinfo.i: test/testvidinfo.c.i
.PHONY : test/testvidinfo.i

# target to preprocess a source file
test/testvidinfo.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testvidinfo.dir/build.make CMakeFiles/testvidinfo.dir/test/testvidinfo.c.i
.PHONY : test/testvidinfo.c.i

test/testvidinfo.s: test/testvidinfo.c.s
.PHONY : test/testvidinfo.s

# target to generate assembly for a file
test/testvidinfo.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testvidinfo.dir/build.make CMakeFiles/testvidinfo.dir/test/testvidinfo.c.s
.PHONY : test/testvidinfo.c.s

test/testwin.o: test/testwin.c.o
.PHONY : test/testwin.o

# target to build an object file
test/testwin.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testwin.dir/build.make CMakeFiles/testwin.dir/test/testwin.c.o
.PHONY : test/testwin.c.o

test/testwin.i: test/testwin.c.i
.PHONY : test/testwin.i

# target to preprocess a source file
test/testwin.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testwin.dir/build.make CMakeFiles/testwin.dir/test/testwin.c.i
.PHONY : test/testwin.c.i

test/testwin.s: test/testwin.c.s
.PHONY : test/testwin.s

# target to generate assembly for a file
test/testwin.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testwin.dir/build.make CMakeFiles/testwin.dir/test/testwin.c.s
.PHONY : test/testwin.c.s

test/testwm.o: test/testwm.c.o
.PHONY : test/testwm.o

# target to build an object file
test/testwm.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testwm.dir/build.make CMakeFiles/testwm.dir/test/testwm.c.o
.PHONY : test/testwm.c.o

test/testwm.i: test/testwm.c.i
.PHONY : test/testwm.i

# target to preprocess a source file
test/testwm.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testwm.dir/build.make CMakeFiles/testwm.dir/test/testwm.c.i
.PHONY : test/testwm.c.i

test/testwm.s: test/testwm.c.s
.PHONY : test/testwm.s

# target to generate assembly for a file
test/testwm.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/testwm.dir/build.make CMakeFiles/testwm.dir/test/testwm.c.s
.PHONY : test/testwm.c.s

test/threadwin.o: test/threadwin.c.o
.PHONY : test/threadwin.o

# target to build an object file
test/threadwin.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/threadwin.dir/build.make CMakeFiles/threadwin.dir/test/threadwin.c.o
.PHONY : test/threadwin.c.o

test/threadwin.i: test/threadwin.c.i
.PHONY : test/threadwin.i

# target to preprocess a source file
test/threadwin.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/threadwin.dir/build.make CMakeFiles/threadwin.dir/test/threadwin.c.i
.PHONY : test/threadwin.c.i

test/threadwin.s: test/threadwin.c.s
.PHONY : test/threadwin.s

# target to generate assembly for a file
test/threadwin.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/threadwin.dir/build.make CMakeFiles/threadwin.dir/test/threadwin.c.s
.PHONY : test/threadwin.c.s

test/torturethread.o: test/torturethread.c.o
.PHONY : test/torturethread.o

# target to build an object file
test/torturethread.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/torturethread.dir/build.make CMakeFiles/torturethread.dir/test/torturethread.c.o
.PHONY : test/torturethread.c.o

test/torturethread.i: test/torturethread.c.i
.PHONY : test/torturethread.i

# target to preprocess a source file
test/torturethread.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/torturethread.dir/build.make CMakeFiles/torturethread.dir/test/torturethread.c.i
.PHONY : test/torturethread.c.i

test/torturethread.s: test/torturethread.c.s
.PHONY : test/torturethread.s

# target to generate assembly for a file
test/torturethread.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/torturethread.dir/build.make CMakeFiles/torturethread.dir/test/torturethread.c.s
.PHONY : test/torturethread.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 "... rebuild_cache"
	@echo "... SDL"
	@echo "... SDLmain"
	@echo "... checkkeys"
	@echo "... graywin"
	@echo "... loopwave"
	@echo "... testalpha"
	@echo "... testbitmap"
	@echo "... testblitspeed"
	@echo "... testcdrom"
	@echo "... testcursor"
	@echo "... testdyngl"
	@echo "... testerror"
	@echo "... testfile"
	@echo "... testgamma"
	@echo "... testgl"
	@echo "... testiconv"
	@echo "... testjoystick"
	@echo "... testkeys"
	@echo "... testloadso"
	@echo "... testlock"
	@echo "... testoverlay"
	@echo "... testoverlay2"
	@echo "... testpalette"
	@echo "... testplatform"
	@echo "... testsem"
	@echo "... testsprite"
	@echo "... testthread"
	@echo "... testtimer"
	@echo "... testver"
	@echo "... testvidinfo"
	@echo "... testwin"
	@echo "... testwm"
	@echo "... threadwin"
	@echo "... torturethread"
	@echo "... src/SDL12_compat.o"
	@echo "... src/SDL12_compat.i"
	@echo "... src/SDL12_compat.s"
	@echo "... src/SDL12_compat_objc.o"
	@echo "... src/SDL12_compat_objc.i"
	@echo "... src/SDL12_compat_objc.s"
	@echo "... src/SDLmain/macosx/SDLMain.o"
	@echo "... src/SDLmain/macosx/SDLMain.i"
	@echo "... src/SDLmain/macosx/SDLMain.s"
	@echo "... test/checkkeys.o"
	@echo "... test/checkkeys.i"
	@echo "... test/checkkeys.s"
	@echo "... test/graywin.o"
	@echo "... test/graywin.i"
	@echo "... test/graywin.s"
	@echo "... test/loopwave.o"
	@echo "... test/loopwave.i"
	@echo "... test/loopwave.s"
	@echo "... test/testalpha.o"
	@echo "... test/testalpha.i"
	@echo "... test/testalpha.s"
	@echo "... test/testbitmap.o"
	@echo "... test/testbitmap.i"
	@echo "... test/testbitmap.s"
	@echo "... test/testblitspeed.o"
	@echo "... test/testblitspeed.i"
	@echo "... test/testblitspeed.s"
	@echo "... test/testcdrom.o"
	@echo "... test/testcdrom.i"
	@echo "... test/testcdrom.s"
	@echo "... test/testcursor.o"
	@echo "... test/testcursor.i"
	@echo "... test/testcursor.s"
	@echo "... test/testdyngl.o"
	@echo "... test/testdyngl.i"
	@echo "... test/testdyngl.s"
	@echo "... test/testerror.o"
	@echo "... test/testerror.i"
	@echo "... test/testerror.s"
	@echo "... test/testfile.o"
	@echo "... test/testfile.i"
	@echo "... test/testfile.s"
	@echo "... test/testgamma.o"
	@echo "... test/testgamma.i"
	@echo "... test/testgamma.s"
	@echo "... test/testgl.o"
	@echo "... test/testgl.i"
	@echo "... test/testgl.s"
	@echo "... test/testiconv.o"
	@echo "... test/testiconv.i"
	@echo "... test/testiconv.s"
	@echo "... test/testjoystick.o"
	@echo "... test/testjoystick.i"
	@echo "... test/testjoystick.s"
	@echo "... test/testkeys.o"
	@echo "... test/testkeys.i"
	@echo "... test/testkeys.s"
	@echo "... test/testloadso.o"
	@echo "... test/testloadso.i"
	@echo "... test/testloadso.s"
	@echo "... test/testlock.o"
	@echo "... test/testlock.i"
	@echo "... test/testlock.s"
	@echo "... test/testoverlay.o"
	@echo "... test/testoverlay.i"
	@echo "... test/testoverlay.s"
	@echo "... test/testoverlay2.o"
	@echo "... test/testoverlay2.i"
	@echo "... test/testoverlay2.s"
	@echo "... test/testpalette.o"
	@echo "... test/testpalette.i"
	@echo "... test/testpalette.s"
	@echo "... test/testplatform.o"
	@echo "... test/testplatform.i"
	@echo "... test/testplatform.s"
	@echo "... test/testsem.o"
	@echo "... test/testsem.i"
	@echo "... test/testsem.s"
	@echo "... test/testsprite.o"
	@echo "... test/testsprite.i"
	@echo "... test/testsprite.s"
	@echo "... test/testthread.o"
	@echo "... test/testthread.i"
	@echo "... test/testthread.s"
	@echo "... test/testtimer.o"
	@echo "... test/testtimer.i"
	@echo "... test/testtimer.s"
	@echo "... test/testver.o"
	@echo "... test/testver.i"
	@echo "... test/testver.s"
	@echo "... test/testvidinfo.o"
	@echo "... test/testvidinfo.i"
	@echo "... test/testvidinfo.s"
	@echo "... test/testwin.o"
	@echo "... test/testwin.i"
	@echo "... test/testwin.s"
	@echo "... test/testwm.o"
	@echo "... test/testwm.i"
	@echo "... test/testwm.s"
	@echo "... test/threadwin.o"
	@echo "... test/threadwin.i"
	@echo "... test/threadwin.s"
	@echo "... test/torturethread.o"
	@echo "... test/torturethread.i"
	@echo "... test/torturethread.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

