1
0
Fork 0
mirror of https://github.com/gwm17/SabreRecon.git synced 2026-04-01 08:15:05 -04:00
SabreRecon/build/src/CalDict/Makefile
2022-06-01 09:42:29 -04:00

225 lines
7.4 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
# 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/local/Cellar/cmake/3.23.2/bin/cmake
# The command to remove a file.
RM = /usr/local/Cellar/cmake/3.23.2/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/gordon/SabreRecon
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/gordon/SabreRecon/build
#=============================================================================
# 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/local/Cellar/cmake/3.23.2/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/local/Cellar/cmake/3.23.2/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
cd /Users/gordon/SabreRecon/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/gordon/SabreRecon/build/CMakeFiles /Users/gordon/SabreRecon/build/src/CalDict//CMakeFiles/progress.marks
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CalDict/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/gordon/SabreRecon/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CalDict/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CalDict/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CalDict/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/gordon/SabreRecon/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
src/CalDict/CMakeFiles/CalDict.dir/rule:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CalDict/CMakeFiles/CalDict.dir/rule
.PHONY : src/CalDict/CMakeFiles/CalDict.dir/rule
# Convenience name for target.
CalDict: src/CalDict/CMakeFiles/CalDict.dir/rule
.PHONY : CalDict
# fast build rule for target.
CalDict/fast:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/CalDict.dir/build.make src/CalDict/CMakeFiles/CalDict.dir/build
.PHONY : CalDict/fast
# Convenience name for target.
src/CalDict/CMakeFiles/cal_dict.dir/rule:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CalDict/CMakeFiles/cal_dict.dir/rule
.PHONY : src/CalDict/CMakeFiles/cal_dict.dir/rule
# Convenience name for target.
cal_dict: src/CalDict/CMakeFiles/cal_dict.dir/rule
.PHONY : cal_dict
# fast build rule for target.
cal_dict/fast:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/cal_dict.dir/build.make src/CalDict/CMakeFiles/cal_dict.dir/build
.PHONY : cal_dict/fast
DataStructs.o: DataStructs.cpp.o
.PHONY : DataStructs.o
# target to build an object file
DataStructs.cpp.o:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/CalDict.dir/build.make src/CalDict/CMakeFiles/CalDict.dir/DataStructs.cpp.o
.PHONY : DataStructs.cpp.o
DataStructs.i: DataStructs.cpp.i
.PHONY : DataStructs.i
# target to preprocess a source file
DataStructs.cpp.i:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/CalDict.dir/build.make src/CalDict/CMakeFiles/CalDict.dir/DataStructs.cpp.i
.PHONY : DataStructs.cpp.i
DataStructs.s: DataStructs.cpp.s
.PHONY : DataStructs.s
# target to generate assembly for a file
DataStructs.cpp.s:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/CalDict.dir/build.make src/CalDict/CMakeFiles/CalDict.dir/DataStructs.cpp.s
.PHONY : DataStructs.cpp.s
cal_dict.o: cal_dict.cxx.o
.PHONY : cal_dict.o
# target to build an object file
cal_dict.cxx.o:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/cal_dict.dir/build.make src/CalDict/CMakeFiles/cal_dict.dir/cal_dict.cxx.o
.PHONY : cal_dict.cxx.o
cal_dict.i: cal_dict.cxx.i
.PHONY : cal_dict.i
# target to preprocess a source file
cal_dict.cxx.i:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/cal_dict.dir/build.make src/CalDict/CMakeFiles/cal_dict.dir/cal_dict.cxx.i
.PHONY : cal_dict.cxx.i
cal_dict.s: cal_dict.cxx.s
.PHONY : cal_dict.s
# target to generate assembly for a file
cal_dict.cxx.s:
cd /Users/gordon/SabreRecon/build && $(MAKE) $(MAKESILENT) -f src/CalDict/CMakeFiles/cal_dict.dir/build.make src/CalDict/CMakeFiles/cal_dict.dir/cal_dict.cxx.s
.PHONY : cal_dict.cxx.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 "... CalDict"
@echo "... cal_dict"
@echo "... DataStructs.o"
@echo "... DataStructs.i"
@echo "... DataStructs.s"
@echo "... cal_dict.o"
@echo "... cal_dict.i"
@echo "... cal_dict.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 /Users/gordon/SabreRecon/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system