ucx/Makefile

changeset 50
ff194559eb41
parent 35
fdabd1240b69
child 54
f634f790661a
equal deleted inserted replaced
49:1771360b740d 50:ff194559eb41
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 string.c test.c 32 SRC = list.c dlist.c map.c mempool.c string.c test.c allocator.c
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