ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1629
Committed: Wed Sep 14 21:15:17 2011 UTC (13 years, 10 months ago) by gezelter
File size: 509 byte(s)
Log Message:
Merging changes from old branch into development branch

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
16 LibObjs = @LIBOBJS@
17
18 ifneq "$(words $(LibObjs))" "0"
19 Source = $(MySource) getopt.c getopt1.c
20 else
21 Source = $(MySource)
22 endif
23
24 ParallelSource = \
25 ElementsTable.cpp \
26 simError.c \
27
28 Modules =
29
30 RmiSource =
31
32 Main =
33
34 DEV_ROOT=../..
35 include $(DEV_ROOT)/make/Makefile

Properties

Name Value
svn:keywords Author Id Revision Date