* try to build ws on window on travis 📮 * cmake invocation fixed on windows 🐝 * Can use mbedtls to calculate hmac + no openssl config option * build only windows on travis 🕢 * run msbuild 💷 * proper command to build 🕛 * some build fixes * change weird sizeof call 🐙 * warning and missing includes fixes 💮 * ifdef out statsd code on windows 🐍 * logic invertion in ifdef 👄 * bring back makefile 📜 * command line tool is built with mbedtls 🏥
		
			
				
	
	
		
			2167 lines
		
	
	
		
			74 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			2167 lines
		
	
	
		
			74 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # CMAKE generated file: DO NOT EDIT!
 | |
| # Generated by "Unix Makefiles" Generator, CMake Version 3.12
 | |
| 
 | |
| # 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 = /Applications/CMake.app/Contents/bin/cmake
 | |
| 
 | |
| # The command to remove a file.
 | |
| RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f
 | |
| 
 | |
| # Escaping for special characters.
 | |
| EQUALS = =
 | |
| 
 | |
| # The top-level source directory on which CMake was run.
 | |
| CMAKE_SOURCE_DIR = /Users/bsergeant/src/foss/ixwebsocket
 | |
| 
 | |
| # The top-level build directory on which CMake was run.
 | |
| CMAKE_BINARY_DIR = /Users/bsergeant/src/foss/ixwebsocket
 | |
| 
 | |
| #=============================================================================
 | |
| # Targets provided globally by CMake.
 | |
| 
 | |
| # Special rule for the target install/local
 | |
| install/local: preinstall
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 | |
| 	/Applications/CMake.app/Contents/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..."
 | |
| 	/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 | |
| .PHONY : install/local/fast
 | |
| 
 | |
| # Special rule for the target install/strip
 | |
| install/strip: preinstall
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 | |
| 	/Applications/CMake.app/Contents/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..."
 | |
| 	/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 | |
| .PHONY : install/strip/fast
 | |
| 
 | |
| # Special rule for the target install
 | |
| install: preinstall
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 | |
| 	/Applications/CMake.app/Contents/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..."
 | |
| 	/Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
 | |
| .PHONY : install/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 rebuild_cache
 | |
| rebuild_cache:
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 | |
| 	/Applications/CMake.app/Contents/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 edit_cache
 | |
| edit_cache:
 | |
| 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
 | |
| 	/Applications/CMake.app/Contents/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
 | |
| 
 | |
| # The main all target
 | |
| all: cmake_check_build_system
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(CMAKE_COMMAND) -E cmake_progress_start /Users/bsergeant/src/foss/ixwebsocket/CMakeFiles /Users/bsergeant/src/foss/ixwebsocket/third_party/mbedtls/crypto/library/CMakeFiles/progress.marks
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f CMakeFiles/Makefile2 third_party/mbedtls/crypto/library/all
 | |
| 	$(CMAKE_COMMAND) -E cmake_progress_start /Users/bsergeant/src/foss/ixwebsocket/CMakeFiles 0
 | |
| .PHONY : all
 | |
| 
 | |
| # The main clean target
 | |
| clean:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f CMakeFiles/Makefile2 third_party/mbedtls/crypto/library/clean
 | |
| .PHONY : clean
 | |
| 
 | |
| # The main clean target
 | |
| clean/fast: clean
 | |
| 
 | |
| .PHONY : clean/fast
 | |
| 
 | |
| # Prepare targets for installation.
 | |
| preinstall: all
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f CMakeFiles/Makefile2 third_party/mbedtls/crypto/library/preinstall
 | |
| .PHONY : preinstall
 | |
| 
 | |
| # Prepare targets for installation.
 | |
| preinstall/fast:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f CMakeFiles/Makefile2 third_party/mbedtls/crypto/library/preinstall
 | |
| .PHONY : preinstall/fast
 | |
| 
 | |
| # clear depends
 | |
| depend:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 | |
| .PHONY : depend
 | |
| 
 | |
| # Convenience name for target.
 | |
| third_party/mbedtls/crypto/library/CMakeFiles/crypto_lib.dir/rule:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f CMakeFiles/Makefile2 third_party/mbedtls/crypto/library/CMakeFiles/crypto_lib.dir/rule
 | |
| .PHONY : third_party/mbedtls/crypto/library/CMakeFiles/crypto_lib.dir/rule
 | |
| 
 | |
| # Convenience name for target.
 | |
| crypto_lib: third_party/mbedtls/crypto/library/CMakeFiles/crypto_lib.dir/rule
 | |
| 
 | |
| .PHONY : crypto_lib
 | |
| 
 | |
| # fast build rule for target.
 | |
| crypto_lib/fast:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/crypto_lib.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/crypto_lib.dir/build
 | |
| .PHONY : crypto_lib/fast
 | |
| 
 | |
| # Convenience name for target.
 | |
| third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rule:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f CMakeFiles/Makefile2 third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rule
 | |
| .PHONY : third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rule
 | |
| 
 | |
| # Convenience name for target.
 | |
| mbedcrypto: third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rule
 | |
| 
 | |
| .PHONY : mbedcrypto
 | |
| 
 | |
| # fast build rule for target.
 | |
| mbedcrypto/fast:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build
 | |
| .PHONY : mbedcrypto/fast
 | |
| 
 | |
| __/__/library/error.o: __/__/library/error.c.o
 | |
| 
 | |
| .PHONY : __/__/library/error.o
 | |
| 
 | |
| # target to build an object file
 | |
| __/__/library/error.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/error.c.o
 | |
| .PHONY : __/__/library/error.c.o
 | |
| 
 | |
| __/__/library/error.i: __/__/library/error.c.i
 | |
| 
 | |
| .PHONY : __/__/library/error.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| __/__/library/error.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/error.c.i
 | |
| .PHONY : __/__/library/error.c.i
 | |
| 
 | |
| __/__/library/error.s: __/__/library/error.c.s
 | |
| 
 | |
| .PHONY : __/__/library/error.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| __/__/library/error.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/error.c.s
 | |
| .PHONY : __/__/library/error.c.s
 | |
| 
 | |
| __/__/library/version.o: __/__/library/version.c.o
 | |
| 
 | |
| .PHONY : __/__/library/version.o
 | |
| 
 | |
| # target to build an object file
 | |
| __/__/library/version.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/version.c.o
 | |
| .PHONY : __/__/library/version.c.o
 | |
| 
 | |
| __/__/library/version.i: __/__/library/version.c.i
 | |
| 
 | |
| .PHONY : __/__/library/version.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| __/__/library/version.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/version.c.i
 | |
| .PHONY : __/__/library/version.c.i
 | |
| 
 | |
| __/__/library/version.s: __/__/library/version.c.s
 | |
| 
 | |
| .PHONY : __/__/library/version.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| __/__/library/version.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/version.c.s
 | |
| .PHONY : __/__/library/version.c.s
 | |
| 
 | |
| __/__/library/version_features.o: __/__/library/version_features.c.o
 | |
| 
 | |
| .PHONY : __/__/library/version_features.o
 | |
| 
 | |
| # target to build an object file
 | |
| __/__/library/version_features.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/version_features.c.o
 | |
| .PHONY : __/__/library/version_features.c.o
 | |
| 
 | |
| __/__/library/version_features.i: __/__/library/version_features.c.i
 | |
| 
 | |
| .PHONY : __/__/library/version_features.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| __/__/library/version_features.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/version_features.c.i
 | |
| .PHONY : __/__/library/version_features.c.i
 | |
| 
 | |
| __/__/library/version_features.s: __/__/library/version_features.c.s
 | |
| 
 | |
| .PHONY : __/__/library/version_features.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| __/__/library/version_features.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/__/__/library/version_features.c.s
 | |
