ucx/Makefile

changeset 21
d599fefc7620
parent 20
db7d9860dbbd
child 22
76cdd8209f1f
equal deleted inserted replaced
19:cdd7a3173249 21:d599fefc7620
27 # 27 #
28 28
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 # list of source files 31 # list of source files
32 SRC = list.c dlist.c map.c mempool.c 32 SRC = list.c dlist.c map.c mempool.c string.o
33 33
34 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) 34 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
35 35
36 all: libucx 36 all: libucx
37 37

mercurial