# INSTALLATION_NUMs used:
# 1 is for integin.cs.purdue.edu
# 2 is for the machine of the Menil Foundation, Houston, TX.
# 3 is for the Statistics Department of Purdue University.
# 4 is for Siemens, QM 24, Munich, West Germany.
# 5 is for myself again to simulate another installation.
# 6 is for Mark Senn, Statistics Department
# 7 is also for Mark Senn
# 8 is for arthur.cs.purdue.edu
# 9 is for galahad.cs.purdue.edu
# 10 is for expert.cc.purdue.edu
# 11 is for ttib (Technical Typesetting, Inc)

RM = /bin/rm -f

# You need to modify the installation number generated here.
INSTALLATION_NUM = 9

prepare:
	@$(RM) ../installation_num
	echo $(INSTALLATION_NUM) > ../installation_num

	@$(RM) ../local-defs
	echo '# Do NOT change this local-defs file'		> ../local-defs
	echo '# Change local-defs in subdirectory `hostname`'	>> ../local-defs
	echo '# *********************************************'	>> ../local-defs
	cat local-defs						>> ../local-defs