| .PHONY : __/__/library/version_features.c.s
 | |
| 
 | |
| aes.o: aes.c.o
 | |
| 
 | |
| .PHONY : aes.o
 | |
| 
 | |
| # target to build an object file
 | |
| aes.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aes.c.o
 | |
| .PHONY : aes.c.o
 | |
| 
 | |
| aes.i: aes.c.i
 | |
| 
 | |
| .PHONY : aes.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| aes.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aes.c.i
 | |
| .PHONY : aes.c.i
 | |
| 
 | |
| aes.s: aes.c.s
 | |
| 
 | |
| .PHONY : aes.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| aes.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aes.c.s
 | |
| .PHONY : aes.c.s
 | |
| 
 | |
| aesni.o: aesni.c.o
 | |
| 
 | |
| .PHONY : aesni.o
 | |
| 
 | |
| # target to build an object file
 | |
| aesni.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
 | |
| .PHONY : aesni.c.o
 | |
| 
 | |
| aesni.i: aesni.c.i
 | |
| 
 | |
| .PHONY : aesni.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| aesni.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aesni.c.i
 | |
| .PHONY : aesni.c.i
 | |
| 
 | |
| aesni.s: aesni.c.s
 | |
| 
 | |
| .PHONY : aesni.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| aesni.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aesni.c.s
 | |
| .PHONY : aesni.c.s
 | |
| 
 | |
| arc4.o: arc4.c.o
 | |
| 
 | |
| .PHONY : arc4.o
 | |
| 
 | |
| # target to build an object file
 | |
| arc4.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/arc4.c.o
 | |
| .PHONY : arc4.c.o
 | |
| 
 | |
| arc4.i: arc4.c.i
 | |
| 
 | |
| .PHONY : arc4.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| arc4.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/arc4.c.i
 | |
| .PHONY : arc4.c.i
 | |
| 
 | |
| arc4.s: arc4.c.s
 | |
| 
 | |
| .PHONY : arc4.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| arc4.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/arc4.c.s
 | |
| .PHONY : arc4.c.s
 | |
| 
 | |
| aria.o: aria.c.o
 | |
| 
 | |
| .PHONY : aria.o
 | |
| 
 | |
| # target to build an object file
 | |
| aria.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aria.c.o
 | |
| .PHONY : aria.c.o
 | |
| 
 | |
| aria.i: aria.c.i
 | |
| 
 | |
| .PHONY : aria.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| aria.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aria.c.i
 | |
| .PHONY : aria.c.i
 | |
| 
 | |
| aria.s: aria.c.s
 | |
| 
 | |
| .PHONY : aria.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| aria.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/aria.c.s
 | |
| .PHONY : aria.c.s
 | |
| 
 | |
| asn1parse.o: asn1parse.c.o
 | |
| 
 | |
| .PHONY : asn1parse.o
 | |
| 
 | |
| # target to build an object file
 | |
| asn1parse.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o
 | |
| .PHONY : asn1parse.c.o
 | |
| 
 | |
| asn1parse.i: asn1parse.c.i
 | |
| 
 | |
| .PHONY : asn1parse.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| asn1parse.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.i
 | |
| .PHONY : asn1parse.c.i
 | |
| 
 | |
| asn1parse.s: asn1parse.c.s
 | |
| 
 | |
| .PHONY : asn1parse.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| asn1parse.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.s
 | |
| .PHONY : asn1parse.c.s
 | |
| 
 | |
| asn1write.o: asn1write.c.o
 | |
| 
 | |
| .PHONY : asn1write.o
 | |
| 
 | |
| # target to build an object file
 | |
| asn1write.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o
 | |
| .PHONY : asn1write.c.o
 | |
| 
 | |
| asn1write.i: asn1write.c.i
 | |
| 
 | |
| .PHONY : asn1write.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| asn1write.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/asn1write.c.i
 | |
| .PHONY : asn1write.c.i
 | |
| 
 | |
| asn1write.s: asn1write.c.s
 | |
| 
 | |
| .PHONY : asn1write.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| asn1write.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/asn1write.c.s
 | |
| .PHONY : asn1write.c.s
 | |
| 
 | |
| base64.o: base64.c.o
 | |
| 
 | |
| .PHONY : base64.o
 | |
| 
 | |
| # target to build an object file
 | |
| base64.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/base64.c.o
 | |
| .PHONY : base64.c.o
 | |
| 
 | |
| base64.i: base64.c.i
 | |
| 
 | |
| .PHONY : base64.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| base64.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/base64.c.i
 | |
| .PHONY : base64.c.i
 | |
| 
 | |
| base64.s: base64.c.s
 | |
| 
 | |
| .PHONY : base64.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| base64.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/base64.c.s
 | |
| .PHONY : base64.c.s
 | |
| 
 | |
| bignum.o: bignum.c.o
 | |
| 
 | |
| .PHONY : bignum.o
 | |
| 
 | |
| # target to build an object file
 | |
| bignum.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
 | |
| .PHONY : bignum.c.o
 | |
| 
 | |
| bignum.i: bignum.c.i
 | |
| 
 | |
| .PHONY : bignum.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| bignum.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/bignum.c.i
 | |
| .PHONY : bignum.c.i
 | |
| 
 | |
| bignum.s: bignum.c.s
 | |
| 
 | |
| .PHONY : bignum.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| bignum.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/bignum.c.s
 | |
| .PHONY : bignum.c.s
 | |
| 
 | |
| blowfish.o: blowfish.c.o
 | |
| 
 | |
| .PHONY : blowfish.o
 | |
| 
 | |
| # target to build an object file
 | |
| blowfish.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
 | |
| .PHONY : blowfish.c.o
 | |
| 
 | |
| blowfish.i: blowfish.c.i
 | |
| 
 | |
| .PHONY : blowfish.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| blowfish.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/blowfish.c.i
 | |
| .PHONY : blowfish.c.i
 | |
| 
 | |
| blowfish.s: blowfish.c.s
 | |
| 
 | |
| .PHONY : blowfish.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| blowfish.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/blowfish.c.s
 | |
| .PHONY : blowfish.c.s
 | |
| 
 | |
| camellia.o: camellia.c.o
 | |
| 
 | |
| .PHONY : camellia.o
 | |
| 
 | |
| # target to build an object file
 | |
| camellia.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
 | |
| .PHONY : camellia.c.o
 | |
| 
 | |
| camellia.i: camellia.c.i
 | |
| 
 | |
| .PHONY : camellia.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| camellia.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/camellia.c.i
 | |
| .PHONY : camellia.c.i
 | |
| 
 | |
| camellia.s: camellia.c.s
 | |
| 
 | |
| .PHONY : camellia.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| camellia.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/camellia.c.s
 | |
| .PHONY : camellia.c.s
 | |
| 
 | |
| ccm.o: ccm.c.o
 | |
| 
 | |
| .PHONY : ccm.o
 | |
| 
 | |
| # target to build an object file
 | |
| ccm.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
 | |
| .PHONY : ccm.c.o
 | |
| 
 | |
| ccm.i: ccm.c.i
 | |
| 
 | |
| .PHONY : ccm.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ccm.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ccm.c.i
 | |
| .PHONY : ccm.c.i
 | |
| 
 | |
| ccm.s: ccm.c.s
 | |
| 
 | |
| .PHONY : ccm.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ccm.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ccm.c.s
 | |
| .PHONY : ccm.c.s
 | |
| 
 | |
| chacha20.o: chacha20.c.o
 | |
| 
 | |
| .PHONY : chacha20.o
 | |
| 
 | |
| # target to build an object file
 | |
| chacha20.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/chacha20.c.o
 | |
