500 lines
16 KiB
Makefile
500 lines
16 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
|
|
|
|
# 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.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/local/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/local/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/michael/Documents/School/CSCI3081/libSimpleGraphics
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/michael/Documents/School/CSCI3081/libSimpleGraphics/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/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/local/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/local/bin/cmake -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..."
|
|
/usr/local/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/local/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/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 rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/local/bin/cmake -H$(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 edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
/usr/local/bin/ccmake -H$(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
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/michael/Documents/School/CSCI3081/libSimpleGraphics/build/CMakeFiles /home/michael/Documents/School/CSCI3081/libSimpleGraphics/build/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/michael/Documents/School/CSCI3081/libSimpleGraphics/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple_graphics
|
|
|
|
# Build rule for target.
|
|
simple_graphics: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 simple_graphics
|
|
.PHONY : simple_graphics
|
|
|
|
# fast build rule for target.
|
|
simple_graphics/fast:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/build
|
|
.PHONY : simple_graphics/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TestCircles
|
|
|
|
# Build rule for target.
|
|
TestCircles: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 TestCircles
|
|
.PHONY : TestCircles
|
|
|
|
# fast build rule for target.
|
|
TestCircles/fast:
|
|
$(MAKE) -f CMakeFiles/TestCircles.dir/build.make CMakeFiles/TestCircles.dir/build
|
|
.PHONY : TestCircles/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TestBlankWindow
|
|
|
|
# Build rule for target.
|
|
TestBlankWindow: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 TestBlankWindow
|
|
.PHONY : TestBlankWindow
|
|
|
|
# fast build rule for target.
|
|
TestBlankWindow/fast:
|
|
$(MAKE) -f CMakeFiles/TestBlankWindow.dir/build.make CMakeFiles/TestBlankWindow.dir/build
|
|
.PHONY : TestBlankWindow/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example2
|
|
|
|
# Build rule for target.
|
|
example2: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 example2
|
|
.PHONY : example2
|
|
|
|
# fast build rule for target.
|
|
example2/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/example2.dir/build.make ext/nanogui/CMakeFiles/example2.dir/build
|
|
.PHONY : example2/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example1
|
|
|
|
# Build rule for target.
|
|
example1: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 example1
|
|
.PHONY : example1
|
|
|
|
# fast build rule for target.
|
|
example1/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/example1.dir/build.make ext/nanogui/CMakeFiles/example1.dir/build
|
|
.PHONY : example1/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named nanogui-obj
|
|
|
|
# Build rule for target.
|
|
nanogui-obj: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 nanogui-obj
|
|
.PHONY : nanogui-obj
|
|
|
|
# fast build rule for target.
|
|
nanogui-obj/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/nanogui-obj.dir/build.make ext/nanogui/CMakeFiles/nanogui-obj.dir/build
|
|
.PHONY : nanogui-obj/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example3
|
|
|
|
# Build rule for target.
|
|
example3: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 example3
|
|
.PHONY : example3
|
|
|
|
# fast build rule for target.
|
|
example3/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/example3.dir/build.make ext/nanogui/CMakeFiles/example3.dir/build
|
|
.PHONY : example3/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named nanogui
|
|
|
|
# Build rule for target.
|
|
nanogui: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 nanogui
|
|
.PHONY : nanogui
|
|
|
|
# fast build rule for target.
|
|
nanogui/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/nanogui.dir/build.make ext/nanogui/CMakeFiles/nanogui.dir/build
|
|
.PHONY : nanogui/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example_icons
|
|
|
|
# Build rule for target.
|
|
example_icons: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 example_icons
|
|
.PHONY : example_icons
|
|
|
|
# fast build rule for target.
|
|
example_icons/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/example_icons.dir/build.make ext/nanogui/CMakeFiles/example_icons.dir/build
|
|
.PHONY : example_icons/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named example4
|
|
|
|
# Build rule for target.
|
|
example4: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 example4
|
|
.PHONY : example4
|
|
|
|
# fast build rule for target.
|
|
example4/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/example4.dir/build.make ext/nanogui/CMakeFiles/example4.dir/build
|
|
.PHONY : example4/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named nanogui-python
|
|
|
|
# Build rule for target.
|
|
nanogui-python: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 nanogui-python
|
|
.PHONY : nanogui-python
|
|
|
|
# fast build rule for target.
|
|
nanogui-python/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/nanogui-python.dir/build.make ext/nanogui/CMakeFiles/nanogui-python.dir/build
|
|
.PHONY : nanogui-python/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named nanogui-python-obj
|
|
|
|
# Build rule for target.
|
|
nanogui-python-obj: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 nanogui-python-obj
|
|
.PHONY : nanogui-python-obj
|
|
|
|
# fast build rule for target.
|
|
nanogui-python-obj/fast:
|
|
$(MAKE) -f ext/nanogui/CMakeFiles/nanogui-python-obj.dir/build.make ext/nanogui/CMakeFiles/nanogui-python-obj.dir/build
|
|
.PHONY : nanogui-python-obj/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named glfw_objects
|
|
|
|
# Build rule for target.
|
|
glfw_objects: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 glfw_objects
|
|
.PHONY : glfw_objects
|
|
|
|
# fast build rule for target.
|
|
glfw_objects/fast:
|
|
$(MAKE) -f ext/nanogui/ext_build/glfw/src/CMakeFiles/glfw_objects.dir/build.make ext/nanogui/ext_build/glfw/src/CMakeFiles/glfw_objects.dir/build
|
|
.PHONY : glfw_objects/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named glfw
|
|
|
|
# Build rule for target.
|
|
glfw: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 glfw
|
|
.PHONY : glfw
|
|
|
|
# fast build rule for target.
|
|
glfw/fast:
|
|
$(MAKE) -f ext/nanogui/ext_build/glfw/src/CMakeFiles/glfw.dir/build.make ext/nanogui/ext_build/glfw/src/CMakeFiles/glfw.dir/build
|
|
.PHONY : glfw/fast
|
|
|
|
src/circle_viewer.o: src/circle_viewer.cc.o
|
|
|
|
.PHONY : src/circle_viewer.o
|
|
|
|
# target to build an object file
|
|
src/circle_viewer.cc.o:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/src/circle_viewer.cc.o
|
|
.PHONY : src/circle_viewer.cc.o
|
|
|
|
src/circle_viewer.i: src/circle_viewer.cc.i
|
|
|
|
.PHONY : src/circle_viewer.i
|
|
|
|
# target to preprocess a source file
|
|
src/circle_viewer.cc.i:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/src/circle_viewer.cc.i
|
|
.PHONY : src/circle_viewer.cc.i
|
|
|
|
src/circle_viewer.s: src/circle_viewer.cc.s
|
|
|
|
.PHONY : src/circle_viewer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/circle_viewer.cc.s:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/src/circle_viewer.cc.s
|
|
.PHONY : src/circle_viewer.cc.s
|
|
|
|
src/graphics_app.o: src/graphics_app.cc.o
|
|
|
|
.PHONY : src/graphics_app.o
|
|
|
|
# target to build an object file
|
|
src/graphics_app.cc.o:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/src/graphics_app.cc.o
|
|
.PHONY : src/graphics_app.cc.o
|
|
|
|
src/graphics_app.i: src/graphics_app.cc.i
|
|
|
|
.PHONY : src/graphics_app.i
|
|
|
|
# target to preprocess a source file
|
|
src/graphics_app.cc.i:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/src/graphics_app.cc.i
|
|
.PHONY : src/graphics_app.cc.i
|
|
|
|
src/graphics_app.s: src/graphics_app.cc.s
|
|
|
|
.PHONY : src/graphics_app.s
|
|
|
|
# target to generate assembly for a file
|
|
src/graphics_app.cc.s:
|
|
$(MAKE) -f CMakeFiles/simple_graphics.dir/build.make CMakeFiles/simple_graphics.dir/src/graphics_app.cc.s
|
|
.PHONY : src/graphics_app.cc.s
|
|
|
|
src/main-blankwindow.o: src/main-blankwindow.cc.o
|
|
|
|
.PHONY : src/main-blankwindow.o
|
|
|
|
# target to build an object file
|
|
src/main-blankwindow.cc.o:
|
|
$(MAKE) -f CMakeFiles/TestBlankWindow.dir/build.make CMakeFiles/TestBlankWindow.dir/src/main-blankwindow.cc.o
|
|
.PHONY : src/main-blankwindow.cc.o
|
|
|
|
src/main-blankwindow.i: src/main-blankwindow.cc.i
|
|
|
|
.PHONY : src/main-blankwindow.i
|
|
|
|
# target to preprocess a source file
|
|
src/main-blankwindow.cc.i:
|
|
$(MAKE) -f CMakeFiles/TestBlankWindow.dir/build.make CMakeFiles/TestBlankWindow.dir/src/main-blankwindow.cc.i
|
|
.PHONY : src/main-blankwindow.cc.i
|
|
|
|
src/main-blankwindow.s: src/main-blankwindow.cc.s
|
|
|
|
.PHONY : src/main-blankwindow.s
|
|
|
|
# target to generate assembly for a file
|
|
src/main-blankwindow.cc.s:
|
|
$(MAKE) -f CMakeFiles/TestBlankWindow.dir/build.make CMakeFiles/TestBlankWindow.dir/src/main-blankwindow.cc.s
|
|
.PHONY : src/main-blankwindow.cc.s
|
|
|
|
src/main-circleviewer.o: src/main-circleviewer.cc.o
|
|
|
|
.PHONY : src/main-circleviewer.o
|
|
|
|
# target to build an object file
|
|
src/main-circleviewer.cc.o:
|
|
$(MAKE) -f CMakeFiles/TestCircles.dir/build.make CMakeFiles/TestCircles.dir/src/main-circleviewer.cc.o
|
|
.PHONY : src/main-circleviewer.cc.o
|
|
|
|
src/main-circleviewer.i: src/main-circleviewer.cc.i
|
|
|
|
.PHONY : src/main-circleviewer.i
|
|
|
|
# target to preprocess a source file
|
|
src/main-circleviewer.cc.i:
|
|
$(MAKE) -f CMakeFiles/TestCircles.dir/build.make CMakeFiles/TestCircles.dir/src/main-circleviewer.cc.i
|
|
.PHONY : src/main-circleviewer.cc.i
|
|
|
|
src/main-circleviewer.s: src/main-circleviewer.cc.s
|
|
|
|
.PHONY : src/main-circleviewer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/main-circleviewer.cc.s:
|
|
$(MAKE) -f CMakeFiles/TestCircles.dir/build.make CMakeFiles/TestCircles.dir/src/main-circleviewer.cc.s
|
|
.PHONY : src/main-circleviewer.cc.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 "... install/strip"
|
|
@echo "... install/local"
|
|
@echo "... install"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... simple_graphics"
|
|
@echo "... TestCircles"
|
|
@echo "... TestBlankWindow"
|
|
@echo "... edit_cache"
|
|
@echo "... example2"
|
|
@echo "... example1"
|
|
@echo "... nanogui-obj"
|
|
@echo "... example3"
|
|
@echo "... nanogui"
|
|
@echo "... example_icons"
|
|
@echo "... example4"
|
|
@echo "... nanogui-python"
|
|
@echo "... nanogui-python-obj"
|
|
@echo "... glfw_objects"
|
|
@echo "... glfw"
|
|
@echo "... src/circle_viewer.o"
|
|
@echo "... src/circle_viewer.i"
|
|
@echo "... src/circle_viewer.s"
|
|
@echo "... src/graphics_app.o"
|
|
@echo "... src/graphics_app.i"
|
|
@echo "... src/graphics_app.s"
|
|
@echo "... src/main-blankwindow.o"
|
|
@echo "... src/main-blankwindow.i"
|
|
@echo "... src/main-blankwindow.s"
|
|
@echo "... src/main-circleviewer.o"
|
|
@echo "... src/main-circleviewer.i"
|
|
@echo "... src/main-circleviewer.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:
|
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|