diff options
Diffstat (limited to 'build/CMakeFiles/pong.dir')
| -rw-r--r-- | build/CMakeFiles/pong.dir/DependInfo.cmake | 25 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/build.make | 143 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/cmake_clean.cmake | 15 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/compiler_depend.internal | 606 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/compiler_depend.make | 1013 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/compiler_depend.ts | 2 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/depend.make | 2 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/flags.make | 12 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/link.txt | 1 | ||||
| -rw-r--r-- | build/CMakeFiles/pong.dir/progress.make | 5 |
10 files changed, 1824 insertions, 0 deletions
diff --git a/build/CMakeFiles/pong.dir/DependInfo.cmake b/build/CMakeFiles/pong.dir/DependInfo.cmake new file mode 100644 index 0000000..cceeba9 --- /dev/null +++ b/build/CMakeFiles/pong.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/Users/jmm/Documents/Projects/git/pong/main.c" "CMakeFiles/pong.dir/main.c.o" "gcc" "CMakeFiles/pong.dir/main.c.o.d" + "/Users/jmm/Documents/Projects/git/pong/pong.c" "CMakeFiles/pong.dir/pong.c.o" "gcc" "CMakeFiles/pong.dir/pong.c.o.d" + "/Users/jmm/Documents/Projects/git/pong/screen.c" "CMakeFiles/pong.dir/screen.c.o" "gcc" "CMakeFiles/pong.dir/screen.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/pong.dir/build.make b/build/CMakeFiles/pong.dir/build.make new file mode 100644 index 0000000..e049908 --- /dev/null +++ b/build/CMakeFiles/pong.dir/build.make @@ -0,0 +1,143 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.30 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# 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.30.0/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/Cellar/cmake/3.30.0/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jmm/Documents/Projects/git/pong + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jmm/Documents/Projects/git/pong/build + +# Include any dependencies generated for this target. +include CMakeFiles/pong.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/pong.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/pong.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/pong.dir/flags.make + +CMakeFiles/pong.dir/main.c.o: CMakeFiles/pong.dir/flags.make +CMakeFiles/pong.dir/main.c.o: /Users/jmm/Documents/Projects/git/pong/main.c +CMakeFiles/pong.dir/main.c.o: CMakeFiles/pong.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jmm/Documents/Projects/git/pong/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/pong.dir/main.c.o" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/pong.dir/main.c.o -MF CMakeFiles/pong.dir/main.c.o.d -o CMakeFiles/pong.dir/main.c.o -c /Users/jmm/Documents/Projects/git/pong/main.c + +CMakeFiles/pong.dir/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/pong.dir/main.c.i" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jmm/Documents/Projects/git/pong/main.c > CMakeFiles/pong.dir/main.c.i + +CMakeFiles/pong.dir/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/pong.dir/main.c.s" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jmm/Documents/Projects/git/pong/main.c -o CMakeFiles/pong.dir/main.c.s + +CMakeFiles/pong.dir/pong.c.o: CMakeFiles/pong.dir/flags.make +CMakeFiles/pong.dir/pong.c.o: /Users/jmm/Documents/Projects/git/pong/pong.c +CMakeFiles/pong.dir/pong.c.o: CMakeFiles/pong.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jmm/Documents/Projects/git/pong/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/pong.dir/pong.c.o" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/pong.dir/pong.c.o -MF CMakeFiles/pong.dir/pong.c.o.d -o CMakeFiles/pong.dir/pong.c.o -c /Users/jmm/Documents/Projects/git/pong/pong.c + +CMakeFiles/pong.dir/pong.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/pong.dir/pong.c.i" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jmm/Documents/Projects/git/pong/pong.c > CMakeFiles/pong.dir/pong.c.i + +CMakeFiles/pong.dir/pong.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/pong.dir/pong.c.s" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jmm/Documents/Projects/git/pong/pong.c -o CMakeFiles/pong.dir/pong.c.s + +CMakeFiles/pong.dir/screen.c.o: CMakeFiles/pong.dir/flags.make +CMakeFiles/pong.dir/screen.c.o: /Users/jmm/Documents/Projects/git/pong/screen.c +CMakeFiles/pong.dir/screen.c.o: CMakeFiles/pong.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jmm/Documents/Projects/git/pong/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/pong.dir/screen.c.o" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/pong.dir/screen.c.o -MF CMakeFiles/pong.dir/screen.c.o.d -o CMakeFiles/pong.dir/screen.c.o -c /Users/jmm/Documents/Projects/git/pong/screen.c + +CMakeFiles/pong.dir/screen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/pong.dir/screen.c.i" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jmm/Documents/Projects/git/pong/screen.c > CMakeFiles/pong.dir/screen.c.i + +CMakeFiles/pong.dir/screen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/pong.dir/screen.c.s" + /Library/Developer/CommandLineTools/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jmm/Documents/Projects/git/pong/screen.c -o CMakeFiles/pong.dir/screen.c.s + +# Object files for target pong +pong_OBJECTS = \ +"CMakeFiles/pong.dir/main.c.o" \ +"CMakeFiles/pong.dir/pong.c.o" \ +"CMakeFiles/pong.dir/screen.c.o" + +# External object files for target pong +pong_EXTERNAL_OBJECTS = + +pong: CMakeFiles/pong.dir/main.c.o +pong: CMakeFiles/pong.dir/pong.c.o +pong: CMakeFiles/pong.dir/screen.c.o +pong: CMakeFiles/pong.dir/build.make +pong: /opt/homebrew/Cellar/sdl2/2.30.4/lib/libSDL2.dylib +pong: CMakeFiles/pong.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jmm/Documents/Projects/git/pong/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable pong" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pong.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/pong.dir/build: pong +.PHONY : CMakeFiles/pong.dir/build + +CMakeFiles/pong.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/pong.dir/cmake_clean.cmake +.PHONY : CMakeFiles/pong.dir/clean + +CMakeFiles/pong.dir/depend: + cd /Users/jmm/Documents/Projects/git/pong/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jmm/Documents/Projects/git/pong /Users/jmm/Documents/Projects/git/pong /Users/jmm/Documents/Projects/git/pong/build /Users/jmm/Documents/Projects/git/pong/build /Users/jmm/Documents/Projects/git/pong/build/CMakeFiles/pong.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/pong.dir/depend + diff --git a/build/CMakeFiles/pong.dir/cmake_clean.cmake b/build/CMakeFiles/pong.dir/cmake_clean.cmake new file mode 100644 index 0000000..1b7d823 --- /dev/null +++ b/build/CMakeFiles/pong.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "CMakeFiles/pong.dir/main.c.o" + "CMakeFiles/pong.dir/main.c.o.d" + "CMakeFiles/pong.dir/pong.c.o" + "CMakeFiles/pong.dir/pong.c.o.d" + "CMakeFiles/pong.dir/screen.c.o" + "CMakeFiles/pong.dir/screen.c.o.d" + "pong" + "pong.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/pong.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/pong.dir/compiler_depend.internal b/build/CMakeFiles/pong.dir/compiler_depend.internal new file mode 100644 index 0000000..2637faa --- /dev/null +++ b/build/CMakeFiles/pong.dir/compiler_depend.internal @@ -0,0 +1,606 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.30 + +CMakeFiles/pong.dir/main.c.o + /Users/jmm/Documents/Projects/git/pong/main.c + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/pthread_impl.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/qos.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/sched.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mach_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/qos.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h + /Users/jmm/Documents/Projects/git/pong/pong.h + /Users/jmm/Documents/Projects/git/pong/screen.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h + +CMakeFiles/pong.dir/pong.c.o + /Users/jmm/Documents/Projects/git/pong/pong.c + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h + /Users/jmm/Documents/Projects/git/pong/pong.h + /Users/jmm/Documents/Projects/git/pong/screen.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h + +CMakeFiles/pong.dir/screen.c.o + /Users/jmm/Documents/Projects/git/pong/screen.c + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h + /Users/jmm/Documents/Projects/git/pong/pong.h + /Users/jmm/Documents/Projects/git/pong/screen.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h + diff --git a/build/CMakeFiles/pong.dir/compiler_depend.make b/build/CMakeFiles/pong.dir/compiler_depend.make new file mode 100644 index 0000000..2d624d6 --- /dev/null +++ b/build/CMakeFiles/pong.dir/compiler_depend.make @@ -0,0 +1,1013 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.30 + +CMakeFiles/pong.dir/main.c.o: /Users/jmm/Documents/Projects/git/pong/main.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/pthread_impl.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/qos.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/sched.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mach_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/qos.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h \ + /Users/jmm/Documents/Projects/git/pong/pong.h \ + /Users/jmm/Documents/Projects/git/pong/screen.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h + +CMakeFiles/pong.dir/pong.c.o: /Users/jmm/Documents/Projects/git/pong/pong.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h \ + /Users/jmm/Documents/Projects/git/pong/pong.h \ + /Users/jmm/Documents/Projects/git/pong/screen.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h + +CMakeFiles/pong.dir/screen.c.o: /Users/jmm/Documents/Projects/git/pong/screen.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h \ + /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h \ + /Users/jmm/Documents/Projects/git/pong/pong.h \ + /Users/jmm/Documents/Projects/git/pong/screen.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h \ + /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h + + +/Users/jmm/Documents/Projects/git/pong/screen.c: + +/Users/jmm/Documents/Projects/git/pong/pong.c: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/begin_code.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_video.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_version.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_touch.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_timer.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_off_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_thread.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_system.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_stdinc.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_shape.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_surface.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_sensor.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rwops.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_rect.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_stdio.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_power.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mutex.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_main.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_log.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_locale.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keyboard.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_joystick.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gesture.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hints.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_hidapi.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_messagebox.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_haptic.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int32_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_guid.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_events.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_cpuinfo.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_clipboard.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_scancode.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_mcontext.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_assert.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdint.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdarg.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/ctype.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/float.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/wchar.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/wait.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_error.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/qos.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wint_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_uid_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_quit.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mach_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int16_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_metal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_mbstate_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_key_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/close_code.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_render.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_bf16.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityMacros.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_filesystem.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/AvailabilityInternalLegacy.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_gamecontroller.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Users/jmm/Documents/Projects/git/pong/screen.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Users/jmm/Documents/Projects/git/pong/pong.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/float.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/__stddef_max_align_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_pixels.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdint.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_loadso.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int64_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_atomic.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_copy.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_mouse.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/runetype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/sched.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/qos.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/__wctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/pthread/pthread_impl.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_wctype.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_platform.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/arch.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/stdio.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_config.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_wctype_t.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_audio.h: + +/Users/jmm/Documents/Projects/git/pong/main.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/_ctype.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_misc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_timespec.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_blendmode.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/arm/signal.h: + +/opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2/SDL_keycode.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/libkern/arm/OSByteOrder.h: diff --git a/build/CMakeFiles/pong.dir/compiler_depend.ts b/build/CMakeFiles/pong.dir/compiler_depend.ts new file mode 100644 index 0000000..ffa4eb0 --- /dev/null +++ b/build/CMakeFiles/pong.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for pong. diff --git a/build/CMakeFiles/pong.dir/depend.make b/build/CMakeFiles/pong.dir/depend.make new file mode 100644 index 0000000..e0eaf2f --- /dev/null +++ b/build/CMakeFiles/pong.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for pong. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/pong.dir/flags.make b/build/CMakeFiles/pong.dir/flags.make new file mode 100644 index 0000000..2c057b5 --- /dev/null +++ b/build/CMakeFiles/pong.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.30 + +# compile C with /Library/Developer/CommandLineTools/usr/bin/cc +C_DEFINES = + +C_INCLUDES = -I/opt/homebrew/Cellar/sdl2/2.30.4/include -isystem /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2 + +C_FLAGSarm64 = -g -Wall -Werror -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk + +C_FLAGS = -g -Wall -Werror -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk + diff --git a/build/CMakeFiles/pong.dir/link.txt b/build/CMakeFiles/pong.dir/link.txt new file mode 100644 index 0000000..7a33dd1 --- /dev/null +++ b/build/CMakeFiles/pong.dir/link.txt @@ -0,0 +1 @@ +/Library/Developer/CommandLineTools/usr/bin/cc -g -Wall -Werror -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/pong.dir/main.c.o CMakeFiles/pong.dir/pong.c.o CMakeFiles/pong.dir/screen.c.o -o pong -L/opt/homebrew/Cellar/sdl2/2.30.4/lib -Wl,-rpath,/opt/homebrew/Cellar/sdl2/2.30.4/lib /opt/homebrew/Cellar/sdl2/2.30.4/lib/libSDL2.dylib diff --git a/build/CMakeFiles/pong.dir/progress.make b/build/CMakeFiles/pong.dir/progress.make new file mode 100644 index 0000000..a69a57e --- /dev/null +++ b/build/CMakeFiles/pong.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 + |