| .PHONY : chacha20.c.o
 | |
| 
 | |
| chacha20.i: chacha20.c.i
 | |
| 
 | |
| .PHONY : chacha20.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| chacha20.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/chacha20.c.i
 | |
| .PHONY : chacha20.c.i
 | |
| 
 | |
| chacha20.s: chacha20.c.s
 | |
| 
 | |
| .PHONY : chacha20.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| chacha20.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/chacha20.c.s
 | |
| .PHONY : chacha20.c.s
 | |
| 
 | |
| chachapoly.o: chachapoly.c.o
 | |
| 
 | |
| .PHONY : chachapoly.o
 | |
| 
 | |
| # target to build an object file
 | |
| chachapoly.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.o
 | |
| .PHONY : chachapoly.c.o
 | |
| 
 | |
| chachapoly.i: chachapoly.c.i
 | |
| 
 | |
| .PHONY : chachapoly.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| chachapoly.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.i
 | |
| .PHONY : chachapoly.c.i
 | |
| 
 | |
| chachapoly.s: chachapoly.c.s
 | |
| 
 | |
| .PHONY : chachapoly.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| chachapoly.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.s
 | |
| .PHONY : chachapoly.c.s
 | |
| 
 | |
| cipher.o: cipher.c.o
 | |
| 
 | |
| .PHONY : cipher.o
 | |
| 
 | |
| # target to build an object file
 | |
| cipher.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
 | |
| .PHONY : cipher.c.o
 | |
| 
 | |
| cipher.i: cipher.c.i
 | |
| 
 | |
| .PHONY : cipher.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| cipher.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cipher.c.i
 | |
| .PHONY : cipher.c.i
 | |
| 
 | |
| cipher.s: cipher.c.s
 | |
| 
 | |
| .PHONY : cipher.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| cipher.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cipher.c.s
 | |
| .PHONY : cipher.c.s
 | |
| 
 | |
| cipher_wrap.o: cipher_wrap.c.o
 | |
| 
 | |
| .PHONY : cipher_wrap.o
 | |
| 
 | |
| # target to build an object file
 | |
| cipher_wrap.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
 | |
| .PHONY : cipher_wrap.c.o
 | |
| 
 | |
| cipher_wrap.i: cipher_wrap.c.i
 | |
| 
 | |
| .PHONY : cipher_wrap.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| cipher_wrap.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.i
 | |
| .PHONY : cipher_wrap.c.i
 | |
| 
 | |
| cipher_wrap.s: cipher_wrap.c.s
 | |
| 
 | |
| .PHONY : cipher_wrap.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| cipher_wrap.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.s
 | |
| .PHONY : cipher_wrap.c.s
 | |
| 
 | |
| cmac.o: cmac.c.o
 | |
| 
 | |
| .PHONY : cmac.o
 | |
| 
 | |
| # target to build an object file
 | |
| cmac.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cmac.c.o
 | |
| .PHONY : cmac.c.o
 | |
| 
 | |
| cmac.i: cmac.c.i
 | |
| 
 | |
| .PHONY : cmac.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| cmac.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cmac.c.i
 | |
| .PHONY : cmac.c.i
 | |
| 
 | |
| cmac.s: cmac.c.s
 | |
| 
 | |
| .PHONY : cmac.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| cmac.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/cmac.c.s
 | |
| .PHONY : cmac.c.s
 | |
| 
 | |
| ctr_drbg.o: ctr_drbg.c.o
 | |
| 
 | |
| .PHONY : ctr_drbg.o
 | |
| 
 | |
| # target to build an object file
 | |
| ctr_drbg.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o
 | |
| .PHONY : ctr_drbg.c.o
 | |
| 
 | |
| ctr_drbg.i: ctr_drbg.c.i
 | |
| 
 | |
| .PHONY : ctr_drbg.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ctr_drbg.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.i
 | |
| .PHONY : ctr_drbg.c.i
 | |
| 
 | |
| ctr_drbg.s: ctr_drbg.c.s
 | |
| 
 | |
| .PHONY : ctr_drbg.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ctr_drbg.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.s
 | |
| .PHONY : ctr_drbg.c.s
 | |
| 
 | |
| des.o: des.c.o
 | |
| 
 | |
| .PHONY : des.o
 | |
| 
 | |
| # target to build an object file
 | |
| des.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/des.c.o
 | |
| .PHONY : des.c.o
 | |
| 
 | |
| des.i: des.c.i
 | |
| 
 | |
| .PHONY : des.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| des.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/des.c.i
 | |
| .PHONY : des.c.i
 | |
| 
 | |
| des.s: des.c.s
 | |
| 
 | |
| .PHONY : des.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| des.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/des.c.s
 | |
| .PHONY : des.c.s
 | |
| 
 | |
| dhm.o: dhm.c.o
 | |
| 
 | |
| .PHONY : dhm.o
 | |
| 
 | |
| # target to build an object file
 | |
| dhm.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/dhm.c.o
 | |
| .PHONY : dhm.c.o
 | |
| 
 | |
| dhm.i: dhm.c.i
 | |
| 
 | |
| .PHONY : dhm.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| dhm.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/dhm.c.i
 | |
| .PHONY : dhm.c.i
 | |
| 
 | |
| dhm.s: dhm.c.s
 | |
| 
 | |
| .PHONY : dhm.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| dhm.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/dhm.c.s
 | |
| .PHONY : dhm.c.s
 | |
| 
 | |
| ecdh.o: ecdh.c.o
 | |
| 
 | |
| .PHONY : ecdh.o
 | |
| 
 | |
| # target to build an object file
 | |
| ecdh.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o
 | |
| .PHONY : ecdh.c.o
 | |
| 
 | |
| ecdh.i: ecdh.c.i
 | |
| 
 | |
| .PHONY : ecdh.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ecdh.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecdh.c.i
 | |
| .PHONY : ecdh.c.i
 | |
| 
 | |
| ecdh.s: ecdh.c.s
 | |
| 
 | |
| .PHONY : ecdh.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ecdh.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecdh.c.s
 | |
| .PHONY : ecdh.c.s
 | |
| 
 | |
| ecdsa.o: ecdsa.c.o
 | |
| 
 | |
| .PHONY : ecdsa.o
 | |
| 
 | |
| # target to build an object file
 | |
| ecdsa.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o
 | |
| .PHONY : ecdsa.c.o
 | |
| 
 | |
| ecdsa.i: ecdsa.c.i
 | |
| 
 | |
| .PHONY : ecdsa.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ecdsa.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.i
 | |
| .PHONY : ecdsa.c.i
 | |
| 
 | |
| ecdsa.s: ecdsa.c.s
 | |
| 
 | |
| .PHONY : ecdsa.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ecdsa.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.s
 | |
| .PHONY : ecdsa.c.s
 | |
| 
 | |
| ecjpake.o: ecjpake.c.o
 | |
| 
 | |
| .PHONY : ecjpake.o
 | |
| 
 | |
| # target to build an object file
 | |
| ecjpake.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o
 | |
| .PHONY : ecjpake.c.o
 | |
| 
 | |
| ecjpake.i: ecjpake.c.i
 | |
| 
 | |
| .PHONY : ecjpake.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ecjpake.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.i
 | |
| .PHONY : ecjpake.c.i
 | |
| 
 | |
| ecjpake.s: ecjpake.c.s
 | |
| 
 | |
| .PHONY : ecjpake.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ecjpake.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.s
 | |
| .PHONY : ecjpake.c.s
 | |
| 
 | |
| ecp.o: ecp.c.o
 | |
| 
 | |
| .PHONY : ecp.o
 | |
| 
 | |
| # target to build an object file
 | |
| ecp.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecp.c.o
 | |
