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

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

#### Suffixes rule ####

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

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

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


##### Commands #####
help_!!Command!!::
	@echo
	@echo "!!Command!!"
	@echo "This is Sub Makefile for !!Command!!."
	@echo
	@echo "	(Command):"
	@echo
	@echo "	(Setting Data):"
	@echo

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

