Skip to content
Snippets Groups Projects
Makefile.am 1.71 KiB
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/log.h
libsefht_la_SOURCES += sefht/status.h
Jonathan Schöbel's avatar
Jonathan Schöbel committed
libsefht_la_SOURCES += sefht/attr.c sefht/attr.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_data.h
EXTRA_DIST += sefht/text_mark_static.c
EXTRA_DIST += sefht/text_segment.c sefht/text_segment.h
EXTRA_DIST += sefht/text_segment_mark.c
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/log.h
nobase_include_HEADERS += sefht/status.h
Jonathan Schöbel's avatar
Jonathan Schöbel committed
nobase_include_HEADERS += sefht/attr.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
Jonathan Schöbel's avatar
Jonathan Schöbel committed
libsefht_la_CPPFLAGS = -DSEFHT_COMPILATION
libsefht_la_LDFLAGS = -version_info 0:0:0