Initial Commit

This commit is contained in:
maple
2025-11-03 02:11:38 +00:00
commit e6c3ec5406
1235 changed files with 593872 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/maple/Documents/WebTest")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/maple/Documents/WebTest/build-web")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@@ -0,0 +1 @@
8

View File

@@ -0,0 +1,22 @@
# 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
)
# 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 "")

View File

@@ -0,0 +1,90 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# 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 = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/maple/Documents/WebTest
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/maple/Documents/WebTest/build-web
# Utility rule file for uninstall.
# Include any custom commands dependencies for this target.
include _deps/raylib-build/CMakeFiles/uninstall.dir/compiler_depend.make
# Include the progress variables for this target.
include _deps/raylib-build/CMakeFiles/uninstall.dir/progress.make
_deps/raylib-build/CMakeFiles/uninstall:
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build && /usr/bin/cmake -P /home/maple/Documents/WebTest/build-web/_deps/raylib-build/cmake_uninstall.cmake
_deps/raylib-build/CMakeFiles/uninstall.dir/codegen:
.PHONY : _deps/raylib-build/CMakeFiles/uninstall.dir/codegen
uninstall: _deps/raylib-build/CMakeFiles/uninstall
uninstall: _deps/raylib-build/CMakeFiles/uninstall.dir/build.make
.PHONY : uninstall
# Rule to build all files generated by this target.
_deps/raylib-build/CMakeFiles/uninstall.dir/build: uninstall
.PHONY : _deps/raylib-build/CMakeFiles/uninstall.dir/build
_deps/raylib-build/CMakeFiles/uninstall.dir/clean:
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build && $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake
.PHONY : _deps/raylib-build/CMakeFiles/uninstall.dir/clean
_deps/raylib-build/CMakeFiles/uninstall.dir/depend:
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maple/Documents/WebTest /home/maple/Documents/WebTest/build-web/_deps/raylib-src /home/maple/Documents/WebTest/build-web /home/maple/Documents/WebTest/build-web/_deps/raylib-build /home/maple/Documents/WebTest/build-web/_deps/raylib-build/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : _deps/raylib-build/CMakeFiles/uninstall.dir/depend

View File

@@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/uninstall"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for uninstall.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for uninstall.

View File

@@ -0,0 +1,7 @@
# CMake generated Testfile for
# Source directory: /home/maple/Documents/WebTest/build-web/_deps/raylib-src
# Build directory: /home/maple/Documents/WebTest/build-web/_deps/raylib-build
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("raylib")

View File

@@ -0,0 +1,226 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/maple/Documents/WebTest
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/maple/Documents/WebTest/build-web
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
cd /home/maple/Documents/WebTest/build-web && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
cd /home/maple/Documents/WebTest/build-web && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/maple/Documents/WebTest/build-web/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -E cmake_progress_start /home/maple/Documents/WebTest/build-web/CMakeFiles /home/maple/Documents/WebTest/build-web/_deps/raylib-build//CMakeFiles/progress.marks
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/maple/Documents/WebTest/build-web/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
_deps/raylib-build/CMakeFiles/uninstall.dir/rule:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/CMakeFiles/uninstall.dir/rule
.PHONY : _deps/raylib-build/CMakeFiles/uninstall.dir/rule
# Convenience name for target.
uninstall: _deps/raylib-build/CMakeFiles/uninstall.dir/rule
.PHONY : uninstall
# fast build rule for target.
uninstall/fast:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/CMakeFiles/uninstall.dir/build.make _deps/raylib-build/CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... uninstall"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,51 @@
# Install script for directory: /home/maple/Documents/WebTest/build-web/_deps/raylib-src
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/maple/.cache/emscripten/sysroot")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/llvm-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/maple/Documents/WebTest/build-web/_deps/raylib-build/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -0,0 +1,21 @@
if(NOT EXISTS "/home/maple/Documents/WebTest/build-web/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: /home/maple/Documents/WebTest/build-web/install_manifest.txt")
endif()
file(READ "/home/maple/Documents/WebTest/build-web/install_manifest.txt" files)
string(REGEX REPLACE "\n" ";" files "${files}")
foreach(file ${files})
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")
if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
exec_program(
"/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\""
OUTPUT_VARIABLE rm_out
RETURN_VALUE rm_retval
)
if(NOT "${rm_retval}" STREQUAL 0)
message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
endif()
else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
endif()
endforeach()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/maple/Documents/WebTest")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/maple/Documents/WebTest/build-web")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@@ -0,0 +1 @@
8

View File

@@ -0,0 +1,29 @@
# 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
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raudio.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o.d"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcore.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o.d"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rmodels.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o.d"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rshapes.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o.d"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtext.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o.d"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtextures.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o.d"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.c" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o" "gcc" "_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.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 "")

View File

