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

# 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 = /global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/bin/cmake

# The command to remove a file.
RM = /global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /global/homes/r/roguzsel/mso/code/superlu_dist-symatch

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own

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

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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 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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/bin/cmake -P cmake_install.cmake
.PHONY : install/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..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/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..."
	/global/common/software/nersc9/cmake/3.30.2-013e22751e86e490ff355f301911830bb34fc1e5/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(CMAKE_COMMAND) -E cmake_progress_start /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own/CMakeFiles /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own/FORTRAN//CMakeFiles/progress.marks
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/all
	$(CMAKE_COMMAND) -E cmake_progress_start /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
FORTRAN/CMakeFiles/superlu_dist_fortran.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/superlu_dist_fortran.dir/rule
.PHONY : FORTRAN/CMakeFiles/superlu_dist_fortran.dir/rule

# Convenience name for target.
superlu_dist_fortran: FORTRAN/CMakeFiles/superlu_dist_fortran.dir/rule
.PHONY : superlu_dist_fortran

# fast build rule for target.
superlu_dist_fortran/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build
.PHONY : superlu_dist_fortran/fast

# Convenience name for target.
FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/rule
.PHONY : FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/rule

# Convenience name for target.
superlu_dist_fortran-static: FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/rule
.PHONY : superlu_dist_fortran-static

# fast build rule for target.
superlu_dist_fortran-static/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build
.PHONY : superlu_dist_fortran-static/fast

# Convenience name for target.
FORTRAN/CMakeFiles/f_pddrive.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/f_pddrive.dir/rule
.PHONY : FORTRAN/CMakeFiles/f_pddrive.dir/rule

# Convenience name for target.
f_pddrive: FORTRAN/CMakeFiles/f_pddrive.dir/rule
.PHONY : f_pddrive

# fast build rule for target.
f_pddrive/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive.dir/build.make FORTRAN/CMakeFiles/f_pddrive.dir/build
.PHONY : f_pddrive/fast

# Convenience name for target.
FORTRAN/CMakeFiles/f_pddrive3d.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/f_pddrive3d.dir/rule
.PHONY : FORTRAN/CMakeFiles/f_pddrive3d.dir/rule

# Convenience name for target.
f_pddrive3d: FORTRAN/CMakeFiles/f_pddrive3d.dir/rule
.PHONY : f_pddrive3d

# fast build rule for target.
f_pddrive3d/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive3d.dir/build.make FORTRAN/CMakeFiles/f_pddrive3d.dir/build
.PHONY : f_pddrive3d/fast

# Convenience name for target.
FORTRAN/CMakeFiles/f_5x5.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/f_5x5.dir/rule
.PHONY : FORTRAN/CMakeFiles/f_5x5.dir/rule

# Convenience name for target.
f_5x5: FORTRAN/CMakeFiles/f_5x5.dir/rule
.PHONY : f_5x5

# fast build rule for target.
f_5x5/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/build
.PHONY : f_5x5/fast

# Convenience name for target.
FORTRAN/CMakeFiles/f_pzdrive.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/f_pzdrive.dir/rule
.PHONY : FORTRAN/CMakeFiles/f_pzdrive.dir/rule

# Convenience name for target.
f_pzdrive: FORTRAN/CMakeFiles/f_pzdrive.dir/rule
.PHONY : f_pzdrive

# fast build rule for target.
f_pzdrive/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive.dir/build.make FORTRAN/CMakeFiles/f_pzdrive.dir/build
.PHONY : f_pzdrive/fast

# Convenience name for target.
FORTRAN/CMakeFiles/f_pzdrive3d.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/f_pzdrive3d.dir/rule
.PHONY : FORTRAN/CMakeFiles/f_pzdrive3d.dir/rule

# Convenience name for target.
f_pzdrive3d: FORTRAN/CMakeFiles/f_pzdrive3d.dir/rule
.PHONY : f_pzdrive3d

# fast build rule for target.
f_pzdrive3d/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive3d.dir/build.make FORTRAN/CMakeFiles/f_pzdrive3d.dir/build
.PHONY : f_pzdrive3d/fast

# Convenience name for target.
FORTRAN/CMakeFiles/config_f.dir/rule:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FORTRAN/CMakeFiles/config_f.dir/rule
.PHONY : FORTRAN/CMakeFiles/config_f.dir/rule

# Convenience name for target.
config_f: FORTRAN/CMakeFiles/config_f.dir/rule
.PHONY : config_f

# fast build rule for target.
config_f/fast:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/config_f.dir/build.make FORTRAN/CMakeFiles/config_f.dir/build
.PHONY : config_f/fast

c2f_dcreate_matrix_x_b.o: c2f_dcreate_matrix_x_b.c.o
.PHONY : c2f_dcreate_matrix_x_b.o

