ucx/Makefile

changeset 101
7b3a3130be44
parent 49
2f71f4ee247a
equal deleted inserted replaced
100:d2bd73d28ff1 101:7b3a3130be44
24 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 # POSSIBILITY OF SUCH DAMAGE. 26 # POSSIBILITY OF SUCH DAMAGE.
27 # 27 #
28 28
29 BUILD_ROOT = ../
30 include ../config.mk 29 include ../config.mk
31 30
32 # list of source files 31 # list of source files
33 SRC = allocator.c 32 SRC = allocator.c
34 SRC += array_list.c 33 SRC += array_list.c
35 SRC += mempool.c 34 SRC += mempool.c
36 SRC += buffer.c 35 SRC += buffer.c
37 SRC += compare.c 36 SRC += compare.c
38 SRC += hash_key.c 37 SRC += hash_key.c
39 SRC += hash_map.c 38 SRC += hash_map.c
39 SRC += iterator.c
40 SRC += linked_list.c 40 SRC += linked_list.c
41 SRC += list.c 41 SRC += list.c
42 SRC += map.c 42 SRC += map.c
43 SRC += printf.c 43 SRC += printf.c
44 SRC += string.c 44 SRC += string.c
45 SRC += utils.c
46 SRC += tree.c 45 SRC += tree.c
47 SRC += iterator.c 46 SRC += streams.c
47 SRC += properties.c
48 SRC += json.c
48 49
49 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) 50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
50 51
51 UCX_LIB = ../build/lib/libucx$(LIB_EXT) 52 UCX_LIB = ../build/lib/libucx$(LIB_EXT)
52 53

mercurial