ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1535
Committed: Fri Dec 31 18:31:56 2010 UTC (14 years, 6 months ago) by gezelter
File size: 741 byte(s)
Log Message:
Well, it compiles and builds, but still has a bus error at runtime.

File Contents

# Content
1 Package = utils
2
3 MySource = \
4 definitions.F90 \
5 status.F90 \
6 fError.c \
7 PropertyMap.cpp \
8 OpenMDMPI.F90 \
9 simError.c \
10 FileLocation.cpp \
11 SystemUtilities.cpp \
12 Exception.cpp \
13 Report.cpp \
14 StringUtils.cpp \
15 StringTokenizer.cpp \
16 Utility.cpp \
17 Trim.cpp \
18 OpenMDBitSet.cpp \
19 MoLocator.cpp \
20 wildcards.cpp \
21 ElementsTable.cpp \
22 ProgressBar.cpp \
23 residentMem.c\
24 physmem.c
25
26 LibObjs = @LIBOBJS@
27
28 ifneq "$(words $(LibObjs))" "0"
29 Source = $(MySource) getopt.c getopt1.c
30 else
31 Source = $(MySource)
32 endif
33
34 ParallelSource = \
35 ElementsTable.cpp \
36 fError.c \
37 simError.c \
38 OpenMDMPI.F90
39
40 Modules = \
41 definitions \
42 OpenMDMPI \
43 status \
44
45 RmiSource =
46
47 Main =
48
49 DEV_ROOT=../..
50 include $(DEV_ROOT)/make/Makefile

Properties

Name Value
svn:keywords Author Id Revision Date