libraries/libnx/build/cmake/Makefile

313 lines
8.7 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# 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/antifallobst/code/projects/noxos/libnx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/antifallobst/code/projects/noxos/libnx/build/cmake
#=============================================================================
# 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
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/antifallobst/code/projects/noxos/libnx/build/cmake/CMakeFiles /home/antifallobst/code/projects/noxos/libnx/build/cmake//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/antifallobst/code/projects/noxos/libnx/build/cmake/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named libnx
# Build rule for target.
libnx: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libnx
.PHONY : libnx
# fast build rule for target.
libnx/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/build
.PHONY : libnx/fast
#=============================================================================
# Target rules for targets named libnx_asm
# Build rule for target.
libnx_asm: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libnx_asm
.PHONY : libnx_asm
# fast build rule for target.
libnx_asm/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx_asm.dir/build.make CMakeFiles/libnx_asm.dir/build
.PHONY : libnx_asm/fast
src/asm/syscall.o: src/asm/syscall.asm.o
.PHONY : src/asm/syscall.o
# target to build an object file
src/asm/syscall.asm.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx_asm.dir/build.make CMakeFiles/libnx_asm.dir/src/asm/syscall.asm.o
.PHONY : src/asm/syscall.asm.o
src/libc.o: src/libc.c.o
.PHONY : src/libc.o
# target to build an object file
src/libc.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/libc.c.o
.PHONY : src/libc.c.o
src/libc.i: src/libc.c.i
.PHONY : src/libc.i
# target to preprocess a source file
src/libc.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/libc.c.i
.PHONY : src/libc.c.i
src/libc.s: src/libc.c.s
.PHONY : src/libc.s
# target to generate assembly for a file
src/libc.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/libc.c.s
.PHONY : src/libc.c.s
src/math.o: src/math.c.o
.PHONY : src/math.o
# target to build an object file
src/math.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/math.c.o
.PHONY : src/math.c.o
src/math.i: src/math.c.i
.PHONY : src/math.i
# target to preprocess a source file
src/math.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/math.c.i
.PHONY : src/math.c.i
src/math.s: src/math.c.s
.PHONY : src/math.s
# target to generate assembly for a file
src/math.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/math.c.s
.PHONY : src/math.c.s
src/memory.o: src/memory.c.o
.PHONY : src/memory.o
# target to build an object file
src/memory.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/memory.c.o
.PHONY : src/memory.c.o
src/memory.i: src/memory.c.i
.PHONY : src/memory.i
# target to preprocess a source file
src/memory.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/memory.c.i
.PHONY : src/memory.c.i
src/memory.s: src/memory.c.s
.PHONY : src/memory.s
# target to generate assembly for a file
src/memory.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/memory.c.s
.PHONY : src/memory.c.s
src/stdio.o: src/stdio.c.o
.PHONY : src/stdio.o
# target to build an object file
src/stdio.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/stdio.c.o
.PHONY : src/stdio.c.o
src/stdio.i: src/stdio.c.i
.PHONY : src/stdio.i
# target to preprocess a source file
src/stdio.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/stdio.c.i
.PHONY : src/stdio.c.i
src/stdio.s: src/stdio.c.s
.PHONY : src/stdio.s
# target to generate assembly for a file
src/stdio.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/stdio.c.s
.PHONY : src/stdio.c.s
src/string.o: src/string.c.o
.PHONY : src/string.o
# target to build an object file
src/string.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/string.c.o
.PHONY : src/string.c.o
src/string.i: src/string.c.i
.PHONY : src/string.i
# target to preprocess a source file
src/string.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/string.c.i
.PHONY : src/string.c.i
src/string.s: src/string.c.s
.PHONY : src/string.s
# target to generate assembly for a file
src/string.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/libnx.dir/build.make CMakeFiles/libnx.dir/src/string.c.s
.PHONY : src/string.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 "... rebuild_cache"
@echo "... libnx"
@echo "... libnx_asm"
@echo "... src/asm/syscall.o"
@echo "... src/libc.o"
@echo "... src/libc.i"
@echo "... src/libc.s"
@echo "... src/math.o"
@echo "... src/math.i"
@echo "... src/math.s"
@echo "... src/memory.o"
@echo "... src/memory.i"
@echo "... src/memory.s"
@echo "... src/stdio.o"
@echo "... src/stdio.i"
@echo "... src/stdio.s"
@echo "... src/string.o"
@echo "... src/string.i"
@echo "... src/string.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system