config:
	@chmod u+x gen_all_parms_host.script gen_all_parms_target.script put_in_xml_format.script calls_membench/compile.script

build:
	$(CC_TARGET) $(COPT_TARGET) $(COUTPUT_FLAG_TARGET) iterate iterate.c
	$(CC_HOST) $(COPT_HOST) generate_issue_slot_code_fixed_length.c $(COUTPUT_FLAG_HOST) generate_issue_slot_code_fixed_length
	./gen_all_parms_host.script

run:
	@./gen_all_parms_target.script `./iterate 2 `
	@./put_in_xml_format.script

clean:
	@rm -rf measurements/* executables/* results