730 lines
32 KiB
Makefile
730 lines
32 KiB
Makefile
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
|
||
|
|
||
|
# 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:
|
||
|
|
||
|
|
||
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||
|
SUFFIXES =
|
||
|
|
||
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
||
|
|
||
|
|
||
|
# 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.
|
||
|
|
||
|
SHELL = cmd.exe
|
||
|
|
||
|
# The CMake executable.
|
||
|
CMAKE_COMMAND = D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
|
||
|
|
||
|
# The command to remove a file.
|
||
|
RM = D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f
|
||
|
|
||
|
# Escaping for special characters.
|
||
|
EQUALS = =
|
||
|
|
||
|
# The top-level source directory on which CMake was run.
|
||
|
CMAKE_SOURCE_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
|
||
|
|
||
|
# The top-level build directory on which CMake was run.
|
||
|
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
|
||
|
|
||
|
#=============================================================================
|
||
|
# Targets provided globally by CMake.
|
||
|
|
||
|
# 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 edit_cache
|
||
|
edit_cache:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E echo "No interactive CMake dialog available."
|
||
|
.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..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -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 install/local
|
||
|
install/local: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -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..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||
|
.PHONY : install/local/fast
|
||
|
|
||
|
# Special rule for the target install
|
||
|
install: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -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..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -P cmake_install.cmake
|
||
|
.PHONY : install/fast
|
||
|
|
||
|
# Special rule for the target install/strip
|
||
|
install/strip: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -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..."
|
||
|
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||
|
.PHONY : install/strip/fast
|
||
|
|
||
|
# The main all target
|
||
|
all: cmake_check_build_system
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\examples\CMakeFiles\progress.marks"
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : all
|
||
|
|
||
|
# The main clean target
|
||
|
clean:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/clean
|
||
|
.PHONY : clean
|
||
|
|
||
|
# The main clean target
|
||
|
clean/fast: clean
|
||
|
|
||
|
.PHONY : clean/fast
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall: all
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/preinstall
|
||
|
.PHONY : preinstall
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/preinstall
|
||
|
.PHONY : preinstall/fast
|
||
|
|
||
|
# clear depends
|
||
|
depend:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
|
||
|
.PHONY : depend
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/boing.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/boing.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/boing.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
boing: examples/CMakeFiles/boing.dir/rule
|
||
|
|
||
|
.PHONY : boing
|
||
|
|
||
|
# fast build rule for target.
|
||
|
boing/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/build
|
||
|
.PHONY : boing/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/simple.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/simple.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/simple.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
simple: examples/CMakeFiles/simple.dir/rule
|
||
|
|
||
|
.PHONY : simple
|
||
|
|
||
|
# fast build rule for target.
|
||
|
simple/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/build
|
||
|
.PHONY : simple/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/gears.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/gears.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/gears.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
gears: examples/CMakeFiles/gears.dir/rule
|
||
|
|
||
|
.PHONY : gears
|
||
|
|
||
|
# fast build rule for target.
|
||
|
gears/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/build
|
||
|
.PHONY : gears/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/particles.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/particles.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/particles.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
particles: examples/CMakeFiles/particles.dir/rule
|
||
|
|
||
|
.PHONY : particles
|
||
|
|
||
|
# fast build rule for target.
|
||
|
particles/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/build
|
||
|
.PHONY : particles/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/heightmap.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/heightmap.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/heightmap.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
heightmap: examples/CMakeFiles/heightmap.dir/rule
|
||
|
|
||
|
.PHONY : heightmap
|
||
|
|
||
|
# fast build rule for target.
|
||
|
heightmap/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/build
|
||
|
.PHONY : heightmap/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/splitview.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/splitview.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/splitview.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
splitview: examples/CMakeFiles/splitview.dir/rule
|
||
|
|
||
|
.PHONY : splitview
|
||
|
|
||
|
# fast build rule for target.
|
||
|
splitview/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/build
|
||
|
.PHONY : splitview/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/offscreen.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/offscreen.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/offscreen.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
offscreen: examples/CMakeFiles/offscreen.dir/rule
|
||
|
|
||
|
.PHONY : offscreen
|
||
|
|
||
|
# fast build rule for target.
|
||
|
offscreen/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/build
|
||
|
.PHONY : offscreen/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/sharing.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/sharing.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/sharing.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
sharing: examples/CMakeFiles/sharing.dir/rule
|
||
|
|
||
|
.PHONY : sharing
|
||
|
|
||
|
# fast build rule for target.
|
||
|
sharing/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/build
|
||
|
.PHONY : sharing/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
examples/CMakeFiles/wave.dir/rule:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/wave.dir/rule
|
||
|
.PHONY : examples/CMakeFiles/wave.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
wave: examples/CMakeFiles/wave.dir/rule
|
||
|
|
||
|
.PHONY : wave
|
||
|
|
||
|
# fast build rule for target.
|
||
|
wave/fast:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/build
|
||
|
.PHONY : wave/fast
|
||
|
|
||
|
__/deps/getopt.obj: __/deps/getopt.c.obj
|
||
|
|
||
|
.PHONY : __/deps/getopt.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
__/deps/getopt.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/getopt.c.obj
|
||
|
.PHONY : __/deps/getopt.c.obj
|
||
|
|
||
|
__/deps/getopt.i: __/deps/getopt.c.i
|
||
|
|
||
|
.PHONY : __/deps/getopt.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
__/deps/getopt.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/getopt.c.i
|
||
|
.PHONY : __/deps/getopt.c.i
|
||
|
|
||
|
__/deps/getopt.s: __/deps/getopt.c.s
|
||
|
|
||
|
.PHONY : __/deps/getopt.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
__/deps/getopt.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/getopt.c.s
|
||
|
.PHONY : __/deps/getopt.c.s
|
||
|
|
||
|
__/deps/glad_gl.obj: __/deps/glad_gl.c.obj
|
||
|
|
||
|
.PHONY : __/deps/glad_gl.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
__/deps/glad_gl.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.obj
|
||
|
.PHONY : __/deps/glad_gl.c.obj
|
||
|
|
||
|
__/deps/glad_gl.i: __/deps/glad_gl.c.i
|
||
|
|
||
|
.PHONY : __/deps/glad_gl.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
__/deps/glad_gl.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.i
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.i
|
||
|
.PHONY : __/deps/glad_gl.c.i
|
||
|
|
||
|
__/deps/glad_gl.s: __/deps/glad_gl.c.s
|
||
|
|
||
|
.PHONY : __/deps/glad_gl.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
__/deps/glad_gl.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.s
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.s
|
||
|
.PHONY : __/deps/glad_gl.c.s
|
||
|
|
||
|
__/deps/tinycthread.obj: __/deps/tinycthread.c.obj
|
||
|
|
||
|
.PHONY : __/deps/tinycthread.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
__/deps/tinycthread.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.obj
|
||
|
.PHONY : __/deps/tinycthread.c.obj
|
||
|
|
||
|
__/deps/tinycthread.i: __/deps/tinycthread.c.i
|
||
|
|
||
|
.PHONY : __/deps/tinycthread.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
__/deps/tinycthread.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.i
|
||
|
.PHONY : __/deps/tinycthread.c.i
|
||
|
|
||
|
__/deps/tinycthread.s: __/deps/tinycthread.c.s
|
||
|
|
||
|
.PHONY : __/deps/tinycthread.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
__/deps/tinycthread.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.s
|
||
|
.PHONY : __/deps/tinycthread.c.s
|
||
|
|
||
|
boing.obj: boing.c.obj
|
||
|
|
||
|
.PHONY : boing.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
boing.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/boing.c.obj
|
||
|
.PHONY : boing.c.obj
|
||
|
|
||
|
boing.i: boing.c.i
|
||
|
|
||
|
.PHONY : boing.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
boing.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/boing.c.i
|
||
|
.PHONY : boing.c.i
|
||
|
|
||
|
boing.s: boing.c.s
|
||
|
|
||
|
.PHONY : boing.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
boing.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/boing.c.s
|
||
|
.PHONY : boing.c.s
|
||
|
|
||
|
gears.obj: gears.c.obj
|
||
|
|
||
|
.PHONY : gears.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
gears.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/gears.c.obj
|
||
|
.PHONY : gears.c.obj
|
||
|
|
||
|
gears.i: gears.c.i
|
||
|
|
||
|
.PHONY : gears.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
gears.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/gears.c.i
|
||
|
.PHONY : gears.c.i
|
||
|
|
||
|
gears.s: gears.c.s
|
||
|
|
||
|
.PHONY : gears.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
gears.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/gears.c.s
|
||
|
.PHONY : gears.c.s
|
||
|
|
||
|
glfw.obj: glfw.rc.obj
|
||
|
|
||
|
.PHONY : glfw.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
glfw.rc.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/glfw.rc.obj
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/glfw.rc.obj
|
||
|
.PHONY : glfw.rc.obj
|
||
|
|
||
|
heightmap.obj: heightmap.c.obj
|
||
|
|
||
|
.PHONY : heightmap.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
heightmap.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/heightmap.c.obj
|
||
|
.PHONY : heightmap.c.obj
|
||
|
|
||
|
heightmap.i: heightmap.c.i
|
||
|
|
||
|
.PHONY : heightmap.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
heightmap.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/heightmap.c.i
|
||
|
.PHONY : heightmap.c.i
|
||
|
|
||
|
heightmap.s: heightmap.c.s
|
||
|
|
||
|
.PHONY : heightmap.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
heightmap.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/heightmap.c.s
|
||
|
.PHONY : heightmap.c.s
|
||
|
|
||
|
offscreen.obj: offscreen.c.obj
|
||
|
|
||
|
.PHONY : offscreen.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
offscreen.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/offscreen.c.obj
|
||
|
.PHONY : offscreen.c.obj
|
||
|
|
||
|
offscreen.i: offscreen.c.i
|
||
|
|
||
|
.PHONY : offscreen.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
offscreen.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/offscreen.c.i
|
||
|
.PHONY : offscreen.c.i
|
||
|
|
||
|
offscreen.s: offscreen.c.s
|
||
|
|
||
|
.PHONY : offscreen.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
offscreen.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/offscreen.c.s
|
||
|
.PHONY : offscreen.c.s
|
||
|
|
||
|
particles.obj: particles.c.obj
|
||
|
|
||
|
.PHONY : particles.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
particles.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/particles.c.obj
|
||
|
.PHONY : particles.c.obj
|
||
|
|
||
|
particles.i: particles.c.i
|
||
|
|
||
|
.PHONY : particles.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
particles.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/particles.c.i
|
||
|
.PHONY : particles.c.i
|
||
|
|
||
|
particles.s: particles.c.s
|
||
|
|
||
|
.PHONY : particles.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
particles.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/particles.c.s
|
||
|
.PHONY : particles.c.s
|
||
|
|
||
|
sharing.obj: sharing.c.obj
|
||
|
|
||
|
.PHONY : sharing.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
sharing.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/sharing.c.obj
|
||
|
.PHONY : sharing.c.obj
|
||
|
|
||
|
sharing.i: sharing.c.i
|
||
|
|
||
|
.PHONY : sharing.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
sharing.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/sharing.c.i
|
||
|
.PHONY : sharing.c.i
|
||
|
|
||
|
sharing.s: sharing.c.s
|
||
|
|
||
|
.PHONY : sharing.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
sharing.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/sharing.c.s
|
||
|
.PHONY : sharing.c.s
|
||
|
|
||
|
simple.obj: simple.c.obj
|
||
|
|
||
|
.PHONY : simple.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
simple.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/simple.c.obj
|
||
|
.PHONY : simple.c.obj
|
||
|
|
||
|
simple.i: simple.c.i
|
||
|
|
||
|
.PHONY : simple.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
simple.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/simple.c.i
|
||
|
.PHONY : simple.c.i
|
||
|
|
||
|
simple.s: simple.c.s
|
||
|
|
||
|
.PHONY : simple.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
simple.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/simple.c.s
|
||
|
.PHONY : simple.c.s
|
||
|
|
||
|
splitview.obj: splitview.c.obj
|
||
|
|
||
|
.PHONY : splitview.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
splitview.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/splitview.c.obj
|
||
|
.PHONY : splitview.c.obj
|
||
|
|
||
|
splitview.i: splitview.c.i
|
||
|
|
||
|
.PHONY : splitview.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
splitview.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/splitview.c.i
|
||
|
.PHONY : splitview.c.i
|
||
|
|
||
|
splitview.s: splitview.c.s
|
||
|
|
||
|
.PHONY : splitview.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
splitview.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/splitview.c.s
|
||
|
.PHONY : splitview.c.s
|
||
|
|
||
|
wave.obj: wave.c.obj
|
||
|
|
||
|
.PHONY : wave.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
wave.c.obj:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/wave.c.obj
|
||
|
.PHONY : wave.c.obj
|
||
|
|
||
|
wave.i: wave.c.i
|
||
|
|
||
|
.PHONY : wave.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
wave.c.i:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/wave.c.i
|
||
|
.PHONY : wave.c.i
|
||
|
|
||
|
wave.s: wave.c.s
|
||
|
|
||
|
.PHONY : wave.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
wave.c.s:
|
||
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/wave.c.s
|
||
|
.PHONY : wave.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 ... boing
|
||
|
@echo ... simple
|
||
|
@echo ... gears
|
||
|
@echo ... particles
|
||
|
@echo ... heightmap
|
||
|
@echo ... list_install_components
|
||
|
@echo ... splitview
|
||
|
@echo ... offscreen
|
||
|
@echo ... sharing
|
||
|
@echo ... wave
|
||
|
@echo ... edit_cache
|
||
|
@echo ... rebuild_cache
|
||
|
@echo ... install/local
|
||
|
@echo ... install
|
||
|
@echo ... install/strip
|
||
|
@echo ... __/deps/getopt.obj
|
||
|
@echo ... __/deps/getopt.i
|
||
|
@echo ... __/deps/getopt.s
|
||
|
@echo ... __/deps/glad_gl.obj
|
||
|
@echo ... __/deps/glad_gl.i
|
||
|
@echo ... __/deps/glad_gl.s
|
||
|
@echo ... __/deps/tinycthread.obj
|
||
|
@echo ... __/deps/tinycthread.i
|
||
|
@echo ... __/deps/tinycthread.s
|
||
|
@echo ... boing.obj
|
||
|
@echo ... boing.i
|
||
|
@echo ... boing.s
|
||
|
@echo ... gears.obj
|
||
|
@echo ... gears.i
|
||
|
@echo ... gears.s
|
||
|
@echo ... glfw.obj
|
||
|
@echo ... heightmap.obj
|
||
|
@echo ... heightmap.i
|
||
|
@echo ... heightmap.s
|
||
|
@echo ... offscreen.obj
|
||
|
@echo ... offscreen.i
|
||
|
@echo ... offscreen.s
|
||
|
@echo ... particles.obj
|
||
|
@echo ... particles.i
|
||
|
@echo ... particles.s
|
||
|
@echo ... sharing.obj
|
||
|
@echo ... sharing.i
|
||
|
@echo ... sharing.s
|
||
|
@echo ... simple.obj
|
||
|
@echo ... simple.i
|
||
|
@echo ... simple.s
|
||
|
@echo ... splitview.obj
|
||
|
@echo ... splitview.i
|
||
|
@echo ... splitview.s
|
||
|
@echo ... wave.obj
|
||
|
@echo ... wave.i
|
||
|
@echo ... wave.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 /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||
|
.PHONY : cmake_check_build_system
|
||
|
|