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

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

.PHONY : default_target

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


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

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


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


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


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

.PHONY : cmake_force

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

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

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

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/david/alphasuite/alphahousepythonrepo

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/david/alphasuite/alphahousepythonrepo

#=============================================================================
# Targets provided globally by CMake.

# 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.10.3/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

.PHONY : edit_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/Cellar/cmake/3.10.3/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

.PHONY : test/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.10.3/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

# The main all target
all: cmake_check_build_system
	cd /Users/david/alphasuite/alphahousepythonrepo && $(CMAKE_COMMAND) -E cmake_progress_start /Users/david/alphasuite/alphahousepythonrepo/CMakeFiles /Users/david/alphasuite/alphahousepythonrepo/AlphaHousePython/cpp_src/CMakeFiles/progress.marks
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/david/alphasuite/alphahousepythonrepo/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/rule:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/rule
.PHONY : AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/rule

# Convenience name for target.
PyIntersectCompare: AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/rule

.PHONY : PyIntersectCompare

# fast build rule for target.
PyIntersectCompare/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build
.PHONY : PyIntersectCompare/fast

# Convenience name for target.
AlphaHousePython/cpp_src/CMakeFiles/ped.dir/rule:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/CMakeFiles/ped.dir/rule
.PHONY : AlphaHousePython/cpp_src/CMakeFiles/ped.dir/rule

# Convenience name for target.
ped: AlphaHousePython/cpp_src/CMakeFiles/ped.dir/rule

.PHONY : ped

# fast build rule for target.
ped/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build
.PHONY : ped/fast

# Convenience name for target.
AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/rule:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/rule
.PHONY : AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/rule

# Convenience name for target.
haplib: AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/rule

.PHONY : haplib

# fast build rule for target.
haplib/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build
.PHONY : haplib/fast

# Convenience name for target.
AlphaHousePython/cpp_src/CMakeFiles/hap.dir/rule:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/CMakeFiles/hap.dir/rule
.PHONY : AlphaHousePython/cpp_src/CMakeFiles/hap.dir/rule

# Convenience name for target.
hap: AlphaHousePython/cpp_src/CMakeFiles/hap.dir/rule

.PHONY : hap

# fast build rule for target.
hap/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build
.PHONY : hap/fast

# Convenience name for target.
AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/rule:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/rule
.PHONY : AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/rule

# Convenience name for target.
Exceptions: AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/rule

.PHONY : Exceptions

# fast build rule for target.
Exceptions/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/build
.PHONY : Exceptions/fast

# Convenience name for target.
AlphaHousePython/cpp_src/CMakeFiles/gen.dir/rule:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f CMakeFiles/Makefile2 AlphaHousePython/cpp_src/CMakeFiles/gen.dir/rule
.PHONY : AlphaHousePython/cpp_src/CMakeFiles/gen.dir/rule

# Convenience name for target.
gen: AlphaHousePython/cpp_src/CMakeFiles/gen.dir/rule

.PHONY : gen

# fast build rule for target.
gen/fast:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build
.PHONY : gen/fast

Exceptions.o: Exceptions.c.o

.PHONY : Exceptions.o

# target to build an object file
Exceptions.c.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/Exceptions.c.o
.PHONY : Exceptions.c.o

Exceptions.i: Exceptions.c.i

.PHONY : Exceptions.i

# target to preprocess a source file
Exceptions.c.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/Exceptions.c.i
.PHONY : Exceptions.c.i

Exceptions.s: Exceptions.c.s

.PHONY : Exceptions.s

# target to generate assembly for a file
Exceptions.c.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/Exceptions.dir/Exceptions.c.s
.PHONY : Exceptions.c.s

PyIntersectCompare.o: PyIntersectCompare.cxx.o

.PHONY : PyIntersectCompare.o

# target to build an object file
PyIntersectCompare.cxx.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/PyIntersectCompare.cxx.o
.PHONY : PyIntersectCompare.cxx.o

PyIntersectCompare.i: PyIntersectCompare.cxx.i

.PHONY : PyIntersectCompare.i

# target to preprocess a source file
PyIntersectCompare.cxx.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/PyIntersectCompare.cxx.i
.PHONY : PyIntersectCompare.cxx.i

PyIntersectCompare.s: PyIntersectCompare.cxx.s

.PHONY : PyIntersectCompare.s

# target to generate assembly for a file
PyIntersectCompare.cxx.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/PyIntersectCompare.cxx.s
.PHONY : PyIntersectCompare.cxx.s

alphahousenative/Genotype.o: alphahousenative/Genotype.cpp.o

.PHONY : alphahousenative/Genotype.o

# target to build an object file
alphahousenative/Genotype.cpp.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Genotype.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/Genotype.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/Genotype.cpp.o
.PHONY : alphahousenative/Genotype.cpp.o

alphahousenative/Genotype.i: alphahousenative/Genotype.cpp.i

.PHONY : alphahousenative/Genotype.i

# target to preprocess a source file
alphahousenative/Genotype.cpp.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Genotype.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/Genotype.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/Genotype.cpp.i
.PHONY : alphahousenative/Genotype.cpp.i

alphahousenative/Genotype.s: alphahousenative/Genotype.cpp.s

.PHONY : alphahousenative/Genotype.s

# target to generate assembly for a file
alphahousenative/Genotype.cpp.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Genotype.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/Genotype.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/Genotype.cpp.s
.PHONY : alphahousenative/Genotype.cpp.s

alphahousenative/Haplotype.o: alphahousenative/Haplotype.cpp.o

.PHONY : alphahousenative/Haplotype.o

# target to build an object file
alphahousenative/Haplotype.cpp.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Haplotype.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/Haplotype.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/Haplotype.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/Haplotype.cpp.o
.PHONY : alphahousenative/Haplotype.cpp.o

alphahousenative/Haplotype.i: alphahousenative/Haplotype.cpp.i

.PHONY : alphahousenative/Haplotype.i

# target to preprocess a source file
alphahousenative/Haplotype.cpp.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Haplotype.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/Haplotype.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/Haplotype.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/Haplotype.cpp.i
.PHONY : alphahousenative/Haplotype.cpp.i

alphahousenative/Haplotype.s: alphahousenative/Haplotype.cpp.s

.PHONY : alphahousenative/Haplotype.s

# target to generate assembly for a file
alphahousenative/Haplotype.cpp.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Haplotype.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/Haplotype.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/Haplotype.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/Haplotype.cpp.s
.PHONY : alphahousenative/Haplotype.cpp.s

alphahousenative/HaplotypeLibrary.o: alphahousenative/HaplotypeLibrary.cpp.o

.PHONY : alphahousenative/HaplotypeLibrary.o

# target to build an object file
alphahousenative/HaplotypeLibrary.cpp.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/HaplotypeLibrary.cpp.o
.PHONY : alphahousenative/HaplotypeLibrary.cpp.o

alphahousenative/HaplotypeLibrary.i: alphahousenative/HaplotypeLibrary.cpp.i

.PHONY : alphahousenative/HaplotypeLibrary.i

# target to preprocess a source file
alphahousenative/HaplotypeLibrary.cpp.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/HaplotypeLibrary.cpp.i
.PHONY : alphahousenative/HaplotypeLibrary.cpp.i

alphahousenative/HaplotypeLibrary.s: alphahousenative/HaplotypeLibrary.cpp.s

.PHONY : alphahousenative/HaplotypeLibrary.s

# target to generate assembly for a file
alphahousenative/HaplotypeLibrary.cpp.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/HaplotypeLibrary.cpp.s
.PHONY : alphahousenative/HaplotypeLibrary.cpp.s

alphahousenative/Imputation.o: alphahousenative/Imputation.cpp.o

.PHONY : alphahousenative/Imputation.o

# target to build an object file
alphahousenative/Imputation.cpp.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Imputation.cpp.o
.PHONY : alphahousenative/Imputation.cpp.o

alphahousenative/Imputation.i: alphahousenative/Imputation.cpp.i

.PHONY : alphahousenative/Imputation.i

# target to preprocess a source file
alphahousenative/Imputation.cpp.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Imputation.cpp.i
.PHONY : alphahousenative/Imputation.cpp.i

alphahousenative/Imputation.s: alphahousenative/Imputation.cpp.s

.PHONY : alphahousenative/Imputation.s

# target to generate assembly for a file
alphahousenative/Imputation.cpp.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Imputation.cpp.s
.PHONY : alphahousenative/Imputation.cpp.s

alphahousenative/IntersectCompare.o: alphahousenative/IntersectCompare.cpp.o

.PHONY : alphahousenative/IntersectCompare.o

# target to build an object file
alphahousenative/IntersectCompare.cpp.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/alphahousenative/IntersectCompare.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/IntersectCompare.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/IntersectCompare.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/IntersectCompare.cpp.o
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/IntersectCompare.cpp.o
.PHONY : alphahousenative/IntersectCompare.cpp.o

alphahousenative/IntersectCompare.i: alphahousenative/IntersectCompare.cpp.i

.PHONY : alphahousenative/IntersectCompare.i

# target to preprocess a source file
alphahousenative/IntersectCompare.cpp.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/alphahousenative/IntersectCompare.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/IntersectCompare.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/IntersectCompare.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/IntersectCompare.cpp.i
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/IntersectCompare.cpp.i
.PHONY : alphahousenative/IntersectCompare.cpp.i

alphahousenative/IntersectCompare.s: alphahousenative/IntersectCompare.cpp.s

.PHONY : alphahousenative/IntersectCompare.s

# target to generate assembly for a file
alphahousenative/IntersectCompare.cpp.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/PyIntersectCompare.dir/alphahousenative/IntersectCompare.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/IntersectCompare.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/alphahousenative/IntersectCompare.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/alphahousenative/IntersectCompare.cpp.s
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/alphahousenative/IntersectCompare.cpp.s
.PHONY : alphahousenative/IntersectCompare.cpp.s

alphahousenative/Pedigree.o: alphahousenative/Pedigree.cpp.o

.PHONY : alphahousenative/Pedigree.o

