# 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/src/abycore//CMakeFiles/progress.marks"
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/abycore/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 src/abycore/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 src/abycore/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/abycore/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.
src/abycore/CMakeFiles/aby.dir/rule:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/abycore/CMakeFiles/aby.dir/rule
.PHONY : src/abycore/CMakeFiles/aby.dir/rule

# Convenience name for target.
aby: src/abycore/CMakeFiles/aby.dir/rule

.PHONY : aby

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

DGK/dgkparty.o: DGK/dgkparty.cpp.o

.PHONY : DGK/dgkparty.o

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

DGK/dgkparty.i: DGK/dgkparty.cpp.i

.PHONY : DGK/dgkparty.i

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

DGK/dgkparty.s: DGK/dgkparty.cpp.s

.PHONY : DGK/dgkparty.s

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

DJN/djnparty.o: DJN/djnparty.cpp.o

.PHONY : DJN/djnparty.o

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

DJN/djnparty.i: DJN/djnparty.cpp.i

.PHONY : DJN/djnparty.i

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

DJN/djnparty.s: DJN/djnparty.cpp.s

.PHONY : DJN/djnparty.s

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

aby/abyparty.o: aby/abyparty.cpp.o

.PHONY : aby/abyparty.o

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

aby/abyparty.i: aby/abyparty.cpp.i

.PHONY : aby/abyparty.i

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

aby/abyparty.s: aby/abyparty.cpp.s

.PHONY : aby/abyparty.s

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

aby/abysetup.o: aby/abysetup.cpp.o

.PHONY : aby/abysetup.o

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

aby/abysetup.i: aby/abysetup.cpp.i

.PHONY : aby/abysetup.i

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

aby/abysetup.s: aby/abysetup.cpp.s

.PHONY : aby/abysetup.s

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

circuit/abycircuit.o: circuit/abycircuit.cpp.o

.PHONY : circuit/abycircuit.o

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

circuit/abycircuit.i: circuit/abycircuit.cpp.i

.PHONY : circuit/abycircuit.i

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

circuit/abycircuit.s: circuit/abycircuit.cpp.s

.PHONY : circuit/abycircuit.s

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

circuit/arithmeticcircuits.o: circuit/arithmeticcircuits.cpp.o

.PHONY : circuit/arithmeticcircuits.o

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

circuit/arithmeticcircuits.i: circuit/arithmeticcircuits.cpp.i

.PHONY : circuit/arithmeticcircuits.i

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

circuit/arithmeticcircuits.s: circuit/arithmeticcircuits.cpp.s

.PHONY : circuit/arithmeticcircuits.s

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

circuit/booleancircuits.o: circuit/booleancircuits.cpp.o

.PHONY : circuit/booleancircuits.o

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

circuit/booleancircuits.i: circuit/booleancircuits.cpp.i

.PHONY : circuit/booleancircuits.i

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

circuit/booleancircuits.s: circuit/booleancircuits.cpp.s

.PHONY : circuit/booleancircuits.s

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

circuit/circuit.o: circuit/circuit.cpp.o

.PHONY : circuit/circuit.o

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

circuit/circuit.i: circuit/circuit.cpp.i

.PHONY : circuit/circuit.i

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

circuit/circuit.s: circuit/circuit.cpp.s

.PHONY : circuit/circuit.s

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

circuit/share.o: circuit/share.cpp.o

.PHONY : circuit/share.o

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

circuit/share.i: circuit/share.cpp.i

.PHONY : circuit/share.i

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

circuit/share.s: circuit/share.cpp.s

.PHONY : circuit/share.s

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

sharing/arithsharing.o: sharing/arithsharing.cpp.o

.PHONY : sharing/arithsharing.o

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

sharing/arithsharing.i: sharing/arithsharing.cpp.i

.PHONY : sharing/arithsharing.i

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

sharing/arithsharing.s: sharing/arithsharing.cpp.s

.PHONY : sharing/arithsharing.s

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

sharing/boolsharing.o: sharing/boolsharing.cpp.o

.PHONY : sharing/boolsharing.o

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

sharing/boolsharing.i: sharing/boolsharing.cpp.i

.PHONY : sharing/boolsharing.i

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

sharing/boolsharing.s: sharing/boolsharing.cpp.s

.PHONY : sharing/boolsharing.s

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