| .PHONY : ecp.c.o
 | |
| 
 | |
| ecp.i: ecp.c.i
 | |
| 
 | |
| .PHONY : ecp.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ecp.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecp.c.i
 | |
| .PHONY : ecp.c.i
 | |
| 
 | |
| ecp.s: ecp.c.s
 | |
| 
 | |
| .PHONY : ecp.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ecp.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecp.c.s
 | |
| .PHONY : ecp.c.s
 | |
| 
 | |
| ecp_curves.o: ecp_curves.c.o
 | |
| 
 | |
| .PHONY : ecp_curves.o
 | |
| 
 | |
| # target to build an object file
 | |
| ecp_curves.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o
 | |
| .PHONY : ecp_curves.c.o
 | |
| 
 | |
| ecp_curves.i: ecp_curves.c.i
 | |
| 
 | |
| .PHONY : ecp_curves.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ecp_curves.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.i
 | |
| .PHONY : ecp_curves.c.i
 | |
| 
 | |
| ecp_curves.s: ecp_curves.c.s
 | |
| 
 | |
| .PHONY : ecp_curves.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ecp_curves.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.s
 | |
| .PHONY : ecp_curves.c.s
 | |
| 
 | |
| entropy.o: entropy.c.o
 | |
| 
 | |
| .PHONY : entropy.o
 | |
| 
 | |
| # target to build an object file
 | |
| entropy.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/entropy.c.o
 | |
| .PHONY : entropy.c.o
 | |
| 
 | |
| entropy.i: entropy.c.i
 | |
| 
 | |
| .PHONY : entropy.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| entropy.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/entropy.c.i
 | |
| .PHONY : entropy.c.i
 | |
| 
 | |
| entropy.s: entropy.c.s
 | |
| 
 | |
| .PHONY : entropy.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| entropy.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/entropy.c.s
 | |
| .PHONY : entropy.c.s
 | |
| 
 | |
| entropy_poll.o: entropy_poll.c.o
 | |
| 
 | |
| .PHONY : entropy_poll.o
 | |
| 
 | |
| # target to build an object file
 | |
| entropy_poll.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o
 | |
| .PHONY : entropy_poll.c.o
 | |
| 
 | |
| entropy_poll.i: entropy_poll.c.i
 | |
| 
 | |
| .PHONY : entropy_poll.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| entropy_poll.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.i
 | |
| .PHONY : entropy_poll.c.i
 | |
| 
 | |
| entropy_poll.s: entropy_poll.c.s
 | |
| 
 | |
| .PHONY : entropy_poll.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| entropy_poll.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.s
 | |
| .PHONY : entropy_poll.c.s
 | |
| 
 | |
| gcm.o: gcm.c.o
 | |
| 
 | |
| .PHONY : gcm.o
 | |
| 
 | |
| # target to build an object file
 | |
| gcm.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/gcm.c.o
 | |
| .PHONY : gcm.c.o
 | |
| 
 | |
| gcm.i: gcm.c.i
 | |
| 
 | |
| .PHONY : gcm.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| gcm.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/gcm.c.i
 | |
| .PHONY : gcm.c.i
 | |
| 
 | |
| gcm.s: gcm.c.s
 | |
| 
 | |
| .PHONY : gcm.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| gcm.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/gcm.c.s
 | |
| .PHONY : gcm.c.s
 | |
| 
 | |
| havege.o: havege.c.o
 | |
| 
 | |
| .PHONY : havege.o
 | |
| 
 | |
| # target to build an object file
 | |
| havege.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/havege.c.o
 | |
| .PHONY : havege.c.o
 | |
| 
 | |
| havege.i: havege.c.i
 | |
| 
 | |
| .PHONY : havege.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| havege.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/havege.c.i
 | |
| .PHONY : havege.c.i
 | |
| 
 | |
| havege.s: havege.c.s
 | |
| 
 | |
| .PHONY : havege.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| havege.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/havege.c.s
 | |
| .PHONY : havege.c.s
 | |
| 
 | |
| hkdf.o: hkdf.c.o
 | |
| 
 | |
| .PHONY : hkdf.o
 | |
| 
 | |
| # target to build an object file
 | |
| hkdf.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/hkdf.c.o
 | |
| .PHONY : hkdf.c.o
 | |
| 
 | |
| hkdf.i: hkdf.c.i
 | |
| 
 | |
| .PHONY : hkdf.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| hkdf.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/hkdf.c.i
 | |
| .PHONY : hkdf.c.i
 | |
| 
 | |
| hkdf.s: hkdf.c.s
 | |
| 
 | |
| .PHONY : hkdf.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| hkdf.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/hkdf.c.s
 | |
| .PHONY : hkdf.c.s
 | |
| 
 | |
| hmac_drbg.o: hmac_drbg.c.o
 | |
| 
 | |
| .PHONY : hmac_drbg.o
 | |
| 
 | |
| # target to build an object file
 | |
| hmac_drbg.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o
 | |
| .PHONY : hmac_drbg.c.o
 | |
| 
 | |
| hmac_drbg.i: hmac_drbg.c.i
 | |
| 
 | |
| .PHONY : hmac_drbg.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| hmac_drbg.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.i
 | |
| .PHONY : hmac_drbg.c.i
 | |
| 
 | |
| hmac_drbg.s: hmac_drbg.c.s
 | |
| 
 | |
| .PHONY : hmac_drbg.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| hmac_drbg.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.s
 | |
| .PHONY : hmac_drbg.c.s
 | |
| 
 | |
| md.o: md.c.o
 | |
| 
 | |
| .PHONY : md.o
 | |
| 
 | |
| # target to build an object file
 | |
| md.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md.c.o
 | |
| .PHONY : md.c.o
 | |
| 
 | |
| md.i: md.c.i
 | |
| 
 | |
| .PHONY : md.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| md.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md.c.i
 | |
| .PHONY : md.c.i
 | |
| 
 | |
| md.s: md.c.s
 | |
| 
 | |
| .PHONY : md.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| md.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md.c.s
 | |
| .PHONY : md.c.s
 | |
| 
 | |
| md2.o: md2.c.o
 | |
| 
 | |
| .PHONY : md2.o
 | |
| 
 | |
| # target to build an object file
 | |
| md2.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md2.c.o
 | |
| .PHONY : md2.c.o
 | |
| 
 | |
| md2.i: md2.c.i
 | |
| 
 | |
| .PHONY : md2.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| md2.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md2.c.i
 | |
| .PHONY : md2.c.i
 | |
| 
 | |
| md2.s: md2.c.s
 | |
| 
 | |
| .PHONY : md2.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| md2.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md2.c.s
 | |
| .PHONY : md2.c.s
 | |
| 
 | |
| md4.o: md4.c.o
 | |
| 
 | |
| .PHONY : md4.o
 | |
| 
 | |
| # target to build an object file
 | |
| md4.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md4.c.o
 | |
| .PHONY : md4.c.o
 | |
| 
 | |
| md4.i: md4.c.i
 | |
| 
 | |
| .PHONY : md4.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| md4.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md4.c.i
 | |
| .PHONY : md4.c.i
 | |
| 
 | |
| md4.s: md4.c.s
 | |
| 
 | |
| .PHONY : md4.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| md4.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md4.c.s
 | |
| .PHONY : md4.c.s
 | |
| 
 | |
| md5.o: md5.c.o
 | |
| 
 | |
| .PHONY : md5.o
 | |
| 
 | |
| # target to build an object file
 | |
| md5.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md5.c.o
 | |
| .PHONY : md5.c.o
 | |
| 
 | |
| md5.i: md5.c.i
 | |
| 
 | |
| .PHONY : md5.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| md5.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md5.c.i
 | |