# target to build an object file
alphahousenative/Pedigree.cpp.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Pedigree.cpp.o
.PHONY : alphahousenative/Pedigree.cpp.o

alphahousenative/Pedigree.i: alphahousenative/Pedigree.cpp.i

.PHONY : alphahousenative/Pedigree.i

# target to preprocess a source file
alphahousenative/Pedigree.cpp.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Pedigree.cpp.i
.PHONY : alphahousenative/Pedigree.cpp.i

alphahousenative/Pedigree.s: alphahousenative/Pedigree.cpp.s

.PHONY : alphahousenative/Pedigree.s

# target to generate assembly for a file
alphahousenative/Pedigree.cpp.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/alphahousenative/Pedigree.cpp.s
.PHONY : alphahousenative/Pedigree.cpp.s

gen.o: gen.cxx.o

.PHONY : gen.o

# target to build an object file
gen.cxx.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/gen.cxx.o
.PHONY : gen.cxx.o

gen.i: gen.cxx.i

.PHONY : gen.i

# target to preprocess a source file
gen.cxx.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/gen.cxx.i
.PHONY : gen.cxx.i

gen.s: gen.cxx.s

.PHONY : gen.s

# target to generate assembly for a file
gen.cxx.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/gen.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/gen.dir/gen.cxx.s
.PHONY : gen.cxx.s

hap.o: hap.cxx.o

.PHONY : hap.o

# target to build an object file
hap.cxx.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/hap.cxx.o
.PHONY : hap.cxx.o

hap.i: hap.cxx.i

.PHONY : hap.i

# target to preprocess a source file
hap.cxx.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/hap.cxx.i
.PHONY : hap.cxx.i

hap.s: hap.cxx.s

.PHONY : hap.s

# target to generate assembly for a file
hap.cxx.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/hap.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/hap.dir/hap.cxx.s
.PHONY : hap.cxx.s

haplib.o: haplib.cxx.o

.PHONY : haplib.o

# target to build an object file
haplib.cxx.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/haplib.cxx.o
.PHONY : haplib.cxx.o

haplib.i: haplib.cxx.i

.PHONY : haplib.i

# target to preprocess a source file
haplib.cxx.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/haplib.cxx.i
.PHONY : haplib.cxx.i

haplib.s: haplib.cxx.s

.PHONY : haplib.s

# target to generate assembly for a file
haplib.cxx.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/haplib.dir/haplib.cxx.s
.PHONY : haplib.cxx.s

ped.o: ped.cxx.o

.PHONY : ped.o

# target to build an object file
ped.cxx.o:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/ped.cxx.o
.PHONY : ped.cxx.o

ped.i: ped.cxx.i

.PHONY : ped.i

# target to preprocess a source file
ped.cxx.i:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/ped.cxx.i
.PHONY : ped.cxx.i

ped.s: ped.cxx.s

.PHONY : ped.s

# target to generate assembly for a file
ped.cxx.s:
	cd /Users/david/alphasuite/alphahousepythonrepo && $(MAKE) -f AlphaHousePython/cpp_src/CMakeFiles/ped.dir/build.make AlphaHousePython/cpp_src/CMakeFiles/ped.dir/ped.cxx.s
.PHONY : ped.cxx.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 "... test"
	@echo "... PyIntersectCompare"
	@echo "... ped"
	@echo "... haplib"
	@echo "... hap"
	@echo "... rebuild_cache"
	@echo "... Exceptions"
	@echo "... gen"
	@echo "... Exceptions.o"
	@echo "... Exceptions.i"
	@echo "... Exceptions.s"
	@echo "... PyIntersectCompare.o"
	@echo "... PyIntersectCompare.i"
	@echo "... PyIntersectCompare.s"
	@echo "... alphahousenative/Genotype.o"
	@echo "... alphahousenative/Genotype.i"
	@echo "... alphahousenative/Genotype.s"
	@echo "... alphahousenative/Haplotype.o"
	@echo "... alphahousenative/Haplotype.i"
	@echo "... alphahousenative/Haplotype.s"
	@echo "... alphahousenative/HaplotypeLibrary.o"
	@echo "... alphahousenative/HaplotypeLibrary.i"
	@echo "... alphahousenative/HaplotypeLibrary.s"
	@echo "... alphahousenative/Imputation.o"
	@echo "... alphahousenative/Imputation.i"
	@echo "... alphahousenative/Imputation.s"
	@echo "... alphahousenative/IntersectCompare.o"
	@echo "... alphahousenative/IntersectCompare.i"
	@echo "... alphahousenative/IntersectCompare.s"
	@echo "... alphahousenative/Pedigree.o"
	@echo "... alphahousenative/Pedigree.i"
	@echo "... alphahousenative/Pedigree.s"
	@echo "... gen.o"
	@echo "... gen.i"
	@echo "... gen.s"
	@echo "... hap.o"
	@echo "... hap.i"
	@echo "... hap.s"
	@echo "... haplib.o"
	@echo "... haplib.i"
	@echo "... haplib.s"
	@echo "... ped.o"
	@echo "... ped.i"
	@echo "... ped.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/david/alphasuite/alphahousepythonrepo && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

