ucx/Makefile

changeset 13
98ac89e3aa37
parent 7
68091406d1cf
child 16
b4769e4eb4d1
equal deleted inserted replaced
12:fe50a85e69e7 13:98ac89e3aa37
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 32 SRC = list.c dlist.c map.c mpool.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