# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Disable VCS-based implicit rules.
% : %,v


# Disable VCS-based implicit rules.
% : RCS/%


# Disable VCS-based implicit rules.
% : RCS/%,v


# Disable VCS-based implicit rules.
% : SCCS/s.%


# Disable VCS-based implicit rules.
% : s.%


.SUFFIXES: .hpux_make_needs_suffix_list


# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.18.2/bin/cmake

# The command to remove a file.
RM = /usr/local/Cellar/cmake/3.18.2/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY"

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build"

#=============================================================================
# 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..."
	/usr/local/Cellar/cmake/3.18.2/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/local/Cellar/cmake/3.18.2/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..."
	/usr/local/Cellar/cmake/3.18.2/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/local/Cellar/cmake/3.18.2/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..."
	/usr/local/Cellar/cmake/3.18.2/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/local/Cellar/cmake/3.18.2/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..."
	/usr/local/Cellar/cmake/3.18.2/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/local/Cellar/cmake/3.18.2/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# The main all target
all: cmake_check_build_system
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(CMAKE_COMMAND) -E cmake_progress_start "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build/CMakeFiles" "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build/extern/ENCRYPTO_utils/src//CMakeFiles/progress.marks"
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/ENCRYPTO_utils/src/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build/CMakeFiles" 0
.PHONY : all

# The main clean target
clean:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/ENCRYPTO_utils/src/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/ENCRYPTO_utils/src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/ENCRYPTO_utils/src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/rule:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/rule
.PHONY : extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/rule

# Convenience name for target.
encrypto_utils: extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/rule

.PHONY : encrypto_utils

# fast build rule for target.
encrypto_utils/fast:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build
.PHONY : encrypto_utils/fast

ENCRYPTO_utils/cbitvector.o: ENCRYPTO_utils/cbitvector.cpp.o

.PHONY : ENCRYPTO_utils/cbitvector.o

# target to build an object file
ENCRYPTO_utils/cbitvector.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/cbitvector.cpp.o
.PHONY : ENCRYPTO_utils/cbitvector.cpp.o

ENCRYPTO_utils/cbitvector.i: ENCRYPTO_utils/cbitvector.cpp.i

.PHONY : ENCRYPTO_utils/cbitvector.i

# target to preprocess a source file
ENCRYPTO_utils/cbitvector.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/cbitvector.cpp.i
.PHONY : ENCRYPTO_utils/cbitvector.cpp.i

ENCRYPTO_utils/cbitvector.s: ENCRYPTO_utils/cbitvector.cpp.s

.PHONY : ENCRYPTO_utils/cbitvector.s

# target to generate assembly for a file
ENCRYPTO_utils/cbitvector.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/cbitvector.cpp.s
.PHONY : ENCRYPTO_utils/cbitvector.cpp.s

ENCRYPTO_utils/channel.o: ENCRYPTO_utils/channel.cpp.o

.PHONY : ENCRYPTO_utils/channel.o

# target to build an object file
ENCRYPTO_utils/channel.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/channel.cpp.o
.PHONY : ENCRYPTO_utils/channel.cpp.o

ENCRYPTO_utils/channel.i: ENCRYPTO_utils/channel.cpp.i

.PHONY : ENCRYPTO_utils/channel.i

# target to preprocess a source file
ENCRYPTO_utils/channel.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/channel.cpp.i
.PHONY : ENCRYPTO_utils/channel.cpp.i

ENCRYPTO_utils/channel.s: ENCRYPTO_utils/channel.cpp.s

.PHONY : ENCRYPTO_utils/channel.s

# target to generate assembly for a file
ENCRYPTO_utils/channel.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/channel.cpp.s
.PHONY : ENCRYPTO_utils/channel.cpp.s

ENCRYPTO_utils/circular_queue.o: ENCRYPTO_utils/circular_queue.cpp.o

.PHONY : ENCRYPTO_utils/circular_queue.o

# target to build an object file
ENCRYPTO_utils/circular_queue.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/circular_queue.cpp.o
.PHONY : ENCRYPTO_utils/circular_queue.cpp.o

