#
#	This is Sub Makefile for mrcImageRandomParticlesImageCreate.
#
#		Created by template v2.0.2p0065
#

#### Input extention ####
# Defined at Main

#### Suffixes rule ####
.SUFFIXES: .$(INI)

#### INCLUDE ####
# Use TIPS File.
# -include ${EOS_HOME}/tutorial/TIPS/XXXX/Makefile/Makefile-lib

#### Definition ####
# Defined at Main

#### Rules of the list created ####


##### Commands #####
InitialData::
	$(RM) $(FILE_NAME).$(INI);
	$(RM) $(FILE_NAME).$(IN);
	mrcImageProjection -i $(INPUT_PATH) -o $(FILE_NAME).$(INI);
	echo "$(FILE_NAME).$(INI)" >> $(FILE_NAME).$(IN);

##### Commands(Input to Output) #####