| .PHONY : md5.c.i
 | |
| 
 | |
| md5.s: md5.c.s
 | |
| 
 | |
| .PHONY : md5.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| md5.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md5.c.s
 | |
| .PHONY : md5.c.s
 | |
| 
 | |
| md_wrap.o: md_wrap.c.o
 | |
| 
 | |
| .PHONY : md_wrap.o
 | |
| 
 | |
| # target to build an object file
 | |
| md_wrap.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.o
 | |
| .PHONY : md_wrap.c.o
 | |
| 
 | |
| md_wrap.i: md_wrap.c.i
 | |
| 
 | |
| .PHONY : md_wrap.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| md_wrap.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.i
 | |
| .PHONY : md_wrap.c.i
 | |
| 
 | |
| md_wrap.s: md_wrap.c.s
 | |
| 
 | |
| .PHONY : md_wrap.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| md_wrap.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.s
 | |
| .PHONY : md_wrap.c.s
 | |
| 
 | |
| memory_buffer_alloc.o: memory_buffer_alloc.c.o
 | |
| 
 | |
| .PHONY : memory_buffer_alloc.o
 | |
| 
 | |
| # target to build an object file
 | |
| memory_buffer_alloc.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o
 | |
| .PHONY : memory_buffer_alloc.c.o
 | |
| 
 | |
| memory_buffer_alloc.i: memory_buffer_alloc.c.i
 | |
| 
 | |
| .PHONY : memory_buffer_alloc.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| memory_buffer_alloc.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.i
 | |
| .PHONY : memory_buffer_alloc.c.i
 | |
| 
 | |
| memory_buffer_alloc.s: memory_buffer_alloc.c.s
 | |
| 
 | |
| .PHONY : memory_buffer_alloc.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| memory_buffer_alloc.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.s
 | |
| .PHONY : memory_buffer_alloc.c.s
 | |
| 
 | |
| nist_kw.o: nist_kw.c.o
 | |
| 
 | |
| .PHONY : nist_kw.o
 | |
| 
 | |
| # target to build an object file
 | |
| nist_kw.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.o
 | |
| .PHONY : nist_kw.c.o
 | |
| 
 | |
| nist_kw.i: nist_kw.c.i
 | |
| 
 | |
| .PHONY : nist_kw.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| nist_kw.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.i
 | |
| .PHONY : nist_kw.c.i
 | |
| 
 | |
| nist_kw.s: nist_kw.c.s
 | |
| 
 | |
| .PHONY : nist_kw.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| nist_kw.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.s
 | |
| .PHONY : nist_kw.c.s
 | |
| 
 | |
| oid.o: oid.c.o
 | |
| 
 | |
| .PHONY : oid.o
 | |
| 
 | |
| # target to build an object file
 | |
| oid.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/oid.c.o
 | |
| .PHONY : oid.c.o
 | |
| 
 | |
| oid.i: oid.c.i
 | |
| 
 | |
| .PHONY : oid.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| oid.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/oid.c.i
 | |
| .PHONY : oid.c.i
 | |
| 
 | |
| oid.s: oid.c.s
 | |
| 
 | |
| .PHONY : oid.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| oid.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/oid.c.s
 | |
| .PHONY : oid.c.s
 | |
| 
 | |
| padlock.o: padlock.c.o
 | |
| 
 | |
| .PHONY : padlock.o
 | |
| 
 | |
| # target to build an object file
 | |
| padlock.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/padlock.c.o
 | |
| .PHONY : padlock.c.o
 | |
| 
 | |
| padlock.i: padlock.c.i
 | |
| 
 | |
| .PHONY : padlock.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| padlock.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/padlock.c.i
 | |
| .PHONY : padlock.c.i
 | |
| 
 | |
| padlock.s: padlock.c.s
 | |
| 
 | |
| .PHONY : padlock.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| padlock.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/padlock.c.s
 | |
| .PHONY : padlock.c.s
 | |
| 
 | |
| pem.o: pem.c.o
 | |
| 
 | |
| .PHONY : pem.o
 | |
| 
 | |
| # target to build an object file
 | |
| pem.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pem.c.o
 | |
| .PHONY : pem.c.o
 | |
| 
 | |
| pem.i: pem.c.i
 | |
| 
 | |
| .PHONY : pem.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pem.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pem.c.i
 | |
| .PHONY : pem.c.i
 | |
| 
 | |
| pem.s: pem.c.s
 | |
| 
 | |
| .PHONY : pem.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pem.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pem.c.s
 | |
| .PHONY : pem.c.s
 | |
| 
 | |
| pk.o: pk.c.o
 | |
| 
 | |
| .PHONY : pk.o
 | |
| 
 | |
| # target to build an object file
 | |
| pk.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pk.c.o
 | |
| .PHONY : pk.c.o
 | |
| 
 | |
| pk.i: pk.c.i
 | |
| 
 | |
| .PHONY : pk.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pk.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pk.c.i
 | |
| .PHONY : pk.c.i
 | |
| 
 | |
| pk.s: pk.c.s
 | |
| 
 | |
| .PHONY : pk.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pk.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pk.c.s
 | |
| .PHONY : pk.c.s
 | |
| 
 | |
| pk_wrap.o: pk_wrap.c.o
 | |
| 
 | |
| .PHONY : pk_wrap.o
 | |
| 
 | |
| # target to build an object file
 | |
| pk_wrap.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o
 | |
| .PHONY : pk_wrap.c.o
 | |
| 
 | |
| pk_wrap.i: pk_wrap.c.i
 | |
| 
 | |
| .PHONY : pk_wrap.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pk_wrap.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.i
 | |
| .PHONY : pk_wrap.c.i
 | |
| 
 | |
| pk_wrap.s: pk_wrap.c.s
 | |
| 
 | |
| .PHONY : pk_wrap.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pk_wrap.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.s
 | |
| .PHONY : pk_wrap.c.s
 | |
| 
 | |
| pkcs12.o: pkcs12.c.o
 | |
| 
 | |
| .PHONY : pkcs12.o
 | |
| 
 | |
| # target to build an object file
 | |
| pkcs12.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o
 | |
| .PHONY : pkcs12.c.o
 | |
| 
 | |
| pkcs12.i: pkcs12.c.i
 | |
| 
 | |
| .PHONY : pkcs12.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pkcs12.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.i
 | |
| .PHONY : pkcs12.c.i
 | |
| 
 | |
| pkcs12.s: pkcs12.c.s
 | |
| 
 | |
| .PHONY : pkcs12.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pkcs12.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.s
 | |
| .PHONY : pkcs12.c.s
 | |
| 
 | |
| pkcs5.o: pkcs5.c.o
 | |
| 
 | |
| .PHONY : pkcs5.o
 | |
| 
 | |
| # target to build an object file
 | |
| pkcs5.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o
 | |
| .PHONY : pkcs5.c.o
 | |
| 
 | |
| pkcs5.i: pkcs5.c.i
 | |
| 
 | |
| .PHONY : pkcs5.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pkcs5.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.i
 | |
| .PHONY : pkcs5.c.i
 | |
| 
 | |
| pkcs5.s: pkcs5.c.s
 | |
| 
 | |
| .PHONY : pkcs5.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pkcs5.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.s
 | |
| .PHONY : pkcs5.c.s
 | |
| 
 | |
| pkparse.o: pkparse.c.o
 | |
| 
 | |
| .PHONY : pkparse.o
 | |
| 
 | |
| # target to build an object file
 | |
| pkparse.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o
 | |
| .PHONY : pkparse.c.o
 | |
| 
 | |
| pkparse.i: pkparse.c.i
 | |
| 
 | |
| .PHONY : pkparse.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pkparse.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkparse.c.i
 | |