ENCRYPTO_utils/circular_queue.i: ENCRYPTO_utils/circular_queue.cpp.i

.PHONY : ENCRYPTO_utils/circular_queue.i

# target to preprocess a source file
ENCRYPTO_utils/circular_queue.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/circular_queue.cpp.i
.PHONY : ENCRYPTO_utils/circular_queue.cpp.i

ENCRYPTO_utils/circular_queue.s: ENCRYPTO_utils/circular_queue.cpp.s

.PHONY : ENCRYPTO_utils/circular_queue.s

# target to generate assembly for a file
ENCRYPTO_utils/circular_queue.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/circular_queue.cpp.s
.PHONY : ENCRYPTO_utils/circular_queue.cpp.s

ENCRYPTO_utils/codewords.o: ENCRYPTO_utils/codewords.cpp.o

.PHONY : ENCRYPTO_utils/codewords.o

# target to build an object file
ENCRYPTO_utils/codewords.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/codewords.cpp.o
.PHONY : ENCRYPTO_utils/codewords.cpp.o

ENCRYPTO_utils/codewords.i: ENCRYPTO_utils/codewords.cpp.i

.PHONY : ENCRYPTO_utils/codewords.i

# target to preprocess a source file
ENCRYPTO_utils/codewords.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/codewords.cpp.i
.PHONY : ENCRYPTO_utils/codewords.cpp.i

ENCRYPTO_utils/codewords.s: ENCRYPTO_utils/codewords.cpp.s

.PHONY : ENCRYPTO_utils/codewords.s

# target to generate assembly for a file
ENCRYPTO_utils/codewords.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/codewords.cpp.s
.PHONY : ENCRYPTO_utils/codewords.cpp.s

ENCRYPTO_utils/connection.o: ENCRYPTO_utils/connection.cpp.o

.PHONY : ENCRYPTO_utils/connection.o

# target to build an object file
ENCRYPTO_utils/connection.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/connection.cpp.o
.PHONY : ENCRYPTO_utils/connection.cpp.o

ENCRYPTO_utils/connection.i: ENCRYPTO_utils/connection.cpp.i

.PHONY : ENCRYPTO_utils/connection.i

# target to preprocess a source file
ENCRYPTO_utils/connection.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/connection.cpp.i
.PHONY : ENCRYPTO_utils/connection.cpp.i

ENCRYPTO_utils/connection.s: ENCRYPTO_utils/connection.cpp.s

.PHONY : ENCRYPTO_utils/connection.s

# target to generate assembly for a file
ENCRYPTO_utils/connection.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/connection.cpp.s
.PHONY : ENCRYPTO_utils/connection.cpp.s

ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.o: ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.o

.PHONY : ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.o

# target to build an object file
ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.o
.PHONY : ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.o

ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.i: ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.i

.PHONY : ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.i
.PHONY : ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.i

ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.s: ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.s

.PHONY : ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.s
.PHONY : ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.cpp.s

ENCRYPTO_utils/crypto/crypto.o: ENCRYPTO_utils/crypto/crypto.cpp.o

.PHONY : ENCRYPTO_utils/crypto/crypto.o

# target to build an object file
ENCRYPTO_utils/crypto/crypto.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/crypto.cpp.o
.PHONY : ENCRYPTO_utils/crypto/crypto.cpp.o

ENCRYPTO_utils/crypto/crypto.i: ENCRYPTO_utils/crypto/crypto.cpp.i

.PHONY : ENCRYPTO_utils/crypto/crypto.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/crypto.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/crypto.cpp.i
.PHONY : ENCRYPTO_utils/crypto/crypto.cpp.i

ENCRYPTO_utils/crypto/crypto.s: ENCRYPTO_utils/crypto/crypto.cpp.s

.PHONY : ENCRYPTO_utils/crypto/crypto.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/crypto.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/crypto.cpp.s
.PHONY : ENCRYPTO_utils/crypto/crypto.cpp.s

ENCRYPTO_utils/crypto/dgk.o: ENCRYPTO_utils/crypto/dgk.cpp.o

.PHONY : ENCRYPTO_utils/crypto/dgk.o

# target to build an object file
ENCRYPTO_utils/crypto/dgk.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/dgk.cpp.o
.PHONY : ENCRYPTO_utils/crypto/dgk.cpp.o

ENCRYPTO_utils/crypto/dgk.i: ENCRYPTO_utils/crypto/dgk.cpp.i

.PHONY : ENCRYPTO_utils/crypto/dgk.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/dgk.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/dgk.cpp.i
.PHONY : ENCRYPTO_utils/crypto/dgk.cpp.i

ENCRYPTO_utils/crypto/dgk.s: ENCRYPTO_utils/crypto/dgk.cpp.s

.PHONY : ENCRYPTO_utils/crypto/dgk.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/dgk.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/dgk.cpp.s
.PHONY : ENCRYPTO_utils/crypto/dgk.cpp.s

ENCRYPTO_utils/crypto/djn.o: ENCRYPTO_utils/crypto/djn.cpp.o

.PHONY : ENCRYPTO_utils/crypto/djn.o

# target to build an object file
ENCRYPTO_utils/crypto/djn.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/djn.cpp.o
.PHONY : ENCRYPTO_utils/crypto/djn.cpp.o

ENCRYPTO_utils/crypto/djn.i: ENCRYPTO_utils/crypto/djn.cpp.i

.PHONY : ENCRYPTO_utils/crypto/djn.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/djn.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/djn.cpp.i
.PHONY : ENCRYPTO_utils/crypto/djn.cpp.i

ENCRYPTO_utils/crypto/djn.s: ENCRYPTO_utils/crypto/djn.cpp.s

.PHONY : ENCRYPTO_utils/crypto/djn.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/djn.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/djn.cpp.s
.PHONY : ENCRYPTO_utils/crypto/djn.cpp.s

ENCRYPTO_utils/crypto/ecc-pk-crypto.o: ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.o

.PHONY : ENCRYPTO_utils/crypto/ecc-pk-crypto.o

# target to build an object file
ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.o
.PHONY : ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.o

ENCRYPTO_utils/crypto/ecc-pk-crypto.i: ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.i

.PHONY : ENCRYPTO_utils/crypto/ecc-pk-crypto.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.i
.PHONY : ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.i

ENCRYPTO_utils/crypto/ecc-pk-crypto.s: ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.s

.PHONY : ENCRYPTO_utils/crypto/ecc-pk-crypto.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.s
.PHONY : ENCRYPTO_utils/crypto/ecc-pk-crypto.cpp.s

ENCRYPTO_utils/crypto/gmp-pk-crypto.o: ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.o

.PHONY : ENCRYPTO_utils/crypto/gmp-pk-crypto.o

# target to build an object file
ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.o
.PHONY : ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.o

ENCRYPTO_utils/crypto/gmp-pk-crypto.i: ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.i

.PHONY : ENCRYPTO_utils/crypto/gmp-pk-crypto.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.i
.PHONY : ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.i

ENCRYPTO_utils/crypto/gmp-pk-crypto.s: ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.s

.PHONY : ENCRYPTO_utils/crypto/gmp-pk-crypto.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.s
.PHONY : ENCRYPTO_utils/crypto/gmp-pk-crypto.cpp.s

ENCRYPTO_utils/crypto/intrin_sequential_enc8.o: ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.o

.PHONY : ENCRYPTO_utils/crypto/intrin_sequential_enc8.o

# target to build an object file
ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.o
.PHONY : ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.o

ENCRYPTO_utils/crypto/intrin_sequential_enc8.i: ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.i

.PHONY : ENCRYPTO_utils/crypto/intrin_sequential_enc8.i

# target to preprocess a source file
ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.i
.PHONY : ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.i

ENCRYPTO_utils/crypto/intrin_sequential_enc8.s: ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.s

.PHONY : ENCRYPTO_utils/crypto/intrin_sequential_enc8.s

# target to generate assembly for a file
ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.s
.PHONY : ENCRYPTO_utils/crypto/intrin_sequential_enc8.cpp.s

