summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/src/Makefile.am
blob: 76391cd044f0d21aa1651598c124e51344fb37a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
libucl_common_cflags=	-I$(top_srcdir)/src \
			-I$(top_srcdir)/include \
			-I$(top_srcdir)/uthash \
			-Wall -W -Wno-unused-parameter -Wno-pointer-sign
lib_LTLIBRARIES=	libucl.la
libucl_la_SOURCES=	ucl_emitter.c \
					ucl_hash.c \
					ucl_parser.c \
					ucl_schema.c \
					ucl_util.c \
					xxhash.c
libucl_la_CFLAGS=	$(libucl_common_cflags) \
					@CURL_CFLAGS@
libucl_la_LDFLAGS = -version-info @SO_VERSION@
libucl_la_LIBADD=	@LIBFETCH_LIBS@ \
					@LIBCRYPTO_LIB@ \
					@LIBREGEX_LIB@ \
					@CURL_LIBS@

include_HEADERS=	$(top_srcdir)/include/ucl.h
noinst_HEADERS=	ucl_internal.h \
				xxhash.h \
				ucl_hash.h \
				ucl_chartable.h \
				tree.h
OpenPOWER on IntegriCloud