Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
5d12a8fd
Commit
5d12a8fd
authored
10 years ago
by
sjplimp
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
svn://svn.icms.temple.edu/lammps-ro/trunk@12528
f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent
159d82e4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+24
-24
24 additions, 24 deletions
src/Makefile
with
24 additions
and
24 deletions
src/Makefile
+
24
−
24
View file @
5d12a8fd
...
@@ -48,17 +48,17 @@ help:
...
@@ -48,17 +48,17 @@ help:
@
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
''
@
echo
'make package list available packages'
@
echo
'make package
list available packages'
@
echo
'make package-status (ps) status of all packages'
@
echo
'make package-status (ps)
status of all packages'
@
echo
'make yes-package install a single p
ackage
in src dir'
@
echo
'make yes-package
install a single p
gk
in src dir'
@
echo
'make no-package remove a single p
ackage
from src dir'
@
echo
'make no-package
remove a single p
kg
from src dir'
@
echo
'make yes-all install all p
ackage
s in src dir'
@
echo
'make yes-all
install all p
gk
s in src dir'
@
echo
'make no-all remove all p
ackage
s from src dir'
@
echo
'make no-all
remove all p
kg
s from src dir'
@
echo
'make yes-standard
install all standard p
ackage
s'
@
echo
'make yes-standard
(yes-std)
install all standard p
kg
s'
@
echo
'make no-standard
remove all standard p
ackage
s'
@
echo
'make no-standard
(no-srd)
remove all standard p
kg
s'
@
echo
'make yes-user install all user p
ackage
s'
@
echo
'make yes-user
install all user p
kg
s'
@
echo
'make no-user remove all user p
ackage
s'
@
echo
'make no-user
remove all user p
kg
s'
@
echo
'make no-lib remove all p
ackage
s with external libs'
@
echo
'make no-lib
remove all p
kg
s with external libs'
@
echo
''
@
echo
''
@
echo
'make package-update (pu) replace src files with updated package files'
@
echo
'make package-update (pu) replace src files with updated package files'
@
echo
'make package-overwrite replace package files with src files'
@
echo
'make package-overwrite replace package files with src files'
...
@@ -149,18 +149,18 @@ package:
...
@@ -149,18 +149,18 @@ package:
@
echo
''
@
echo
''
@
echo
'User-contributed packages:'
$(
PACKUSER
)
@
echo
'User-contributed packages:'
$(
PACKUSER
)
@
echo
''
@
echo
''
@
echo
'make package list available packages'
@
echo
'make package list available packages'
@
echo
'make package-status (ps) status of all packages'
@
echo
'make package-status (ps) status of all packages'
@
echo
'make yes-package install a single package in src dir'
@
echo
'make yes-package install a single pgk in src dir'
@
echo
'make no-package remove a single package from src dir'
@
echo
'make no-package remove a single pkg from src dir'
@
echo
'make yes-all install all packages in src dir'
@
echo
'make yes-all install all pgks in src dir'
@
echo
'make no-all remove all packages from src dir'
@
echo
'make no-all remove all pkgs from src dir'
@
echo
'make yes-standard install all standard packages'
@
echo
'make yes-standard (yes-std) install all standard pkgs'
@
echo
'make no-standard remove all standard packages'
@
echo
'make no-standard (no-srd) remove all standard pkgs'
@
echo
'make yes-user install all user packages'
@
echo
'make no-user remove all user packages'
@
echo
'make no-lib remove all packages with external libs'
@
echo
''
@
echo
''
@
echo
'make yes-user install all user pkgs'
@
echo
'make no-user remove all user pkgs'
@
echo
'make no-lib remove all pkgs with external libs'
@
echo
'make package-update (pu) replace src files with package files'
@
echo
'make package-update (pu) replace src files with package files'
@
echo
'make package-overwrite replace package files with src files'
@
echo
'make package-overwrite replace package files with src files'
@
echo
'make package-diff (pd) diff src files against package file'
@
echo
'make package-diff (pd) diff src files against package file'
...
@@ -171,10 +171,10 @@ yes-all:
...
@@ -171,10 +171,10 @@ yes-all:
no-all
:
no-all
:
@
for
p
in
$(
PACKALL
);
do
$(
MAKE
)
no-
$$
p
;
done
@
for
p
in
$(
PACKALL
);
do
$(
MAKE
)
no-
$$
p
;
done
yes-standard
:
yes-standard
yes-std
:
@
for
p
in
$(
PACKAGE
);
do
$(
MAKE
)
yes-
$$
p
;
done
@
for
p
in
$(
PACKAGE
);
do
$(
MAKE
)
yes-
$$
p
;
done
no-standard
:
no-standard
no-std
:
@
for
p
in
$(
PACKAGE
);
do
$(
MAKE
)
no-
$$
p
;
done
@
for
p
in
$(
PACKAGE
);
do
$(
MAKE
)
no-
$$
p
;
done
yes-user
:
yes-user
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment