# 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 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

# 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

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

# Convenience name for target.
otextension: extern/OTExtension/CMakeFiles/otextension.dir/rule

.PHONY : otextension

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

ot/alsz-ot-ext-rec.o: ot/alsz-ot-ext-rec.cpp.o

.PHONY : ot/alsz-ot-ext-rec.o

# target to build an object file
ot/alsz-ot-ext-rec.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/alsz-ot-ext-rec.cpp.o
.PHONY : ot/alsz-ot-ext-rec.cpp.o

ot/alsz-ot-ext-rec.i: ot/alsz-ot-ext-rec.cpp.i

.PHONY : ot/alsz-ot-ext-rec.i

# target to preprocess a source file
ot/alsz-ot-ext-rec.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/alsz-ot-ext-rec.cpp.i
.PHONY : ot/alsz-ot-ext-rec.cpp.i

ot/alsz-ot-ext-rec.s: ot/alsz-ot-ext-rec.cpp.s

.PHONY : ot/alsz-ot-ext-rec.s

# target to generate assembly for a file
ot/alsz-ot-ext-rec.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/alsz-ot-ext-rec.cpp.s
.PHONY : ot/alsz-ot-ext-rec.cpp.s

ot/alsz-ot-ext-snd.o: ot/alsz-ot-ext-snd.cpp.o

.PHONY : ot/alsz-ot-ext-snd.o

# target to build an object file
ot/alsz-ot-ext-snd.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/alsz-ot-ext-snd.cpp.o
.PHONY : ot/alsz-ot-ext-snd.cpp.o

ot/alsz-ot-ext-snd.i: ot/alsz-ot-ext-snd.cpp.i

.PHONY : ot/alsz-ot-ext-snd.i

# target to preprocess a source file
ot/alsz-ot-ext-snd.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/alsz-ot-ext-snd.cpp.i
.PHONY : ot/alsz-ot-ext-snd.cpp.i

ot/alsz-ot-ext-snd.s: ot/alsz-ot-ext-snd.cpp.s

.PHONY : ot/alsz-ot-ext-snd.s

# target to generate assembly for a file
ot/alsz-ot-ext-snd.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/alsz-ot-ext-snd.cpp.s
.PHONY : ot/alsz-ot-ext-snd.cpp.s

ot/iknp-ot-ext-rec.o: ot/iknp-ot-ext-rec.cpp.o

.PHONY : ot/iknp-ot-ext-rec.o

# target to build an object file
ot/iknp-ot-ext-rec.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/iknp-ot-ext-rec.cpp.o
.PHONY : ot/iknp-ot-ext-rec.cpp.o

ot/iknp-ot-ext-rec.i: ot/iknp-ot-ext-rec.cpp.i

.PHONY : ot/iknp-ot-ext-rec.i

# target to preprocess a source file
ot/iknp-ot-ext-rec.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/iknp-ot-ext-rec.cpp.i
.PHONY : ot/iknp-ot-ext-rec.cpp.i

ot/iknp-ot-ext-rec.s: ot/iknp-ot-ext-rec.cpp.s

.PHONY : ot/iknp-ot-ext-rec.s

# target to generate assembly for a file
ot/iknp-ot-ext-rec.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/iknp-ot-ext-rec.cpp.s
.PHONY : ot/iknp-ot-ext-rec.cpp.s

ot/iknp-ot-ext-snd.o: ot/iknp-ot-ext-snd.cpp.o

.PHONY : ot/iknp-ot-ext-snd.o

# target to build an object file
ot/iknp-ot-ext-snd.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/iknp-ot-ext-snd.cpp.o
.PHONY : ot/iknp-ot-ext-snd.cpp.o

ot/iknp-ot-ext-snd.i: ot/iknp-ot-ext-snd.cpp.i

.PHONY : ot/iknp-ot-ext-snd.i

# target to preprocess a source file
ot/iknp-ot-ext-snd.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/iknp-ot-ext-snd.cpp.i
.PHONY : ot/iknp-ot-ext-snd.cpp.i

ot/iknp-ot-ext-snd.s: ot/iknp-ot-ext-snd.cpp.s

.PHONY : ot/iknp-ot-ext-snd.s

# target to generate assembly for a file
ot/iknp-ot-ext-snd.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/iknp-ot-ext-snd.cpp.s
.PHONY : ot/iknp-ot-ext-snd.cpp.s

ot/kk-ot-ext-rec.o: ot/kk-ot-ext-rec.cpp.o

.PHONY : ot/kk-ot-ext-rec.o

# target to build an object file
ot/kk-ot-ext-rec.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/kk-ot-ext-rec.cpp.o
.PHONY : ot/kk-ot-ext-rec.cpp.o

ot/kk-ot-ext-rec.i: ot/kk-ot-ext-rec.cpp.i

.PHONY : ot/kk-ot-ext-rec.i

# target to preprocess a source file
ot/kk-ot-ext-rec.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/kk-ot-ext-rec.cpp.i
.PHONY : ot/kk-ot-ext-rec.cpp.i

ot/kk-ot-ext-rec.s: ot/kk-ot-ext-rec.cpp.s

.PHONY : ot/kk-ot-ext-rec.s

# target to generate assembly for a file
ot/kk-ot-ext-rec.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/kk-ot-ext-rec.cpp.s
.PHONY : ot/kk-ot-ext-rec.cpp.s

ot/kk-ot-ext-snd.o: ot/kk-ot-ext-snd.cpp.o

.PHONY : ot/kk-ot-ext-snd.o

# target to build an object file
ot/kk-ot-ext-snd.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/kk-ot-ext-snd.cpp.o
.PHONY : ot/kk-ot-ext-snd.cpp.o

ot/kk-ot-ext-snd.i: ot/kk-ot-ext-snd.cpp.i

.PHONY : ot/kk-ot-ext-snd.i

# target to preprocess a source file
ot/kk-ot-ext-snd.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/kk-ot-ext-snd.cpp.i
.PHONY : ot/kk-ot-ext-snd.cpp.i

ot/kk-ot-ext-snd.s: ot/kk-ot-ext-snd.cpp.s

.PHONY : ot/kk-ot-ext-snd.s

# target to generate assembly for a file
ot/kk-ot-ext-snd.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/kk-ot-ext-snd.cpp.s
.PHONY : ot/kk-ot-ext-snd.cpp.s

ot/naor-pinkas.o: ot/naor-pinkas.cpp.o

.PHONY : ot/naor-pinkas.o

# target to build an object file
ot/naor-pinkas.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/naor-pinkas.cpp.o
.PHONY : ot/naor-pinkas.cpp.o

ot/naor-pinkas.i: ot/naor-pinkas.cpp.i

.PHONY : ot/naor-pinkas.i

# target to preprocess a source file
ot/naor-pinkas.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/naor-pinkas.cpp.i
.PHONY : ot/naor-pinkas.cpp.i

ot/naor-pinkas.s: ot/naor-pinkas.cpp.s

.PHONY : ot/naor-pinkas.s

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

ot/nnob-ot-ext-rec.o: ot/nnob-ot-ext-rec.cpp.o

.PHONY : ot/nnob-ot-ext-rec.o

# target to build an object file
ot/nnob-ot-ext-rec.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/nnob-ot-ext-rec.cpp.o
.PHONY : ot/nnob-ot-ext-rec.cpp.o

ot/nnob-ot-ext-rec.i: ot/nnob-ot-ext-rec.cpp.i

.PHONY : ot/nnob-ot-ext-rec.i

# target to preprocess a source file
ot/nnob-ot-ext-rec.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/nnob-ot-ext-rec.cpp.i
.PHONY : ot/nnob-ot-ext-rec.cpp.i

ot/nnob-ot-ext-rec.s: ot/nnob-ot-ext-rec.cpp.s

.PHONY : ot/nnob-ot-ext-rec.s

# target to generate assembly for a file
ot/nnob-ot-ext-rec.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/nnob-ot-ext-rec.cpp.s
.PHONY : ot/nnob-ot-ext-rec.cpp.s

ot/nnob-ot-ext-snd.o: ot/nnob-ot-ext-snd.cpp.o

.PHONY : ot/nnob-ot-ext-snd.o

# target to build an object file
ot/nnob-ot-ext-snd.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/nnob-ot-ext-snd.cpp.o
.PHONY : ot/nnob-ot-ext-snd.cpp.o

ot/nnob-ot-ext-snd.i: ot/nnob-ot-ext-snd.cpp.i

.PHONY : ot/nnob-ot-ext-snd.i

# target to preprocess a source file
ot/nnob-ot-ext-snd.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/nnob-ot-ext-snd.cpp.i
.PHONY : ot/nnob-ot-ext-snd.cpp.i

ot/nnob-ot-ext-snd.s: ot/nnob-ot-ext-snd.cpp.s

.PHONY : ot/nnob-ot-ext-snd.s

# target to generate assembly for a file
ot/nnob-ot-ext-snd.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/nnob-ot-ext-snd.cpp.s
.PHONY : ot/nnob-ot-ext-snd.cpp.s

ot/ot-ext-rec.o: ot/ot-ext-rec.cpp.o

.PHONY : ot/ot-ext-rec.o

# target to build an object file
ot/ot-ext-rec.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/ot-ext-rec.cpp.o
.PHONY : ot/ot-ext-rec.cpp.o

ot/ot-ext-rec.i: ot/ot-ext-rec.cpp.i

.PHONY : ot/ot-ext-rec.i

# target to preprocess a source file
ot/ot-ext-rec.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/ot-ext-rec.cpp.i
.PHONY : ot/ot-ext-rec.cpp.i

ot/ot-ext-rec.s: ot/ot-ext-rec.cpp.s

.PHONY : ot/ot-ext-rec.s

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

ot/ot-ext-snd.o: ot/ot-ext-snd.cpp.o

.PHONY : ot/ot-ext-snd.o

# target to build an object file
ot/ot-ext-snd.cpp.o:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/ot-ext-snd.cpp.o
.PHONY : ot/ot-ext-snd.cpp.o

ot/ot-ext-snd.i: ot/ot-ext-snd.cpp.i

.PHONY : ot/ot-ext-snd.i

# target to preprocess a source file
ot/ot-ext-snd.cpp.i:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/ot-ext-snd.cpp.i
.PHONY : ot/ot-ext-snd.cpp.i

ot/ot-ext-snd.s: ot/ot-ext-snd.cpp.s

.PHONY : ot/ot-ext-snd.s

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

ot/ot-ext.o: ot/ot-ext.cpp.o

.PHONY : ot/ot-ext.o

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

ot/ot-ext.i: ot/ot-ext.cpp.i

.PHONY : ot/ot-ext.i

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

ot/ot-ext.s: ot/ot-ext.cpp.s

.PHONY : ot/ot-ext.s

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

ot/pvwddh.o: ot/pvwddh.cpp.o

.PHONY : ot/pvwddh.o

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

ot/pvwddh.i: ot/pvwddh.cpp.i

.PHONY : ot/pvwddh.i

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

ot/pvwddh.s: ot/pvwddh.cpp.s

.PHONY : ot/pvwddh.s

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

ot/simpleot.o: ot/simpleot.cpp.o

.PHONY : ot/simpleot.o

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

ot/simpleot.i: ot/simpleot.cpp.i

.PHONY : ot/simpleot.i

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

ot/simpleot.s: ot/simpleot.cpp.s

.PHONY : ot/simpleot.s

# target to generate assembly for a file
ot/simpleot.cpp.s:
	cd "/Users/qiweili/Desktop/Project 1/SECYAN/extern/ABY/build" && $(MAKE) $(MAKESILENT) -f extern/OTExtension/CMakeFiles/otextension.dir/build.make extern/OTExtension/CMakeFiles/otextension.dir/ot/simpleot.cpp.s
.PHONY : ot/simpleot.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 "... otextension"
	@echo "... ot/alsz-ot-ext-rec.o"
	@echo "... ot/alsz-ot-ext-rec.i"
	@echo "... ot/alsz-ot-ext-rec.s"
	@echo "... ot/alsz-ot-ext-snd.o"
	@echo "... ot/alsz-ot-ext-snd.i"
	@echo "... ot/alsz-ot-ext-snd.s"
	@echo "... ot/iknp-ot-ext-rec.o"
	@echo "... ot/iknp-ot-ext-rec.i"
	@echo "... ot/iknp-ot-ext-rec.s"
	@echo "... ot/iknp-ot-ext-snd.o"
	@echo "... ot/iknp-ot-ext-snd.i"
	@echo "... ot/iknp-ot-ext-snd.s"
	@echo "... ot/kk-ot-ext-rec.o"
	@echo "... ot/kk-ot-ext-rec.i"
	@echo "... ot/kk-ot-ext-rec.s"
	@echo "... ot/kk-ot-ext-snd.o"
	@echo "... ot/kk-ot-ext-snd.i"
	@echo "... ot/kk-ot-ext-snd.s"
	@echo "... ot/naor-pinkas.o"
	@echo "... ot/naor-pinkas.i"
	@echo "... ot/naor-pinkas.s"
	@echo "... ot/nnob-ot-ext-rec.o"
	@echo "... ot/nnob-ot-ext-rec.i"
	@echo "... ot/nnob-ot-ext-rec.s"
	@echo "... ot/nnob-ot-ext-snd.o"
	@echo "... ot/nnob-ot-ext-snd.i"
	@echo "... ot/nnob-ot-ext-snd.s"
	@echo "... ot/ot-ext-rec.o"
	@echo "... ot/ot-ext-rec.i"
	@echo "... ot/ot-ext-rec.s"
	@echo "... ot/ot-ext-snd.o"
	@echo "... ot/ot-ext-snd.i"
	@echo "... ot/ot-ext-snd.s"
	@echo "... ot/ot-ext.o"
	@echo "... ot/ot-ext.i"
	@echo "... ot/ot-ext.s"
	@echo "... ot/pvwddh.o"
	@echo "... ot/pvwddh.i"
	@echo "... ot/pvwddh.s"
	@echo "... ot/simpleot.o"
	@echo "... ot/simpleot.i"
	@echo "... ot/simpleot.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

