741 lines
21 KiB
Makefile
741 lines
21 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/UxPlay
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/julian/UxPlay/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# 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 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 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 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 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/UxPlay/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles /home/julian/UxPlay/build/lib/CMakeFiles/progress.marks
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/julian/UxPlay/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/CMakeFiles/airplay.dir/rule:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/CMakeFiles/airplay.dir/rule
|
|
.PHONY : lib/CMakeFiles/airplay.dir/rule
|
|
|
|
# Convenience name for target.
|
|
airplay: lib/CMakeFiles/airplay.dir/rule
|
|
|
|
.PHONY : airplay
|
|
|
|
# fast build rule for target.
|
|
airplay/fast:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/build
|
|
.PHONY : airplay/fast
|
|
|
|
byteutils.o: byteutils.c.o
|
|
|
|
.PHONY : byteutils.o
|
|
|
|
# target to build an object file
|
|
byteutils.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.o
|
|
.PHONY : byteutils.c.o
|
|
|
|
byteutils.i: byteutils.c.i
|
|
|
|
.PHONY : byteutils.i
|
|
|
|
# target to preprocess a source file
|
|
byteutils.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.i
|
|
.PHONY : byteutils.c.i
|
|
|
|
byteutils.s: byteutils.c.s
|
|
|
|
.PHONY : byteutils.s
|
|
|
|
# target to generate assembly for a file
|
|
byteutils.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.s
|
|
.PHONY : byteutils.c.s
|
|
|
|
crypto.o: crypto.c.o
|
|
|
|
.PHONY : crypto.o
|
|
|
|
# target to build an object file
|
|
crypto.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.o
|
|
.PHONY : crypto.c.o
|
|
|
|
crypto.i: crypto.c.i
|
|
|
|
.PHONY : crypto.i
|
|
|
|
# target to preprocess a source file
|
|
crypto.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.i
|
|
.PHONY : crypto.c.i
|
|
|
|
crypto.s: crypto.c.s
|
|
|
|
.PHONY : crypto.s
|
|
|
|
# target to generate assembly for a file
|
|
crypto.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.s
|
|
.PHONY : crypto.c.s
|
|
|
|
dnssd.o: dnssd.c.o
|
|
|
|
.PHONY : dnssd.o
|
|
|
|
# target to build an object file
|
|
dnssd.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.o
|
|
.PHONY : dnssd.c.o
|
|
|
|
dnssd.i: dnssd.c.i
|
|
|
|
.PHONY : dnssd.i
|
|
|
|
# target to preprocess a source file
|
|
dnssd.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.i
|
|
.PHONY : dnssd.c.i
|
|
|
|
dnssd.s: dnssd.c.s
|
|
|
|
.PHONY : dnssd.s
|
|
|
|
# target to generate assembly for a file
|
|
dnssd.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.s
|
|
.PHONY : dnssd.c.s
|
|
|
|
fairplay_playfair.o: fairplay_playfair.c.o
|
|
|
|
.PHONY : fairplay_playfair.o
|
|
|
|
# target to build an object file
|
|
fairplay_playfair.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o
|
|
.PHONY : fairplay_playfair.c.o
|
|
|
|
fairplay_playfair.i: fairplay_playfair.c.i
|
|
|
|
.PHONY : fairplay_playfair.i
|
|
|
|
# target to preprocess a source file
|
|
fairplay_playfair.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.i
|
|
.PHONY : fairplay_playfair.c.i
|
|
|
|
fairplay_playfair.s: fairplay_playfair.c.s
|
|
|
|
.PHONY : fairplay_playfair.s
|
|
|
|
# target to generate assembly for a file
|
|
fairplay_playfair.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.s
|
|
.PHONY : fairplay_playfair.c.s
|
|
|
|
http_parser.o: http_parser.c.o
|
|
|
|
.PHONY : http_parser.o
|
|
|
|
# target to build an object file
|
|
http_parser.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.o
|
|
.PHONY : http_parser.c.o
|
|
|
|
http_parser.i: http_parser.c.i
|
|
|
|
.PHONY : http_parser.i
|
|
|
|
# target to preprocess a source file
|
|
http_parser.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.i
|
|
.PHONY : http_parser.c.i
|
|
|
|
http_parser.s: http_parser.c.s
|
|
|
|
.PHONY : http_parser.s
|
|
|
|
# target to generate assembly for a file
|
|
http_parser.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.s
|
|
.PHONY : http_parser.c.s
|
|
|
|
http_request.o: http_request.c.o
|
|
|
|
.PHONY : http_request.o
|
|
|
|
# target to build an object file
|
|
http_request.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.o
|
|
.PHONY : http_request.c.o
|
|
|
|
http_request.i: http_request.c.i
|
|
|
|
.PHONY : http_request.i
|
|
|
|
# target to preprocess a source file
|
|
http_request.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.i
|
|
.PHONY : http_request.c.i
|
|
|
|
http_request.s: http_request.c.s
|
|
|
|
.PHONY : http_request.s
|
|
|
|
# target to generate assembly for a file
|
|
http_request.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.s
|
|
.PHONY : http_request.c.s
|
|
|
|
http_response.o: http_response.c.o
|
|
|
|
.PHONY : http_response.o
|
|
|
|
# target to build an object file
|
|
http_response.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.o
|
|
.PHONY : http_response.c.o
|
|
|
|
http_response.i: http_response.c.i
|
|
|
|
.PHONY : http_response.i
|
|
|
|
# target to preprocess a source file
|
|
http_response.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.i
|
|
.PHONY : http_response.c.i
|
|
|
|
http_response.s: http_response.c.s
|
|
|
|
.PHONY : http_response.s
|
|
|
|
# target to generate assembly for a file
|
|
http_response.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.s
|
|
.PHONY : http_response.c.s
|
|
|
|
httpd.o: httpd.c.o
|
|
|
|
.PHONY : httpd.o
|
|
|
|
# target to build an object file
|
|
httpd.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.o
|
|
.PHONY : httpd.c.o
|
|
|
|
httpd.i: httpd.c.i
|
|
|
|
.PHONY : httpd.i
|
|
|
|
# target to preprocess a source file
|
|
httpd.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.i
|
|
.PHONY : httpd.c.i
|
|
|
|
httpd.s: httpd.c.s
|
|
|
|
.PHONY : httpd.s
|
|
|
|
# target to generate assembly for a file
|
|
httpd.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.s
|
|
.PHONY : httpd.c.s
|
|
|
|
logger.o: logger.c.o
|
|
|
|
.PHONY : logger.o
|
|
|
|
# target to build an object file
|
|
logger.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.o
|
|
.PHONY : logger.c.o
|
|
|
|
logger.i: logger.c.i
|
|
|
|
.PHONY : logger.i
|
|
|
|
# target to preprocess a source file
|
|
logger.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.i
|
|
.PHONY : logger.c.i
|
|
|
|
logger.s: logger.c.s
|
|
|
|
.PHONY : logger.s
|
|
|
|
# target to generate assembly for a file
|
|
logger.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.s
|
|
.PHONY : logger.c.s
|
|
|
|
mirror_buffer.o: mirror_buffer.c.o
|
|
|
|
.PHONY : mirror_buffer.o
|
|
|
|
# target to build an object file
|
|
mirror_buffer.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.o
|
|
.PHONY : mirror_buffer.c.o
|
|
|
|
mirror_buffer.i: mirror_buffer.c.i
|
|
|
|
.PHONY : mirror_buffer.i
|
|
|
|
# target to preprocess a source file
|
|
mirror_buffer.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.i
|
|
.PHONY : mirror_buffer.c.i
|
|
|
|
mirror_buffer.s: mirror_buffer.c.s
|
|
|
|
.PHONY : mirror_buffer.s
|
|
|
|
# target to generate assembly for a file
|
|
mirror_buffer.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.s
|
|
.PHONY : mirror_buffer.c.s
|
|
|
|
netutils.o: netutils.c.o
|
|
|
|
.PHONY : netutils.o
|
|
|
|
# target to build an object file
|
|
netutils.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.o
|
|
.PHONY : netutils.c.o
|
|
|
|
netutils.i: netutils.c.i
|
|
|
|
.PHONY : netutils.i
|
|
|
|
# target to preprocess a source file
|
|
netutils.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.i
|
|
.PHONY : netutils.c.i
|
|
|
|
netutils.s: netutils.c.s
|
|
|
|
.PHONY : netutils.s
|
|
|
|
# target to generate assembly for a file
|
|
netutils.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.s
|
|
.PHONY : netutils.c.s
|
|
|
|
pairing.o: pairing.c.o
|
|
|
|
.PHONY : pairing.o
|
|
|
|
# target to build an object file
|
|
pairing.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.o
|
|
.PHONY : pairing.c.o
|
|
|
|
pairing.i: pairing.c.i
|
|
|
|
.PHONY : pairing.i
|
|
|
|
# target to preprocess a source file
|
|
pairing.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.i
|
|
.PHONY : pairing.c.i
|
|
|
|
pairing.s: pairing.c.s
|
|
|
|
.PHONY : pairing.s
|
|
|
|
# target to generate assembly for a file
|
|
pairing.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.s
|
|
.PHONY : pairing.c.s
|
|
|
|
raop.o: raop.c.o
|
|
|
|
.PHONY : raop.o
|
|
|
|
# target to build an object file
|
|
raop.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.o
|
|
.PHONY : raop.c.o
|
|
|
|
raop.i: raop.c.i
|
|
|
|
.PHONY : raop.i
|
|
|
|
# target to preprocess a source file
|
|
raop.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.i
|
|
.PHONY : raop.c.i
|
|
|
|
raop.s: raop.c.s
|
|
|
|
.PHONY : raop.s
|
|
|
|
# target to generate assembly for a file
|
|
raop.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.s
|
|
.PHONY : raop.c.s
|
|
|
|
raop_buffer.o: raop_buffer.c.o
|
|
|
|
.PHONY : raop_buffer.o
|
|
|
|
# target to build an object file
|
|
raop_buffer.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.o
|
|
.PHONY : raop_buffer.c.o
|
|
|
|
raop_buffer.i: raop_buffer.c.i
|
|
|
|
.PHONY : raop_buffer.i
|
|
|
|
# target to preprocess a source file
|
|
raop_buffer.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.i
|
|
.PHONY : raop_buffer.c.i
|
|
|
|
raop_buffer.s: raop_buffer.c.s
|
|
|
|
.PHONY : raop_buffer.s
|
|
|
|
# target to generate assembly for a file
|
|
raop_buffer.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.s
|
|
.PHONY : raop_buffer.c.s
|
|
|
|
raop_ntp.o: raop_ntp.c.o
|
|
|
|
.PHONY : raop_ntp.o
|
|
|
|
# target to build an object file
|
|
raop_ntp.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.o
|
|
.PHONY : raop_ntp.c.o
|
|
|
|
raop_ntp.i: raop_ntp.c.i
|
|
|
|
.PHONY : raop_ntp.i
|
|
|
|
# target to preprocess a source file
|
|
raop_ntp.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.i
|
|
.PHONY : raop_ntp.c.i
|
|
|
|
raop_ntp.s: raop_ntp.c.s
|
|
|
|
.PHONY : raop_ntp.s
|
|
|
|
# target to generate assembly for a file
|
|
raop_ntp.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.s
|
|
.PHONY : raop_ntp.c.s
|
|
|
|
raop_rtp.o: raop_rtp.c.o
|
|
|
|
.PHONY : raop_rtp.o
|
|
|
|
# target to build an object file
|
|
raop_rtp.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.o
|
|
.PHONY : raop_rtp.c.o
|
|
|
|
raop_rtp.i: raop_rtp.c.i
|
|
|
|
.PHONY : raop_rtp.i
|
|
|
|
# target to preprocess a source file
|
|
raop_rtp.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.i
|
|
.PHONY : raop_rtp.c.i
|
|
|
|
raop_rtp.s: raop_rtp.c.s
|
|
|
|
.PHONY : raop_rtp.s
|
|
|
|
# target to generate assembly for a file
|
|
raop_rtp.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.s
|
|
.PHONY : raop_rtp.c.s
|
|
|
|
raop_rtp_mirror.o: raop_rtp_mirror.c.o
|
|
|
|
.PHONY : raop_rtp_mirror.o
|
|
|
|
# target to build an object file
|
|
raop_rtp_mirror.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o
|
|
.PHONY : raop_rtp_mirror.c.o
|
|
|
|
raop_rtp_mirror.i: raop_rtp_mirror.c.i
|
|
|
|
.PHONY : raop_rtp_mirror.i
|
|
|
|
# target to preprocess a source file
|
|
raop_rtp_mirror.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.i
|
|
.PHONY : raop_rtp_mirror.c.i
|
|
|
|
raop_rtp_mirror.s: raop_rtp_mirror.c.s
|
|
|
|
.PHONY : raop_rtp_mirror.s
|
|
|
|
# target to generate assembly for a file
|
|
raop_rtp_mirror.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.s
|
|
.PHONY : raop_rtp_mirror.c.s
|
|
|
|
utils.o: utils.c.o
|
|
|
|
.PHONY : utils.o
|
|
|
|
# target to build an object file
|
|
utils.c.o:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.o
|
|
.PHONY : utils.c.o
|
|
|
|
utils.i: utils.c.i
|
|
|
|
.PHONY : utils.i
|
|
|
|
# target to preprocess a source file
|
|
utils.c.i:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.i
|
|
.PHONY : utils.c.i
|
|
|
|
utils.s: utils.c.s
|
|
|
|
.PHONY : utils.s
|
|
|
|
# target to generate assembly for a file
|
|
utils.c.s:
|
|
cd /home/julian/UxPlay/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.s
|
|
.PHONY : utils.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 "... install/strip"
|
|
@echo "... edit_cache"
|
|
@echo "... airplay"
|
|
@echo "... list_install_components"
|
|
@echo "... install/local"
|
|
@echo "... rebuild_cache"
|
|
@echo "... install"
|
|
@echo "... byteutils.o"
|
|
@echo "... byteutils.i"
|
|
@echo "... byteutils.s"
|
|
@echo "... crypto.o"
|
|
@echo "... crypto.i"
|
|
@echo "... crypto.s"
|
|
@echo "... dnssd.o"
|
|
@echo "... dnssd.i"
|
|
@echo "... dnssd.s"
|
|
@echo "... fairplay_playfair.o"
|
|
@echo "... fairplay_playfair.i"
|
|
@echo "... fairplay_playfair.s"
|
|
@echo "... http_parser.o"
|
|
@echo "... http_parser.i"
|
|
@echo "... http_parser.s"
|
|
@echo "... http_request.o"
|
|
@echo "... http_request.i"
|
|
@echo "... http_request.s"
|
|
@echo "... http_response.o"
|
|
@echo "... http_response.i"
|
|
@echo "... http_response.s"
|
|
@echo "... httpd.o"
|
|
@echo "... httpd.i"
|
|
@echo "... httpd.s"
|
|
@echo "... logger.o"
|
|
@echo "... logger.i"
|
|
@echo "... logger.s"
|
|
@echo "... mirror_buffer.o"
|
|
@echo "... mirror_buffer.i"
|
|
@echo "... mirror_buffer.s"
|
|
@echo "... netutils.o"
|
|
@echo "... netutils.i"
|
|
@echo "... netutils.s"
|
|
@echo "... pairing.o"
|
|
@echo "... pairing.i"
|
|
@echo "... pairing.s"
|
|
@echo "... raop.o"
|
|
@echo "... raop.i"
|
|
@echo "... raop.s"
|
|
@echo "... raop_buffer.o"
|
|
@echo "... raop_buffer.i"
|
|
@echo "... raop_buffer.s"
|
|
@echo "... raop_ntp.o"
|
|
@echo "... raop_ntp.i"
|
|
@echo "... raop_ntp.s"
|
|
@echo "... raop_rtp.o"
|
|
@echo "... raop_rtp.i"
|
|
@echo "... raop_rtp.s"
|
|
@echo "... raop_rtp_mirror.o"
|
|
@echo "... raop_rtp_mirror.i"
|
|
@echo "... raop_rtp_mirror.s"
|
|
@echo "... utils.o"
|
|
@echo "... utils.i"
|
|
@echo "... utils.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/UxPlay/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|