src/Makefile.am

changeset 360
fed2ead878ea
parent 334
bc81faa9afda
equal deleted inserted replaced
351:87c22ec6a0fd 360:fed2ead878ea
27 # 27 #
28 28
29 lib_LTLIBRARIES = libucx.la 29 lib_LTLIBRARIES = libucx.la
30 libucx_la_LDFLAGS = -version-info $(UCX_LIB_VERSION) 30 libucx_la_LDFLAGS = -version-info $(UCX_LIB_VERSION)
31 libucx_la_SOURCES = utils.c 31 libucx_la_SOURCES = utils.c
32 libucx_la_SOURCES += array.c
32 libucx_la_SOURCES += list.c 33 libucx_la_SOURCES += list.c
33 libucx_la_SOURCES += map.c 34 libucx_la_SOURCES += map.c
34 libucx_la_SOURCES += avl.c 35 libucx_la_SOURCES += avl.c
35 libucx_la_SOURCES += properties.c 36 libucx_la_SOURCES += properties.c
36 libucx_la_SOURCES += mempool.c 37 libucx_la_SOURCES += mempool.c
42 libucx_la_SOURCES += stack.c 43 libucx_la_SOURCES += stack.c
43 libucx_la_SOURCES += ucx.c 44 libucx_la_SOURCES += ucx.c
44 45
45 ucxdir = $(includedir)/ucx 46 ucxdir = $(includedir)/ucx
46 ucx_HEADERS = ucx/allocator.h 47 ucx_HEADERS = ucx/allocator.h
48 ucx_HEADERS += ucx/array.h
47 ucx_HEADERS += ucx/avl.h 49 ucx_HEADERS += ucx/avl.h
48 ucx_HEADERS += ucx/buffer.h 50 ucx_HEADERS += ucx/buffer.h
49 ucx_HEADERS += ucx/list.h 51 ucx_HEADERS += ucx/list.h
50 ucx_HEADERS += ucx/logging.h 52 ucx_HEADERS += ucx/logging.h
51 ucx_HEADERS += ucx/map.h 53 ucx_HEADERS += ucx/map.h

mercurial