mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@151 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ac60b08b69
commit
d03919e9f4
27
src/Makefile
27
src/Makefile
|
@ -43,15 +43,18 @@ makelist:
|
|||
|
||||
package:
|
||||
@echo 'Available packages: class2, dpd, granular, kspace'
|
||||
@echo ' molecule, poems, xtc'
|
||||
# @echo ' manybody meam molecule, poems, xtc'
|
||||
@echo ' manybody molecule, poems, 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-manybody yes-meam yes-molecule yes-poems yes-xtc
|
||||
make yes-class2 yes-dpd yes-granular yes-kspace \
|
||||
yes-manybody yes-meam yes-molecule yes-poems yes-xtc
|
||||
yes-manybody yes-molecule yes-poems yes-xtc
|
||||
|
||||
no-all:
|
||||
@echo 'Removing files, ignore any rm errors ...'
|
||||
|
@ -60,7 +63,7 @@ no-all:
|
|||
@cd GRANULAR; csh -f Install.csh 0
|
||||
@cd KSPACE; csh -f Install.csh 0
|
||||
@cd MANYBODY; csh -f Install.csh 0
|
||||
@cd MEAM; csh -f Install.csh 0
|
||||
# @cd MEAM; csh -f Install.csh 0
|
||||
@cd MOLECULE; csh -f Install.csh 0
|
||||
@cd POEMS; csh -f Install.csh 0
|
||||
@cd XTC; csh -f Install.csh 0
|
||||
|
@ -101,12 +104,12 @@ no-manybody:
|
|||
@cd MANYBODY; csh -f Install.csh 0
|
||||
@make clean
|
||||
|
||||
yes-meam:
|
||||
@cd MEAM; csh -f Install.csh 1
|
||||
no-meam:
|
||||
@echo 'Removing files, ignore any rm errors ...'
|
||||
@cd MEAM; csh -f Install.csh 0
|
||||
@make clean
|
||||
#yes-meam:
|
||||
# @cd MEAM; csh -f Install.csh 1
|
||||
#no-meam:
|
||||
# @echo 'Removing files, ignore any rm errors ...'
|
||||
# @cd MEAM; csh -f Install.csh 0
|
||||
# @make clean
|
||||
|
||||
yes-molecule:
|
||||
@cd MOLECULE; csh -f Install.csh 1
|
||||
|
@ -137,7 +140,7 @@ package-update:
|
|||
@csh -f Package.csh GRANULAR update
|
||||
@csh -f Package.csh KSPACE update
|
||||
@csh -f Package.csh MANYBODY update
|
||||
@csh -f Package.csh MEAM update
|
||||
# @csh -f Package.csh MEAM update
|
||||
@csh -f Package.csh MOLECULE update
|
||||
@csh -f Package.csh POEMS update
|
||||
@csh -f Package.csh XTC update
|
||||
|
@ -150,7 +153,7 @@ package-overwrite:
|
|||
@csh -f Package.csh GRANULAR overwrite
|
||||
@csh -f Package.csh KSPACE overwrite
|
||||
@csh -f Package.csh MANYBODY overwrite
|
||||
@csh -f Package.csh MEAM overwrite
|
||||
# @csh -f Package.csh MEAM overwrite
|
||||
@csh -f Package.csh MOLECULE overwrite
|
||||
@csh -f Package.csh POEMS overwrite
|
||||
@csh -f Package.csh XTC overwrite
|
||||
|
@ -163,7 +166,7 @@ package-check:
|
|||
@csh -f Package.csh GRANULAR check
|
||||
@csh -f Package.csh KSPACE check
|
||||
@csh -f Package.csh MANYBODY check
|
||||
@csh -f Package.csh MEAM check
|
||||
# @csh -f Package.csh MEAM check
|
||||
@csh -f Package.csh MOLECULE check
|
||||
@csh -f Package.csh POEMS check
|
||||
@csh -f Package.csh XTC check
|
||||
|
|
Loading…
Reference in New Issue