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

# Content
1 Package = utils
2
3 MySource = \
4 definitions.F90 \
5 status.F90 \
6 interpolation.F90 \
7 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 Trim.cpp \
16 OOPSEBitSet.cpp \
17 MoLocator.cpp \
18 wildcards.cpp \
19 ElementsTable.cpp \
20 residentMem.c\
21 physmem.c
22
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 Modules = \
32 definitions \
33 oopseMPI \
34 status \
35 Vector_class
36
37 RmiSource =
38
39 Main =
40
41 DEV_ROOT=../..
42 include $(DEV_ROOT)/make/Makefile