Revision: | 1390 |
Committed: | Wed Nov 25 20:02:06 2009 UTC (15 years, 8 months ago) by gezelter |
Original Path: | trunk/src/utils/Makefile.in |
File size: | 720 byte(s) |
Log Message: | Almost all of the changes necessary to create OpenMD out of our old project (OOPSE-4) |
# | 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 | residentMem.c\ |
21 | physmem.c |
22 | |
23 | LibObjs = @LIBOBJS@ |
24 | |
25 | ifneq "$(words $(LibObjs))" "0" |
26 | Source = $(MySource) getopt.c getopt1.c |
27 | else |
28 | Source = $(MySource) |
29 | endif |
30 | |
31 | ParallelSource = \ |
32 | ElementsTable.cpp \ |
33 | fError.c \ |
34 | simError.c \ |
35 | OpenMDMPI.F90 |
36 | |
37 | Modules = \ |
38 | definitions \ |
39 | OpenMDMPI \ |
40 | status \ |
41 | interpolation \ |
42 | Vector_class |
43 | |
44 | RmiSource = |
45 | |
46 | Main = |
47 | |
48 | DEV_ROOT=../.. |
49 | include $(DEV_ROOT)/make/Makefile |