*************** *** 42,55 **** # Packages package: - @echo 'Available packages: class2, dpd, granular, kspace, molecule' @echo ' "make yes-name" include a package' @echo ' "make no-name" exclude a package' @echo ' "make yes-all" include all packages' @echo ' "make no-all" exclude all packages' yes-all: - make yes-class2 yes-dpd yes-granular yes-kspace yes-molecule no-all: @echo 'Removing files, ignore any rm errors ...' @cd CLASS2; csh -f Install.csh 0 --- 42,56 ---- # Packages package: + @echo 'Available packages: class2, dpd, granular, kspace, molecule, xtc' @echo ' "make yes-name" include a package' @echo ' "make no-name" exclude a package' @echo ' "make yes-all" include all packages' @echo ' "make no-all" exclude all packages' yes-all: + make yes-class2 yes-dpd yes-granular yes-kspace yes-molecule yes-xtc + no-all: @echo 'Removing files, ignore any rm errors ...' @cd CLASS2; csh -f Install.csh 0 *************** *** 57,63 **** @cd GRANULAR; csh -f Install.csh 0 @cd KSPACE; csh -f Install.csh 0 @cd MOLECULE; csh -f Install.csh 0 - # @cd POEMS; csh -f Install.csh 0 @make clean yes-class2: --- 58,64 ---- @cd GRANULAR; csh -f Install.csh 0 @cd KSPACE; csh -f Install.csh 0 @cd MOLECULE; csh -f Install.csh 0 + @cd XTC; csh -f Install.csh 0 @make clean yes-class2: *************** *** 95,106 **** @cd MOLECULE; csh -f Install.csh 0 @make clean - #yes-poems: - # @cd POEMS; csh -f Install.csh 1 - #no-poems: - # @echo 'Removing files, ignore any rm errors ...' - # @cd POEMS; csh -f Install.csh 0 - # @make clean # update src files with package files --- 96,107 ---- @cd MOLECULE; csh -f Install.csh 0 @make clean + yes-xtc: + @cd XTC; csh -f Install.csh 1 + no-xtc: + @echo 'Removing files, ignore any rm errors ...' + @cd XTC; csh -f Install.csh 0 + @make clean # update src files with package files *************** *** 110,116 **** @csh -f Package.csh GRANULAR update @csh -f Package.csh KSPACE update @csh -f Package.csh MOLECULE update - # @csh -f Package.csh POEMS update # overwrite package files with src files --- 111,117 ---- @csh -f Package.csh GRANULAR update @csh -f Package.csh KSPACE update @csh -f Package.csh MOLECULE update + @csh -f Package.csh XTC update # overwrite package files with src files *************** *** 120,126 **** @csh -f Package.csh GRANULAR overwrite @csh -f Package.csh KSPACE overwrite @csh -f Package.csh MOLECULE overwrite - # @csh -f Package.csh POEMS overwrite # check differences between src and pacakge files --- 121,127 ---- @csh -f Package.csh GRANULAR overwrite @csh -f Package.csh KSPACE overwrite @csh -f Package.csh MOLECULE overwrite + @csh -f Package.csh XTC overwrite # check differences between src and pacakge files *************** *** 130,133 **** @csh -f Package.csh GRANULAR check @csh -f Package.csh KSPACE check @csh -f Package.csh MOLECULE check - # @csh -f Package.csh POEMS check --- 131,134 ---- @csh -f Package.csh GRANULAR check @csh -f Package.csh KSPACE check @csh -f Package.csh MOLECULE check + @csh -f Package.csh XTC check