#
#	This is Main Makefile for Add Background to Image.
#

#### Root Makefile ####
MAKE_ROOT=BackImage

#### Input extention ####
NUL=nul
IN_BACK=inimrc
BACK=back

#### Suffixes rule ####
# Defined at Sub

#### INCLUDE ####
-include ${EOS_HOME}/tutorial/TIPS/Help/Makefile/Makefile-lib
-include Makefile-lib

#### Definition ####
### FileData
BACK_FILE_NAME=BinImage
# ImageSize
BACK_IN_SIZE_X=64
BACK_IN_SIZE_Y=64
BACK_IN_SIZE_Z=64
BACK_IN_VALUE=1
BACK_SIZE_X=256
BACK_SIZE_Y=256
BACK_SIZE_Z=256
BACK_VALUE=0
# Angstrom per 1 pixel
BACK_LENGTH=1

#### Rules of the list created ####
# Defined at Sub

##### Commands #####
# Defined at Sub basically
all::
	make IniBackImage;
	make BackImage;

##### Commands(Input to Output) #####
# Defined at Sub
