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

File Contents

# User Rev Content
1 gezelter 267 Package = utils
2    
3 gezelter 262 MySource = \
4     fError.c \
5     PropertyMap.cpp \
6     simError.c \
7 chuckv 1492 FileLocation.cpp \
8     SystemUtilities.cpp \
9     Exception.cpp \
10     Report.cpp \
11 gezelter 262 StringUtils.cpp \
12     StringTokenizer.cpp \
13     Utility.cpp \
14 tim 280 Trim.cpp \
15 gezelter 1390 OpenMDBitSet.cpp \
16 gezelter 483 MoLocator.cpp \
17     wildcards.cpp \
18 gezelter 1210 ElementsTable.cpp \
19 gezelter 1420 ProgressBar.cpp \
20 gezelter 341 residentMem.c\
21 tim 312 physmem.c
22 gezelter 262
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 gezelter 1225 ParallelSource = \
32     ElementsTable.cpp \
33     fError.c \
34     simError.c \
35    
36 gezelter 1552 Modules =
37 gezelter 460
38 gezelter 262 RmiSource =
39    
40     Main =
41    
42     DEV_ROOT=../..
43     include $(DEV_ROOT)/make/Makefile

Properties

Name Value
svn:keywords Author Id Revision Date