#
#	This is Main Makefile for loop of SmallTools.(Sample)
#


#### Input extention ####

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

#### INCLUDE ####
-include Makefile-lib

#### Definition ####
## For define varioable
CALC_SCALE=15.6

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

##### Commands #####
all::
	EXE_COMMAND=anglediffchk \
	FIXED_OPTION="-r 90" \
	VARIABLE_OPTION="-t $(CALC_S) $(VAR) / 7 $(CALC_E) " \
	VARIABLE_OPTION=$(CALC_VAR) \
	LOOP_MIN=0 \
	LOOP_MAX=10 \
	LOOP_DELTA=1 \
	make LoopCommand;

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