You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
5.0KB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "MSYS Makefiles" Generator, CMake Version 3.11
  3. # Delete rule output on recipe failure.
  4. .DELETE_ON_ERROR:
  5. #=============================================================================
  6. # Special targets provided by cmake.
  7. # Disable implicit rules so canonical targets will work.
  8. .SUFFIXES:
  9. # Remove some rules from gmake that .SUFFIXES does not remove.
  10. SUFFIXES =
  11. .SUFFIXES: .hpux_make_needs_suffix_list
  12. # Suppress display of executed commands.
  13. $(VERBOSE).SILENT:
  14. # A target that is always out of date.
  15. cmake_force:
  16. .PHONY : cmake_force
  17. #=============================================================================
  18. # Set environment variables for the build.
  19. # The shell in which to execute make rules.
  20. SHELL = /bin/sh
  21. # The CMake executable.
  22. CMAKE_COMMAND = /C/msys64/mingw64/bin/cmake.exe
  23. # The command to remove a file.
  24. RM = /C/msys64/mingw64/bin/cmake.exe -E remove -f
  25. # Escaping for special characters.
  26. EQUALS = =
  27. # The top-level source directory on which CMake was run.
  28. CMAKE_SOURCE_DIR = /F/git/Rack/dep/glew-2.1.0/build/cmake
  29. # The top-level build directory on which CMake was run.
  30. CMAKE_BINARY_DIR = /F/git/Rack/dep/glew-2.1.0/build
  31. # Include any dependencies generated for this target.
  32. include CMakeFiles/glew.dir/depend.make
  33. # Include the progress variables for this target.
  34. include CMakeFiles/glew.dir/progress.make
  35. # Include the compile flags for this target's objects.
  36. include CMakeFiles/glew.dir/flags.make
  37. CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj: CMakeFiles/glew.dir/flags.make
  38. CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj: F:/git/Rack/dep/glew-2.1.0/src/glew.c
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/F/git/Rack/dep/glew-2.1.0/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj"
  40. /C/msys64/mingw64/bin/gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj -c /F/git/Rack/dep/glew-2.1.0/src/glew.c
  41. CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.i: cmake_force
  42. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.i"
  43. /C/msys64/mingw64/bin/gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /F/git/Rack/dep/glew-2.1.0/src/glew.c > CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.i
  44. CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.s: cmake_force
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.s"
  46. /C/msys64/mingw64/bin/gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /F/git/Rack/dep/glew-2.1.0/src/glew.c -o CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.s
  47. CMakeFiles/glew.dir/glew.rc.obj: CMakeFiles/glew.dir/flags.make
  48. CMakeFiles/glew.dir/glew.rc.obj: glew.rc
  49. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/F/git/Rack/dep/glew-2.1.0/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building RC object CMakeFiles/glew.dir/glew.rc.obj"
  50. /C/msys64/mingw64/bin/windres.exe -O coff $(RC_DEFINES) $(RC_INCLUDES) $(RC_FLAGS) /F/git/Rack/dep/glew-2.1.0/build/glew.rc CMakeFiles/glew.dir/glew.rc.obj
  51. # Object files for target glew
  52. glew_OBJECTS = \
  53. "CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj" \
  54. "CMakeFiles/glew.dir/glew.rc.obj"
  55. # External object files for target glew
  56. glew_EXTERNAL_OBJECTS =
  57. bin/glew32.dll: CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj
  58. bin/glew32.dll: CMakeFiles/glew.dir/glew.rc.obj
  59. bin/glew32.dll: CMakeFiles/glew.dir/build.make
  60. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/F/git/Rack/dep/glew-2.1.0/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C shared library bin/glew32.dll"
  61. /C/msys64/mingw64/bin/cmake.exe -E remove -f CMakeFiles/glew.dir/objects.a
  62. /C/msys64/mingw64/bin/ar.exe cr CMakeFiles/glew.dir/objects.a $(glew_OBJECTS) $(glew_EXTERNAL_OBJECTS)
  63. /C/msys64/mingw64/bin/gcc.exe -g -O3 -march=nocona -O3 -DNDEBUG -shared -o bin/glew32.dll -Wl,--out-implib,lib/libglew32.dll.a -Wl,--major-image-version,2,--minor-image-version,1 -Wl,--whole-archive CMakeFiles/glew.dir/objects.a -Wl,--no-whole-archive -nostdlib -lopengl32 -lglu32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
  64. # Rule to build all files generated by this target.
  65. CMakeFiles/glew.dir/build: bin/glew32.dll
  66. .PHONY : CMakeFiles/glew.dir/build
  67. CMakeFiles/glew.dir/clean:
  68. $(CMAKE_COMMAND) -P CMakeFiles/glew.dir/cmake_clean.cmake
  69. .PHONY : CMakeFiles/glew.dir/clean
  70. CMakeFiles/glew.dir/depend:
  71. $(CMAKE_COMMAND) -E cmake_depends "MSYS Makefiles" /F/git/Rack/dep/glew-2.1.0/build/cmake /F/git/Rack/dep/glew-2.1.0/build/cmake /F/git/Rack/dep/glew-2.1.0/build /F/git/Rack/dep/glew-2.1.0/build /F/git/Rack/dep/glew-2.1.0/build/CMakeFiles/glew.dir/DependInfo.cmake --color=$(COLOR)
  72. .PHONY : CMakeFiles/glew.dir/depend