ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Makefile.in
Revision: 3319
Committed: Wed Jan 23 03:45:33 2008 UTC (16 years, 5 months ago) by gezelter
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 1951 Package = utils
2    
3 gezelter 1946 MySource = \
4     definitions.F90 \
5 chrisfen 2714 status.F90 \
6 gezelter 2709 interpolation.F90 \
7 gezelter 1946 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 1964 Trim.cpp \
16 tim 2469 OOPSEBitSet.cpp \
17 gezelter 2180 MoLocator.cpp \
18     wildcards.cpp \
19 gezelter 3319 ElementsTable.cpp \
20 gezelter 2025 residentMem.c\
21 tim 1996 physmem.c
22 gezelter 1946
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 2157 Modules = \
32     definitions \
33     oopseMPI \
34     status \
35     Vector_class
36    
37 gezelter 1946 RmiSource =
38    
39     Main =
40    
41     DEV_ROOT=../..
42     include $(DEV_ROOT)/make/Makefile