ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1492
Committed: Mon Aug 16 18:07:50 2010 UTC (14 years, 11 months ago) by chuckv
File size: 813 byte(s)
Log Message:
Adding exception and reporting mechanism from ProtoMol to OpenMD.

File Contents

# 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 FileLocation.cpp \
12 SystemUtilities.cpp \
13 Exception.cpp \
14 Report.cpp \
15 StringUtils.cpp \
16 vector_class.F90 \
17 StringTokenizer.cpp \
18 Utility.cpp \
19 Trim.cpp \
20 OpenMDBitSet.cpp \
21 MoLocator.cpp \
22 wildcards.cpp \
23 ElementsTable.cpp \
24 ProgressBar.cpp \
25 residentMem.c\
26 physmem.c
27
28 LibObjs = @LIBOBJS@
29
30 ifneq "$(words $(LibObjs))" "0"
31 Source = $(MySource) getopt.c getopt1.c
32 else
33 Source = $(MySource)
34 endif
35
36 ParallelSource = \
37 ElementsTable.cpp \
38 fError.c \
39 simError.c \
40 OpenMDMPI.F90
41
42 Modules = \
43 definitions \
44 OpenMDMPI \
45 status \
46 interpolation \
47 Vector_class
48
49 RmiSource =
50
51 Main =
52
53 DEV_ROOT=../..
54 include $(DEV_ROOT)/make/Makefile

Properties

Name Value
svn:keywords Author Id Revision Date