351 lines
11 KiB
Makefile
351 lines
11 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|
|
|
# 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:
|
|
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
SUFFIXES =
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
|
|
# 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 remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/julian/AirplayServer
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/julian/AirplayServer/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/bin/ccmake -H$(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 install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/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 -H$(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 list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
|
|
.PHONY : list_install_components/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..."
|
|
/usr/bin/cmake -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..."
|
|
/usr/bin/cmake -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..."
|
|
/usr/bin/cmake -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..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles /home/julian/AirplayServer/build/lib/playfair/CMakeFiles/progress.marks
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/playfair/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/playfair/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/playfair/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/playfair/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
lib/playfair/CMakeFiles/playfair.dir/rule:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/playfair/CMakeFiles/playfair.dir/rule
|
|
.PHONY : lib/playfair/CMakeFiles/playfair.dir/rule
|
|
|
|
# Convenience name for target.
|
|
playfair: lib/playfair/CMakeFiles/playfair.dir/rule
|
|
|
|
.PHONY : playfair
|
|
|
|
# fast build rule for target.
|
|
playfair/fast:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/build
|
|
.PHONY : playfair/fast
|
|
|
|
hand_garble.o: hand_garble.c.o
|
|
|
|
.PHONY : hand_garble.o
|
|
|
|
# target to build an object file
|
|
hand_garble.c.o:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/hand_garble.c.o
|
|
.PHONY : hand_garble.c.o
|
|
|
|
hand_garble.i: hand_garble.c.i
|
|
|
|
.PHONY : hand_garble.i
|
|
|
|
# target to preprocess a source file
|
|
hand_garble.c.i:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/hand_garble.c.i
|
|
.PHONY : hand_garble.c.i
|
|
|
|
hand_garble.s: hand_garble.c.s
|
|
|
|
.PHONY : hand_garble.s
|
|
|
|
# target to generate assembly for a file
|
|
hand_garble.c.s:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/hand_garble.c.s
|
|
.PHONY : hand_garble.c.s
|
|
|
|
modified_md5.o: modified_md5.c.o
|
|
|
|
.PHONY : modified_md5.o
|
|
|
|
# target to build an object file
|
|
modified_md5.c.o:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/modified_md5.c.o
|
|
.PHONY : modified_md5.c.o
|
|
|
|
modified_md5.i: modified_md5.c.i
|
|
|
|
.PHONY : modified_md5.i
|
|
|
|
# target to preprocess a source file
|
|
modified_md5.c.i:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/modified_md5.c.i
|
|
.PHONY : modified_md5.c.i
|
|
|
|
modified_md5.s: modified_md5.c.s
|
|
|
|
.PHONY : modified_md5.s
|
|
|
|
# target to generate assembly for a file
|
|
modified_md5.c.s:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/modified_md5.c.s
|
|
.PHONY : modified_md5.c.s
|
|
|
|
omg_hax.o: omg_hax.c.o
|
|
|
|
.PHONY : omg_hax.o
|
|
|
|
# target to build an object file
|
|
omg_hax.c.o:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/omg_hax.c.o
|
|
.PHONY : omg_hax.c.o
|
|
|
|
omg_hax.i: omg_hax.c.i
|
|
|
|
.PHONY : omg_hax.i
|
|
|
|
# target to preprocess a source file
|
|
omg_hax.c.i:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/omg_hax.c.i
|
|
.PHONY : omg_hax.c.i
|
|
|
|
omg_hax.s: omg_hax.c.s
|
|
|
|
.PHONY : omg_hax.s
|
|
|
|
# target to generate assembly for a file
|
|
omg_hax.c.s:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/omg_hax.c.s
|
|
.PHONY : omg_hax.c.s
|
|
|
|
playfair.o: playfair.c.o
|
|
|
|
.PHONY : playfair.o
|
|
|
|
# target to build an object file
|
|
playfair.c.o:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/playfair.c.o
|
|
.PHONY : playfair.c.o
|
|
|
|
playfair.i: playfair.c.i
|
|
|
|
.PHONY : playfair.i
|
|
|
|
# target to preprocess a source file
|
|
playfair.c.i:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/playfair.c.i
|
|
.PHONY : playfair.c.i
|
|
|
|
playfair.s: playfair.c.s
|
|
|
|
.PHONY : playfair.s
|
|
|
|
# target to generate assembly for a file
|
|
playfair.c.s:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/playfair.c.s
|
|
.PHONY : playfair.c.s
|
|
|
|
sap_hash.o: sap_hash.c.o
|
|
|
|
.PHONY : sap_hash.o
|
|
|
|
# target to build an object file
|
|
sap_hash.c.o:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/sap_hash.c.o
|
|
.PHONY : sap_hash.c.o
|
|
|
|
sap_hash.i: sap_hash.c.i
|
|
|
|
.PHONY : sap_hash.i
|
|
|
|
# target to preprocess a source file
|
|
sap_hash.c.i:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/sap_hash.c.i
|
|
.PHONY : sap_hash.c.i
|
|
|
|
sap_hash.s: sap_hash.c.s
|
|
|
|
.PHONY : sap_hash.s
|
|
|
|
# target to generate assembly for a file
|
|
sap_hash.c.s:
|
|
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/sap_hash.c.s
|
|
.PHONY : sap_hash.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 "... install/strip"
|
|
@echo "... playfair"
|
|
@echo "... rebuild_cache"
|
|
@echo "... list_install_components"
|
|
@echo "... install/local"
|
|
@echo "... install"
|
|
@echo "... hand_garble.o"
|
|
@echo "... hand_garble.i"
|
|
@echo "... hand_garble.s"
|
|
@echo "... modified_md5.o"
|
|
@echo "... modified_md5.i"
|
|
@echo "... modified_md5.s"
|
|
@echo "... omg_hax.o"
|
|
@echo "... omg_hax.i"
|
|
@echo "... omg_hax.s"
|
|
@echo "... playfair.o"
|
|
@echo "... playfair.i"
|
|
@echo "... playfair.s"
|
|
@echo "... sap_hash.o"
|
|
@echo "... sap_hash.i"
|
|
@echo "... sap_hash.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 /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|