.SUFFIXES: .cpp .o

.cpp.o:
	$(CXX) $(CXXFLAGS) $(CXXINCLUDE) -c -o $@ $<

ARCH = ${shell uname}

CXX = g++

CXXINCLUDE = -I../libpcre

CXXFLAGS=-D_ALL_SOURCE -DOPEN_EMBL_NO_PRAGMA_ONCE -DNDEBUG -O2 -Wall

SOURCES=\
        ACLineParser.cpp\
        ACStarLineParser.cpp\
        ASLineParser.cpp\
        AssemblyInfoParser.cpp\
        BookInfoParser.cpp\
        CCLineParser.cpp\
        COLineLocationParser.cpp\
        COLineTextSourceAdapter.cpp\
        ContigInfoParser.cpp\
        DELineParser.cpp\
        DRLineParser.cpp\
        DTLineParser.cpp\
        EMBLFeatureTableTextSourceAdapter.cpp\
        ElectronicResourceInfoParser.cpp\
        EntryParser.cpp\
        EntryParser_EventsSourceImpl.cpp\
        FeatureKeyParser.cpp\
        FeatureLocationParser.cpp\
        FeatureQualifierParser.cpp\
        FeatureTableParser.cpp\
        FeatureTableTextSourceAdapter.cpp\
        FileParserHost.cpp\
        GenBankFeatureTableTextSourceAdapter.cpp\
        IDLineParser.cpp\
        JournalArticleInfoParser.cpp\
        KWLineParser.cpp\
        LineTooLong.cpp\
        ListReader.cpp\
        LocationLexer.cpp\
	MiscResourceInfoParser.cpp\
        NullPointerException.cpp\
        OCLineParser.cpp\
        OGLineParser.cpp\
        OSError.cpp\
        OSLineParser.cpp\
        OnlineJournalInfoParser.cpp\
        Parser.cpp\
        ParserCtxOnErrorLogAdapter.cpp\
        ParserErrorInfo.cpp\
        ParserHost.cpp\
        ParserImpl.cpp\
        ParserImpl_EventsSourceImpl.cpp\
        ParserWarningInfo.cpp\
        PatentInfoParser.cpp\
        PublicationLineParser.cpp\
        Regex.cpp\
        RALineParser.cpp\
        RCLineParser.cpp\
        RGLineParser.cpp\
        RLLineParser.cpp\
        RNLineParser.cpp\
        RPLineParser.cpp\
        RTLineParser.cpp\
        RXLineParser.cpp\
        SQLineParser.cpp\
        SVLineParser.cpp\
        SequenceLineParser.cpp\
        SequenceParser.cpp\
        StringTokenizer.cpp\
        StringUtils.cpp\
        SubmissionInfoParser.cpp\
        TaxonomyLineParser.cpp\
        TextFile.cpp\
        TextFileImpl.cpp\
        TextSourceCharIterator.cpp\
        TextSourceOnStringListAdapter.cpp\
        ThesisInfoParser.cpp\
        Token.cpp\
        UnpublishedInfoParser.cpp

OBJS:=$(subst .cpp,.o,$(SOURCES))

.PHONY:clean depend

libphoenix.a: .depend_$(ARCH) $(OBJS)
	ar -r $@ $(OBJS)

.depend_$(ARCH): depend
	@touch $@

clean:
	rm -f *.o *.a .depend_$(ARCH)

depend:
	@makedepend -fMakefile $(SOURCES) 2> /dev/null

# DO NOT DELETE