| .PHONY : pkparse.c.i
 | |
| 
 | |
| pkparse.s: pkparse.c.s
 | |
| 
 | |
| .PHONY : pkparse.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pkparse.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkparse.c.s
 | |
| .PHONY : pkparse.c.s
 | |
| 
 | |
| pkwrite.o: pkwrite.c.o
 | |
| 
 | |
| .PHONY : pkwrite.o
 | |
| 
 | |
| # target to build an object file
 | |
| pkwrite.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o
 | |
| .PHONY : pkwrite.c.o
 | |
| 
 | |
| pkwrite.i: pkwrite.c.i
 | |
| 
 | |
| .PHONY : pkwrite.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| pkwrite.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.i
 | |
| .PHONY : pkwrite.c.i
 | |
| 
 | |
| pkwrite.s: pkwrite.c.s
 | |
| 
 | |
| .PHONY : pkwrite.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| pkwrite.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.s
 | |
| .PHONY : pkwrite.c.s
 | |
| 
 | |
| platform.o: platform.c.o
 | |
| 
 | |
| .PHONY : platform.o
 | |
| 
 | |
| # target to build an object file
 | |
| platform.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/platform.c.o
 | |
| .PHONY : platform.c.o
 | |
| 
 | |
| platform.i: platform.c.i
 | |
| 
 | |
| .PHONY : platform.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| platform.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/platform.c.i
 | |
| .PHONY : platform.c.i
 | |
| 
 | |
| platform.s: platform.c.s
 | |
| 
 | |
| .PHONY : platform.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| platform.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/platform.c.s
 | |
| .PHONY : platform.c.s
 | |
| 
 | |
| platform_util.o: platform_util.c.o
 | |
| 
 | |
| .PHONY : platform_util.o
 | |
| 
 | |
| # target to build an object file
 | |
| platform_util.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/platform_util.c.o
 | |
| .PHONY : platform_util.c.o
 | |
| 
 | |
| platform_util.i: platform_util.c.i
 | |
| 
 | |
| .PHONY : platform_util.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| platform_util.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/platform_util.c.i
 | |
| .PHONY : platform_util.c.i
 | |
| 
 | |
| platform_util.s: platform_util.c.s
 | |
| 
 | |
| .PHONY : platform_util.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| platform_util.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/platform_util.c.s
 | |
| .PHONY : platform_util.c.s
 | |
| 
 | |
| poly1305.o: poly1305.c.o
 | |
| 
 | |
| .PHONY : poly1305.o
 | |
| 
 | |
| # target to build an object file
 | |
| poly1305.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/poly1305.c.o
 | |
| .PHONY : poly1305.c.o
 | |
| 
 | |
| poly1305.i: poly1305.c.i
 | |
| 
 | |
| .PHONY : poly1305.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| poly1305.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/poly1305.c.i
 | |
| .PHONY : poly1305.c.i
 | |
| 
 | |
| poly1305.s: poly1305.c.s
 | |
| 
 | |
| .PHONY : poly1305.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| poly1305.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/poly1305.c.s
 | |
| .PHONY : poly1305.c.s
 | |
| 
 | |
| psa_crypto.o: psa_crypto.c.o
 | |
| 
 | |
| .PHONY : psa_crypto.o
 | |
| 
 | |
| # target to build an object file
 | |
| psa_crypto.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.o
 | |
| .PHONY : psa_crypto.c.o
 | |
| 
 | |
| psa_crypto.i: psa_crypto.c.i
 | |
| 
 | |
| .PHONY : psa_crypto.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| psa_crypto.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.i
 | |
| .PHONY : psa_crypto.c.i
 | |
| 
 | |
| psa_crypto.s: psa_crypto.c.s
 | |
| 
 | |
| .PHONY : psa_crypto.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| psa_crypto.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.s
 | |
| .PHONY : psa_crypto.c.s
 | |
| 
 | |
| psa_crypto_slot_management.o: psa_crypto_slot_management.c.o
 | |
| 
 | |
| .PHONY : psa_crypto_slot_management.o
 | |
| 
 | |
| # target to build an object file
 | |
| psa_crypto_slot_management.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o
 | |
| .PHONY : psa_crypto_slot_management.c.o
 | |
| 
 | |
| psa_crypto_slot_management.i: psa_crypto_slot_management.c.i
 | |
| 
 | |
| .PHONY : psa_crypto_slot_management.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| psa_crypto_slot_management.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.i
 | |
| .PHONY : psa_crypto_slot_management.c.i
 | |
| 
 | |
| psa_crypto_slot_management.s: psa_crypto_slot_management.c.s
 | |
| 
 | |
| .PHONY : psa_crypto_slot_management.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| psa_crypto_slot_management.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.s
 | |
| .PHONY : psa_crypto_slot_management.c.s
 | |
| 
 | |
| psa_crypto_storage.o: psa_crypto_storage.c.o
 | |
| 
 | |
| .PHONY : psa_crypto_storage.o
 | |
| 
 | |
| # target to build an object file
 | |
| psa_crypto_storage.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.o
 | |
| .PHONY : psa_crypto_storage.c.o
 | |
| 
 | |
| psa_crypto_storage.i: psa_crypto_storage.c.i
 | |
| 
 | |
| .PHONY : psa_crypto_storage.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| psa_crypto_storage.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.i
 | |
| .PHONY : psa_crypto_storage.c.i
 | |
| 
 | |
| psa_crypto_storage.s: psa_crypto_storage.c.s
 | |
| 
 | |
| .PHONY : psa_crypto_storage.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| psa_crypto_storage.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.s
 | |
| .PHONY : psa_crypto_storage.c.s
 | |
| 
 | |
| psa_its_file.o: psa_its_file.c.o
 | |
| 
 | |
| .PHONY : psa_its_file.o
 | |
| 
 | |
| # target to build an object file
 | |
| psa_its_file.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o
 | |
| .PHONY : psa_its_file.c.o
 | |
| 
 | |
| psa_its_file.i: psa_its_file.c.i
 | |
| 
 | |
| .PHONY : psa_its_file.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| psa_its_file.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.i
 | |
| .PHONY : psa_its_file.c.i
 | |
| 
 | |
| psa_its_file.s: psa_its_file.c.s
 | |
| 
 | |
| .PHONY : psa_its_file.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| psa_its_file.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.s
 | |
| .PHONY : psa_its_file.c.s
 | |
| 
 | |
| ripemd160.o: ripemd160.c.o
 | |
| 
 | |
| .PHONY : ripemd160.o
 | |
| 
 | |
| # target to build an object file
 | |
| ripemd160.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o
 | |
| .PHONY : ripemd160.c.o
 | |
| 
 | |
| ripemd160.i: ripemd160.c.i
 | |
| 
 | |
| .PHONY : ripemd160.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| ripemd160.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.i
 | |
| .PHONY : ripemd160.c.i
 | |
| 
 | |
| ripemd160.s: ripemd160.c.s
 | |
| 
 | |
| .PHONY : ripemd160.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| ripemd160.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.s
 | |
| .PHONY : ripemd160.c.s
 | |
| 
 | |
| rsa.o: rsa.c.o
 | |
| 
 | |
| .PHONY : rsa.o
 | |
| 
 | |
| # target to build an object file
 | |
| rsa.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rsa.c.o
 | |
| .PHONY : rsa.c.o
 | |
| 
 | |
| rsa.i: rsa.c.i
 | |
| 
 | |
| .PHONY : rsa.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| rsa.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rsa.c.i
 | |
| .PHONY : rsa.c.i
 | |
| 
 | |
| rsa.s: rsa.c.s
 | |
| 
 | |
| .PHONY : rsa.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| rsa.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rsa.c.s
 | |
