#
#	This is Main Makefile for Create Sample Null Image.
#

#### Root Makefile ####
MAKE_ROOT=NulImage

#### Input extention ####
NUL=nul

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

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

#### Definition ####
### FileData
NUL_FILE_NAME=NullImage
# ImageSize
NUL_SIZE_X=10
NUL_SIZE_Y=10
NUL_SIZE_Z=1
NUL_VALUE=0
# Angstrom per 1 pixel
NUL_LENGTH=1

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

##### Commands #####
# Defined at Sub basically
all::
	make NulImage;

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