@@ -0,0 +1,217 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# 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 = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/maple/Documents/WebTest
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/maple/Documents/WebTest/build-web
# Include any dependencies generated for this target.
include _deps/raylib-build/raylib/CMakeFiles/raylib.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.make
# Include the progress variables for this target.
include _deps/raylib-build/raylib/CMakeFiles/raylib.dir/progress.make
# Include the compile flags for this target's objects.
include _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/codegen:
.PHONY : _deps/raylib-build/raylib/CMakeFiles/raylib.dir/codegen
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o: _deps/raylib-src/src/raudio.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o -MF CMakeFiles/raylib.dir/raudio.c.o.d -o CMakeFiles/raylib.dir/raudio.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raudio.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/raudio.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raudio.c > CMakeFiles/raylib.dir/raudio.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/raudio.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raudio.c -o CMakeFiles/raylib.dir/raudio.c.s
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o: _deps/raylib-src/src/rcore.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o -MF CMakeFiles/raylib.dir/rcore.c.o.d -o CMakeFiles/raylib.dir/rcore.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcore.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/rcore.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcore.c > CMakeFiles/raylib.dir/rcore.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/rcore.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcore.c -o CMakeFiles/raylib.dir/rcore.c.s
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o: _deps/raylib-src/src/rmodels.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o -MF CMakeFiles/raylib.dir/rmodels.c.o.d -o CMakeFiles/raylib.dir/rmodels.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rmodels.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/rmodels.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rmodels.c > CMakeFiles/raylib.dir/rmodels.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/rmodels.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rmodels.c -o CMakeFiles/raylib.dir/rmodels.c.s
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o: _deps/raylib-src/src/rshapes.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o -MF CMakeFiles/raylib.dir/rshapes.c.o.d -o CMakeFiles/raylib.dir/rshapes.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rshapes.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/rshapes.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rshapes.c > CMakeFiles/raylib.dir/rshapes.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/rshapes.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rshapes.c -o CMakeFiles/raylib.dir/rshapes.c.s
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o: _deps/raylib-src/src/rtext.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o -MF CMakeFiles/raylib.dir/rtext.c.o.d -o CMakeFiles/raylib.dir/rtext.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtext.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/rtext.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtext.c > CMakeFiles/raylib.dir/rtext.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/rtext.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtext.c -o CMakeFiles/raylib.dir/rtext.c.s
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o: _deps/raylib-src/src/rtextures.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o -MF CMakeFiles/raylib.dir/rtextures.c.o.d -o CMakeFiles/raylib.dir/rtextures.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtextures.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/rtextures.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtextures.c > CMakeFiles/raylib.dir/rtextures.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/rtextures.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtextures.c -o CMakeFiles/raylib.dir/rtextures.c.s
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/flags.make
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/includes_C.rsp
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o: _deps/raylib-src/src/utils.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object _deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o -MF CMakeFiles/raylib.dir/utils.c.o.d -o CMakeFiles/raylib.dir/utils.c.o -c /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.c
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/raylib.dir/utils.c.i"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.c > CMakeFiles/raylib.dir/utils.c.i
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/raylib.dir/utils.c.s"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && /usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.c -o CMakeFiles/raylib.dir/utils.c.s
# Object files for target raylib
raylib_OBJECTS = \
"CMakeFiles/raylib.dir/raudio.c.o" \
"CMakeFiles/raylib.dir/rcore.c.o" \
"CMakeFiles/raylib.dir/rmodels.c.o" \
"CMakeFiles/raylib.dir/rshapes.c.o" \
"CMakeFiles/raylib.dir/rtext.c.o" \
"CMakeFiles/raylib.dir/rtextures.c.o" \
"CMakeFiles/raylib.dir/utils.c.o"
# External object files for target raylib
raylib_EXTERNAL_OBJECTS =
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make
_deps/raylib-build/raylib/libraylib.a: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/maple/Documents/WebTest/build-web/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking C static library libraylib.a"
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && $(CMAKE_COMMAND) -P CMakeFiles/raylib.dir/cmake_clean_target.cmake
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/raylib.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/build: _deps/raylib-build/raylib/libraylib.a
.PHONY : _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/clean:
cd /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib && $(CMAKE_COMMAND) -P CMakeFiles/raylib.dir/cmake_clean.cmake
.PHONY : _deps/raylib-build/raylib/CMakeFiles/raylib.dir/clean
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/depend:
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maple/Documents/WebTest /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src /home/maple/Documents/WebTest/build-web /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib/CMakeFiles/raylib.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : _deps/raylib-build/raylib/CMakeFiles/raylib.dir/depend

View File

@@ -0,0 +1,23 @@
file(REMOVE_RECURSE
"CMakeFiles/raylib.dir/raudio.c.o"
"CMakeFiles/raylib.dir/raudio.c.o.d"
"CMakeFiles/raylib.dir/rcore.c.o"
"CMakeFiles/raylib.dir/rcore.c.o.d"
"CMakeFiles/raylib.dir/rmodels.c.o"
"CMakeFiles/raylib.dir/rmodels.c.o.d"
"CMakeFiles/raylib.dir/rshapes.c.o"
"CMakeFiles/raylib.dir/rshapes.c.o.d"
"CMakeFiles/raylib.dir/rtext.c.o"
"CMakeFiles/raylib.dir/rtext.c.o.d"
"CMakeFiles/raylib.dir/rtextures.c.o"
"CMakeFiles/raylib.dir/rtextures.c.o.d"
"CMakeFiles/raylib.dir/utils.c.o"
"CMakeFiles/raylib.dir/utils.c.o.d"
"libraylib.a"
"libraylib.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/raylib.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libraylib.a"
)

