| Revision: | 746 |
| Committed: | Wed Nov 16 21:22:51 2005 UTC (20 years, 1 month ago) by tim |
| File size: | 856 byte(s) |
| Log Message: | adding more readers/writers |
| # | 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 | amberformat.cpp\ |
| 41 | fingerprintformat.cpp\ |
| 42 | gromos96format.cpp\ |
| 43 | povrayformat.cpp\ |
| 44 | smilesformat.cpp\ |
| 45 | tinkerformat.cpp |
| 46 | |
| 47 | RmiSource = |
| 48 | |
| 49 | Main = |
| 50 | |
| 51 | DEV_ROOT=../.. |
| 52 | include $(DEV_ROOT)/make/Makefile |
| 53 |