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

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

#=============================================================================
# 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/bin/cmake

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

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /users2/adasko/unres4/unres4

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /users2/adasko/unres4/unres4/build_UCMG3

#=============================================================================
# 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/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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/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/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..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/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

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

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

# The main all target
all: cmake_check_build_system
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(CMAKE_COMMAND) -E cmake_progress_start /users2/adasko/unres4/unres4/build_UCMG3/CMakeFiles /users2/adasko/unres4/unres4/build_UCMG3/source/unres/CMakeFiles/progress.marks
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f CMakeFiles/Makefile2 source/unres/all
	$(CMAKE_COMMAND) -E cmake_progress_start /users2/adasko/unres4/unres4/build_UCMG3/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f CMakeFiles/Makefile2 source/unres/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f CMakeFiles/Makefile2 source/unres/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f CMakeFiles/Makefile2 source/unres/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
source/unres/CMakeFiles/UNRES_BIN.dir/rule:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f CMakeFiles/Makefile2 source/unres/CMakeFiles/UNRES_BIN.dir/rule
.PHONY : source/unres/CMakeFiles/UNRES_BIN.dir/rule

# Convenience name for target.
UNRES_BIN: source/unres/CMakeFiles/UNRES_BIN.dir/rule
.PHONY : UNRES_BIN

# fast build rule for target.
UNRES_BIN/fast:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/build
.PHONY : UNRES_BIN/fast

CSA.o: CSA.F90.o
.PHONY : CSA.o

# target to build an object file
CSA.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/CSA.F90.o
.PHONY : CSA.F90.o

MCM_MD.o: MCM_MD.F90.o
.PHONY : MCM_MD.o

# target to build an object file
MCM_MD.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/MCM_MD.F90.o
.PHONY : MCM_MD.F90.o

MD.o: MD.F90.o
.PHONY : MD.o

# target to build an object file
MD.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/MD.F90.o
.PHONY : MD.F90.o

MPI.o: MPI.F90.o
.PHONY : MPI.o

# target to build an object file
MPI.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/MPI.F90.o
.PHONY : MPI.F90.o

MREMD.o: MREMD.F90.o
.PHONY : MREMD.o

# target to build an object file
MREMD.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/MREMD.F90.o
.PHONY : MREMD.F90.o

REMD.o: REMD.F90.o
.PHONY : REMD.o

# target to build an object file
REMD.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/REMD.F90.o
.PHONY : REMD.F90.o

check_bond.o: check_bond.F90.o
.PHONY : check_bond.o

# target to build an object file
check_bond.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/check_bond.F90.o
.PHONY : check_bond.F90.o

cinfo.o: cinfo.F90.o
.PHONY : cinfo.o

# target to build an object file
cinfo.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/cinfo.F90.o
.PHONY : cinfo.F90.o

compare.o: compare.F90.o
.PHONY : compare.o

# target to build an object file
compare.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/compare.F90.o
.PHONY : compare.F90.o

control.o: control.F90.o
.PHONY : control.o

# target to build an object file
control.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/control.F90.o
.PHONY : control.F90.o

data/CSA_data.o: data/CSA_data.F90.o
.PHONY : data/CSA_data.o

# target to build an object file
data/CSA_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/CSA_data.F90.o
.PHONY : data/CSA_data.F90.o

data/MCM_data.o: data/MCM_data.F90.o
.PHONY : data/MCM_data.o

# target to build an object file
data/MCM_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/MCM_data.F90.o
.PHONY : data/MCM_data.F90.o

data/MD_data.o: data/MD_data.F90.o
.PHONY : data/MD_data.o

# target to build an object file
data/MD_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/MD_data.F90.o
.PHONY : data/MD_data.F90.o

data/MPI_data.o: data/MPI_data.F90.o
.PHONY : data/MPI_data.o

# target to build an object file
data/MPI_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/MPI_data.F90.o
.PHONY : data/MPI_data.F90.o

data/REMD_data.o: data/REMD_data.F90.o
.PHONY : data/REMD_data.o

# target to build an object file
data/REMD_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/REMD_data.F90.o
.PHONY : data/REMD_data.F90.o

data/calc_data.o: data/calc_data.F90.o
.PHONY : data/calc_data.o

# target to build an object file
data/calc_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/calc_data.F90.o
.PHONY : data/calc_data.F90.o

