#
#	This is Sub Makefile for !!Command!!.
#
#		Created by template !!Version!!
#

#### 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);
	ln -s $(INPUT_PATH) $(FILE_NAME).$(INI)

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

