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

# 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 = /share/software/user/open/cmake/3.13.1/bin/cmake

# The command to remove a file.
RM = /share/software/user/open/cmake/3.13.1/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/users/kjhou/projects/sdbc_project/iPSCF-dev

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/users/kjhou/projects/sdbc_project/iPSCF-dev

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

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/share/software/user/open/cmake/3.13.1/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..."
	/share/software/user/open/cmake/3.13.1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/share/software/user/open/cmake/3.13.1/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..."
	/share/software/user/open/cmake/3.13.1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/share/software/user/open/cmake/3.13.1/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..."
	/share/software/user/open/cmake/3.13.1/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: \"Runtime\" \"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..."
	/share/software/user/open/cmake/3.13.1/bin/cmake -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..."
	/share/software/user/open/cmake/3.13.1/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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/share/software/user/open/cmake/3.13.1/bin/cpack --config ./CPackSourceConfig.cmake /home/users/kjhou/projects/sdbc_project/iPSCF-dev/CPackSourceConfig.cmake
.PHONY : package_source

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

.PHONY : package_source/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/share/software/user/open/cmake/3.13.1/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/users/kjhou/projects/sdbc_project/iPSCF-dev/CMakeFiles /home/users/kjhou/projects/sdbc_project/iPSCF-dev/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/users/kjhou/projects/sdbc_project/iPSCF-dev/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named pscf

# Build rule for target.
pscf: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pscf
.PHONY : pscf

# fast build rule for target.
pscf/fast:
	$(MAKE) -f src/CMakeFiles/pscf.dir/build.make src/CMakeFiles/pscf.dir/build
.PHONY : pscf/fast

#=============================================================================
# Target rules for targets named common

# Build rule for target.
common: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 common
.PHONY : common

# fast build rule for target.
common/fast:
	$(MAKE) -f src/CMakeFiles/common.dir/build.make src/CMakeFiles/common.dir/build
.PHONY : common/fast

#=============================================================================
# Target rules for targets named io_field

# Build rule for target.
io_field: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 io_field
.PHONY : io_field

# fast build rule for target.
io_field/fast:
	$(MAKE) -f src/io/CMakeFiles/io_field.dir/build.make src/io/CMakeFiles/io_field.dir/build
.PHONY : io_field/fast

#=============================================================================
# Target rules for targets named io

# Build rule for target.
io: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 io
.PHONY : io

# fast build rule for target.
io/fast:
	$(MAKE) -f src/io/CMakeFiles/io.dir/build.make src/io/CMakeFiles/io.dir/build
.PHONY : io/fast

#=============================================================================
# Target rules for targets named grid

# Build rule for target.
grid: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 grid
.PHONY : grid

# fast build rule for target.
grid/fast:
	$(MAKE) -f src/grid/CMakeFiles/grid.dir/build.make src/grid/CMakeFiles/grid.dir/build
.PHONY : grid/fast

#=============================================================================
# Target rules for targets named crystal_aux

# Build rule for target.
crystal_aux: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 crystal_aux
.PHONY : crystal_aux

# fast build rule for target.
crystal_aux/fast:
	$(MAKE) -f src/crystal/CMakeFiles/crystal_aux.dir/build.make src/crystal/CMakeFiles/crystal_aux.dir/build
.PHONY : crystal_aux/fast

#=============================================================================
# Target rules for targets named crystal

# Build rule for target.
crystal: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 crystal
.PHONY : crystal

# fast build rule for target.
crystal/fast:
	$(MAKE) -f src/crystal/CMakeFiles/crystal.dir/build.make src/crystal/CMakeFiles/crystal.dir/build
.PHONY : crystal/fast

#=============================================================================
# Target rules for targets named scf_aux

# Build rule for target.
scf_aux: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 scf_aux
.PHONY : scf_aux

# fast build rule for target.
scf_aux/fast:
	$(MAKE) -f src/scf/CMakeFiles/scf_aux.dir/build.make src/scf/CMakeFiles/scf_aux.dir/build
.PHONY : scf_aux/fast

#=============================================================================
# Target rules for targets named scf

# Build rule for target.
scf: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 scf
.PHONY : scf

# fast build rule for target.
scf/fast:
	$(MAKE) -f src/scf/CMakeFiles/scf.dir/build.make src/scf/CMakeFiles/scf.dir/build
.PHONY : scf/fast

#=============================================================================
# Target rules for targets named rpa

# Build rule for target.
rpa: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rpa
.PHONY : rpa

# fast build rule for target.
rpa/fast:
	$(MAKE) -f src/rpa/CMakeFiles/rpa.dir/build.make src/rpa/CMakeFiles/rpa.dir/build
.PHONY : rpa/fast

#=============================================================================
# Target rules for targets named iterate

# Build rule for target.
iterate: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 iterate
.PHONY : iterate

# fast build rule for target.
iterate/fast:
	$(MAKE) -f src/iterate/CMakeFiles/iterate.dir/build.make src/iterate/CMakeFiles/iterate.dir/build
.PHONY : iterate/fast

#=============================================================================
# Target rules for targets named response

# Build rule for target.
response: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 response
.PHONY : response

# fast build rule for target.
response/fast:
	$(MAKE) -f src/response/CMakeFiles/response.dir/build.make src/response/CMakeFiles/response.dir/build
.PHONY : response/fast

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... package_source"
	@echo "... package"
	@echo "... pscf"
	@echo "... common"
	@echo "... io_field"
	@echo "... io"
	@echo "... grid"
	@echo "... crystal_aux"
	@echo "... crystal"
	@echo "... scf_aux"
	@echo "... scf"
	@echo "... rpa"
	@echo "... iterate"
	@echo "... response"
.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

