/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/Makefile.am
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by cpcp, Thu Oct 30 20:05:43 2003 UTC revision 1.13 by cpcp, Sun Nov 16 15:22:12 2003 UTC
# Line 10  lib_LTLIBRARIES = libgedcomparser.la Line 10  lib_LTLIBRARIES = libgedcomparser.la
10  check_PROGRAMS =  check_PROGRAMS =
11  TESTS =  TESTS =
12  includedir = $(prefix)/include/GEDCOMParser  includedir = $(prefix)/include/GEDCOMParser
13  include_HEADERS = $(top_srcdir)/config.h Address.hh Association.hh ChangeDate.hh ChildToFamilyLink.hh Data.hh Event.hh FamilyEvent.hh FamilyRecord.hh GEDCOMFactory.hh GEDCOMFactoryAccessor.hh IdGenerator.hh Header.hh IndividualAttribute.hh IndividualEvent.hh IndividualRecord.hh Item.hh LdsIndividualOrdinance.hh LdsSpouseSealing.hh LineageLinkageGedcom.hh MultimediaLink.hh MultimediaRecord.hh NoteRecord.hh NoteStructure.hh Parser.hh PersonalName.hh Place.hh RepositoryRecord.hh SourceCitation.hh SourceRecord.hh SourceRepositoryCitation.hh SpouseToFamilyLink.hh Submission.hh SubmitterRecord.hh UserReference.hh gedcomparser.hh personalnameparser_decl.hh  include_HEADERS = $(top_srcdir)/config.h Address.hh AddressManager.hh Association.hh Attachment.hh AttachmentManager.hh AutomatedRecordIdManager.hh ChangeDate.hh ChangelogManager.hh ChildToFamilyLink.hh Data.hh Event.hh EventDetailManager.hh FamilyEvent.hh FamilyRecord.hh GEDCOMFactory.hh GEDCOMFactoryAccessor.hh IdGenerator.hh Header.hh IndividualAttribute.hh IndividualEvent.hh IndividualRecord.hh Item.hh LdsIndividualOrdinance.hh LdsSpouseSealing.hh LineageLinkageGedcom.hh MultimediaLink.hh MultimediaRecord.hh NoteRecord.hh NoteStructure.hh Parser.hh PersonalName.hh Place.hh RepositoryRecord.hh SourceCitation.hh SourceRecord.hh SourceRepositoryCitation.hh SpouseToFamilyLink.hh Submission.hh SubmitterRecord.hh UserReference.hh UserReferenceManager.hh gedcomparser.hh personalnameparser_decl.hh
14    
15  #GEDCOMParser lib section  #GEDCOMParser lib section
16  libgedcomparser_la_SOURCES = personalnameparser.yxx personalnamelexer.lxx yaccparser.yxx lexer.lxx gedcomparser.hh personalnameparser_decl.hh Address.cpp Association.cpp ChangeDate.cpp ChildToFamilyLink.cpp Data.cpp Event.cpp FamilyEvent.cpp FamilyRecord.cpp GEDCOMFactory.cpp GEDCOMFactoryAccessor.cpp IdGenerator.cpp  Header.cpp IndividualAttribute.cpp IndividualEvent.cpp IndividualRecord.cpp Item.cpp LdsIndividualOrdinance.cpp LdsSpouseSealing.cpp MultimediaLink.cpp MultimediaRecord.cpp NoteRecord.cpp NoteStructure.cpp Parser.hh Parser.cpp PersonalName.cpp Place.cpp RepositoryRecord.cpp SourceCitation.cpp SourceRecord.cpp SourceRepositoryCitation.cpp SpouseToFamilyLink.cpp Submission.cpp SubmitterRecord.cpp UserReference.cpp Address.hh Association.hh ChangeDate.hh ChildToFamilyLink.hh Data.hh Event.hh FamilyEvent.hh FamilyRecord.hh GEDCOMFactory.hh GEDCOMFactoryAccessor.hh IdGenerator.hh  Header.hh IndividualAttribute.hh IndividualEvent.hh IndividualRecord.hh Item.hh LineageLinkageGedcom.hh LineageLinkageGedcom.cpp LdsIndividualOrdinance.hh LdsSpouseSealing.hh MultimediaLink.hh MultimediaRecord.hh NoteRecord.hh NoteStructure.hh PersonalName.hh Place.hh RepositoryRecord.hh SourceCitation.hh SourceRecord.hh SourceRepositoryCitation.hh SpouseToFamilyLink.hh Submission.hh SubmitterRecord.hh UserReference.hh  libgedcomparser_la_SOURCES = personalnameparser.yxx personalnamelexer.lxx yaccparser.yxx lexer.lxx gedcomparser.hh personalnameparser_decl.hh Address.cpp AddressManager.hh AddressManager.cpp Association.cpp Attachment.hh Attachment.cpp AttachmentManager.hh AttachmentManager.cpp AutomatedRecordIdManager.hh AutomatedRecordIdManager.cpp ChangeDate.cpp ChangelogManager.hh ChangelogManager.cpp ChildToFamilyLink.cpp Data.cpp Event.cpp EventDetailManager.cpp FamilyEvent.cpp FamilyRecord.cpp GEDCOMFactory.cpp GEDCOMFactoryAccessor.cpp IdGenerator.cpp  Header.cpp IndividualAttribute.cpp IndividualEvent.cpp IndividualRecord.cpp Item.cpp LdsIndividualOrdinance.cpp LdsSpouseSealing.cpp MultimediaLink.cpp MultimediaRecord.cpp NoteRecord.cpp NoteStructure.cpp Parser.hh Parser.cpp PersonalName.cpp Place.cpp RepositoryRecord.cpp SourceCitation.cpp SourceRecord.cpp SourceRepositoryCitation.cpp SpouseToFamilyLink.cpp Submission.cpp SubmitterRecord.cpp UserReference.cpp UserReferenceManager.hh UserReferenceManager.cpp Address.hh Association.hh ChangeDate.hh ChildToFamilyLink.hh Data.hh Event.hh EventDetailManager.hh FamilyEvent.hh FamilyRecord.hh GEDCOMFactory.hh GEDCOMFactoryAccessor.hh IdGenerator.hh  Header.hh IndividualAttribute.hh IndividualEvent.hh IndividualRecord.hh Item.hh LineageLinkageGedcom.hh LineageLinkageGedcom.cpp LdsIndividualOrdinance.hh LdsSpouseSealing.hh MultimediaLink.hh MultimediaRecord.hh NoteRecord.hh NoteStructure.hh PersonalName.hh Place.hh RepositoryRecord.hh SourceCitation.hh SourceRecord.hh SourceRepositoryCitation.hh SpouseToFamilyLink.hh Submission.hh SubmitterRecord.hh UserReference.hh
17  libgedcomparser_la_LIBADD = $(top_builddir)/src/GEDCOMParser/DateManagement/Date.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/DatePhrase.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/datevaluelexer.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/DateValue.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/datevalueparser.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/Period.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/Range.lo $(top_builddir)/src/GEDCOMParser/ParseErrorManagement/ParseErrorManager.lo  $(top_builddir)/src/GEDCOMParser/ParseErrorManagement/ParseError.lo $(top_builddir)/src/GEDCOMParser/Visitor/GEDCOMElement.lo $(top_builddir)/src/GEDCOMParser/Visitor/GEDCOMSerializerVisitor.lo $(top_builddir)/src/GEDCOMParser/Visitor/GEDCOMVisitor.lo $(top_builddir)/src/GEDCOMParser/Serializer/GEDCOMWriter.lo $(top_builddir)/src/GEDCOMParser/Serializer/Reader.lo $(top_builddir)/src/GEDCOMParser/Serializer/Serializable.lo $(top_builddir)/src/GEDCOMParser/Serializer/Writer.lo $(top_builddir)/src/GEDCOMParser/Predicates/HasChild.lo $(top_builddir)/src/GEDCOMParser/Predicates/IsMale.lo $(top_builddir)/src/GEDCOMParser/Predicates/HasChild.lo  $(top_builddir)/src/GEDCOMParser/Predicates/NameEqualsTo.lo  libgedcomparser_la_LIBADD = $(top_builddir)/src/GEDCOMParser/DateManagement/Date.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/DatePhrase.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/datevaluelexer.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/DateValue.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/datevalueparser.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/Period.lo  $(top_builddir)/src/GEDCOMParser/DateManagement/Range.lo $(top_builddir)/src/GEDCOMParser/ParseErrorManagement/ParseErrorManager.lo  $(top_builddir)/src/GEDCOMParser/ParseErrorManagement/ParseError.lo $(top_builddir)/src/GEDCOMParser/Visitor/GEDCOMElement.lo $(top_builddir)/src/GEDCOMParser/Visitor/GEDCOMSerializerVisitor.lo $(top_builddir)/src/GEDCOMParser/Visitor/GEDCOMVisitor.lo $(top_builddir)/src/GEDCOMParser/Serializer/GEDCOMWriter.lo $(top_builddir)/src/GEDCOMParser/Serializer/Reader.lo $(top_builddir)/src/GEDCOMParser/Serializer/Serializable.lo $(top_builddir)/src/GEDCOMParser/Serializer/Writer.lo $(top_builddir)/src/GEDCOMParser/Predicates/HasChild.lo $(top_builddir)/src/GEDCOMParser/Predicates/IsMale.lo $(top_builddir)/src/GEDCOMParser/Predicates/HasChild.lo  $(top_builddir)/src/GEDCOMParser/Predicates/NameEqualsTo.lo
18  libgedcomparser_la_DEPENDENCIES = $(top_builddir)/src/GEDCOMParser/DateManagement/libdatemanagement.la $(top_builddir)/src/GEDCOMParser/ParseErrorManagement/libparseerrormanagement.la $(top_builddir)/src/GEDCOMParser/Visitor/libvisitor.la $(top_builddir)/src/GEDCOMParser/Serializer/libserializer.la $(top_builddir)/src/GEDCOMParser/Predicates/libpredicates.la  libgedcomparser_la_DEPENDENCIES = $(top_builddir)/src/GEDCOMParser/DateManagement/libdatemanagement.la $(top_builddir)/src/GEDCOMParser/ParseErrorManagement/libparseerrormanagement.la $(top_builddir)/src/GEDCOMParser/Visitor/libvisitor.la $(top_builddir)/src/GEDCOMParser/Serializer/libserializer.la $(top_builddir)/src/GEDCOMParser/Predicates/libpredicates.la
19  libgedcomparser_la_LDFLAGS = -version-info 1:0:1  libgedcomparser_la_LDFLAGS = -version-info 1:0:1

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26