ACLineParser.o: ACLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
ACLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
ACLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
ACLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
ACLineParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp
ACStarLineParser.o: ACStarLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
ACStarLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
ACStarLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp
ACStarLineParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
ACStarLineParser.o: ParserWarnings.inc StringUtils.hpp Regex.hpp
ACStarLineParser.o: NonCopyable.hpp
ASLineParser.o: ASLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
ASLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
ASLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
ASLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
ASLineParser.o: StringUtils.hpp StringTokenizer.hpp Regex.hpp NonCopyable.hpp
AssemblyInfoParser.o: AssemblyInfoParser.hpp ParserItf.hpp ObjMacros.hpp
AssemblyInfoParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
AssemblyInfoParser.o: AssemblyInfoHandler.hpp ItemHandler.hpp FieldDefs.hpp
AssemblyInfoParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
AssemblyInfoParser.o: ParserWarnings.inc ASLineParser.hpp ItemParserImpl.hpp
AssemblyInfoParser.o: ItemParser.hpp
BookInfoParser.o: BookInfoParser.hpp ItemParserImpl.hpp ItemParser.hpp
BookInfoParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
BookInfoParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
BookInfoParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
BookInfoParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp
BookInfoParser.o: RLLineCodes.hpp Regex.hpp
CCLineParser.o: CCLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
CCLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
CCLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
CCLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
CCLineParser.o: StringUtils.hpp
COLineLocationParser.o: COLineLocationParser.hpp ParserCtx.hpp ObjMacros.hpp
COLineLocationParser.o: TextSource.hpp ErrorLog.hpp ContigInfoHandler.hpp
COLineLocationParser.o: ItemHandler.hpp FieldDefs.hpp LocationLexer.hpp
COLineLocationParser.o: NonCopyable.hpp Lexer.hpp TextSourceCharIterator.hpp
COLineLocationParser.o: Token.hpp ParserErrors.hpp ParserErrors.inc
COLineLocationParser.o: ParserWarnings.hpp ParserWarnings.inc
COLineTextSourceAdapter.o: COLineTextSourceAdapter.hpp TextSource.hpp
COLineTextSourceAdapter.o: ObjMacros.hpp NullPointerException.hpp
ContigInfoParser.o: ContigInfoParser.hpp ParserItf.hpp ObjMacros.hpp
ContigInfoParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
ContigInfoParser.o: ContigInfoHandler.hpp ItemHandler.hpp FieldDefs.hpp
ContigInfoParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
ContigInfoParser.o: ParserWarnings.inc StringUtils.hpp
ContigInfoParser.o: COLineTextSourceAdapter.hpp
ContigInfoParser.o: ParserCtxOnErrorLogAdapter.hpp NonCopyable.hpp
ContigInfoParser.o: COLineLocationParser.hpp LocationLexer.hpp Lexer.hpp
ContigInfoParser.o: TextSourceCharIterator.hpp Token.hpp
DELineParser.o: DELineParser.hpp ItemParserImpl.hpp ItemParser.hpp
DELineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
DELineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
DELineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
DELineParser.o: StringUtils.hpp
DRLineParser.o: DRLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
DRLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
DRLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
DRLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
DRLineParser.o: StringUtils.hpp StringTokenizer.hpp
DTLineParser.o: DTLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
DTLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
DTLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
DTLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
DTLineParser.o: StringUtils.hpp Regex.hpp NonCopyable.hpp
EMBLFeatureTableTextSourceAdapter.o: EMBLFeatureTableTextSourceAdapter.hpp
EMBLFeatureTableTextSourceAdapter.o: TextSource.hpp ObjMacros.hpp
EMBLFeatureTableTextSourceAdapter.o: FeatureTableTextSourceAdapterImpl.hpp
ElectronicResourceInfoParser.o: ElectronicResourceInfoParser.hpp
ElectronicResourceInfoParser.o: ItemParserImpl.hpp ItemParser.hpp
ElectronicResourceInfoParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp
ElectronicResourceInfoParser.o: TextSource.hpp ErrorLog.hpp ItemHandler.hpp
ElectronicResourceInfoParser.o: FieldDefs.hpp ParserErrors.hpp
ElectronicResourceInfoParser.o: ParserErrors.inc ParserWarnings.hpp
ElectronicResourceInfoParser.o: ParserWarnings.inc StringUtils.hpp
ElectronicResourceInfoParser.o: RLLineCodes.hpp
EntryParser.o: EntryParser.hpp NonCopyable.hpp ParserItf.hpp ObjMacros.hpp
EntryParser.o: ParserEventsSource.hpp ParserEvents.hpp FieldDefs.hpp
EntryParser.o: HandlerDispatch.hpp ParserErrors.hpp ParserErrors.inc
EntryParser.o: HandlerLookup.hpp ParserCtx.hpp TextSource.hpp ErrorLog.hpp
EntryParser.o: ItemHandler.hpp TaxonomyHandler.hpp PublicationHandler.hpp
EntryParser.o: SequenceHandler.hpp FeatureTableHandler.hpp
EntryParser.o: AssemblyInfoHandler.hpp ContigInfoHandler.hpp
EntryParser.o: ParserWarnings.hpp ParserWarnings.inc FieldCodes.hpp
EntryParser.o: CCLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
EntryParser.o: SQLineParser.hpp DRLineParser.hpp DELineParser.hpp
EntryParser.o: SVLineParser.hpp IDLineParser.hpp DTLineParser.hpp
EntryParser.o: ACLineParser.hpp KWLineParser.hpp ACStarLineParser.hpp
EntryParser.o: TaxonomyLineParser.hpp PublicationLineParser.hpp
EntryParser.o: SequenceParser.hpp FeatureTableParser.hpp
EntryParser.o: FeatureTableTextSourceAdapter.hpp AssemblyInfoParser.hpp
EntryParser.o: ContigInfoParser.hpp
EntryParser_EventsSourceImpl.o: EntryParser.hpp NonCopyable.hpp ParserItf.hpp
EntryParser_EventsSourceImpl.o: ObjMacros.hpp ParserEventsSource.hpp
EntryParser_EventsSourceImpl.o: ParserEvents.hpp FieldDefs.hpp
EntryParser_EventsSourceImpl.o: HandlerDispatch.hpp ParserErrors.hpp
EntryParser_EventsSourceImpl.o: ParserErrors.inc HandlerLookup.hpp
EntryParser_EventsSourceImpl.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
EntryParser_EventsSourceImpl.o: ItemHandler.hpp TaxonomyHandler.hpp
EntryParser_EventsSourceImpl.o: PublicationHandler.hpp SequenceHandler.hpp
EntryParser_EventsSourceImpl.o: FeatureTableHandler.hpp
EntryParser_EventsSourceImpl.o: AssemblyInfoHandler.hpp ContigInfoHandler.hpp
FeatureKeyParser.o: FeatureKeyParser.hpp ParserCtx.hpp ObjMacros.hpp
FeatureKeyParser.o: TextSource.hpp ErrorLog.hpp FeatureTableHandler.hpp
FeatureKeyParser.o: ItemHandler.hpp FieldDefs.hpp ItemParserImpl.hpp
FeatureKeyParser.o: ItemParser.hpp ParserItf.hpp ParserErrors.hpp
FeatureKeyParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
FeatureKeyParser.o: StringUtils.hpp TextSourceOnStringListAdapter.hpp
FeatureKeyParser.o: ParserCtxOnErrorLogAdapter.hpp NonCopyable.hpp
FeatureKeyParser.o: FeatureLocationParser.hpp LocationLexer.hpp Lexer.hpp
FeatureKeyParser.o: TextSourceCharIterator.hpp Token.hpp
FeatureKeyParser.o: FeatureQualifierParser.hpp
FeatureLocationParser.o: FeatureLocationParser.hpp FieldDefs.hpp
FeatureLocationParser.o: ParserCtx.hpp ObjMacros.hpp TextSource.hpp
FeatureLocationParser.o: ErrorLog.hpp LocationLexer.hpp NonCopyable.hpp
FeatureLocationParser.o: Lexer.hpp TextSourceCharIterator.hpp Token.hpp
FeatureLocationParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
FeatureLocationParser.o: ParserWarnings.inc
FeatureQualifierParser.o: FeatureQualifierParser.hpp ItemHandler.hpp
FeatureQualifierParser.o: ObjMacros.hpp ItemParserImpl.hpp ItemParser.hpp
FeatureQualifierParser.o: ParserItf.hpp ParserCtx.hpp TextSource.hpp
FeatureQualifierParser.o: ErrorLog.hpp FieldDefs.hpp ParserErrors.hpp
FeatureQualifierParser.o: ParserErrors.inc ParserWarnings.hpp
FeatureQualifierParser.o: ParserWarnings.inc StringUtils.hpp Regex.hpp
FeatureQualifierParser.o: NonCopyable.hpp
FeatureTableParser.o: FeatureTableParser.hpp ParserItf.hpp ObjMacros.hpp
FeatureTableParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
FeatureTableParser.o: FeatureTableHandler.hpp ItemHandler.hpp FieldDefs.hpp
FeatureTableParser.o: FeatureTableTextSourceAdapter.hpp ParserErrors.hpp
FeatureTableParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
FeatureTableParser.o: FeatureKeyParser.hpp ItemParserImpl.hpp ItemParser.hpp
FeatureTableParser.o: StringUtils.hpp
FeatureTableTextSourceAdapter.o: FeatureTableTextSourceAdapter.hpp
FeatureTableTextSourceAdapter.o: TextSource.hpp ObjMacros.hpp
FeatureTableTextSourceAdapter.o: EMBLFeatureTableTextSourceAdapter.hpp
FeatureTableTextSourceAdapter.o: FeatureTableTextSourceAdapterImpl.hpp
FeatureTableTextSourceAdapter.o: GenBankFeatureTableTextSourceAdapter.hpp
FileParserHost.o: FileParserHost.hpp ParserHost.hpp NonCopyable.hpp
FileParserHost.o: Parser.hpp TextSource.hpp ObjMacros.hpp ParserOptions.hpp
FileParserHost.o: ParserEvents.hpp FieldDefs.hpp ParserItf.hpp TextFile.hpp
FileParserHost.o: OSError.hpp LineTooLong.hpp ParserErrors.hpp
FileParserHost.o: ParserErrors.inc
GenBankFeatureTableTextSourceAdapter.o: GenBankFeatureTableTextSourceAdapter.hpp
GenBankFeatureTableTextSourceAdapter.o: TextSource.hpp ObjMacros.hpp
GenBankFeatureTableTextSourceAdapter.o: FeatureTableTextSourceAdapterImpl.hpp
IDLineParser.o: IDLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
IDLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
IDLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
IDLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
IDLineParser.o: StringTokenizer.hpp ListReader.hpp NonCopyable.hpp
IDLineParser.o: StringUtils.hpp Regex.hpp
JournalArticleInfoParser.o: JournalArticleInfoParser.hpp ItemParserImpl.hpp
JournalArticleInfoParser.o: ItemParser.hpp ObjMacros.hpp ParserItf.hpp
JournalArticleInfoParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
JournalArticleInfoParser.o: ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
JournalArticleInfoParser.o: ParserErrors.inc ParserWarnings.hpp
JournalArticleInfoParser.o: ParserWarnings.inc StringUtils.hpp
JournalArticleInfoParser.o: RLLineCodes.hpp Regex.hpp NonCopyable.hpp
KWLineParser.o: KWLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
KWLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
KWLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
KWLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
KWLineParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp
LineTooLong.o: LineTooLong.hpp
ListReader.o: ListReader.hpp NonCopyable.hpp ErrorLog.hpp ObjMacros.hpp
ListReader.o: StringUtils.hpp ParserWarnings.hpp ParserWarnings.inc
LocationLexer.o: LocationLexer.hpp NonCopyable.hpp TextSource.hpp
LocationLexer.o: ObjMacros.hpp ErrorLog.hpp Lexer.hpp
LocationLexer.o: TextSourceCharIterator.hpp Token.hpp ParserErrors.hpp
LocationLexer.o: ParserErrors.inc StringUtils.hpp
NullPointerException.o: NullPointerException.hpp
OCLineParser.o: OCLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
OCLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
OCLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
OCLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
OCLineParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp
OGLineParser.o: OGLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
OGLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
OGLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
OGLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
OGLineParser.o: StringUtils.hpp
OSError.o: OSError.hpp
OSLineParser.o: OSLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
OSLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
OSLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
OSLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
OSLineParser.o: StringUtils.hpp
OnlineJournalInfoParser.o: OnlineJournalInfoParser.hpp ItemParserImpl.hpp
OnlineJournalInfoParser.o: ItemParser.hpp ObjMacros.hpp ParserItf.hpp
OnlineJournalInfoParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
OnlineJournalInfoParser.o: ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
OnlineJournalInfoParser.o: ParserErrors.inc ParserWarnings.hpp
OnlineJournalInfoParser.o: ParserWarnings.inc StringUtils.hpp
Parser.o: Parser.hpp NonCopyable.hpp TextSource.hpp ObjMacros.hpp
Parser.o: ParserOptions.hpp ParserEvents.hpp FieldDefs.hpp ParserItf.hpp
Parser.o: ParserImpl.hpp ParserCtx.hpp ErrorLog.hpp ParserEventsSource.hpp
ParserCtxOnErrorLogAdapter.o: ParserCtxOnErrorLogAdapter.hpp NonCopyable.hpp
ParserCtxOnErrorLogAdapter.o: ParserCtx.hpp ObjMacros.hpp TextSource.hpp
ParserCtxOnErrorLogAdapter.o: ErrorLog.hpp NullPointerException.hpp
ParserErrorInfo.o: ParserErrorInfo.hpp ParserErrors.inc
ParserHost.o: ParserHost.hpp NonCopyable.hpp Parser.hpp TextSource.hpp
ParserHost.o: ObjMacros.hpp ParserOptions.hpp ParserEvents.hpp FieldDefs.hpp
ParserHost.o: ParserItf.hpp ParserErrors.hpp ParserErrors.inc
ParserHost.o: ParserWarnings.hpp ParserWarnings.inc ParserErrorInfo.hpp
ParserHost.o: ParserWarningInfo.hpp
ParserImpl.o: ParserImpl.hpp TextSource.hpp ObjMacros.hpp ParserItf.hpp
ParserImpl.o: ParserCtx.hpp ErrorLog.hpp ParserOptions.hpp
ParserImpl.o: ParserEventsSource.hpp ParserEvents.hpp FieldDefs.hpp
ParserImpl.o: ParserWarnings.hpp ParserWarnings.inc ParserErrors.hpp
ParserImpl.o: ParserErrors.inc EntryParser.hpp NonCopyable.hpp
ParserImpl.o: HandlerDispatch.hpp HandlerLookup.hpp ItemHandler.hpp
ParserImpl.o: TaxonomyHandler.hpp PublicationHandler.hpp SequenceHandler.hpp
ParserImpl.o: FeatureTableHandler.hpp AssemblyInfoHandler.hpp
ParserImpl.o: ContigInfoHandler.hpp AbortEntry.hpp AbortRun.hpp
ParserImpl_EventsSourceImpl.o: ParserImpl.hpp TextSource.hpp ObjMacros.hpp
ParserImpl_EventsSourceImpl.o: ParserItf.hpp ParserCtx.hpp ErrorLog.hpp
ParserImpl_EventsSourceImpl.o: ParserOptions.hpp ParserEventsSource.hpp
ParserImpl_EventsSourceImpl.o: ParserEvents.hpp FieldDefs.hpp
ParserWarningInfo.o: ParserWarningInfo.hpp WarningSeverity.hpp
ParserWarningInfo.o: ParserWarnings.inc
PatentInfoParser.o: PatentInfoParser.hpp ItemParserImpl.hpp ItemParser.hpp
PatentInfoParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
PatentInfoParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp
PatentInfoParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
PatentInfoParser.o: ParserWarnings.inc StringUtils.hpp ListReader.hpp
PatentInfoParser.o: NonCopyable.hpp RLLineCodes.hpp Regex.hpp
PublicationLineParser.o: PublicationLineParser.hpp ParserItf.hpp
PublicationLineParser.o: ObjMacros.hpp ParserCtx.hpp TextSource.hpp
PublicationLineParser.o: ErrorLog.hpp PublicationHandler.hpp ItemHandler.hpp
PublicationLineParser.o: FieldDefs.hpp ParserErrors.hpp ParserErrors.inc
PublicationLineParser.o: ParserWarnings.hpp ParserWarnings.inc
PublicationLineParser.o: RNLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
PublicationLineParser.o: RCLineParser.hpp RPLineParser.hpp RXLineParser.hpp
PublicationLineParser.o: RALineParser.hpp RGLineParser.hpp RTLineParser.hpp
PublicationLineParser.o: RLLineParser.hpp
Regex.o: Regex.hpp NonCopyable.hpp
RALineParser.o: RALineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RALineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RALineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RALineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RALineParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp
RCLineParser.o: RCLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RCLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RCLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RCLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RCLineParser.o: StringUtils.hpp
RGLineParser.o: RGLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RGLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RGLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RGLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RGLineParser.o: StringUtils.hpp
RLLineParser.o: RLLineParser.hpp ParserItf.hpp ObjMacros.hpp ParserCtx.hpp
RLLineParser.o: TextSource.hpp ErrorLog.hpp PublicationHandler.hpp
RLLineParser.o: ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RLLineParser.o: ParserErrors.inc SubmissionInfoParser.hpp ItemParserImpl.hpp
RLLineParser.o: ItemParser.hpp UnpublishedInfoParser.hpp ThesisInfoParser.hpp
RLLineParser.o: OnlineJournalInfoParser.hpp ElectronicResourceInfoParser.hpp
RLLineParser.o: BookInfoParser.hpp PatentInfoParser.hpp
RLLineParser.o: JournalArticleInfoParser.hpp StringUtils.hpp RLLineCodes.hpp
RNLineParser.o: RNLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RNLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RNLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RNLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RNLineParser.o: Regex.hpp NonCopyable.hpp
RPLineParser.o: RPLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RPLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RPLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RPLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RPLineParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp Regex.hpp
RTLineParser.o: RTLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RTLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RTLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RTLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RTLineParser.o: StringUtils.hpp
RXLineParser.o: RXLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
RXLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
RXLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
RXLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
RXLineParser.o: StringUtils.hpp ListReader.hpp NonCopyable.hpp
SQLineParser.o: SQLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
SQLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
SQLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
SQLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
SQLineParser.o: Regex.hpp NonCopyable.hpp
SVLineParser.o: SVLineParser.hpp ItemParserImpl.hpp ItemParser.hpp
SVLineParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
SVLineParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
SVLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
SVLineParser.o: Regex.hpp NonCopyable.hpp
SequenceLineParser.o: SequenceLineParser.hpp ItemParserImpl.hpp
SequenceLineParser.o: ItemParser.hpp ObjMacros.hpp ParserItf.hpp
SequenceLineParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
SequenceLineParser.o: ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
SequenceLineParser.o: ParserErrors.inc ParserWarnings.hpp ParserWarnings.inc
SequenceLineParser.o: StringUtils.hpp
SequenceParser.o: SequenceParser.hpp ParserItf.hpp ObjMacros.hpp
SequenceParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
SequenceParser.o: SequenceHandler.hpp ItemHandler.hpp FieldDefs.hpp
SequenceParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
SequenceParser.o: ParserWarnings.inc SequenceLineParser.hpp
SequenceParser.o: ItemParserImpl.hpp ItemParser.hpp
StringTokenizer.o: StringTokenizer.hpp
StringUtils.o: StringUtils.hpp /usr/include/strings.h /usr/include/features.h
SubmissionInfoParser.o: SubmissionInfoParser.hpp ItemParserImpl.hpp
SubmissionInfoParser.o: ItemParser.hpp ObjMacros.hpp ParserItf.hpp
SubmissionInfoParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
SubmissionInfoParser.o: ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
SubmissionInfoParser.o: ParserErrors.inc ParserWarnings.hpp
SubmissionInfoParser.o: ParserWarnings.inc StringUtils.hpp RLLineCodes.hpp
SubmissionInfoParser.o: Regex.hpp NonCopyable.hpp
TaxonomyLineParser.o: TaxonomyLineParser.hpp ParserItf.hpp ObjMacros.hpp
TaxonomyLineParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
TaxonomyLineParser.o: TaxonomyHandler.hpp ItemHandler.hpp FieldDefs.hpp
TaxonomyLineParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
TaxonomyLineParser.o: ParserWarnings.inc OSLineParser.hpp ItemParserImpl.hpp
TaxonomyLineParser.o: ItemParser.hpp OCLineParser.hpp OGLineParser.hpp
TextFile.o: TextFile.hpp NonCopyable.hpp TextSource.hpp ObjMacros.hpp
TextFile.o: OSError.hpp LineTooLong.hpp TextFileImpl.hpp
TextFileImpl.o: TextFileImpl.hpp NonCopyable.hpp OSError.hpp LineTooLong.hpp
TextSourceCharIterator.o: TextSourceCharIterator.hpp TextSource.hpp
TextSourceCharIterator.o: ObjMacros.hpp
TextSourceOnStringListAdapter.o: TextSourceOnStringListAdapter.hpp
TextSourceOnStringListAdapter.o: TextSource.hpp ObjMacros.hpp
ThesisInfoParser.o: ThesisInfoParser.hpp ItemParserImpl.hpp ItemParser.hpp
ThesisInfoParser.o: ObjMacros.hpp ParserItf.hpp ParserCtx.hpp TextSource.hpp
ThesisInfoParser.o: ErrorLog.hpp ItemHandler.hpp FieldDefs.hpp
ThesisInfoParser.o: ParserErrors.hpp ParserErrors.inc ParserWarnings.hpp
ThesisInfoParser.o: ParserWarnings.inc StringUtils.hpp RLLineCodes.hpp
ThesisInfoParser.o: Regex.hpp NonCopyable.hpp
Token.o: Token.hpp
UnpublishedInfoParser.o: UnpublishedInfoParser.hpp ItemParserImpl.hpp
UnpublishedInfoParser.o: ItemParser.hpp ObjMacros.hpp ParserItf.hpp
UnpublishedInfoParser.o: ParserCtx.hpp TextSource.hpp ErrorLog.hpp
UnpublishedInfoParser.o: ItemHandler.hpp FieldDefs.hpp ParserErrors.hpp
UnpublishedInfoParser.o: ParserErrors.inc ParserWarnings.hpp
UnpublishedInfoParser.o: ParserWarnings.inc StringUtils.hpp RLLineCodes.hpp
