Newer
Older
## Process this file with automake to produce Makefile.in
AM_CFLAGS = -Wall -Wextra -Wno-nonnull -flto
lib_LTLIBRARIES = libsefht.la
libsefht_la_SOURCES =
libsefht_la_SOURCES += sefht/sefht.h
libsefht_la_SOURCES += sefht/macro.h
libsefht_la_SOURCES += sefht/status.h
libsefht_la_SOURCES += sefht/cms.c sefht/cms.h
libsefht_la_SOURCES += sefht/data.c sefht/data.h
libsefht_la_SOURCES += sefht/fragment.c sefht/fragment.h
libsefht_la_SOURCES += sefht/node_fragment.c sefht/node_fragment.h
libsefht_la_SOURCES += sefht/text_fragment.c sefht/text_fragment.h
libsefht_la_SOURCES += sefht/text.c sefht/text.h
libsefht_la_SOURCES += sefht/validator.c sefht/validator.h
EXTRA_DIST += sefht/attr_static.c sefht/attr_data.h
EXTRA_DIST += sefht/fragment_class.c
EXTRA_DIST += sefht/fragment_data.c
EXTRA_DIST += sefht/text_segment.c sefht/text_segment.h
EXTRA_DIST += sefht/validator_tag.c
nobase_include_HEADERS =
nobase_include_HEADERS += sefht/sefht.h
nobase_include_HEADERS += sefht/macro.h
nobase_include_HEADERS += sefht/status.h
nobase_include_HEADERS += sefht/cms.h
nobase_include_HEADERS += sefht/data.h
nobase_include_HEADERS += sefht/fragment.h
nobase_include_HEADERS += sefht/node_fragment.h
nobase_include_HEADERS += sefht/text_fragment.h
nobase_include_HEADERS += sefht/text.h
nobase_include_HEADERS += sefht/validator.h
nobase_include_HEADERS += sefht/validator_tag.h