# target to build an object file
c2f_dcreate_matrix_x_b.c.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/c2f_dcreate_matrix_x_b.c.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/c2f_dcreate_matrix_x_b.c.o
.PHONY : c2f_dcreate_matrix_x_b.c.o

c2f_dcreate_matrix_x_b.i: c2f_dcreate_matrix_x_b.c.i
.PHONY : c2f_dcreate_matrix_x_b.i

# target to preprocess a source file
c2f_dcreate_matrix_x_b.c.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/c2f_dcreate_matrix_x_b.c.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/c2f_dcreate_matrix_x_b.c.i
.PHONY : c2f_dcreate_matrix_x_b.c.i

c2f_dcreate_matrix_x_b.s: c2f_dcreate_matrix_x_b.c.s
.PHONY : c2f_dcreate_matrix_x_b.s

# target to generate assembly for a file
c2f_dcreate_matrix_x_b.c.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/c2f_dcreate_matrix_x_b.c.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/c2f_dcreate_matrix_x_b.c.s
.PHONY : c2f_dcreate_matrix_x_b.c.s

c2f_zcreate_matrix_x_b.o: c2f_zcreate_matrix_x_b.c.o
.PHONY : c2f_zcreate_matrix_x_b.o

# target to build an object file
c2f_zcreate_matrix_x_b.c.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/c2f_zcreate_matrix_x_b.c.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/c2f_zcreate_matrix_x_b.c.o
.PHONY : c2f_zcreate_matrix_x_b.c.o

c2f_zcreate_matrix_x_b.i: c2f_zcreate_matrix_x_b.c.i
.PHONY : c2f_zcreate_matrix_x_b.i

# target to preprocess a source file
c2f_zcreate_matrix_x_b.c.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/c2f_zcreate_matrix_x_b.c.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/c2f_zcreate_matrix_x_b.c.i
.PHONY : c2f_zcreate_matrix_x_b.c.i

c2f_zcreate_matrix_x_b.s: c2f_zcreate_matrix_x_b.c.s
.PHONY : c2f_zcreate_matrix_x_b.s

# target to generate assembly for a file
c2f_zcreate_matrix_x_b.c.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/c2f_zcreate_matrix_x_b.c.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/c2f_zcreate_matrix_x_b.c.s
.PHONY : c2f_zcreate_matrix_x_b.c.s

f_5x5.o: f_5x5.F90.o
.PHONY : f_5x5.o

# target to build an object file
f_5x5.F90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/f_5x5.F90.o
.PHONY : f_5x5.F90.o

f_5x5.i: f_5x5.F90.i
.PHONY : f_5x5.i

# target to preprocess a source file
f_5x5.F90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/f_5x5.F90.i
.PHONY : f_5x5.F90.i

f_5x5.s: f_5x5.F90.s
.PHONY : f_5x5.s

# target to generate assembly for a file
f_5x5.F90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/f_5x5.F90.s
.PHONY : f_5x5.F90.s

f_pddrive.o: f_pddrive.F90.o
.PHONY : f_pddrive.o

# target to build an object file
f_pddrive.F90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive.dir/build.make FORTRAN/CMakeFiles/f_pddrive.dir/f_pddrive.F90.o
.PHONY : f_pddrive.F90.o

f_pddrive.i: f_pddrive.F90.i
.PHONY : f_pddrive.i

# target to preprocess a source file
f_pddrive.F90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive.dir/build.make FORTRAN/CMakeFiles/f_pddrive.dir/f_pddrive.F90.i
.PHONY : f_pddrive.F90.i

f_pddrive.s: f_pddrive.F90.s
.PHONY : f_pddrive.s

# target to generate assembly for a file
f_pddrive.F90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive.dir/build.make FORTRAN/CMakeFiles/f_pddrive.dir/f_pddrive.F90.s
.PHONY : f_pddrive.F90.s

f_pddrive3d.o: f_pddrive3d.F90.o
.PHONY : f_pddrive3d.o

# target to build an object file
f_pddrive3d.F90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive3d.dir/build.make FORTRAN/CMakeFiles/f_pddrive3d.dir/f_pddrive3d.F90.o
.PHONY : f_pddrive3d.F90.o

f_pddrive3d.i: f_pddrive3d.F90.i
.PHONY : f_pddrive3d.i

# target to preprocess a source file
f_pddrive3d.F90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive3d.dir/build.make FORTRAN/CMakeFiles/f_pddrive3d.dir/f_pddrive3d.F90.i
.PHONY : f_pddrive3d.F90.i

f_pddrive3d.s: f_pddrive3d.F90.s
.PHONY : f_pddrive3d.s

