ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/openbabel/Makefile
Revision: 2982
Committed: Wed Aug 30 18:42:29 2006 UTC (18 years, 11 months ago) by tim
File size: 738 byte(s)
Log Message:
Massive changes preparing for release of OOPSE-4: The main difference
is that the new MD file format (.md, .dump, .eor) now contains meta-data
information along with the configuration information.

File Contents

# Content
1 Package = openbabel
2
3 Source = obatom.cpp\
4 base.cpp \
5 bitvec.cpp\
6 obbond.cpp\
7 bondtyper.cpp\
8 chains.cpp\
9 chiral.cpp\
10 data.cpp\
11 fingerprint.cpp\
12 generic.cpp\
13 grid.cpp\
14 kekulize.cpp\
15 matrix.cpp\
16 molchrg.cpp\
17 mol.cpp\
18 oberror.cpp\
19 obiter.cpp\
20 obutil.cpp\
21 parsmart.cpp\
22 patty.cpp\
23 phmodel.cpp\
24 rand.cpp\
25 residue.cpp\
26 ring.cpp\
27 rotamer.cpp\
28 rotor.cpp\
29 tokenst.cpp\
30 transform.cpp\
31 typer.cpp\
32 vector3.cpp\
33 matrix3x3.cpp\
34 obconversion.cpp \
35 oopseformat.cpp\
36 pdbformat.cpp\
37 tinkerformat.cpp\
38 xyzformat.cpp\
39 tinkerformat.cpp
40
41 RmiSource =
42
43 Main =
44
45 DEV_ROOT=../..
46 include $(DEV_ROOT)/make/Makefile
47