Skip to content
Snippets Groups Projects
Commit ed6ef330 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13172 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 68ef75c7
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ help: ...@@ -46,7 +46,7 @@ help:
@echo 'make -f Makefile.lib machine build LAMMPS as static library for machine' @echo 'make -f Makefile.lib machine build LAMMPS as static library for machine'
@echo 'make -f Makefile.shlib machine build LAMMPS as shared library for machine' @echo 'make -f Makefile.shlib machine build LAMMPS as shared library for machine'
@echo 'make -f Makefile.list machine build LAMMPS from explicit list of files' @echo 'make -f Makefile.list machine build LAMMPS from explicit list of files'
@echo 'make stubs build dummy MPI library in STUBS' @echo 'make mpi-stubs build dummy MPI library in STUBS'
@echo 'make install-python install LAMMPS wrapper in Python' @echo 'make install-python install LAMMPS wrapper in Python'
@echo 'make tar create lmp_src.tar.gz of src dir and packages' @echo 'make tar create lmp_src.tar.gz of src dir and packages'
@echo '' @echo ''
...@@ -94,7 +94,7 @@ help: ...@@ -94,7 +94,7 @@ help:
.DEFAULT: .DEFAULT:
@if [ $@ = "serial" -a ! -f STUBS/libmpi_stubs.a ]; \ @if [ $@ = "serial" -a ! -f STUBS/libmpi_stubs.a ]; \
then $(MAKE) stubs; fi then $(MAKE) mpi-stubs; fi
@test -f MAKE/Makefile.$@ -o -f MAKE/OPTIONS/Makefile.$@ -o \ @test -f MAKE/Makefile.$@ -o -f MAKE/OPTIONS/Makefile.$@ -o \
-f MAKE/MACHINES/Makefile.$@ -o -f MAKE/MINE/Makefile.$@ -f MAKE/MACHINES/Makefile.$@ -o -f MAKE/MINE/Makefile.$@
@if [ ! -d Obj_$@ ]; then mkdir Obj_$@; fi @if [ ! -d Obj_$@ ]; then mkdir Obj_$@; fi
...@@ -144,7 +144,7 @@ makelist: ...@@ -144,7 +144,7 @@ makelist:
# Make MPI STUBS library # Make MPI STUBS library
stubs: mpi-stubs:
@cd STUBS; $(MAKE) clean; $(MAKE) @cd STUBS; $(MAKE) clean; $(MAKE)
# install LAMMPS shared lib and Python wrapper for Python usage # install LAMMPS shared lib and Python wrapper for Python usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment