| 1 |
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) |
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) |
| 2 |
lib_LIBRARIES = libvisitor.a |
noinst_LTLIBRARIES = libvisitor.la |
| 3 |
includedir = $(prefix)/include/GEDCOMParser/Visitor |
includedir = $(prefix)/include/GEDCOMParser/Visitor |
| 4 |
include_HEADERS = GEDCOMElement.hh GEDCOMSerializerVisitor.hh GEDCOMVisitor.hh |
include_HEADERS = GEDCOMElement.hh GEDCOMSerializerVisitor.hh GEDCOMVisitor.hh |
| 5 |
libvisitor_a_SOURCES = GEDCOMElement.cpp GEDCOMSerializerVisitor.cpp GEDCOMVisitor.cpp GEDCOMElement.hh GEDCOMSerializerVisitor.hh GEDCOMVisitor.hh |
libvisitor_la_SOURCES = GEDCOMElement.cpp GEDCOMSerializerVisitor.cpp GEDCOMVisitor.cpp GEDCOMElement.hh GEDCOMSerializerVisitor.hh GEDCOMVisitor.hh |
| 6 |
|
|