dehydrate/build/Makefile
Your Name 4b8ad231ff .
2025-05-17 08:37:52 +12:00

263 lines
7.5 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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/j/code/dehydrate
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/j/code/dehydrate/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -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 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/j/code/dehydrate/build/CMakeFiles /home/j/code/dehydrate/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/j/code/dehydrate/build/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 dehydrate
# Build rule for target.
dehydrate: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dehydrate
.PHONY : dehydrate
# fast build rule for target.
dehydrate/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/build
.PHONY : dehydrate/fast
src/argparse.o: src/argparse.cpp.o
.PHONY : src/argparse.o
# target to build an object file
src/argparse.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/argparse.cpp.o
.PHONY : src/argparse.cpp.o
src/argparse.i: src/argparse.cpp.i
.PHONY : src/argparse.i
# target to preprocess a source file
src/argparse.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/argparse.cpp.i
.PHONY : src/argparse.cpp.i
src/argparse.s: src/argparse.cpp.s
.PHONY : src/argparse.s
# target to generate assembly for a file
src/argparse.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/argparse.cpp.s
.PHONY : src/argparse.cpp.s
src/generator.o: src/generator.cpp.o
.PHONY : src/generator.o
# target to build an object file
src/generator.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/generator.cpp.o
.PHONY : src/generator.cpp.o
src/generator.i: src/generator.cpp.i
.PHONY : src/generator.i
# target to preprocess a source file
src/generator.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/generator.cpp.i
.PHONY : src/generator.cpp.i
src/generator.s: src/generator.cpp.s
.PHONY : src/generator.s
# target to generate assembly for a file
src/generator.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/generator.cpp.s
.PHONY : src/generator.cpp.s
src/hash.o: src/hash.cpp.o
.PHONY : src/hash.o
# target to build an object file
src/hash.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/hash.cpp.o
.PHONY : src/hash.cpp.o
src/hash.i: src/hash.cpp.i
.PHONY : src/hash.i
# target to preprocess a source file
src/hash.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/hash.cpp.i
.PHONY : src/hash.cpp.i
src/hash.s: src/hash.cpp.s
.PHONY : src/hash.s
# target to generate assembly for a file
src/hash.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/hash.cpp.s
.PHONY : src/hash.cpp.s
src/main.o: src/main.cpp.o
.PHONY : src/main.o
# target to build an object file
src/main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/main.cpp.o
.PHONY : src/main.cpp.o
src/main.i: src/main.cpp.i
.PHONY : src/main.i
# target to preprocess a source file
src/main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/main.cpp.i
.PHONY : src/main.cpp.i
src/main.s: src/main.cpp.s
.PHONY : src/main.s
# target to generate assembly for a file
src/main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/dehydrate.dir/build.make CMakeFiles/dehydrate.dir/src/main.cpp.s
.PHONY : src/main.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 "... rebuild_cache"
@echo "... dehydrate"
@echo "... src/argparse.o"
@echo "... src/argparse.i"
@echo "... src/argparse.s"
@echo "... src/generator.o"
@echo "... src/generator.i"
@echo "... src/generator.s"
@echo "... src/hash.o"
@echo "... src/hash.i"
@echo "... src/hash.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.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