--- trunk/OOPSE-2.0/src/io/Makefile 2004/09/28 16:14:17 1495 +++ trunk/OOPSE-2.0/src/io/Makefile 2005/05/17 02:09:25 2226 @@ -1,24 +1,41 @@ +Package = io + Source = \ - BASSlex.l \ + AtomTypesSectionParser.cpp \ + DirectionalAtomTypesSectionParser.cpp \ + SectionParser.cpp \ + EAMAtomTypesSectionParser.cpp \ + SectionParserManager.cpp \ + ChargeAtomTypesSectionParser.cpp \ + MultipoleAtomTypesSectionParser.cpp \ + StickyAtomTypesSectionParser.cpp \ + GayBerneAtomTypesSectionParser.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 = Main = -include $(DEV_ROOT)/Makefile +DEV_ROOT=../.. +include $(DEV_ROOT)/make/Makefile +