"Fossies" - the Fresh Open Source Software Archive

Member "jansson-2.14/src/Makefile.am" (9 Sep 2021, 545 Bytes) of package /linux/www/jansson-2.14.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 EXTRA_DIST = jansson.def
    2 
    3 include_HEADERS = jansson.h
    4 nodist_include_HEADERS = jansson_config.h
    5 
    6 lib_LTLIBRARIES = libjansson.la
    7 libjansson_la_SOURCES = \
    8 	dump.c \
    9 	error.c \
   10 	hashtable.c \
   11 	hashtable.h \
   12 	hashtable_seed.c \
   13 	jansson_private.h \
   14 	load.c \
   15 	lookup3.h \
   16 	memory.c \
   17 	pack_unpack.c \
   18 	strbuffer.c \
   19 	strbuffer.h \
   20 	strconv.c \
   21 	utf.c \
   22 	utf.h \
   23 	value.c \
   24 	version.c
   25 libjansson_la_LDFLAGS = \
   26 	-no-undefined \
   27 	-export-symbols-regex '^json_|^jansson_' \
   28 	-version-info 18:0:14 \
   29 	@JSON_SYMVER_LDFLAGS@ \
   30 	@JSON_BSYMBOLIC_LDFLAGS@