ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Makefile.in
Revision: 1210
Committed: Wed Jan 23 03:45:33 2008 UTC (17 years, 6 months ago) by gezelter
Original Path: trunk/src/utils/Makefile.in
File size: 618 byte(s)
Log Message:
Removed older version of openbabel from our code.  We now have a
configure check to see if openbabel is installed and then we link to
the stuff we need.  Conversion to OOPSE's md format is handled by only
one application (atom2md), so most of the work went on there.
ElementsTable still needs some work to function in parallel.

File Contents

# User Rev Content
1 gezelter 267 Package = utils
2    
3 gezelter 262 MySource = \
4     definitions.F90 \
5 chrisfen 936 status.F90 \
6 gezelter 932 interpolation.F90 \
7 gezelter 262 fError.c \
8     PropertyMap.cpp \
9     oopseMPI.F90 \
10     simError.c \
11     StringUtils.cpp \
12     vector_class.F90 \
13     StringTokenizer.cpp \
14     Utility.cpp \
15 tim 280 Trim.cpp \
16 tim 770 OOPSEBitSet.cpp \
17 gezelter 483 MoLocator.cpp \
18     wildcards.cpp \
19 gezelter 1210 ElementsTable.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 460 Modules = \
32     definitions \
33     oopseMPI \
34     status \
35     Vector_class
36    
37 gezelter 262 RmiSource =
38    
39     Main =
40    
41     DEV_ROOT=../..
42     include $(DEV_ROOT)/make/Makefile