]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/src/Makefile.am
Update our copy of the Linux dts files to be in sync with Linux 4.5-rc1. We
[FreeBSD/FreeBSD.git] / contrib / libucl / src / Makefile.am
1 libucl_common_cflags=   -I$(top_srcdir)/src \
2                         -I$(top_srcdir)/include \
3                         -I$(top_srcdir)/uthash \
4                         -I$(top_srcdir)/klib \
5                         -Wall -W -Wno-unused-parameter -Wno-pointer-sign
6 lib_LTLIBRARIES=        libucl.la
7 libucl_la_SOURCES=      ucl_emitter.c \
8                                         ucl_emitter_streamline.c \
9                                         ucl_emitter_utils.c \
10                                         ucl_hash.c \
11                                         ucl_parser.c \
12                                         ucl_schema.c \
13                                         ucl_util.c \
14                                         ucl_msgpack.c \
15                                         ucl_sexp.c \
16                                         xxhash.c
17 libucl_la_CFLAGS=       $(libucl_common_cflags) \
18                                         @CURL_CFLAGS@
19 libucl_la_LDFLAGS = -version-info @SO_VERSION@
20 libucl_la_LIBADD=       @LIBFETCH_LIBS@ \
21                                         @LIBCRYPTO_LIB@ \
22                                         @LIBREGEX_LIB@ \
23                                         @CURL_LIBS@
24
25 include_HEADERS=        $(top_srcdir)/include/ucl.h \
26                                         $(top_srcdir)/include/ucl++.h
27 noinst_HEADERS= ucl_internal.h \
28                                 xxhash.h \
29                                 ucl_hash.h \
30                                 ucl_chartable.h \
31                                 tree.h