View File

@@ -0,0 +1,384 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raudio.c
/home/maple/.cache/emscripten/sysroot/include/alloca.h
/home/maple/.cache/emscripten/sysroot/include/assert.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h
/home/maple/.cache/emscripten/sysroot/include/compat/math.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/compat/string.h
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h
/home/maple/.cache/emscripten/sysroot/include/compat/time.h
/home/maple/.cache/emscripten/sysroot/include/dlfcn.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/webaudio.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h
/home/maple/.cache/emscripten/sysroot/include/endian.h
/home/maple/.cache/emscripten/sysroot/include/errno.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/limits.h
/home/maple/.cache/emscripten/sysroot/include/math.h
/home/maple/.cache/emscripten/sysroot/include/memory.h
/home/maple/.cache/emscripten/sysroot/include/pthread.h
/home/maple/.cache/emscripten/sysroot/include/sched.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stddef.h
/home/maple/.cache/emscripten/sysroot/include/stdint.h
/home/maple/.cache/emscripten/sysroot/include/stdio.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/string.h
/home/maple/.cache/emscripten/sysroot/include/strings.h
/home/maple/.cache/emscripten/sysroot/include/sys/select.h
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h
/home/maple/.cache/emscripten/sysroot/include/sys/time.h
/home/maple/.cache/emscripten/sysroot/include/sys/types.h
/home/maple/.cache/emscripten/sysroot/include/time.h
/home/maple/.cache/emscripten/sysroot/include/unistd.h
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h
/home/maple/.cache/emscripten/sysroot/include/wchar.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/dr_mp3.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/dr_wav.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/jar_mod.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/jar_xm.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/miniaudio.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/qoa.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/qoaplay.c
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_vorbis.c
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h
/opt/emscripten-llvm/lib/clang/22/include/limits.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
/opt/emscripten-llvm/lib/clang/22/include/stddef.h
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcore.c
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2.h
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2ext.h
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2platform.h
/home/maple/.cache/emscripten/sysroot/include/GLFW/glfw3.h
/home/maple/.cache/emscripten/sysroot/include/KHR/khrplatform.h
/home/maple/.cache/emscripten/sysroot/include/assert.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/bits/dirent.h
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h
/home/maple/.cache/emscripten/sysroot/include/compat/math.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/compat/string.h
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h
/home/maple/.cache/emscripten/sysroot/include/compat/time.h
/home/maple/.cache/emscripten/sysroot/include/dirent.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/limits.h
/home/maple/.cache/emscripten/sysroot/include/math.h
/home/maple/.cache/emscripten/sysroot/include/pthread.h
/home/maple/.cache/emscripten/sysroot/include/sched.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stddef.h
/home/maple/.cache/emscripten/sysroot/include/stdint.h
/home/maple/.cache/emscripten/sysroot/include/stdio.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/string.h
/home/maple/.cache/emscripten/sysroot/include/sys/select.h
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h
/home/maple/.cache/emscripten/sysroot/include/sys/time.h
/home/maple/.cache/emscripten/sysroot/include/time.h
/home/maple/.cache/emscripten/sysroot/include/unistd.h
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/msf_gif.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/rprand.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/sdefl.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/sinfl.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/platforms/rcore_web.c
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raymath.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcamera.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rgestures.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h
/opt/emscripten-llvm/lib/clang/22/include/limits.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
/opt/emscripten-llvm/lib/clang/22/include/stddef.h
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rmodels.c
/home/maple/.cache/emscripten/sysroot/include/alloca.h
/home/maple/.cache/emscripten/sysroot/include/assert.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h
/home/maple/.cache/emscripten/sysroot/include/compat/math.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/compat/string.h
/home/maple/.cache/emscripten/sysroot/include/errno.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/float.h
/home/maple/.cache/emscripten/sysroot/include/limits.h
/home/maple/.cache/emscripten/sysroot/include/math.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stddef.h
/home/maple/.cache/emscripten/sysroot/include/stdint.h
/home/maple/.cache/emscripten/sysroot/include/stdio.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/string.h
/home/maple/.cache/emscripten/sysroot/include/strings.h
/home/maple/.cache/emscripten/sysroot/include/unistd.h
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/cgltf.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/m3d.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/par_shapes.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/tinyobj_loader_c.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/vox_loader.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raymath.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h
/opt/emscripten-llvm/lib/clang/22/include/float.h
/opt/emscripten-llvm/lib/clang/22/include/limits.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
/opt/emscripten-llvm/lib/clang/22/include/stddef.h
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rshapes.c
/home/maple/.cache/emscripten/sysroot/include/alloca.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/compat/math.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/float.h
/home/maple/.cache/emscripten/sysroot/include/math.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/float.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtext.c
/home/maple/.cache/emscripten/sysroot/include/alloca.h
/home/maple/.cache/emscripten/sysroot/include/assert.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h
/home/maple/.cache/emscripten/sysroot/include/compat/math.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/compat/string.h
/home/maple/.cache/emscripten/sysroot/include/ctype.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/math.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stddef.h
/home/maple/.cache/emscripten/sysroot/include/stdint.h
/home/maple/.cache/emscripten/sysroot/include/stdio.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/string.h
/home/maple/.cache/emscripten/sysroot/include/strings.h
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_rect_pack.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_truetype.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
/opt/emscripten-llvm/lib/clang/22/include/stddef.h
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtextures.c
/home/maple/.cache/emscripten/sysroot/include/alloca.h
/home/maple/.cache/emscripten/sysroot/include/assert.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h
/home/maple/.cache/emscripten/sysroot/include/compat/math.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/compat/string.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/limits.h
/home/maple/.cache/emscripten/sysroot/include/math.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stddef.h
/home/maple/.cache/emscripten/sysroot/include/stdint.h
/home/maple/.cache/emscripten/sysroot/include/stdio.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/string.h
/home/maple/.cache/emscripten/sysroot/include/strings.h
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/qoi.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/rl_gputex.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_image.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_image_resize2.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_image_write.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_perlin.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h
/opt/emscripten-llvm/lib/clang/22/include/limits.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
/opt/emscripten-llvm/lib/clang/22/include/stddef.h
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.c
/home/maple/.cache/emscripten/sysroot/include/alloca.h
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/compat/string.h
/home/maple/.cache/emscripten/sysroot/include/features.h
/home/maple/.cache/emscripten/sysroot/include/stdarg.h
/home/maple/.cache/emscripten/sysroot/include/stdbool.h
/home/maple/.cache/emscripten/sysroot/include/stddef.h
/home/maple/.cache/emscripten/sysroot/include/stdint.h
/home/maple/.cache/emscripten/sysroot/include/stdio.h
/home/maple/.cache/emscripten/sysroot/include/stdlib.h
/home/maple/.cache/emscripten/sysroot/include/string.h
/home/maple/.cache/emscripten/sysroot/include/strings.h
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
/opt/emscripten-llvm/lib/clang/22/include/stddef.h
/opt/emscripten-llvm/lib/clang/22/include/stdint.h

View File

@@ -0,0 +1,615 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o: _deps/raylib-src/src/raudio.c \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/compat/time.h \
/home/maple/.cache/emscripten/sysroot/include/dlfcn.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/webaudio.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h \
/home/maple/.cache/emscripten/sysroot/include/endian.h \
/home/maple/.cache/emscripten/sysroot/include/errno.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/memory.h \
/home/maple/.cache/emscripten/sysroot/include/pthread.h \
/home/maple/.cache/emscripten/sysroot/include/sched.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/sys/select.h \
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/sys/time.h \
/home/maple/.cache/emscripten/sysroot/include/sys/types.h \
/home/maple/.cache/emscripten/sysroot/include/time.h \
/home/maple/.cache/emscripten/sysroot/include/unistd.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/home/maple/.cache/emscripten/sysroot/include/wchar.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/external/dr_mp3.h \
_deps/raylib-src/src/external/dr_wav.h \
_deps/raylib-src/src/external/jar_mod.h \
_deps/raylib-src/src/external/jar_xm.h \
_deps/raylib-src/src/external/miniaudio.h \
_deps/raylib-src/src/external/qoa.h \
_deps/raylib-src/src/external/qoaplay.c \
_deps/raylib-src/src/external/stb_vorbis.c \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/utils.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o: _deps/raylib-src/src/rcore.c \
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2.h \
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2ext.h \
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2platform.h \
/home/maple/.cache/emscripten/sysroot/include/GLFW/glfw3.h \
/home/maple/.cache/emscripten/sysroot/include/KHR/khrplatform.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/bits/dirent.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/compat/time.h \
/home/maple/.cache/emscripten/sysroot/include/dirent.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/pthread.h \
/home/maple/.cache/emscripten/sysroot/include/sched.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/sys/select.h \
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/sys/time.h \
/home/maple/.cache/emscripten/sysroot/include/time.h \
/home/maple/.cache/emscripten/sysroot/include/unistd.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/external/msf_gif.h \
_deps/raylib-src/src/external/rprand.h \
_deps/raylib-src/src/external/sdefl.h \
_deps/raylib-src/src/external/sinfl.h \
_deps/raylib-src/src/platforms/rcore_web.c \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/raymath.h \
_deps/raylib-src/src/rcamera.h \
_deps/raylib-src/src/rgestures.h \
_deps/raylib-src/src/rlgl.h \
_deps/raylib-src/src/utils.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o: _deps/raylib-src/src/rmodels.c \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/errno.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/float.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/unistd.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/external/cgltf.h \
_deps/raylib-src/src/external/m3d.h \
_deps/raylib-src/src/external/par_shapes.h \
_deps/raylib-src/src/external/tinyobj_loader_c.h \
_deps/raylib-src/src/external/vox_loader.h \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/raymath.h \
_deps/raylib-src/src/rlgl.h \
_deps/raylib-src/src/utils.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/float.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o: _deps/raylib-src/src/rshapes.c \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/float.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/rlgl.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/float.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o: _deps/raylib-src/src/rtext.c \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/ctype.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/external/stb_rect_pack.h \
_deps/raylib-src/src/external/stb_truetype.h \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/rlgl.h \
_deps/raylib-src/src/utils.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o: _deps/raylib-src/src/rtextures.c \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/external/qoi.h \
_deps/raylib-src/src/external/rl_gputex.h \
_deps/raylib-src/src/external/stb_image.h \
_deps/raylib-src/src/external/stb_image_resize2.h \
_deps/raylib-src/src/external/stb_image_write.h \
_deps/raylib-src/src/external/stb_perlin.h \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/rlgl.h \
_deps/raylib-src/src/utils.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o: _deps/raylib-src/src/utils.c \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
_deps/raylib-src/src/config.h \
_deps/raylib-src/src/raylib.h \
_deps/raylib-src/src/utils.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h
_deps/raylib-src/src/external/stb_image_resize2.h:
_deps/raylib-src/src/external/rl_gputex.h:
_deps/raylib-src/src/external/stb_truetype.h:
/home/maple/.cache/emscripten/sysroot/include/ctype.h:
_deps/raylib-src/src/utils.c:
_deps/raylib-src/src/rtext.c:
_deps/raylib-src/src/rshapes.c:
_deps/raylib-src/src/external/qoi.h:
_deps/raylib-src/src/external/par_shapes.h:
_deps/raylib-src/src/external/cgltf.h:
_deps/raylib-src/src/rgestures.h:
_deps/raylib-src/src/rcamera.h:
_deps/raylib-src/src/platforms/rcore_web.c:
_deps/raylib-src/src/rtextures.c:
_deps/raylib-src/src/external/sinfl.h:
_deps/raylib-src/src/external/sdefl.h:
_deps/raylib-src/src/external/rprand.h:
_deps/raylib-src/src/external/msf_gif.h:
/home/maple/.cache/emscripten/sysroot/include/KHR/khrplatform.h:
/home/maple/.cache/emscripten/sysroot/include/GLFW/glfw3.h:
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2ext.h:
_deps/raylib-src/src/external/m3d.h:
/opt/emscripten-llvm/lib/clang/22/include/stdint.h:
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h:
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h:
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h:
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h:
_deps/raylib-src/src/rcore.c:
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h:
_deps/raylib-src/src/rlgl.h:
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h:
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h:
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2platform.h:
/opt/emscripten-llvm/lib/clang/22/include/limits.h:
_deps/raylib-src/src/utils.h:
_deps/raylib-src/src/external/stb_rect_pack.h:
_deps/raylib-src/src/raylib.h:
_deps/raylib-src/src/external/stb_vorbis.c:
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h:
_deps/raylib-src/src/external/qoa.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h:
_deps/raylib-src/src/external/jar_mod.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h:
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h:
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h:
/home/maple/.cache/emscripten/sysroot/include/compat/string.h:
/home/maple/.cache/emscripten/sysroot/include/sys/time.h:
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h:
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h:
/home/maple/.cache/emscripten/sysroot/include/alloca.h:
_deps/raylib-src/src/raudio.c:
_deps/raylib-src/src/external/stb_perlin.h:
/home/maple/.cache/emscripten/sysroot/include/stdio.h:
/home/maple/.cache/emscripten/sysroot/include/strings.h:
_deps/raylib-src/src/raymath.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h:
/home/maple/.cache/emscripten/sysroot/include/assert.h:
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h:
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h:
/home/maple/.cache/emscripten/sysroot/include/unistd.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h:
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h:
/home/maple/.cache/emscripten/sysroot/include/dlfcn.h:
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h:
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h:
_deps/raylib-src/src/external/tinyobj_loader_c.h:
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h:
/home/maple/.cache/emscripten/sysroot/include/compat/math.h:
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h:
/home/maple/.cache/emscripten/sysroot/include/compat/time.h:
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h:
/home/maple/.cache/emscripten/sysroot/include/endian.h:
/opt/emscripten-llvm/lib/clang/22/include/stddef.h:
/home/maple/.cache/emscripten/sysroot/include/errno.h:
_deps/raylib-src/src/external/stb_image.h:
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h:
/home/maple/.cache/emscripten/sysroot/include/limits.h:
_deps/raylib-src/src/external/vox_loader.h:
/home/maple/.cache/emscripten/sysroot/include/dirent.h:
_deps/raylib-src/src/external/jar_xm.h:
_deps/raylib-src/src/external/stb_image_write.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h:
/home/maple/.cache/emscripten/sysroot/include/memory.h:
/opt/emscripten-llvm/lib/clang/22/include/float.h:
/home/maple/.cache/emscripten/sysroot/include/sched.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/webaudio.h:
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h:
/home/maple/.cache/emscripten/sysroot/include/sys/types.h:
/home/maple/.cache/emscripten/sysroot/include/pthread.h:
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h:
/home/maple/.cache/emscripten/sysroot/include/stdarg.h:
/home/maple/.cache/emscripten/sysroot/include/stdbool.h:
/home/maple/.cache/emscripten/sysroot/include/float.h:
/home/maple/.cache/emscripten/sysroot/include/bits/dirent.h:
/home/maple/.cache/emscripten/sysroot/include/sys/select.h:
_deps/raylib-src/src/config.h:
/home/maple/.cache/emscripten/sysroot/include/stddef.h:
/home/maple/.cache/emscripten/sysroot/include/stdint.h:
/home/maple/.cache/emscripten/sysroot/include/stdlib.h:
/home/maple/.cache/emscripten/sysroot/include/string.h:
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h:
_deps/raylib-src/src/external/qoaplay.c:
/home/maple/.cache/emscripten/sysroot/include/time.h:
/home/maple/.cache/emscripten/sysroot/include/features.h:
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h:
/home/maple/.cache/emscripten/sysroot/include/wchar.h:
_deps/raylib-src/src/rmodels.c:
_deps/raylib-src/src/external/dr_mp3.h:
/home/maple/.cache/emscripten/sysroot/include/math.h:
_deps/raylib-src/src/external/dr_wav.h:
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h:
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h:
_deps/raylib-src/src/external/miniaudio.h:

View File

@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for raylib.

View File

@@ -0,0 +1,2 @@
# Empty dependencies file for raylib.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# compile C with /usr/lib/emscripten/emcc
C_DEFINES = -DGRAPHICS_API_OPENGL_ES2 -DPLATFORM_WEB
C_INCLUDES = @CMakeFiles/raylib.dir/includes_C.rsp
C_FLAGS = -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -O3 -DNDEBUG -std=gnu99

View File

@@ -0,0 +1 @@
-I"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src"

View File

@@ -0,0 +1,2 @@
/usr/lib/emscripten/emar qc libraylib.a CMakeFiles/raylib.dir/raudio.c.o CMakeFiles/raylib.dir/rcore.c.o CMakeFiles/raylib.dir/rmodels.c.o CMakeFiles/raylib.dir/rshapes.c.o CMakeFiles/raylib.dir/rtext.c.o CMakeFiles/raylib.dir/rtextures.c.o CMakeFiles/raylib.dir/utils.c.o
/usr/lib/emscripten/emranlib libraylib.a

View File

@@ -0,0 +1,9 @@
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4
CMAKE_PROGRESS_3 = 5
CMAKE_PROGRESS_4 = 6
CMAKE_PROGRESS_5 = 7
CMAKE_PROGRESS_6 = 8
CMAKE_PROGRESS_7 = 9
CMAKE_PROGRESS_8 = 10

