mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-06 20:23:14 +02:00
673 lines
32 KiB
Makefile
673 lines
32 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.24
|
|
|
|
# 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/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# 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/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build/CMakeFiles /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build/examples//CMakeFiles/progress.marks
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/build
|
|
.PHONY : boing/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/gears.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/build
|
|
.PHONY : gears/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/heightmap.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/build
|
|
.PHONY : heightmap/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/offscreen.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/build
|
|
.PHONY : offscreen/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/particles.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/build
|
|
.PHONY : particles/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/sharing.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/build
|
|
.PHONY : sharing/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/simple.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build
|
|
.PHONY : simple/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/splitview.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/build
|
|
.PHONY : splitview/fast
|
|
|
|
# Convenience name for target.
|
|
examples/CMakeFiles/wave.dir/rule:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/build
|
|
.PHONY : wave/fast
|
|
|
|
__/deps/getopt.o: __/deps/getopt.c.o
|
|
.PHONY : __/deps/getopt.o
|
|
|
|
# target to build an object file
|
|
__/deps/getopt.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/getopt.c.o
|
|
.PHONY : __/deps/getopt.c.o
|
|
|
|
__/deps/getopt.i: __/deps/getopt.c.i
|
|
.PHONY : __/deps/getopt.i
|
|
|
|
# target to preprocess a source file
|
|
__/deps/getopt.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/getopt.c.s
|
|
.PHONY : __/deps/getopt.c.s
|
|
|
|
__/deps/glad_gl.o: __/deps/glad_gl.c.o
|
|
.PHONY : __/deps/glad_gl.o
|
|
|
|
# target to build an object file
|
|
__/deps/glad_gl.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o
|
|
.PHONY : __/deps/glad_gl.c.o
|
|
|
|
__/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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.i
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.s
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.s
|
|
.PHONY : __/deps/glad_gl.c.s
|
|
|
|
__/deps/tinycthread.o: __/deps/tinycthread.c.o
|
|
.PHONY : __/deps/tinycthread.o
|
|
|
|
# target to build an object file
|
|
__/deps/tinycthread.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o
|
|
.PHONY : __/deps/tinycthread.c.o
|
|
|
|
__/deps/tinycthread.i: __/deps/tinycthread.c.i
|
|
.PHONY : __/deps/tinycthread.i
|
|
|
|
# target to preprocess a source file
|
|
__/deps/tinycthread.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.s
|
|
.PHONY : __/deps/tinycthread.c.s
|
|
|
|
boing.o: boing.c.o
|
|
.PHONY : boing.o
|
|
|
|
# target to build an object file
|
|
boing.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/boing.c.o
|
|
.PHONY : boing.c.o
|
|
|
|
boing.i: boing.c.i
|
|
.PHONY : boing.i
|
|
|
|
# target to preprocess a source file
|
|
boing.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/boing.c.s
|
|
.PHONY : boing.c.s
|
|
|
|
gears.o: gears.c.o
|
|
.PHONY : gears.o
|
|
|
|
# target to build an object file
|
|
gears.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/gears.c.o
|
|
.PHONY : gears.c.o
|
|
|
|
gears.i: gears.c.i
|
|
.PHONY : gears.i
|
|
|
|
# target to preprocess a source file
|
|
gears.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/gears.c.s
|
|
.PHONY : gears.c.s
|
|
|
|
heightmap.o: heightmap.c.o
|
|
.PHONY : heightmap.o
|
|
|
|
# target to build an object file
|
|
heightmap.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/heightmap.c.o
|
|
.PHONY : heightmap.c.o
|
|
|
|
heightmap.i: heightmap.c.i
|
|
.PHONY : heightmap.i
|
|
|
|
# target to preprocess a source file
|
|
heightmap.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/heightmap.c.s
|
|
.PHONY : heightmap.c.s
|
|
|
|
offscreen.o: offscreen.c.o
|
|
.PHONY : offscreen.o
|
|
|
|
# target to build an object file
|
|
offscreen.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/offscreen.c.o
|
|
.PHONY : offscreen.c.o
|
|
|
|
offscreen.i: offscreen.c.i
|
|
.PHONY : offscreen.i
|
|
|
|
# target to preprocess a source file
|
|
offscreen.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/offscreen.c.s
|
|
.PHONY : offscreen.c.s
|
|
|
|
particles.o: particles.c.o
|
|
.PHONY : particles.o
|
|
|
|
# target to build an object file
|
|
particles.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/particles.c.o
|
|
.PHONY : particles.c.o
|
|
|
|
particles.i: particles.c.i
|
|
.PHONY : particles.i
|
|
|
|
# target to preprocess a source file
|
|
particles.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/particles.c.s
|
|
.PHONY : particles.c.s
|
|
|
|
sharing.o: sharing.c.o
|
|
.PHONY : sharing.o
|
|
|
|
# target to build an object file
|
|
sharing.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/sharing.c.o
|
|
.PHONY : sharing.c.o
|
|
|
|
sharing.i: sharing.c.i
|
|
.PHONY : sharing.i
|
|
|
|
# target to preprocess a source file
|
|
sharing.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/sharing.c.s
|
|
.PHONY : sharing.c.s
|
|
|
|
simple.o: simple.c.o
|
|
.PHONY : simple.o
|
|
|
|
# target to build an object file
|
|
simple.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/simple.c.o
|
|
.PHONY : simple.c.o
|
|
|
|
simple.i: simple.c.i
|
|
.PHONY : simple.i
|
|
|
|
# target to preprocess a source file
|
|
simple.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/simple.c.s
|
|
.PHONY : simple.c.s
|
|
|
|
splitview.o: splitview.c.o
|
|
.PHONY : splitview.o
|
|
|
|
# target to build an object file
|
|
splitview.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/splitview.c.o
|
|
.PHONY : splitview.c.o
|
|
|
|
splitview.i: splitview.c.i
|
|
.PHONY : splitview.i
|
|
|
|
# target to preprocess a source file
|
|
splitview.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/splitview.c.s
|
|
.PHONY : splitview.c.s
|
|
|
|
wave.o: wave.c.o
|
|
.PHONY : wave.o
|
|
|
|
# target to build an object file
|
|
wave.c.o:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/wave.c.o
|
|
.PHONY : wave.c.o
|
|
|
|
wave.i: wave.c.i
|
|
.PHONY : wave.i
|
|
|
|
# target to preprocess a source file
|
|
wave.c.i:
|
|
cd /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(MAKE) $(MAKESILENT) -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 "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... boing"
|
|
@echo "... gears"
|
|
@echo "... heightmap"
|
|
@echo "... offscreen"
|
|
@echo "... particles"
|
|
@echo "... sharing"
|
|
@echo "... simple"
|
|
@echo "... splitview"
|
|
@echo "... wave"
|
|
@echo "... __/deps/getopt.o"
|
|
@echo "... __/deps/getopt.i"
|
|
@echo "... __/deps/getopt.s"
|
|
@echo "... __/deps/glad_gl.o"
|
|
@echo "... __/deps/glad_gl.i"
|
|
@echo "... __/deps/glad_gl.s"
|
|
@echo "... __/deps/tinycthread.o"
|
|
@echo "... __/deps/tinycthread.i"
|
|
@echo "... __/deps/tinycthread.s"
|
|
@echo "... boing.o"
|
|
@echo "... boing.i"
|
|
@echo "... boing.s"
|
|
@echo "... gears.o"
|
|
@echo "... gears.i"
|
|
@echo "... gears.s"
|
|
@echo "... heightmap.o"
|
|
@echo "... heightmap.i"
|
|
@echo "... heightmap.s"
|
|
@echo "... offscreen.o"
|
|
@echo "... offscreen.i"
|
|
@echo "... offscreen.s"
|
|
@echo "... particles.o"
|
|
@echo "... particles.i"
|
|
@echo "... particles.s"
|
|
@echo "... sharing.o"
|
|
@echo "... sharing.i"
|
|
@echo "... sharing.s"
|
|
@echo "... simple.o"
|
|
@echo "... simple.i"
|
|
@echo "... simple.s"
|
|
@echo "... splitview.o"
|
|
@echo "... splitview.i"
|
|
@echo "... splitview.s"
|
|
@echo "... wave.o"
|
|
@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 /home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/glfw-3.3.8/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|