Revision: | 1465 |
Committed: | Fri Jul 9 23:08:25 2010 UTC (15 years ago) by chuckv |
File size: | 739 byte(s) |
Log Message: | Creating busticated version of OpenMD |
# | Content |
---|---|
1 | Package = utils |
2 | |
3 | MySource = \ |
4 | definitions.F90 \ |
5 | status.F90 \ |
6 | interpolation.F90 \ |
7 | fError.c \ |
8 | PropertyMap.cpp \ |
9 | OpenMDMPI.F90 \ |
10 | simError.c \ |
11 | StringUtils.cpp \ |
12 | vector_class.F90 \ |
13 | StringTokenizer.cpp \ |
14 | Utility.cpp \ |
15 | Trim.cpp \ |
16 | OpenMDBitSet.cpp \ |
17 | MoLocator.cpp \ |
18 | wildcards.cpp \ |
19 | ElementsTable.cpp \ |
20 | ProgressBar.cpp \ |
21 | residentMem.c\ |
22 | physmem.c |
23 | |
24 | LibObjs = @LIBOBJS@ |
25 | |
26 | ifneq "$(words $(LibObjs))" "0" |
27 | Source = $(MySource) getopt.c getopt1.c |
28 | else |
29 | Source = $(MySource) |
30 | endif |
31 | |
32 | ParallelSource = \ |
33 | ElementsTable.cpp \ |
34 | fError.c \ |
35 | simError.c \ |
36 | OpenMDMPI.F90 |
37 | |
38 | Modules = \ |
39 | definitions \ |
40 | OpenMDMPI \ |
41 | status \ |
42 | interpolation \ |
43 | Vector_class |
44 | |
45 | RmiSource = |
46 | |
47 | Main = |
48 | |
49 | DEV_ROOT=../.. |
50 | include $(DEV_ROOT)/make/Makefile |
Name | Value |
---|---|
svn:keywords | Author Id Revision Date |