View File

@@ -0,0 +1,82 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raudio.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/miniaudio.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/home/maple/.cache/emscripten/sysroot/include/pthread.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/sched.h \
/home/maple/.cache/emscripten/sysroot/include/compat/time.h \
/home/maple/.cache/emscripten/sysroot/include/time.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/wchar.h \
/home/maple/.cache/emscripten/sysroot/include/sys/time.h \
/home/maple/.cache/emscripten/sysroot/include/sys/select.h \
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h \
/home/maple/.cache/emscripten/sysroot/include/errno.h \
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h \
/home/maple/.cache/emscripten/sysroot/include/dlfcn.h \
/home/maple/.cache/emscripten/sysroot/include/sys/types.h \
/home/maple/.cache/emscripten/sysroot/include/endian.h \
/home/maple/.cache/emscripten/sysroot/include/unistd.h \
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/webaudio.h \
/home/maple/.cache/emscripten/sysroot/include/memory.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/dr_wav.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_vorbis.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/dr_mp3.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/qoa.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/qoaplay.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/jar_xm.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/jar_mod.h

View File

@@ -0,0 +1,80 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcore.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/compat/time.h \
/home/maple/.cache/emscripten/sysroot/include/time.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h \
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2.h \
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2platform.h \
/home/maple/.cache/emscripten/sysroot/include/KHR/khrplatform.h \
/home/maple/.cache/emscripten/sysroot/include/GLES2/gl2ext.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raymath.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rgestures.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rcamera.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/msf_gif.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/sinfl.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/sdefl.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/rprand.h \
/home/maple/.cache/emscripten/sysroot/include/compat/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/sys/stat.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stat.h \
/home/maple/.cache/emscripten/sysroot/include/dirent.h \
/home/maple/.cache/emscripten/sysroot/include/bits/dirent.h \
/home/maple/.cache/emscripten/sysroot/include/unistd.h \
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/platforms/rcore_web.c \
/home/maple/.cache/emscripten/sysroot/include/GLFW/glfw3.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/emscripten.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_asm.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_macros.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_types.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/em_js.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/promise.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/wget.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/version.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5.h \
/home/maple/.cache/emscripten/sysroot/include/pthread.h \
/home/maple/.cache/emscripten/sysroot/include/sched.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/eventloop.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/console.h \
/home/maple/.cache/emscripten/sysroot/include/emscripten/html5_webgl.h \
/home/maple/.cache/emscripten/sysroot/include/sys/time.h \
/home/maple/.cache/emscripten/sysroot/include/sys/select.h

View File

@@ -0,0 +1,56 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rmodels.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raymath.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/tinyobj_loader_c.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/errno.h \
/home/maple/.cache/emscripten/sysroot/include/bits/errno.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/cgltf.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/opt/emscripten-llvm/lib/clang/22/include/float.h \
/home/maple/.cache/emscripten/sysroot/include/float.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/vox_loader.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/m3d.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/par_shapes.h \
/home/maple/.cache/emscripten/sysroot/include/unistd.h \
/home/maple/.cache/emscripten/sysroot/include/bits/posix.h

View File

@@ -0,0 +1,25 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rshapes.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/opt/emscripten-llvm/lib/clang/22/include/float.h \
/home/maple/.cache/emscripten/sysroot/include/float.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/alloca.h

View File

@@ -0,0 +1,44 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtext.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/ctype.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_rect_pack.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_truetype.h

View File

@@ -0,0 +1,50 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rtextures.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h \
/home/maple/.cache/emscripten/sysroot/include/compat/math.h \
/home/maple/.cache/emscripten/sysroot/include/math.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_image.h \
/opt/emscripten-llvm/lib/clang/22/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/limits.h \
/home/maple/.cache/emscripten/sysroot/include/bits/limits.h \
/home/maple/.cache/emscripten/sysroot/include/assert.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/rl_gputex.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/qoi.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_image_write.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_perlin.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/external/stb_image_resize2.h

View File

@@ -0,0 +1,37 @@
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o: \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.c \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/stdarg.h \
/home/maple/.cache/emscripten/sysroot/include/stdarg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___gnuc_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_list.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_arg.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg___va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/__stdarg_va_copy.h \
/opt/emscripten-llvm/lib/clang/22/include/stdbool.h \
/home/maple/.cache/emscripten/sysroot/include/stdbool.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/config.h \
/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/utils.h \
/home/maple/.cache/emscripten/sysroot/include/compat/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/stdlib.h \
/home/maple/.cache/emscripten/sysroot/include/features.h \
/home/maple/.cache/emscripten/sysroot/include/bits/alltypes.h \
/home/maple/.cache/emscripten/sysroot/include/alloca.h \
/home/maple/.cache/emscripten/sysroot/include/stdio.h \
/home/maple/.cache/emscripten/sysroot/include/wasi/api.h \
/opt/emscripten-llvm/lib/clang/22/include/stddef.h \
/home/maple/.cache/emscripten/sysroot/include/stddef.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_header_macro.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_ptrdiff_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_size_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_wchar_t.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_null.h \
/opt/emscripten-llvm/lib/clang/22/include/__stddef_offsetof.h \
/opt/emscripten-llvm/lib/clang/22/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/bits/stdint.h \
/home/maple/.cache/emscripten/sysroot/include/compat/string.h \
/home/maple/.cache/emscripten/sysroot/include/string.h \
/home/maple/.cache/emscripten/sysroot/include/strings.h

View File

@@ -0,0 +1,6 @@
# CMake generated Testfile for
# Source directory: /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src
# Build directory: /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.

View File

