#
#	This is Main Makefile for Create Bin Image that has same shape as Input.
#

#### Root Makefile ####
MAKE_ROOT=MaskImage

#### Input extention ####
IN_MASK=inimrc
MASK=mask

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

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

#### Definition ####
### FileData
MASK_FILE_NAME=Input
# ImageSize
MASK_F_MODE=4
MASK_VALUE=0.0125


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

##### Commands #####
# Defined at Sub basically
all::
	make MaskImage

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