ENCRYPTO_utils/parse_options.o: ENCRYPTO_utils/parse_options.cpp.o

.PHONY : ENCRYPTO_utils/parse_options.o

# target to build an object file
ENCRYPTO_utils/parse_options.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/parse_options.cpp.o
.PHONY : ENCRYPTO_utils/parse_options.cpp.o

ENCRYPTO_utils/parse_options.i: ENCRYPTO_utils/parse_options.cpp.i

.PHONY : ENCRYPTO_utils/parse_options.i

# target to preprocess a source file
ENCRYPTO_utils/parse_options.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/parse_options.cpp.i
.PHONY : ENCRYPTO_utils/parse_options.cpp.i

ENCRYPTO_utils/parse_options.s: ENCRYPTO_utils/parse_options.cpp.s

.PHONY : ENCRYPTO_utils/parse_options.s

# target to generate assembly for a file
ENCRYPTO_utils/parse_options.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/parse_options.cpp.s
.PHONY : ENCRYPTO_utils/parse_options.cpp.s

ENCRYPTO_utils/powmod.o: ENCRYPTO_utils/powmod.cpp.o

.PHONY : ENCRYPTO_utils/powmod.o

# target to build an object file
ENCRYPTO_utils/powmod.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/powmod.cpp.o
.PHONY : ENCRYPTO_utils/powmod.cpp.o

ENCRYPTO_utils/powmod.i: ENCRYPTO_utils/powmod.cpp.i

.PHONY : ENCRYPTO_utils/powmod.i

# target to preprocess a source file
ENCRYPTO_utils/powmod.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/powmod.cpp.i
.PHONY : ENCRYPTO_utils/powmod.cpp.i

ENCRYPTO_utils/powmod.s: ENCRYPTO_utils/powmod.cpp.s

.PHONY : ENCRYPTO_utils/powmod.s

# target to generate assembly for a file
ENCRYPTO_utils/powmod.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/powmod.cpp.s
.PHONY : ENCRYPTO_utils/powmod.cpp.s

ENCRYPTO_utils/rcvthread.o: ENCRYPTO_utils/rcvthread.cpp.o

.PHONY : ENCRYPTO_utils/rcvthread.o

# target to build an object file
ENCRYPTO_utils/rcvthread.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/rcvthread.cpp.o
.PHONY : ENCRYPTO_utils/rcvthread.cpp.o

ENCRYPTO_utils/rcvthread.i: ENCRYPTO_utils/rcvthread.cpp.i

.PHONY : ENCRYPTO_utils/rcvthread.i

# target to preprocess a source file
ENCRYPTO_utils/rcvthread.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/rcvthread.cpp.i
.PHONY : ENCRYPTO_utils/rcvthread.cpp.i

ENCRYPTO_utils/rcvthread.s: ENCRYPTO_utils/rcvthread.cpp.s

.PHONY : ENCRYPTO_utils/rcvthread.s

# target to generate assembly for a file
ENCRYPTO_utils/rcvthread.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/rcvthread.cpp.s
.PHONY : ENCRYPTO_utils/rcvthread.cpp.s

ENCRYPTO_utils/sndthread.o: ENCRYPTO_utils/sndthread.cpp.o

.PHONY : ENCRYPTO_utils/sndthread.o

# target to build an object file
ENCRYPTO_utils/sndthread.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/sndthread.cpp.o
.PHONY : ENCRYPTO_utils/sndthread.cpp.o

ENCRYPTO_utils/sndthread.i: ENCRYPTO_utils/sndthread.cpp.i

.PHONY : ENCRYPTO_utils/sndthread.i

# target to preprocess a source file
ENCRYPTO_utils/sndthread.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/sndthread.cpp.i
.PHONY : ENCRYPTO_utils/sndthread.cpp.i

ENCRYPTO_utils/sndthread.s: ENCRYPTO_utils/sndthread.cpp.s

.PHONY : ENCRYPTO_utils/sndthread.s

