ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/openbabel/Makefile
Revision: 2466
Committed: Wed Nov 23 01:05:59 2005 UTC (18 years, 7 months ago) by chuckv
File size: 860 byte(s)
Log Message:
Changed file names that conflict w/ oopse file name object files.

File Contents

# User Rev Content
1 tim 2440 Package = openbabel
2    
3     Source = \
4 chuckv 2466 obatom.cpp\
5 tim 2440 base.cpp \
6     bitvec.cpp\
7 chuckv 2466 obbond.cpp\
8 tim 2440 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 tim 2445 xyzformat.cpp\
40     amberformat.cpp\
41     fingerprintformat.cpp\
42     gromos96format.cpp\
43     povrayformat.cpp\
44     smilesformat.cpp\
45     tinkerformat.cpp
46 tim 2440
47     RmiSource =
48    
49     Main =
50    
51     DEV_ROOT=../..
52     include $(DEV_ROOT)/make/Makefile
53