ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1552
Committed: Fri Apr 29 16:50:08 2011 UTC (14 years, 2 months ago) by gezelter
File size: 636 byte(s)
Log Message:
Fortran removal

File Contents

# Content
1 Package = utils
2
3 MySource = \
4 fError.c \
5 PropertyMap.cpp \
6 simError.c \
7 FileLocation.cpp \
8 SystemUtilities.cpp \
9 Exception.cpp \
10 Report.cpp \
11 StringUtils.cpp \
12 StringTokenizer.cpp \
13 Utility.cpp \
14 Trim.cpp \
15 OpenMDBitSet.cpp \
16 MoLocator.cpp \
17 wildcards.cpp \
18 ElementsTable.cpp \
19 ProgressBar.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
36 Modules =
37
38 RmiSource =
39
40 Main =
41
42 DEV_ROOT=../..
43 include $(DEV_ROOT)/make/Makefile

Properties

Name Value
svn:keywords Author Id Revision Date