# target to generate assembly for a file
f_pddrive3d.F90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pddrive3d.dir/build.make FORTRAN/CMakeFiles/f_pddrive3d.dir/f_pddrive3d.F90.s
.PHONY : f_pddrive3d.F90.s

f_pzdrive.o: f_pzdrive.F90.o
.PHONY : f_pzdrive.o

# target to build an object file
f_pzdrive.F90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive.dir/build.make FORTRAN/CMakeFiles/f_pzdrive.dir/f_pzdrive.F90.o
.PHONY : f_pzdrive.F90.o

f_pzdrive.i: f_pzdrive.F90.i
.PHONY : f_pzdrive.i

# target to preprocess a source file
f_pzdrive.F90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive.dir/build.make FORTRAN/CMakeFiles/f_pzdrive.dir/f_pzdrive.F90.i
.PHONY : f_pzdrive.F90.i

f_pzdrive.s: f_pzdrive.F90.s
.PHONY : f_pzdrive.s

# target to generate assembly for a file
f_pzdrive.F90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive.dir/build.make FORTRAN/CMakeFiles/f_pzdrive.dir/f_pzdrive.F90.s
.PHONY : f_pzdrive.F90.s

f_pzdrive3d.o: f_pzdrive3d.F90.o
.PHONY : f_pzdrive3d.o

# target to build an object file
f_pzdrive3d.F90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive3d.dir/build.make FORTRAN/CMakeFiles/f_pzdrive3d.dir/f_pzdrive3d.F90.o
.PHONY : f_pzdrive3d.F90.o

f_pzdrive3d.i: f_pzdrive3d.F90.i
.PHONY : f_pzdrive3d.i

# target to preprocess a source file
f_pzdrive3d.F90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive3d.dir/build.make FORTRAN/CMakeFiles/f_pzdrive3d.dir/f_pzdrive3d.F90.i
.PHONY : f_pzdrive3d.F90.i

f_pzdrive3d.s: f_pzdrive3d.F90.s
.PHONY : f_pzdrive3d.s

# target to generate assembly for a file
f_pzdrive3d.F90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_pzdrive3d.dir/build.make FORTRAN/CMakeFiles/f_pzdrive3d.dir/f_pzdrive3d.F90.s
.PHONY : f_pzdrive3d.F90.s

sp_ienv.o: sp_ienv.c.o
.PHONY : sp_ienv.o

# target to build an object file
sp_ienv.c.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/sp_ienv.c.o
.PHONY : sp_ienv.c.o

sp_ienv.i: sp_ienv.c.i
.PHONY : sp_ienv.i

# target to preprocess a source file
sp_ienv.c.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/sp_ienv.c.i
.PHONY : sp_ienv.c.i

sp_ienv.s: sp_ienv.c.s
.PHONY : sp_ienv.s

# target to generate assembly for a file
sp_ienv.c.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/f_5x5.dir/build.make FORTRAN/CMakeFiles/f_5x5.dir/sp_ienv.c.s
.PHONY : sp_ienv.c.s

superlu_c2f_dwrap.o: superlu_c2f_dwrap.c.o
.PHONY : superlu_c2f_dwrap.o

# target to build an object file
superlu_c2f_dwrap.c.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_dwrap.c.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_dwrap.c.o
.PHONY : superlu_c2f_dwrap.c.o

superlu_c2f_dwrap.i: superlu_c2f_dwrap.c.i
.PHONY : superlu_c2f_dwrap.i

# target to preprocess a source file
superlu_c2f_dwrap.c.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_dwrap.c.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_dwrap.c.i
.PHONY : superlu_c2f_dwrap.c.i

superlu_c2f_dwrap.s: superlu_c2f_dwrap.c.s
.PHONY : superlu_c2f_dwrap.s

# target to generate assembly for a file
superlu_c2f_dwrap.c.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_dwrap.c.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_dwrap.c.s
.PHONY : superlu_c2f_dwrap.c.s

superlu_c2f_wrap.o: superlu_c2f_wrap.c.o
.PHONY : superlu_c2f_wrap.o

# target to build an object file
superlu_c2f_wrap.c.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_wrap.c.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_wrap.c.o
.PHONY : superlu_c2f_wrap.c.o

superlu_c2f_wrap.i: superlu_c2f_wrap.c.i
.PHONY : superlu_c2f_wrap.i

# target to preprocess a source file
superlu_c2f_wrap.c.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_wrap.c.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_wrap.c.i
.PHONY : superlu_c2f_wrap.c.i

superlu_c2f_wrap.s: superlu_c2f_wrap.c.s
.PHONY : superlu_c2f_wrap.s

# target to generate assembly for a file
superlu_c2f_wrap.c.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_wrap.c.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_wrap.c.s
.PHONY : superlu_c2f_wrap.c.s

