mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
<feat: New project structure>
<feat: New release>
This commit is contained in:
243
gui/windows/cmake-build-debug/plugins/flutter_acrylic/Makefile
Normal file
243
gui/windows/cmake-build-debug/plugins/flutter_acrylic/Makefile
Normal file
@@ -0,0 +1,243 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "NMake Makefiles" Generator, CMake Version 3.17
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
.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.
|
||||
|
||||
!IF "$(OS)" == "Windows_NT"
|
||||
NULL=
|
||||
!ELSE
|
||||
NULL=nul
|
||||
!ENDIF
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\bin\cmake.exe" -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
echo >nul && "C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\bin\cmake.exe" --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 install/local
|
||||
install\local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
echo >nul && "C:\Program Files\JetBrains\CLion 2020.2.4\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..."
|
||||
echo >nul && "C:\Program Files\JetBrains\CLion 2020.2.4\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..."
|
||||
echo >nul && "C:\Program Files\JetBrains\CLion 2020.2.4\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..."
|
||||
echo >nul && "C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\bin\cmake.exe" -P cmake_install.cmake
|
||||
.PHONY : install\fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
echo >nul && "C:\Program Files\JetBrains\CLion 2020.2.4\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 list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Runtime\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components\fast: list_install_components
|
||||
|
||||
.PHONY : list_install_components\fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic\CMakeFiles\progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\all
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\clean
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean\fast: clean
|
||||
|
||||
.PHONY : clean\fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\preinstall
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall\fast:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\preinstall
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : preinstall\fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\rule:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\rule
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\rule
|
||||
|
||||
# Convenience name for target.
|
||||
flutter_acrylic_plugin: plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\rule
|
||||
|
||||
.PHONY : flutter_acrylic_plugin
|
||||
|
||||
# fast build rule for target.
|
||||
flutter_acrylic_plugin\fast:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\build.make /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\build
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : flutter_acrylic_plugin\fast
|
||||
|
||||
flutter_acrylic_plugin.obj: flutter_acrylic_plugin.cpp.obj
|
||||
|
||||
.PHONY : flutter_acrylic_plugin.obj
|
||||
|
||||
# target to build an object file
|
||||
flutter_acrylic_plugin.cpp.obj:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\build.make /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\flutter_acrylic_plugin.cpp.obj
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : flutter_acrylic_plugin.cpp.obj
|
||||
|
||||
flutter_acrylic_plugin.i: flutter_acrylic_plugin.cpp.i
|
||||
|
||||
.PHONY : flutter_acrylic_plugin.i
|
||||
|
||||
# target to preprocess a source file
|
||||
flutter_acrylic_plugin.cpp.i:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\build.make /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\flutter_acrylic_plugin.cpp.i
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : flutter_acrylic_plugin.cpp.i
|
||||
|
||||
flutter_acrylic_plugin.s: flutter_acrylic_plugin.cpp.s
|
||||
|
||||
.PHONY : flutter_acrylic_plugin.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
flutter_acrylic_plugin.cpp.s:
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(MAKE) $(MAKESILENT) -f plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\build.make /nologo -$(MAKEFLAGS) plugins\flutter_acrylic\CMakeFiles\flutter_acrylic_plugin.dir\flutter_acrylic_plugin.cpp.s
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : flutter_acrylic_plugin.cpp.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 ... list_install_components
|
||||
@echo ... rebuild_cache
|
||||
@echo ... flutter_acrylic_plugin
|
||||
@echo ... flutter_acrylic_plugin.obj
|
||||
@echo ... flutter_acrylic_plugin.i
|
||||
@echo ... flutter_acrylic_plugin.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 C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||||
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\plugins\flutter_acrylic
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
Reference in New Issue
Block a user