ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/openbabel/Makefile
Revision: 2970
Committed: Wed Aug 2 19:40:39 2006 UTC (19 years ago) by gezelter
File size: 854 byte(s)
Log Message:
starting change of file formats

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 amberformat.cpp\
40 fingerprintformat.cpp\
41 gromos96format.cpp\
42 povrayformat.cpp\
43 smilesformat.cpp\
44 tinkerformat.cpp
45
46 RmiSource =
47
48 Main =
49
50 DEV_ROOT=../..
51 include $(DEV_ROOT)/make/Makefile
52