ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/openbabel/Makefile
Revision: 2440
Committed: Wed Nov 16 19:42:11 2005 UTC (18 years, 9 months ago) by tim
File size: 718 byte(s)
Log Message:
adding openbabel

File Contents

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