src/server/ucx/objs.mk

changeset 41
bb7a1f5a8b48
parent 36
450d2d5f4735
child 71
069c152f6272
equal deleted inserted replaced
40:56cda23f48d4 41:bb7a1f5a8b48
33 UCXOBJ = list.o 33 UCXOBJ = list.o
34 UCXOBJ += dlist.o 34 UCXOBJ += dlist.o
35 UCXOBJ += map.o 35 UCXOBJ += map.o
36 UCXOBJ += mempool.o 36 UCXOBJ += mempool.o
37 UCXOBJ += string.o 37 UCXOBJ += string.o
38 UCXOBJ += atomic.o
39 UCXOBJ += allocator.o 38 UCXOBJ += allocator.o
40 39
41 UCXOBJS = $(UCXOBJ:%=$(UCX_OBJPRE)%) 40 UCXOBJS = $(UCXOBJ:%=$(UCX_OBJPRE)%)
42 UCXSOURCE = $(UCXOBJ:%.o=ucx/%.c) 41 UCXSOURCE = $(UCXOBJ:%.o=ucx/%.c)
43 42

mercurial