ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1600
Committed: Wed Aug 3 20:20:37 2011 UTC (13 years, 11 months ago) by gezelter
File size: 538 byte(s)
Log Message:
Completing the Fortran removal project.  Fixes for compilation with
clang / llvm, debugging, removing code that we'd never used.

File Contents

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

Properties

Name Value
svn:keywords Author Id Revision Date