data/comm_local.o: data/comm_local.F90.o
.PHONY : data/comm_local.o

# target to build an object file
data/comm_local.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/comm_local.F90.o
.PHONY : data/comm_local.F90.o

data/compare_data.o: data/compare_data.F90.o
.PHONY : data/compare_data.o

# target to build an object file
data/compare_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/compare_data.F90.o
.PHONY : data/compare_data.F90.o

data/control_data.o: data/control_data.F90.o
.PHONY : data/control_data.o

# target to build an object file
data/control_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/control_data.F90.o
.PHONY : data/control_data.F90.o

data/energy_data.o: data/energy_data.F90.o
.PHONY : data/energy_data.o

# target to build an object file
data/energy_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/energy_data.F90.o
.PHONY : data/energy_data.F90.o

data/geometry_data.o: data/geometry_data.F90.o
.PHONY : data/geometry_data.o

# target to build an object file
data/geometry_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/geometry_data.F90.o
.PHONY : data/geometry_data.F90.o

data/io_units.o: data/io_units.F90.o
.PHONY : data/io_units.o

# target to build an object file
data/io_units.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/io_units.F90.o
.PHONY : data/io_units.F90.o

data/map_data.o: data/map_data.F90.o
.PHONY : data/map_data.o

# target to build an object file
data/map_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/map_data.F90.o
.PHONY : data/map_data.F90.o

data/minim_data.o: data/minim_data.F90.o
.PHONY : data/minim_data.o

# target to build an object file
data/minim_data.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/minim_data.F90.o
.PHONY : data/minim_data.F90.o

data/names.o: data/names.F90.o
.PHONY : data/names.o

# target to build an object file
data/names.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/data/names.F90.o
.PHONY : data/names.F90.o

energy.o: energy.F90.o
.PHONY : energy.o

# target to build an object file
energy.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/energy.F90.o
.PHONY : energy.F90.o

fdiag.o: fdiag.F90.o
.PHONY : fdiag.o

# target to build an object file
fdiag.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/fdiag.F90.o
.PHONY : fdiag.F90.o

fdisy.o: fdisy.F90.o
.PHONY : fdisy.o

# target to build an object file
fdisy.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/fdisy.F90.o
.PHONY : fdisy.F90.o

geometry.o: geometry.F90.o
.PHONY : geometry.o

# target to build an object file
geometry.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/geometry.F90.o
.PHONY : geometry.F90.o

inform.o: inform.F90.o
.PHONY : inform.o

# target to build an object file
inform.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/inform.F90.o
.PHONY : inform.F90.o

io.o: io.F90.o
.PHONY : io.o

# target to build an object file
io.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/io.F90.o
.PHONY : io.F90.o

io_base.o: io_base.F90.o
.PHONY : io_base.o

# target to build an object file
io_base.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/io_base.F90.o
.PHONY : io_base.F90.o

io_config.o: io_config.F90.o
.PHONY : io_config.o

# target to build an object file
io_config.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/io_config.F90.o
.PHONY : io_config.F90.o

iounit.o: iounit.F90.o
.PHONY : iounit.o

# target to build an object file
iounit.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/iounit.F90.o
.PHONY : iounit.F90.o

keys.o: keys.F90.o
.PHONY : keys.o

# target to build an object file
keys.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/keys.F90.o
.PHONY : keys.F90.o

linmin.o: linmin.F90.o
.PHONY : linmin.o

# target to build an object file
linmin.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/linmin.F90.o
.PHONY : linmin.F90.o

machpd.o: machpd.F90.o
.PHONY : machpd.o

# target to build an object file
machpd.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/machpd.F90.o
.PHONY : machpd.F90.o

map.o: map.F90.o
.PHONY : map.o

# target to build an object file
map.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/map.F90.o
.PHONY : map.F90.o

math.o: math.F90.o
.PHONY : math.o

# target to build an object file
math.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/math.F90.o
.PHONY : math.F90.o

math2.o: math2.F90.o
.PHONY : math2.o

# target to build an object file
math2.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/math2.F90.o
.PHONY : math2.F90.o

md_calc.o: md_calc.F90.o
.PHONY : md_calc.o

# target to build an object file
md_calc.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/md_calc.F90.o
.PHONY : md_calc.F90.o

minim.o: minim.F90.o
.PHONY : minim.o

