--- trunk/OOPSE-2.0/src/io/Makefile 2004/09/29 21:55:03 1513 +++ trunk/OOPSE-2.0/src/io/Makefile 2005/05/05 14:47:35 2220 @@ -1,21 +1,37 @@ +Package = io + Source = \ - BASSlex.l \ + AtomTypesSectionParser.cpp \ + DirectionalAtomTypesSectionParser.cpp \ + ShapeAtomTypesSectionParser.cpp \ + SectionParser.cpp \ + EAMAtomTypesSectionParser.cpp \ + SectionParserManager.cpp \ + ChargeAtomTypesSectionParser.cpp \ + MultipoleAtomTypesSectionParser.cpp \ + StickyAtomTypesSectionParser.cpp \ + StickyPowerAtomTypesSectionParser.cpp \ + TorsionTypesSectionParser.cpp \ + LennardJonesAtomTypesSectionParser.cpp\ + BondTypesSectionParser.cpp \ + BendTypesSectionParser.cpp \ + BASSlex.l \ BASSyacc.y \ BASS_interface.cpp \ BASS_parse.c \ - DumpReader.cpp \ - DumpWriter.cpp \ Globals.cpp \ - InitializeFromFile.cpp \ interface.c \ LinkedAssign.cpp \ - LinkedCommand.cpp \ make_nodes.c \ mpiBASS.c \ parse_tree.c \ + DumpReader.cpp \ + DumpWriter.cpp \ StatWriter.cpp \ ZConsReader.cpp \ ZConsWriter.cpp \ + RestReader.cpp \ + RestWriter.cpp RmiSource =