@@ -0,0 +1,415 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/maple/Documents/WebTest
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/maple/Documents/WebTest/build-web
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
cd /home/maple/Documents/WebTest/build-web && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
cd /home/maple/Documents/WebTest/build-web && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/maple/Documents/WebTest/build-web/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -E cmake_progress_start /home/maple/Documents/WebTest/build-web/CMakeFiles /home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib//CMakeFiles/progress.marks
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/raylib/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/maple/Documents/WebTest/build-web/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/raylib/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/raylib/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/raylib/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
_deps/raylib-build/raylib/CMakeFiles/raylib.dir/rule:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rule
.PHONY : _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rule
# Convenience name for target.
raylib: _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rule
.PHONY : raylib
# fast build rule for target.
raylib/fast:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build
.PHONY : raylib/fast
raudio.o: raudio.c.o
.PHONY : raudio.o
# target to build an object file
raudio.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.o
.PHONY : raudio.c.o
raudio.i: raudio.c.i
.PHONY : raudio.i
# target to preprocess a source file
raudio.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.i
.PHONY : raudio.c.i
raudio.s: raudio.c.s
.PHONY : raudio.s
# target to generate assembly for a file
raudio.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/raudio.c.s
.PHONY : raudio.c.s
rcore.o: rcore.c.o
.PHONY : rcore.o
# target to build an object file
rcore.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.o
.PHONY : rcore.c.o
rcore.i: rcore.c.i
.PHONY : rcore.i
# target to preprocess a source file
rcore.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.i
.PHONY : rcore.c.i
rcore.s: rcore.c.s
.PHONY : rcore.s
# target to generate assembly for a file
rcore.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rcore.c.s
.PHONY : rcore.c.s
rmodels.o: rmodels.c.o
.PHONY : rmodels.o
# target to build an object file
rmodels.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.o
.PHONY : rmodels.c.o
rmodels.i: rmodels.c.i
.PHONY : rmodels.i
# target to preprocess a source file
rmodels.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.i
.PHONY : rmodels.c.i
rmodels.s: rmodels.c.s
.PHONY : rmodels.s
# target to generate assembly for a file
rmodels.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rmodels.c.s
.PHONY : rmodels.c.s
rshapes.o: rshapes.c.o
.PHONY : rshapes.o
# target to build an object file
rshapes.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.o
.PHONY : rshapes.c.o
rshapes.i: rshapes.c.i
.PHONY : rshapes.i
# target to preprocess a source file
rshapes.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.i
.PHONY : rshapes.c.i
rshapes.s: rshapes.c.s
.PHONY : rshapes.s
# target to generate assembly for a file
rshapes.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rshapes.c.s
.PHONY : rshapes.c.s
rtext.o: rtext.c.o
.PHONY : rtext.o
# target to build an object file
rtext.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.o
.PHONY : rtext.c.o
rtext.i: rtext.c.i
.PHONY : rtext.i
# target to preprocess a source file
rtext.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.i
.PHONY : rtext.c.i
rtext.s: rtext.c.s
.PHONY : rtext.s
# target to generate assembly for a file
rtext.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtext.c.s
.PHONY : rtext.c.s
rtextures.o: rtextures.c.o
.PHONY : rtextures.o
# target to build an object file
rtextures.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.o
.PHONY : rtextures.c.o
rtextures.i: rtextures.c.i
.PHONY : rtextures.i
# target to preprocess a source file
rtextures.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.i
.PHONY : rtextures.c.i
rtextures.s: rtextures.c.s
.PHONY : rtextures.s
# target to generate assembly for a file
rtextures.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/rtextures.c.s
.PHONY : rtextures.c.s
utils.o: utils.c.o
.PHONY : utils.o
# target to build an object file
utils.c.o:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.o
.PHONY : utils.c.o
utils.i: utils.c.i
.PHONY : utils.i
# target to preprocess a source file
utils.c.i:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.i
.PHONY : utils.c.i
utils.s: utils.c.s
.PHONY : utils.s
# target to generate assembly for a file
utils.c.s:
cd /home/maple/Documents/WebTest/build-web && $(MAKE) $(MAKESILENT) -f _deps/raylib-build/raylib/CMakeFiles/raylib.dir/build.make _deps/raylib-build/raylib/CMakeFiles/raylib.dir/utils.c.s
.PHONY : utils.c.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... raylib"
@echo "... raudio.o"
@echo "... raudio.i"
@echo "... raudio.s"
@echo "... rcore.o"
@echo "... rcore.i"
@echo "... rcore.s"
@echo "... rmodels.o"
@echo "... rmodels.i"
@echo "... rmodels.s"
@echo "... rshapes.o"
@echo "... rshapes.i"
@echo "... rshapes.s"
@echo "... rtext.o"
@echo "... rtext.i"
@echo "... rtext.s"
@echo "... rtextures.o"
@echo "... rtextures.i"
@echo "... rtextures.s"
@echo "... utils.o"
@echo "... utils.i"
@echo "... utils.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,69 @@
# Install script for directory: /home/maple/Documents/WebTest/build-web/_deps/raylib-src/src
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/maple/.cache/emscripten/sysroot")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/llvm-objdump")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib/libraylib.a")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raylib.h"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/rlgl.h"
"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/raymath.h"
)
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib/raylib.pc")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/raylib" TYPE FILE FILES "/home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib/raylib-config-version.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/raylib" TYPE FILE FILES "/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src/../cmake/raylib-config.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/maple/Documents/WebTest/build-web/_deps/raylib-build/raylib/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,21 @@
set(PACKAGE_VERSION "5.5.0")
if(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION)
set(PACKAGE_VERSION_EXACT TRUE)
endif()
if(NOT PACKAGE_FIND_VERSION VERSION_GREATER PACKAGE_VERSION)
set(PACKAGE_VERSION_COMPATIBLE TRUE)
else(NOT PACKAGE_FIND_VERSION VERSION_GREATER PACKAGE_VERSION)
set(PACKAGE_VERSION_UNSUITABLE TRUE)
endif(NOT PACKAGE_FIND_VERSION VERSION_GREATER PACKAGE_VERSION)
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "4" STREQUAL "")
return()
endif()
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4")
math(EXPR installedBits "8 * 8")
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
set(PACKAGE_VERSION_UNSUITABLE TRUE)
endif()

View File

@@ -0,0 +1,13 @@
prefix=/home/maple/.cache/emscripten/sysroot
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: raylib
Description: A simple and easy-to-use library to enjoy videogames programming
URL: https://github.com/raysan5/raylib
Version: 5.5.0
Libs: -L"${libdir}" -lraylib
Libs.private:
Requires.private:
Cflags: -I"${includedir}"