# target to generate assembly for a file
ENCRYPTO_utils/sndthread.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/sndthread.cpp.s
.PHONY : ENCRYPTO_utils/sndthread.cpp.s

ENCRYPTO_utils/socket.o: ENCRYPTO_utils/socket.cpp.o

.PHONY : ENCRYPTO_utils/socket.o

# target to build an object file
ENCRYPTO_utils/socket.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/socket.cpp.o
.PHONY : ENCRYPTO_utils/socket.cpp.o

ENCRYPTO_utils/socket.i: ENCRYPTO_utils/socket.cpp.i

.PHONY : ENCRYPTO_utils/socket.i

# target to preprocess a source file
ENCRYPTO_utils/socket.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/socket.cpp.i
.PHONY : ENCRYPTO_utils/socket.cpp.i

ENCRYPTO_utils/socket.s: ENCRYPTO_utils/socket.cpp.s

.PHONY : ENCRYPTO_utils/socket.s

# target to generate assembly for a file
ENCRYPTO_utils/socket.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/socket.cpp.s
.PHONY : ENCRYPTO_utils/socket.cpp.s

ENCRYPTO_utils/thread.o: ENCRYPTO_utils/thread.cpp.o

.PHONY : ENCRYPTO_utils/thread.o

# target to build an object file
ENCRYPTO_utils/thread.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/thread.cpp.o
.PHONY : ENCRYPTO_utils/thread.cpp.o

ENCRYPTO_utils/thread.i: ENCRYPTO_utils/thread.cpp.i

.PHONY : ENCRYPTO_utils/thread.i

# target to preprocess a source file
ENCRYPTO_utils/thread.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/thread.cpp.i
.PHONY : ENCRYPTO_utils/thread.cpp.i

ENCRYPTO_utils/thread.s: ENCRYPTO_utils/thread.cpp.s

.PHONY : ENCRYPTO_utils/thread.s

# target to generate assembly for a file
ENCRYPTO_utils/thread.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/thread.cpp.s
.PHONY : ENCRYPTO_utils/thread.cpp.s

ENCRYPTO_utils/timer.o: ENCRYPTO_utils/timer.cpp.o

.PHONY : ENCRYPTO_utils/timer.o

# target to build an object file
ENCRYPTO_utils/timer.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/timer.cpp.o
.PHONY : ENCRYPTO_utils/timer.cpp.o

ENCRYPTO_utils/timer.i: ENCRYPTO_utils/timer.cpp.i

.PHONY : ENCRYPTO_utils/timer.i

# target to preprocess a source file
ENCRYPTO_utils/timer.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/timer.cpp.i
.PHONY : ENCRYPTO_utils/timer.cpp.i

ENCRYPTO_utils/timer.s: ENCRYPTO_utils/timer.cpp.s

.PHONY : ENCRYPTO_utils/timer.s

# target to generate assembly for a file
ENCRYPTO_utils/timer.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/timer.cpp.s
.PHONY : ENCRYPTO_utils/timer.cpp.s

ENCRYPTO_utils/utils.o: ENCRYPTO_utils/utils.cpp.o

.PHONY : ENCRYPTO_utils/utils.o

# target to build an object file
ENCRYPTO_utils/utils.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/utils.cpp.o
.PHONY : ENCRYPTO_utils/utils.cpp.o

ENCRYPTO_utils/utils.i: ENCRYPTO_utils/utils.cpp.i

.PHONY : ENCRYPTO_utils/utils.i

# target to preprocess a source file
ENCRYPTO_utils/utils.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/utils.cpp.i
.PHONY : ENCRYPTO_utils/utils.cpp.i

ENCRYPTO_utils/utils.s: ENCRYPTO_utils/utils.cpp.s

.PHONY : ENCRYPTO_utils/utils.s