| .PHONY : rsa.c.s
 | |
| 
 | |
| rsa_internal.o: rsa_internal.c.o
 | |
| 
 | |
| .PHONY : rsa_internal.o
 | |
| 
 | |
| # target to build an object file
 | |
| rsa_internal.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o
 | |
| .PHONY : rsa_internal.c.o
 | |
| 
 | |
| rsa_internal.i: rsa_internal.c.i
 | |
| 
 | |
| .PHONY : rsa_internal.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| rsa_internal.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.i
 | |
| .PHONY : rsa_internal.c.i
 | |
| 
 | |
| rsa_internal.s: rsa_internal.c.s
 | |
| 
 | |
| .PHONY : rsa_internal.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| rsa_internal.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.s
 | |
| .PHONY : rsa_internal.c.s
 | |
| 
 | |
| sha1.o: sha1.c.o
 | |
| 
 | |
| .PHONY : sha1.o
 | |
| 
 | |
| # target to build an object file
 | |
| sha1.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha1.c.o
 | |
| .PHONY : sha1.c.o
 | |
| 
 | |
| sha1.i: sha1.c.i
 | |
| 
 | |
| .PHONY : sha1.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| sha1.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha1.c.i
 | |
| .PHONY : sha1.c.i
 | |
| 
 | |
| sha1.s: sha1.c.s
 | |
| 
 | |
| .PHONY : sha1.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| sha1.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha1.c.s
 | |
| .PHONY : sha1.c.s
 | |
| 
 | |
| sha256.o: sha256.c.o
 | |
| 
 | |
| .PHONY : sha256.o
 | |
| 
 | |
| # target to build an object file
 | |
| sha256.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha256.c.o
 | |
| .PHONY : sha256.c.o
 | |
| 
 | |
| sha256.i: sha256.c.i
 | |
| 
 | |
| .PHONY : sha256.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| sha256.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha256.c.i
 | |
| .PHONY : sha256.c.i
 | |
| 
 | |
| sha256.s: sha256.c.s
 | |
| 
 | |
| .PHONY : sha256.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| sha256.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha256.c.s
 | |
| .PHONY : sha256.c.s
 | |
| 
 | |
| sha512.o: sha512.c.o
 | |
| 
 | |
| .PHONY : sha512.o
 | |
| 
 | |
| # target to build an object file
 | |
| sha512.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha512.c.o
 | |
| .PHONY : sha512.c.o
 | |
| 
 | |
| sha512.i: sha512.c.i
 | |
| 
 | |
| .PHONY : sha512.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| sha512.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha512.c.i
 | |
| .PHONY : sha512.c.i
 | |
| 
 | |
| sha512.s: sha512.c.s
 | |
| 
 | |
| .PHONY : sha512.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| sha512.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/sha512.c.s
 | |
| .PHONY : sha512.c.s
 | |
| 
 | |
| threading.o: threading.c.o
 | |
| 
 | |
| .PHONY : threading.o
 | |
| 
 | |
| # target to build an object file
 | |
| threading.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/threading.c.o
 | |
| .PHONY : threading.c.o
 | |
| 
 | |
| threading.i: threading.c.i
 | |
| 
 | |
| .PHONY : threading.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| threading.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/threading.c.i
 | |
| .PHONY : threading.c.i
 | |
| 
 | |
| threading.s: threading.c.s
 | |
| 
 | |
| .PHONY : threading.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| threading.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/threading.c.s
 | |
| .PHONY : threading.c.s
 | |
| 
 | |
| timing.o: timing.c.o
 | |
| 
 | |
| .PHONY : timing.o
 | |
| 
 | |
| # target to build an object file
 | |
| timing.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/timing.c.o
 | |
| .PHONY : timing.c.o
 | |
| 
 | |
| timing.i: timing.c.i
 | |
| 
 | |
| .PHONY : timing.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| timing.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/timing.c.i
 | |
| .PHONY : timing.c.i
 | |
| 
 | |
| timing.s: timing.c.s
 | |
| 
 | |
| .PHONY : timing.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| timing.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/timing.c.s
 | |
| .PHONY : timing.c.s
 | |
| 
 | |
| xtea.o: xtea.c.o
 | |
| 
 | |
| .PHONY : xtea.o
 | |
| 
 | |
| # target to build an object file
 | |
| xtea.c.o:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/xtea.c.o
 | |
| .PHONY : xtea.c.o
 | |
| 
 | |
| xtea.i: xtea.c.i
 | |
| 
 | |
| .PHONY : xtea.i
 | |
| 
 | |
| # target to preprocess a source file
 | |
| xtea.c.i:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/xtea.c.i
 | |
| .PHONY : xtea.c.i
 | |
| 
 | |
| xtea.s: xtea.c.s
 | |
| 
 | |
| .PHONY : xtea.s
 | |
| 
 | |
| # target to generate assembly for a file
 | |
| xtea.c.s:
 | |
| 	cd /Users/bsergeant/src/foss/ixwebsocket && $(MAKE) -f third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/build.make third_party/mbedtls/crypto/library/CMakeFiles/mbedcrypto.dir/xtea.c.s
 | |
| .PHONY : xtea.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/local"
 | |
| 	@echo "... install/strip"
 | |
| 	@echo "... install"
 | |
| 	@echo "... list_install_components"
 | |
| 	@echo "... rebuild_cache"
 | |
| 	@echo "... edit_cache"
 | |
| 	@echo "... crypto_lib"
 | |
| 	@echo "... mbedcrypto"
 | |
| 	@echo "... __/__/library/error.o"
 | |
| 	@echo "... __/__/library/error.i"
 | |
| 	@echo "... __/__/library/error.s"
 | |
| 	@echo "... __/__/library/version.o"
 | |
| 	@echo "... __/__/library/version.i"
 | |
| 	@echo "... __/__/library/version.s"
 | |
| 	@echo "... __/__/library/version_features.o"
 | |
| 	@echo "... __/__/library/version_features.i"
 | |
| 	@echo "... __/__/library/version_features.s"
 | |
| 	@echo "... aes.o"
 | |
| 	@echo "... aes.i"
 | |
| 	@echo "... aes.s"
 | |
| 	@echo "... aesni.o"
 | |
| 	@echo "... aesni.i"
 | |
| 	@echo "... aesni.s"
 | |
| 	@echo "... arc4.o"
 | |
| 	@echo "... arc4.i"
 | |
| 	@echo "... arc4.s"
 | |
| 	@echo "... aria.o"
 | |
| 	@echo "... aria.i"
 | |
| 	@echo "... aria.s"
 | |
| 	@echo "... asn1parse.o"
 | |
| 	@echo "... asn1parse.i"
 | |
| 	@echo "... asn1parse.s"
 | |
| 	@echo "... asn1write.o"
 | |
| 	@echo "... asn1write.i"
 | |
| 	@echo "... asn1write.s"
 | |
| 	@echo "... base64.o"
 | |
| 	@echo "... base64.i"
 | |
| 	@echo "... base64.s"
 | |
| 	@echo "... bignum.o"
 | |
| 	@echo "... bignum.i"
 | |
| 	@echo "... bignum.s"
 | |
| 	@echo "... blowfish.o"
 | |
| 	@echo "... blowfish.i"
 | |
| 	@echo "... blowfish.s"
 | |
| 	@echo "... camellia.o"
 | |
| 	@echo "... camellia.i"
 | |
| 	@echo "... camellia.s"
 | |
| 	@echo "... ccm.o"
 | |
| 	@echo "... ccm.i"
 | |
| 	@echo "... ccm.s"
 | |
| 	@echo "... chacha20.o"
 | |
| 	@echo "... chacha20.i"
 | |