superlu_c2f_zwrap.o: superlu_c2f_zwrap.c.o
.PHONY : superlu_c2f_zwrap.o

# target to build an object file
superlu_c2f_zwrap.c.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_zwrap.c.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_zwrap.c.o
.PHONY : superlu_c2f_zwrap.c.o

superlu_c2f_zwrap.i: superlu_c2f_zwrap.c.i
.PHONY : superlu_c2f_zwrap.i

# target to preprocess a source file
superlu_c2f_zwrap.c.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_zwrap.c.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_zwrap.c.i
.PHONY : superlu_c2f_zwrap.c.i

superlu_c2f_zwrap.s: superlu_c2f_zwrap.c.s
.PHONY : superlu_c2f_zwrap.s

# target to generate assembly for a file
superlu_c2f_zwrap.c.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_c2f_zwrap.c.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_c2f_zwrap.c.s
.PHONY : superlu_c2f_zwrap.c.s

superlu_mod.o: superlu_mod.f90.o
.PHONY : superlu_mod.o

# target to build an object file
superlu_mod.f90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_mod.f90.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_mod.f90.o
.PHONY : superlu_mod.f90.o

superlu_mod.i: superlu_mod.f90.i
.PHONY : superlu_mod.i

# target to preprocess a source file
superlu_mod.f90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_mod.f90.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_mod.f90.i
.PHONY : superlu_mod.f90.i

superlu_mod.s: superlu_mod.f90.s
.PHONY : superlu_mod.s

# target to generate assembly for a file
superlu_mod.f90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlu_mod.f90.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlu_mod.f90.s
.PHONY : superlu_mod.f90.s

superlupara.o: superlupara.f90.o
.PHONY : superlupara.o

# target to build an object file
superlupara.f90.o:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlupara.f90.o
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlupara.f90.o
.PHONY : superlupara.f90.o

superlupara.i: superlupara.f90.i
.PHONY : superlupara.i

# target to preprocess a source file
superlupara.f90.i:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlupara.f90.i
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlupara.f90.i
.PHONY : superlupara.f90.i

superlupara.s: superlupara.f90.s
.PHONY : superlupara.s

# target to generate assembly for a file
superlupara.f90.s:
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran.dir/superlupara.f90.s
	cd /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(MAKE) $(MAKESILENT) -f FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/build.make FORTRAN/CMakeFiles/superlu_dist_fortran-static.dir/superlupara.f90.s
.PHONY : superlupara.f90.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 "... test"
	@echo "... config_f"
	@echo "... f_5x5"
	@echo "... f_pddrive"
	@echo "... f_pddrive3d"
	@echo "... f_pzdrive"
	@echo "... f_pzdrive3d"
	@echo "... superlu_dist_fortran"
	@echo "... superlu_dist_fortran-static"
	@echo "... c2f_dcreate_matrix_x_b.o"
	@echo "... c2f_dcreate_matrix_x_b.i"
	@echo "... c2f_dcreate_matrix_x_b.s"
	@echo "... c2f_zcreate_matrix_x_b.o"
	@echo "... c2f_zcreate_matrix_x_b.i"
	@echo "... c2f_zcreate_matrix_x_b.s"
	@echo "... f_5x5.o"
	@echo "... f_5x5.i"
	@echo "... f_5x5.s"
	@echo "... f_pddrive.o"
	@echo "... f_pddrive.i"
	@echo "... f_pddrive.s"
	@echo "... f_pddrive3d.o"
	@echo "... f_pddrive3d.i"
	@echo "... f_pddrive3d.s"
	@echo "... f_pzdrive.o"
	@echo "... f_pzdrive.i"
	@echo "... f_pzdrive.s"
	@echo "... f_pzdrive3d.o"
	@echo "... f_pzdrive3d.i"
	@echo "... f_pzdrive3d.s"
	@echo "... sp_ienv.o"
	@echo "... sp_ienv.i"
	@echo "... sp_ienv.s"
	@echo "... superlu_c2f_dwrap.o"
	@echo "... superlu_c2f_dwrap.i"
	@echo "... superlu_c2f_dwrap.s"
	@echo "... superlu_c2f_wrap.o"
	@echo "... superlu_c2f_wrap.i"
	@echo "... superlu_c2f_wrap.s"
	@echo "... superlu_c2f_zwrap.o"
	@echo "... superlu_c2f_zwrap.i"
	@echo "... superlu_c2f_zwrap.s"
	@echo "... superlu_mod.o"
	@echo "... superlu_mod.i"
	@echo "... superlu_mod.s"
	@echo "... superlupara.o"
	@echo "... superlupara.i"
	@echo "... superlupara.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 /global/homes/r/roguzsel/mso/code/superlu_dist-symatch/build-own && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