sharing/sharing.o: sharing/sharing.cpp.o

.PHONY : sharing/sharing.o

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

sharing/sharing.i: sharing/sharing.cpp.i

.PHONY : sharing/sharing.i

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

sharing/sharing.s: sharing/sharing.cpp.s

.PHONY : sharing/sharing.s

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

sharing/splut.o: sharing/splut.cpp.o

.PHONY : sharing/splut.o

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

sharing/splut.i: sharing/splut.cpp.i

.PHONY : sharing/splut.i

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

sharing/splut.s: sharing/splut.cpp.s

.PHONY : sharing/splut.s

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

sharing/yaoclientsharing.o: sharing/yaoclientsharing.cpp.o

.PHONY : sharing/yaoclientsharing.o

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

sharing/yaoclientsharing.i: sharing/yaoclientsharing.cpp.i

.PHONY : sharing/yaoclientsharing.i

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

sharing/yaoclientsharing.s: sharing/yaoclientsharing.cpp.s

.PHONY : sharing/yaoclientsharing.s

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

sharing/yaoserversharing.o: sharing/yaoserversharing.cpp.o

.PHONY : sharing/yaoserversharing.o

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

sharing/yaoserversharing.i: sharing/yaoserversharing.cpp.i

.PHONY : sharing/yaoserversharing.i

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

sharing/yaoserversharing.s: sharing/yaoserversharing.cpp.s

.PHONY : sharing/yaoserversharing.s

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

sharing/yaosharing.o: sharing/yaosharing.cpp.o

.PHONY : sharing/yaosharing.o

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

sharing/yaosharing.i: sharing/yaosharing.cpp.i

.PHONY : sharing/yaosharing.i

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

sharing/yaosharing.s: sharing/yaosharing.cpp.s

.PHONY : sharing/yaosharing.s

# target to generate assembly for a file
sharing/yaosharing.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f src/abycore/CMakeFiles/aby.dir/build.make src/abycore/CMakeFiles/aby.dir/sharing/yaosharing.cpp.s
.PHONY : sharing/yaosharing.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 "... aby"
	@echo "... DGK/dgkparty.o"
	@echo "... DGK/dgkparty.i"
	@echo "... DGK/dgkparty.s"
	@echo "... DJN/djnparty.o"
	@echo "... DJN/djnparty.i"
	@echo "... DJN/djnparty.s"
	@echo "... aby/abyparty.o"
	@echo "... aby/abyparty.i"
	@echo "... aby/abyparty.s"
	@echo "... aby/abysetup.o"
	@echo "... aby/abysetup.i"
	@echo "... aby/abysetup.s"
	@echo "... circuit/abycircuit.o"
	@echo "... circuit/abycircuit.i"
	@echo "... circuit/abycircuit.s"
	@echo "... circuit/arithmeticcircuits.o"
	@echo "... circuit/arithmeticcircuits.i"
	@echo "... circuit/arithmeticcircuits.s"
	@echo "... circuit/booleancircuits.o"
	@echo "... circuit/booleancircuits.i"
	@echo "... circuit/booleancircuits.s"
	@echo "... circuit/circuit.o"
	@echo "... circuit/circuit.i"
	@echo "... circuit/circuit.s"
	@echo "... circuit/share.o"
	@echo "... circuit/share.i"
	@echo "... circuit/share.s"
	@echo "... sharing/arithsharing.o"
	@echo "... sharing/arithsharing.i"
	@echo "... sharing/arithsharing.s"
	@echo "... sharing/boolsharing.o"
	@echo "... sharing/boolsharing.i"
	@echo "... sharing/boolsharing.s"
	@echo "... sharing/sharing.o"
	@echo "... sharing/sharing.i"
	@echo "... sharing/sharing.s"
	@echo "... sharing/splut.o"
	@echo "... sharing/splut.i"
	@echo "... sharing/splut.s"
	@echo "... sharing/yaoclientsharing.o"
	@echo "... sharing/yaoclientsharing.i"
	@echo "... sharing/yaoclientsharing.s"
	@echo "... sharing/yaoserversharing.o"
	@echo "... sharing/yaoserversharing.i"
	@echo "... sharing/yaoserversharing.s"
	@echo "... sharing/yaosharing.o"
	@echo "... sharing/yaosharing.i"
	@echo "... sharing/yaosharing.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

