ucx/Makefile

changeset 511
11004f307eae
parent 440
7c4b9cba09ca
equal deleted inserted replaced
510:9f562a7de4a2 511:11004f307eae
47 SRC += properties.c 47 SRC += properties.c
48 SRC += json.c 48 SRC += json.c
49 49
50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT)) 50 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
51 51
52 UCX_LIB = ../build/lib/libucx$(LIB_EXT) 52 UCX_LIB = ../build/lib/$(LIB_PREFIX)ucx$(LIB_EXT)
53 53
54 all: ../build/ucx $(UCX_LIB) 54 all: ../build/ucx $(UCX_LIB)
55 55
56 $(UCX_LIB): $(OBJ) 56 $(UCX_LIB): $(OBJ)
57 $(AR) $(ARFLAGS) $(UCX_LIB) $(OBJ) 57 $(AR) $(ARFLAGS) $(UCX_LIB) $(OBJ)

mercurial