# target to build an object file
minim.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/minim.F90.o
.PHONY : minim.F90.o

minima.o: minima.F90.o
.PHONY : minima.o

# target to build an object file
minima.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/minima.F90.o
.PHONY : minima.F90.o

muca_md.o: muca_md.F90.o
.PHONY : muca_md.o

# target to build an object file
muca_md.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/muca_md.F90.o
.PHONY : muca_md.F90.o

optsave_dum.o: optsave_dum.F90.o
.PHONY : optsave_dum.o

# target to build an object file
optsave_dum.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/optsave_dum.F90.o
.PHONY : optsave_dum.F90.o

output.o: output.F90.o
.PHONY : output.o

# target to build an object file
output.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/output.F90.o
.PHONY : output.F90.o

prng_32.o: prng_32.F90.o
.PHONY : prng_32.o

# target to build an object file
prng_32.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/prng_32.F90.o
.PHONY : prng_32.F90.o

quindet2ok.o: quindet2ok.F90.o
.PHONY : quindet2ok.o

# target to build an object file
quindet2ok.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/quindet2ok.F90.o
.PHONY : quindet2ok.F90.o

quindibisectok.o: quindibisectok.F90.o
.PHONY : quindibisectok.o

# target to build an object file
quindibisectok.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/quindibisectok.F90.o
.PHONY : quindibisectok.F90.o

random.o: random.F90.o
.PHONY : random.o

# target to build an object file
random.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/random.F90.o
.PHONY : random.F90.o

regularize.o: regularize.F90.o
.PHONY : regularize.o

# target to build an object file
regularize.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/regularize.F90.o
.PHONY : regularize.F90.o

scales.o: scales.F90.o
.PHONY : scales.o

# target to build an object file
scales.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/scales.F90.o
.PHONY : scales.F90.o

search.o: search.F90.o
.PHONY : search.o

# target to build an object file
search.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/search.F90.o
.PHONY : search.F90.o

unres.o: unres.F90.o
.PHONY : unres.o

# target to build an object file
unres.F90.o:
	cd /users2/adasko/unres4/unres4/build_UCMG3 && $(MAKE) -f source/unres/CMakeFiles/UNRES_BIN.dir/build.make source/unres/CMakeFiles/UNRES_BIN.dir/unres.F90.o
.PHONY : unres.F90.o

# 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 "... UNRES_BIN"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... CSA.o"
	@echo "... MCM_MD.o"
	@echo "... MD.o"
	@echo "... MPI.o"
	@echo "... MREMD.o"
	@echo "... REMD.o"
	@echo "... check_bond.o"
	@echo "... cinfo.o"
	@echo "... compare.o"
	@echo "... control.o"
	@echo "... data/CSA_data.o"
	@echo "... data/MCM_data.o"
	@echo "... data/MD_data.o"
	@echo "... data/MPI_data.o"
	@echo "... data/REMD_data.o"
	@echo "... data/calc_data.o"
	@echo "... data/comm_local.o"
	@echo "... data/compare_data.o"
	@echo "... data/control_data.o"
	@echo "... data/energy_data.o"
	@echo "... data/geometry_data.o"
	@echo "... data/io_units.o"
	@echo "... data/map_data.o"
	@echo "... data/minim_data.o"
	@echo "... data/names.o"
	@echo "... energy.o"
	@echo "... fdiag.o"
	@echo "... fdisy.o"
	@echo "... geometry.o"
	@echo "... inform.o"
	@echo "... io.o"
	@echo "... io_base.o"
	@echo "... io_config.o"
	@echo "... iounit.o"
	@echo "... keys.o"
	@echo "... linmin.o"
	@echo "... machpd.o"
	@echo "... map.o"
	@echo "... math.o"
	@echo "... math2.o"
	@echo "... md_calc.o"
	@echo "... minim.o"
	@echo "... minima.o"
	@echo "... muca_md.o"
	@echo "... optsave_dum.o"
	@echo "... output.o"
	@echo "... prng_32.o"
	@echo "... quindet2ok.o"
	@echo "... quindibisectok.o"
	@echo "... random.o"
	@echo "... regularize.o"
	@echo "... scales.o"
	@echo "... search.o"
	@echo "... unres.o"
.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 /users2/adasko/unres4/unres4/build_UCMG3 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

