ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1553
Committed: Fri Apr 29 17:25:12 2011 UTC (14 years, 2 months ago) by gezelter
File size: 612 byte(s)
Log Message:
More fortran removal, and trimming out unused code

File Contents

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

Properties

Name Value
svn:keywords Author Id Revision Date