add first pass Web implementation
This commit is contained in:
126
web/build_old/CMakeFiles/FILAMENT_SHADERS.dir/build.make
Normal file
126
web/build_old/CMakeFiles/FILAMENT_SHADERS.dir/build.make
Normal file
@@ -0,0 +1,126 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.27.3/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /opt/homebrew/Cellar/cmake/3.27.3/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /Volumes/T7/polyvox/flutter/polyvox_filament/web
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /Volumes/T7/polyvox/flutter/polyvox_filament/web/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/FILAMENT_SHADERS.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/FILAMENT_SHADERS.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/FILAMENT_SHADERS.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/FILAMENT_SHADERS.dir/flags.make
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o: CMakeFiles/FILAMENT_SHADERS.dir/flags.make
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o: /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o: CMakeFiles/FILAMENT_SHADERS.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Volumes/T7/polyvox/flutter/polyvox_filament/web/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o"
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o -MF CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o.d -o CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o -c /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.i"
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c > CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.i
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.s"
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c -o CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.s
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o: CMakeFiles/FILAMENT_SHADERS.dir/flags.make
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o: /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o: CMakeFiles/FILAMENT_SHADERS.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Volumes/T7/polyvox/flutter/polyvox_filament/web/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o"
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o -MF CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o.d -o CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o -c /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.i"
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c > CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.i
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.s"
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c -o CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.s
|
||||
|
||||
# Object files for target FILAMENT_SHADERS
|
||||
FILAMENT_SHADERS_OBJECTS = \
|
||||
"CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o" \
|
||||
"CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o"
|
||||
|
||||
# External object files for target FILAMENT_SHADERS
|
||||
FILAMENT_SHADERS_EXTERNAL_OBJECTS =
|
||||
|
||||
libFILAMENT_SHADERS.dylib: CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/image.c.o
|
||||
libFILAMENT_SHADERS.dylib: CMakeFiles/FILAMENT_SHADERS.dir/Volumes/T7/polyvox/flutter/polyvox_filament/ios/include/material/unlit_opaque.c.o
|
||||
libFILAMENT_SHADERS.dylib: CMakeFiles/FILAMENT_SHADERS.dir/build.make
|
||||
libFILAMENT_SHADERS.dylib: CMakeFiles/FILAMENT_SHADERS.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Volumes/T7/polyvox/flutter/polyvox_filament/web/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C shared library libFILAMENT_SHADERS.dylib"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/FILAMENT_SHADERS.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/build: libFILAMENT_SHADERS.dylib
|
||||
.PHONY : CMakeFiles/FILAMENT_SHADERS.dir/build
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/FILAMENT_SHADERS.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/FILAMENT_SHADERS.dir/clean
|
||||
|
||||
CMakeFiles/FILAMENT_SHADERS.dir/depend:
|
||||
cd /Volumes/T7/polyvox/flutter/polyvox_filament/web/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Volumes/T7/polyvox/flutter/polyvox_filament/web /Volumes/T7/polyvox/flutter/polyvox_filament/web /Volumes/T7/polyvox/flutter/polyvox_filament/web/build /Volumes/T7/polyvox/flutter/polyvox_filament/web/build /Volumes/T7/polyvox/flutter/polyvox_filament/web/build/CMakeFiles/FILAMENT_SHADERS.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/FILAMENT_SHADERS.dir/depend
|
||||
|
||||
Reference in New Issue
Block a user