Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92799329
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 23, 19:48
Size
25 KB
Mime Type
text/x-makefile
Expires
Mon, Nov 25, 19:48 (2 d)
Engine
blob
Format
Raw Data
Handle
22516303
Attached To
R7581 SP4E Homework
Makefile
View Options
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/shaqfa/Desktop/CourseHW/SP4EHW_IM/HW3
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/shaqfa/Desktop/CourseHW/SP4EHW_IM/HW3/build
#=============================================================================
# Targets provided globally by CMake.
# 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 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 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
$(CMAKE_COMMAND) -E cmake_progress_start /home/shaqfa/Desktop/CourseHW/SP4EHW_IM/HW3/build/CMakeFiles /home/shaqfa/Desktop/CourseHW/SP4EHW_IM/HW3/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/shaqfa/Desktop/CourseHW/SP4EHW_IM/HW3/build/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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named part
# Build rule for target.
part: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 part
.PHONY : part
# fast build rule for target.
part/fast:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/build
.PHONY : part/fast
#=============================================================================
# Target rules for targets named doxygen
# Build rule for target.
doxygen: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 doxygen
.PHONY : doxygen
# fast build rule for target.
doxygen/fast:
$(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/build
.PHONY : doxygen/fast
#=============================================================================
# Target rules for targets named test_kepler
# Build rule for target.
test_kepler: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test_kepler
.PHONY : test_kepler
# fast build rule for target.
test_kepler/fast:
$(MAKE) -f CMakeFiles/test_kepler.dir/build.make CMakeFiles/test_kepler.dir/build
.PHONY : test_kepler/fast
#=============================================================================
# Target rules for targets named particles
# Build rule for target.
particles: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 particles
.PHONY : particles
# fast build rule for target.
particles/fast:
$(MAKE) -f CMakeFiles/particles.dir/build.make CMakeFiles/particles.dir/build
.PHONY : particles/fast
#=============================================================================
# Target rules for targets named test_fft
# Build rule for target.
test_fft: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test_fft
.PHONY : test_fft
# fast build rule for target.
test_fft/fast:
$(MAKE) -f CMakeFiles/test_fft.dir/build.make CMakeFiles/test_fft.dir/build
.PHONY : test_fft/fast
#=============================================================================
# Target rules for targets named doc
# Build rule for target.
doc: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 doc
.PHONY : doc
# fast build rule for target.
doc/fast:
$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
.PHONY : doc/fast
compute_boundary.o: compute_boundary.cc.o
.PHONY : compute_boundary.o
# target to build an object file
compute_boundary.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_boundary.cc.o
.PHONY : compute_boundary.cc.o
compute_boundary.i: compute_boundary.cc.i
.PHONY : compute_boundary.i
# target to preprocess a source file
compute_boundary.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_boundary.cc.i
.PHONY : compute_boundary.cc.i
compute_boundary.s: compute_boundary.cc.s
.PHONY : compute_boundary.s
# target to generate assembly for a file
compute_boundary.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_boundary.cc.s
.PHONY : compute_boundary.cc.s
compute_contact.o: compute_contact.cc.o
.PHONY : compute_contact.o
# target to build an object file
compute_contact.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_contact.cc.o
.PHONY : compute_contact.cc.o
compute_contact.i: compute_contact.cc.i
.PHONY : compute_contact.i
# target to preprocess a source file
compute_contact.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_contact.cc.i
.PHONY : compute_contact.cc.i
compute_contact.s: compute_contact.cc.s
.PHONY : compute_contact.s
# target to generate assembly for a file
compute_contact.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_contact.cc.s
.PHONY : compute_contact.cc.s
compute_energy.o: compute_energy.cc.o
.PHONY : compute_energy.o
# target to build an object file
compute_energy.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_energy.cc.o
.PHONY : compute_energy.cc.o
compute_energy.i: compute_energy.cc.i
.PHONY : compute_energy.i
# target to preprocess a source file
compute_energy.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_energy.cc.i
.PHONY : compute_energy.cc.i
compute_energy.s: compute_energy.cc.s
.PHONY : compute_energy.s
# target to generate assembly for a file
compute_energy.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_energy.cc.s
.PHONY : compute_energy.cc.s
compute_gravity.o: compute_gravity.cc.o
.PHONY : compute_gravity.o
# target to build an object file
compute_gravity.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_gravity.cc.o
.PHONY : compute_gravity.cc.o
compute_gravity.i: compute_gravity.cc.i
.PHONY : compute_gravity.i
# target to preprocess a source file
compute_gravity.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_gravity.cc.i
.PHONY : compute_gravity.cc.i
compute_gravity.s: compute_gravity.cc.s
.PHONY : compute_gravity.s
# target to generate assembly for a file
compute_gravity.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_gravity.cc.s
.PHONY : compute_gravity.cc.s
compute_interaction.o: compute_interaction.cc.o
.PHONY : compute_interaction.o
# target to build an object file
compute_interaction.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_interaction.cc.o
.PHONY : compute_interaction.cc.o
compute_interaction.i: compute_interaction.cc.i
.PHONY : compute_interaction.i
# target to preprocess a source file
compute_interaction.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_interaction.cc.i
.PHONY : compute_interaction.cc.i
compute_interaction.s: compute_interaction.cc.s
.PHONY : compute_interaction.s
# target to generate assembly for a file
compute_interaction.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_interaction.cc.s
.PHONY : compute_interaction.cc.s
compute_kinetic_energy.o: compute_kinetic_energy.cc.o
.PHONY : compute_kinetic_energy.o
# target to build an object file
compute_kinetic_energy.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_kinetic_energy.cc.o
.PHONY : compute_kinetic_energy.cc.o
compute_kinetic_energy.i: compute_kinetic_energy.cc.i
.PHONY : compute_kinetic_energy.i
# target to preprocess a source file
compute_kinetic_energy.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_kinetic_energy.cc.i
.PHONY : compute_kinetic_energy.cc.i
compute_kinetic_energy.s: compute_kinetic_energy.cc.s
.PHONY : compute_kinetic_energy.s
# target to generate assembly for a file
compute_kinetic_energy.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_kinetic_energy.cc.s
.PHONY : compute_kinetic_energy.cc.s
compute_potential_energy.o: compute_potential_energy.cc.o
.PHONY : compute_potential_energy.o
# target to build an object file
compute_potential_energy.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_potential_energy.cc.o
.PHONY : compute_potential_energy.cc.o
compute_potential_energy.i: compute_potential_energy.cc.i
.PHONY : compute_potential_energy.i
# target to preprocess a source file
compute_potential_energy.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_potential_energy.cc.i
.PHONY : compute_potential_energy.cc.i
compute_potential_energy.s: compute_potential_energy.cc.s
.PHONY : compute_potential_energy.s
# target to generate assembly for a file
compute_potential_energy.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_potential_energy.cc.s
.PHONY : compute_potential_energy.cc.s
compute_temperature.o: compute_temperature.cc.o
.PHONY : compute_temperature.o
# target to build an object file
compute_temperature.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_temperature.cc.o
.PHONY : compute_temperature.cc.o
compute_temperature.i: compute_temperature.cc.i
.PHONY : compute_temperature.i
# target to preprocess a source file
compute_temperature.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_temperature.cc.i
.PHONY : compute_temperature.cc.i
compute_temperature.s: compute_temperature.cc.s
.PHONY : compute_temperature.s
# target to generate assembly for a file
compute_temperature.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_temperature.cc.s
.PHONY : compute_temperature.cc.s
compute_verlet_integration.o: compute_verlet_integration.cc.o
.PHONY : compute_verlet_integration.o
# target to build an object file
compute_verlet_integration.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_verlet_integration.cc.o
.PHONY : compute_verlet_integration.cc.o
compute_verlet_integration.i: compute_verlet_integration.cc.i
.PHONY : compute_verlet_integration.i
# target to preprocess a source file
compute_verlet_integration.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_verlet_integration.cc.i
.PHONY : compute_verlet_integration.cc.i
compute_verlet_integration.s: compute_verlet_integration.cc.s
.PHONY : compute_verlet_integration.s
# target to generate assembly for a file
compute_verlet_integration.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/compute_verlet_integration.cc.s
.PHONY : compute_verlet_integration.cc.s
csv_reader.o: csv_reader.cc.o
.PHONY : csv_reader.o
# target to build an object file
csv_reader.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/csv_reader.cc.o
.PHONY : csv_reader.cc.o
csv_reader.i: csv_reader.cc.i
.PHONY : csv_reader.i
# target to preprocess a source file
csv_reader.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/csv_reader.cc.i
.PHONY : csv_reader.cc.i
csv_reader.s: csv_reader.cc.s
.PHONY : csv_reader.s
# target to generate assembly for a file
csv_reader.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/csv_reader.cc.s
.PHONY : csv_reader.cc.s
csv_writer.o: csv_writer.cc.o
.PHONY : csv_writer.o
# target to build an object file
csv_writer.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/csv_writer.cc.o
.PHONY : csv_writer.cc.o
csv_writer.i: csv_writer.cc.i
.PHONY : csv_writer.i
# target to preprocess a source file
csv_writer.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/csv_writer.cc.i
.PHONY : csv_writer.cc.i
csv_writer.s: csv_writer.cc.s
.PHONY : csv_writer.s
# target to generate assembly for a file
csv_writer.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/csv_writer.cc.s
.PHONY : csv_writer.cc.s
main.o: main.cc.o
.PHONY : main.o
# target to build an object file
main.cc.o:
$(MAKE) -f CMakeFiles/particles.dir/build.make CMakeFiles/particles.dir/main.cc.o
.PHONY : main.cc.o
main.i: main.cc.i
.PHONY : main.i
# target to preprocess a source file
main.cc.i:
$(MAKE) -f CMakeFiles/particles.dir/build.make CMakeFiles/particles.dir/main.cc.i
.PHONY : main.cc.i
main.s: main.cc.s
.PHONY : main.s
# target to generate assembly for a file
main.cc.s:
$(MAKE) -f CMakeFiles/particles.dir/build.make CMakeFiles/particles.dir/main.cc.s
.PHONY : main.cc.s
material_point.o: material_point.cc.o
.PHONY : material_point.o
# target to build an object file
material_point.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/material_point.cc.o
.PHONY : material_point.cc.o
material_point.i: material_point.cc.i
.PHONY : material_point.i
# target to preprocess a source file
material_point.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/material_point.cc.i
.PHONY : material_point.cc.i
material_point.s: material_point.cc.s
.PHONY : material_point.s
# target to generate assembly for a file
material_point.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/material_point.cc.s
.PHONY : material_point.cc.s
material_points_factory.o: material_points_factory.cc.o
.PHONY : material_points_factory.o
# target to build an object file
material_points_factory.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/material_points_factory.cc.o
.PHONY : material_points_factory.cc.o
material_points_factory.i: material_points_factory.cc.i
.PHONY : material_points_factory.i
# target to preprocess a source file
material_points_factory.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/material_points_factory.cc.i
.PHONY : material_points_factory.cc.i
material_points_factory.s: material_points_factory.cc.s
.PHONY : material_points_factory.s
# target to generate assembly for a file
material_points_factory.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/material_points_factory.cc.s
.PHONY : material_points_factory.cc.s
particle.o: particle.cc.o
.PHONY : particle.o
# target to build an object file
particle.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/particle.cc.o
.PHONY : particle.cc.o
particle.i: particle.cc.i
.PHONY : particle.i
# target to preprocess a source file
particle.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/particle.cc.i
.PHONY : particle.cc.i
particle.s: particle.cc.s
.PHONY : particle.s
# target to generate assembly for a file
particle.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/particle.cc.s
.PHONY : particle.cc.s
particles_factory_interface.o: particles_factory_interface.cc.o
.PHONY : particles_factory_interface.o
# target to build an object file
particles_factory_interface.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/particles_factory_interface.cc.o
.PHONY : particles_factory_interface.cc.o
particles_factory_interface.i: particles_factory_interface.cc.i
.PHONY : particles_factory_interface.i
# target to preprocess a source file
particles_factory_interface.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/particles_factory_interface.cc.i
.PHONY : particles_factory_interface.cc.i
particles_factory_interface.s: particles_factory_interface.cc.s
.PHONY : particles_factory_interface.s
# target to generate assembly for a file
particles_factory_interface.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/particles_factory_interface.cc.s
.PHONY : particles_factory_interface.cc.s
ping_pong_ball.o: ping_pong_ball.cc.o
.PHONY : ping_pong_ball.o
# target to build an object file
ping_pong_ball.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/ping_pong_ball.cc.o
.PHONY : ping_pong_ball.cc.o
ping_pong_ball.i: ping_pong_ball.cc.i
.PHONY : ping_pong_ball.i
# target to preprocess a source file
ping_pong_ball.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/ping_pong_ball.cc.i
.PHONY : ping_pong_ball.cc.i
ping_pong_ball.s: ping_pong_ball.cc.s
.PHONY : ping_pong_ball.s
# target to generate assembly for a file
ping_pong_ball.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/ping_pong_ball.cc.s
.PHONY : ping_pong_ball.cc.s
ping_pong_balls_factory.o: ping_pong_balls_factory.cc.o
.PHONY : ping_pong_balls_factory.o
# target to build an object file
ping_pong_balls_factory.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/ping_pong_balls_factory.cc.o
.PHONY : ping_pong_balls_factory.cc.o
ping_pong_balls_factory.i: ping_pong_balls_factory.cc.i
.PHONY : ping_pong_balls_factory.i
# target to preprocess a source file
ping_pong_balls_factory.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/ping_pong_balls_factory.cc.i
.PHONY : ping_pong_balls_factory.cc.i
ping_pong_balls_factory.s: ping_pong_balls_factory.cc.s
.PHONY : ping_pong_balls_factory.s
# target to generate assembly for a file
ping_pong_balls_factory.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/ping_pong_balls_factory.cc.s
.PHONY : ping_pong_balls_factory.cc.s
planet.o: planet.cc.o
.PHONY : planet.o
# target to build an object file
planet.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/planet.cc.o
.PHONY : planet.cc.o
planet.i: planet.cc.i
.PHONY : planet.i
# target to preprocess a source file
planet.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/planet.cc.i
.PHONY : planet.cc.i
planet.s: planet.cc.s
.PHONY : planet.s
# target to generate assembly for a file
planet.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/planet.cc.s
.PHONY : planet.cc.s
planets_factory.o: planets_factory.cc.o
.PHONY : planets_factory.o
# target to build an object file
planets_factory.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/planets_factory.cc.o
.PHONY : planets_factory.cc.o
planets_factory.i: planets_factory.cc.i
.PHONY : planets_factory.i
# target to preprocess a source file
planets_factory.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/planets_factory.cc.i
.PHONY : planets_factory.cc.i
planets_factory.s: planets_factory.cc.s
.PHONY : planets_factory.s
# target to generate assembly for a file
planets_factory.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/planets_factory.cc.s
.PHONY : planets_factory.cc.s
system.o: system.cc.o
.PHONY : system.o
# target to build an object file
system.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/system.cc.o
.PHONY : system.cc.o
system.i: system.cc.i
.PHONY : system.i
# target to preprocess a source file
system.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/system.cc.i
.PHONY : system.cc.i
system.s: system.cc.s
.PHONY : system.s
# target to generate assembly for a file
system.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/system.cc.s
.PHONY : system.cc.s
system_evolution.o: system_evolution.cc.o
.PHONY : system_evolution.o
# target to build an object file
system_evolution.cc.o:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/system_evolution.cc.o
.PHONY : system_evolution.cc.o
system_evolution.i: system_evolution.cc.i
.PHONY : system_evolution.i
# target to preprocess a source file
system_evolution.cc.i:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/system_evolution.cc.i
.PHONY : system_evolution.cc.i
system_evolution.s: system_evolution.cc.s
.PHONY : system_evolution.s
# target to generate assembly for a file
system_evolution.cc.s:
$(MAKE) -f CMakeFiles/part.dir/build.make CMakeFiles/part.dir/system_evolution.cc.s
.PHONY : system_evolution.cc.s
test_fft.o: test_fft.cc.o
.PHONY : test_fft.o
# target to build an object file
test_fft.cc.o:
$(MAKE) -f CMakeFiles/test_fft.dir/build.make CMakeFiles/test_fft.dir/test_fft.cc.o
.PHONY : test_fft.cc.o
test_fft.i: test_fft.cc.i
.PHONY : test_fft.i
# target to preprocess a source file
test_fft.cc.i:
$(MAKE) -f CMakeFiles/test_fft.dir/build.make CMakeFiles/test_fft.dir/test_fft.cc.i
.PHONY : test_fft.cc.i
test_fft.s: test_fft.cc.s
.PHONY : test_fft.s
# target to generate assembly for a file
test_fft.cc.s:
$(MAKE) -f CMakeFiles/test_fft.dir/build.make CMakeFiles/test_fft.dir/test_fft.cc.s
.PHONY : test_fft.cc.s
test_kepler.o: test_kepler.cc.o
.PHONY : test_kepler.o
# target to build an object file
test_kepler.cc.o:
$(MAKE) -f CMakeFiles/test_kepler.dir/build.make CMakeFiles/test_kepler.dir/test_kepler.cc.o
.PHONY : test_kepler.cc.o
test_kepler.i: test_kepler.cc.i
.PHONY : test_kepler.i
# target to preprocess a source file
test_kepler.cc.i:
$(MAKE) -f CMakeFiles/test_kepler.dir/build.make CMakeFiles/test_kepler.dir/test_kepler.cc.i
.PHONY : test_kepler.cc.i
test_kepler.s: test_kepler.cc.s
.PHONY : test_kepler.s
# target to generate assembly for a file
test_kepler.cc.s:
$(MAKE) -f CMakeFiles/test_kepler.dir/build.make CMakeFiles/test_kepler.dir/test_kepler.cc.s
.PHONY : test_kepler.cc.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 "... rebuild_cache"
@echo "... edit_cache"
@echo "... test"
@echo "... part"
@echo "... doxygen"
@echo "... test_kepler"
@echo "... particles"
@echo "... test_fft"
@echo "... doc"
@echo "... compute_boundary.o"
@echo "... compute_boundary.i"
@echo "... compute_boundary.s"
@echo "... compute_contact.o"
@echo "... compute_contact.i"
@echo "... compute_contact.s"
@echo "... compute_energy.o"
@echo "... compute_energy.i"
@echo "... compute_energy.s"
@echo "... compute_gravity.o"
@echo "... compute_gravity.i"
@echo "... compute_gravity.s"
@echo "... compute_interaction.o"
@echo "... compute_interaction.i"
@echo "... compute_interaction.s"
@echo "... compute_kinetic_energy.o"
@echo "... compute_kinetic_energy.i"
@echo "... compute_kinetic_energy.s"
@echo "... compute_potential_energy.o"
@echo "... compute_potential_energy.i"
@echo "... compute_potential_energy.s"
@echo "... compute_temperature.o"
@echo "... compute_temperature.i"
@echo "... compute_temperature.s"
@echo "... compute_verlet_integration.o"
@echo "... compute_verlet_integration.i"
@echo "... compute_verlet_integration.s"
@echo "... csv_reader.o"
@echo "... csv_reader.i"
@echo "... csv_reader.s"
@echo "... csv_writer.o"
@echo "... csv_writer.i"
@echo "... csv_writer.s"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"
@echo "... material_point.o"
@echo "... material_point.i"
@echo "... material_point.s"
@echo "... material_points_factory.o"
@echo "... material_points_factory.i"
@echo "... material_points_factory.s"
@echo "... particle.o"
@echo "... particle.i"
@echo "... particle.s"
@echo "... particles_factory_interface.o"
@echo "... particles_factory_interface.i"
@echo "... particles_factory_interface.s"
@echo "... ping_pong_ball.o"
@echo "... ping_pong_ball.i"
@echo "... ping_pong_ball.s"
@echo "... ping_pong_balls_factory.o"
@echo "... ping_pong_balls_factory.i"
@echo "... ping_pong_balls_factory.s"
@echo "... planet.o"
@echo "... planet.i"
@echo "... planet.s"
@echo "... planets_factory.o"
@echo "... planets_factory.i"
@echo "... planets_factory.s"
@echo "... system.o"
@echo "... system.i"
@echo "... system.s"
@echo "... system_evolution.o"
@echo "... system_evolution.i"
@echo "... system_evolution.s"
@echo "... test_fft.o"
@echo "... test_fft.i"
@echo "... test_fft.s"
@echo "... test_kepler.o"
@echo "... test_kepler.i"
@echo "... test_kepler.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:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
Event Timeline
Log In to Comment