# target to generate assembly for a file
ENCRYPTO_utils/utils.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/build.make extern/ENCRYPTO_utils/src/CMakeFiles/encrypto_utils.dir/ENCRYPTO_utils/utils.cpp.s
.PHONY : ENCRYPTO_utils/utils.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... encrypto_utils"
	@echo "... ENCRYPTO_utils/cbitvector.o"
	@echo "... ENCRYPTO_utils/cbitvector.i"
	@echo "... ENCRYPTO_utils/cbitvector.s"
	@echo "... ENCRYPTO_utils/channel.o"
	@echo "... ENCRYPTO_utils/channel.i"
	@echo "... ENCRYPTO_utils/channel.s"
	@echo "... ENCRYPTO_utils/circular_queue.o"
	@echo "... ENCRYPTO_utils/circular_queue.i"
	@echo "... ENCRYPTO_utils/circular_queue.s"
	@echo "... ENCRYPTO_utils/codewords.o"
	@echo "... ENCRYPTO_utils/codewords.i"
	@echo "... ENCRYPTO_utils/codewords.s"
	@echo "... ENCRYPTO_utils/connection.o"
	@echo "... ENCRYPTO_utils/connection.i"
	@echo "... ENCRYPTO_utils/connection.s"
	@echo "... ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.o"
	@echo "... ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.i"
	@echo "... ENCRYPTO_utils/crypto/TedKrovetzAesNiWrapperC.s"
	@echo "... ENCRYPTO_utils/crypto/crypto.o"
	@echo "... ENCRYPTO_utils/crypto/crypto.i"
	@echo "... ENCRYPTO_utils/crypto/crypto.s"
	@echo "... ENCRYPTO_utils/crypto/dgk.o"
	@echo "... ENCRYPTO_utils/crypto/dgk.i"
	@echo "... ENCRYPTO_utils/crypto/dgk.s"
	@echo "... ENCRYPTO_utils/crypto/djn.o"
	@echo "... ENCRYPTO_utils/crypto/djn.i"
	@echo "... ENCRYPTO_utils/crypto/djn.s"
	@echo "... ENCRYPTO_utils/crypto/ecc-pk-crypto.o"
	@echo "... ENCRYPTO_utils/crypto/ecc-pk-crypto.i"
	@echo "... ENCRYPTO_utils/crypto/ecc-pk-crypto.s"
	@echo "... ENCRYPTO_utils/crypto/gmp-pk-crypto.o"
	@echo "... ENCRYPTO_utils/crypto/gmp-pk-crypto.i"
	@echo "... ENCRYPTO_utils/crypto/gmp-pk-crypto.s"
	@echo "... ENCRYPTO_utils/crypto/intrin_sequential_enc8.o"
	@echo "... ENCRYPTO_utils/crypto/intrin_sequential_enc8.i"
	@echo "... ENCRYPTO_utils/crypto/intrin_sequential_enc8.s"
	@echo "... ENCRYPTO_utils/parse_options.o"
	@echo "... ENCRYPTO_utils/parse_options.i"
	@echo "... ENCRYPTO_utils/parse_options.s"
	@echo "... ENCRYPTO_utils/powmod.o"
	@echo "... ENCRYPTO_utils/powmod.i"
	@echo "... ENCRYPTO_utils/powmod.s"
	@echo "... ENCRYPTO_utils/rcvthread.o"
	@echo "... ENCRYPTO_utils/rcvthread.i"
	@echo "... ENCRYPTO_utils/rcvthread.s"
	@echo "... ENCRYPTO_utils/sndthread.o"
	@echo "... ENCRYPTO_utils/sndthread.i"
	@echo "... ENCRYPTO_utils/sndthread.s"
	@echo "... ENCRYPTO_utils/socket.o"
	@echo "... ENCRYPTO_utils/socket.i"
	@echo "... ENCRYPTO_utils/socket.s"
	@echo "... ENCRYPTO_utils/thread.o"
	@echo "... ENCRYPTO_utils/thread.i"
	@echo "... ENCRYPTO_utils/thread.s"
	@echo "... ENCRYPTO_utils/timer.o"
	@echo "... ENCRYPTO_utils/timer.i"
	@echo "... ENCRYPTO_utils/timer.s"
	@echo "... ENCRYPTO_utils/utils.o"
	@echo "... ENCRYPTO_utils/utils.i"
	@echo "... ENCRYPTO_utils/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 "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