| 	@echo "... chacha20.s"
 | |
| 	@echo "... chachapoly.o"
 | |
| 	@echo "... chachapoly.i"
 | |
| 	@echo "... chachapoly.s"
 | |
| 	@echo "... cipher.o"
 | |
| 	@echo "... cipher.i"
 | |
| 	@echo "... cipher.s"
 | |
| 	@echo "... cipher_wrap.o"
 | |
| 	@echo "... cipher_wrap.i"
 | |
| 	@echo "... cipher_wrap.s"
 | |
| 	@echo "... cmac.o"
 | |
| 	@echo "... cmac.i"
 | |
| 	@echo "... cmac.s"
 | |
| 	@echo "... ctr_drbg.o"
 | |
| 	@echo "... ctr_drbg.i"
 | |
| 	@echo "... ctr_drbg.s"
 | |
| 	@echo "... des.o"
 | |
| 	@echo "... des.i"
 | |
| 	@echo "... des.s"
 | |
| 	@echo "... dhm.o"
 | |
| 	@echo "... dhm.i"
 | |
| 	@echo "... dhm.s"
 | |
| 	@echo "... ecdh.o"
 | |
| 	@echo "... ecdh.i"
 | |
| 	@echo "... ecdh.s"
 | |
| 	@echo "... ecdsa.o"
 | |
| 	@echo "... ecdsa.i"
 | |
| 	@echo "... ecdsa.s"
 | |
| 	@echo "... ecjpake.o"
 | |
| 	@echo "... ecjpake.i"
 | |
| 	@echo "... ecjpake.s"
 | |
| 	@echo "... ecp.o"
 | |
| 	@echo "... ecp.i"
 | |
| 	@echo "... ecp.s"
 | |
| 	@echo "... ecp_curves.o"
 | |
| 	@echo "... ecp_curves.i"
 | |
| 	@echo "... ecp_curves.s"
 | |
| 	@echo "... entropy.o"
 | |
| 	@echo "... entropy.i"
 | |
| 	@echo "... entropy.s"
 | |
| 	@echo "... entropy_poll.o"
 | |
| 	@echo "... entropy_poll.i"
 | |
| 	@echo "... entropy_poll.s"
 | |
| 	@echo "... gcm.o"
 | |
| 	@echo "... gcm.i"
 | |
| 	@echo "... gcm.s"
 | |
| 	@echo "... havege.o"
 | |
| 	@echo "... havege.i"
 | |
| 	@echo "... havege.s"
 | |
| 	@echo "... hkdf.o"
 | |
| 	@echo "... hkdf.i"
 | |
| 	@echo "... hkdf.s"
 | |
| 	@echo "... hmac_drbg.o"
 | |
| 	@echo "... hmac_drbg.i"
 | |
| 	@echo "... hmac_drbg.s"
 | |
| 	@echo "... md.o"
 | |
| 	@echo "... md.i"
 | |
| 	@echo "... md.s"
 | |
| 	@echo "... md2.o"
 | |
| 	@echo "... md2.i"
 | |
| 	@echo "... md2.s"
 | |
| 	@echo "... md4.o"
 | |
| 	@echo "... md4.i"
 | |
| 	@echo "... md4.s"
 | |
| 	@echo "... md5.o"
 | |
| 	@echo "... md5.i"
 | |
| 	@echo "... md5.s"
 | |
| 	@echo "... md_wrap.o"
 | |
| 	@echo "... md_wrap.i"
 | |
| 	@echo "... md_wrap.s"
 | |
| 	@echo "... memory_buffer_alloc.o"
 | |
| 	@echo "... memory_buffer_alloc.i"
 | |
| 	@echo "... memory_buffer_alloc.s"
 | |
| 	@echo "... nist_kw.o"
 | |
| 	@echo "... nist_kw.i"
 | |
| 	@echo "... nist_kw.s"
 | |
| 	@echo "... oid.o"
 | |
| 	@echo "... oid.i"
 | |
| 	@echo "... oid.s"
 | |
| 	@echo "... padlock.o"
 | |
| 	@echo "... padlock.i"
 | |
| 	@echo "... padlock.s"
 | |
| 	@echo "... pem.o"
 | |
| 	@echo "... pem.i"
 | |
| 	@echo "... pem.s"
 | |
| 	@echo "... pk.o"
 | |
| 	@echo "... pk.i"
 | |
| 	@echo "... pk.s"
 | |
| 	@echo "... pk_wrap.o"
 | |
| 	@echo "... pk_wrap.i"
 | |
| 	@echo "... pk_wrap.s"
 | |
| 	@echo "... pkcs12.o"
 | |
| 	@echo "... pkcs12.i"
 | |
| 	@echo "... pkcs12.s"
 | |
| 	@echo "... pkcs5.o"
 | |
| 	@echo "... pkcs5.i"
 | |
| 	@echo "... pkcs5.s"
 | |
| 	@echo "... pkparse.o"
 | |
| 	@echo "... pkparse.i"
 | |
| 	@echo "... pkparse.s"
 | |
| 	@echo "... pkwrite.o"
 | |
| 	@echo "... pkwrite.i"
 | |
| 	@echo "... pkwrite.s"
 | |
| 	@echo "... platform.o"
 | |
| 	@echo "... platform.i"
 | |
| 	@echo "... platform.s"
 | |
| 	@echo "... platform_util.o"
 | |
| 	@echo "... platform_util.i"
 | |
| 	@echo "... platform_util.s"
 | |
| 	@echo "... poly1305.o"
 | |
| 	@echo "... poly1305.i"
 | |
| 	@echo "... poly1305.s"
 | |
| 	@echo "... psa_crypto.o"
 | |
| 	@echo "... psa_crypto.i"
 | |
| 	@echo "... psa_crypto.s"
 | |
| 	@echo "... psa_crypto_slot_management.o"
 | |
| 	@echo "... psa_crypto_slot_management.i"
 | |
| 	@echo "... psa_crypto_slot_management.s"
 | |
| 	@echo "... psa_crypto_storage.o"
 | |
| 	@echo "... psa_crypto_storage.i"
 | |
| 	@echo "... psa_crypto_storage.s"
 | |
| 	@echo "... psa_its_file.o"
 | |
| 	@echo "... psa_its_file.i"
 | |
| 	@echo "... psa_its_file.s"
 | |
| 	@echo "... ripemd160.o"
 | |
| 	@echo "... ripemd160.i"
 | |
| 	@echo "... ripemd160.s"
 | |
| 	@echo "... rsa.o"
 | |
| 	@echo "... rsa.i"
 | |
| 	@echo "... rsa.s"
 | |
| 	@echo "... rsa_internal.o"
 | |
| 	@echo "... rsa_internal.i"
 | |
| 	@echo "... rsa_internal.s"
 | |
| 	@echo "... sha1.o"
 | |
| 	@echo "... sha1.i"
 | |
| 	@echo "... sha1.s"
 | |
| 	@echo "... sha256.o"
 | |
| 	@echo "... sha256.i"
 | |
| 	@echo "... sha256.s"
 | |
| 	@echo "... sha512.o"
 | |
| 	@echo "... sha512.i"
 | |
| 	@echo "... sha512.s"
 | |
| 	@echo "... threading.o"
 | |
| 	@echo "... threading.i"
 | |
| 	@echo "... threading.s"
 | |
| 	@echo "... timing.o"
 | |
| 	@echo "... timing.i"
 | |
| 	@echo "... timing.s"
 | |
| 	@echo "... xtea.o"
 | |
| 	@echo "... xtea.i"
 | |
| 	@echo "... xtea.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/bsergeant/src/foss/ixwebsocket && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 | |
| .PHONY : cmake_check_build_system
 | |
| 
 |