# # copy cd and pps #cp $1/cd.cd . #cp $1/*.pp . #cp $1/demeter-input . # to generate a Demeter environment in generated gen-c-k cd generated ln -s ../my.tcl . ln -s ../my-tcl.tcl . # to create Imakefile.sample # later Imakefile will be generated differently (earlier) # isthmus.beta cp ../tcl-Imakefile Imakefile gen-make # isthmus-cd bisthmus-cd #################cp Imakefile.sample Imakefile ################## need new Makefile! #################gen-make cp main_tcl.C.sample main.C # the isthmus files are still there; just run demeter #isthmus.beta # isthmus-propagate *.pp ########################################### isthmus-pp *.pp #foreach file (*.pp) # echo $file # isthmus-propagate $file #end echo "isthmus-propagate done" demeter # use the sample main.tcl file to test environment #################cp main.tcl.sample main.tcl ln -s ../main.tcl . run