mirror of
https://gitlab.com/raylibtemplates/rt.git
synced 2026-06-05 18:20:55 -04:00
Initial Commit
This commit is contained in:
23
build-web/CMakeFiles/game.dir/DependInfo.cmake
Normal file
23
build-web/CMakeFiles/game.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# 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/src/main.c" "CMakeFiles/game.dir/src/main.c.o" "gcc" "CMakeFiles/game.dir/src/main.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 "")
|
||||
117
build-web/CMakeFiles/game.dir/build.make
Normal file
117
build-web/CMakeFiles/game.dir/build.make
Normal file
@@ -0,0 +1,117 @@
|
||||
# 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 CMakeFiles/game.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/game.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/game.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/game.dir/flags.make
|
||||
|
||||
CMakeFiles/game.dir/codegen:
|
||||
.PHONY : CMakeFiles/game.dir/codegen
|
||||
|
||||
CMakeFiles/game.dir/src/main.c.o: CMakeFiles/game.dir/flags.make
|
||||
CMakeFiles/game.dir/src/main.c.o: CMakeFiles/game.dir/includes_C.rsp
|
||||
CMakeFiles/game.dir/src/main.c.o: /home/maple/Documents/WebTest/src/main.c
|
||||
CMakeFiles/game.dir/src/main.c.o: CMakeFiles/game.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 CMakeFiles/game.dir/src/main.c.o"
|
||||
/usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/game.dir/src/main.c.o -MF CMakeFiles/game.dir/src/main.c.o.d -o CMakeFiles/game.dir/src/main.c.o -c /home/maple/Documents/WebTest/src/main.c
|
||||
|
||||
CMakeFiles/game.dir/src/main.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/game.dir/src/main.c.i"
|
||||
/usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/src/main.c > CMakeFiles/game.dir/src/main.c.i
|
||||
|
||||
CMakeFiles/game.dir/src/main.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/game.dir/src/main.c.s"
|
||||
/usr/lib/emscripten/emcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/src/main.c -o CMakeFiles/game.dir/src/main.c.s
|
||||
|
||||
# Object files for target game
|
||||
game_OBJECTS = \
|
||||
"CMakeFiles/game.dir/src/main.c.o"
|
||||
|
||||
# External object files for target game
|
||||
game_EXTERNAL_OBJECTS =
|
||||
|
||||
game.html: CMakeFiles/game.dir/src/main.c.o
|
||||
game.html: CMakeFiles/game.dir/build.make
|
||||
game.html: _deps/raylib-build/raylib/libraylib.a
|
||||
game.html: CMakeFiles/game.dir/linkLibs.rsp
|
||||
game.html: CMakeFiles/game.dir/objects1.rsp
|
||||
game.html: CMakeFiles/game.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_2) "Linking C executable game.html"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/game.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/game.dir/build: game.html
|
||||
.PHONY : CMakeFiles/game.dir/build
|
||||
|
||||
CMakeFiles/game.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/game.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/game.dir/clean
|
||||
|
||||
CMakeFiles/game.dir/depend:
|
||||
cd /home/maple/Documents/WebTest/build-web && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maple/Documents/WebTest /home/maple/Documents/WebTest /home/maple/Documents/WebTest/build-web /home/maple/Documents/WebTest/build-web /home/maple/Documents/WebTest/build-web/CMakeFiles/game.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/game.dir/depend
|
||||
|
||||
11
build-web/CMakeFiles/game.dir/cmake_clean.cmake
Normal file
11
build-web/CMakeFiles/game.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/game.dir/src/main.c.o"
|
||||
"CMakeFiles/game.dir/src/main.c.o.d"
|
||||
"game.html"
|
||||
"game.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/game.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
2
build-web/CMakeFiles/game.dir/compiler_depend.make
Normal file
2
build-web/CMakeFiles/game.dir/compiler_depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for game.
|
||||
# This may be replaced when dependencies are built.
|
||||
2
build-web/CMakeFiles/game.dir/compiler_depend.ts
Normal file
2
build-web/CMakeFiles/game.dir/compiler_depend.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for game.
|
||||
2
build-web/CMakeFiles/game.dir/depend.make
Normal file
2
build-web/CMakeFiles/game.dir/depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for game.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
build-web/CMakeFiles/game.dir/flags.make
Normal file
10
build-web/CMakeFiles/game.dir/flags.make
Normal 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/game.dir/includes_C.rsp
|
||||
|
||||
C_FLAGS = -O3 -DNDEBUG
|
||||
|
||||
1
build-web/CMakeFiles/game.dir/includes_C.rsp
Normal file
1
build-web/CMakeFiles/game.dir/includes_C.rsp
Normal file
@@ -0,0 +1 @@
|
||||
-I"/home/maple/Documents/WebTest/build-web/_deps/raylib-src/src"
|
||||
1
build-web/CMakeFiles/game.dir/link.txt
Normal file
1
build-web/CMakeFiles/game.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/lib/emscripten/emcc -O3 -DNDEBUG -s USE_GLFW=3 -s ASSERTIONS=1 -s WASM=1 -s ASYNCIFY -s GL_ENABLE_GET_PROC_ADDRESS=1 -s SINGLE_FILE=1 --shell-file /home/maple/Documents/WebTest/src/minshell.html -sUSE_GLFW=3 @CMakeFiles/game.dir/objects1.rsp -o game.html @CMakeFiles/game.dir/linkLibs.rsp
|
||||
1
build-web/CMakeFiles/game.dir/linkLibs.rsp
Normal file
1
build-web/CMakeFiles/game.dir/linkLibs.rsp
Normal file
@@ -0,0 +1 @@
|
||||
"_deps/raylib-build/raylib/libraylib.a"
|
||||
1
build-web/CMakeFiles/game.dir/objects1.rsp
Normal file
1
build-web/CMakeFiles/game.dir/objects1.rsp
Normal file
@@ -0,0 +1 @@
|
||||
CMakeFiles/game.dir/src/main.c.o
|
||||
3
build-web/CMakeFiles/game.dir/progress.make
Normal file
3
build-web/CMakeFiles/game.dir/progress.make
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
BIN
build-web/CMakeFiles/game.dir/src/main.c.o
Normal file
BIN
build-web/CMakeFiles/game.dir/src/main.c.o
Normal file
Binary file not shown.
20
build-web/CMakeFiles/game.dir/src/main.c.o.d
Normal file
20
build-web/CMakeFiles/game.dir/src/main.c.o.d
Normal file
@@ -0,0 +1,20 @@
|
||||
CMakeFiles/game.dir/src/main.c.o: \
|
||||
/home/maple/Documents/WebTest/src/main.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/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/Documents/WebTest/src/../data/cube.png.h
|
||||
Reference in New Issue
Block a user