ucx/Makefile

changeset 7
68091406d1cf
parent 2
79646375a420
child 13
98ac89e3aa37
equal deleted inserted replaced
6:50b5fe7c577f 7:68091406d1cf
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 map.c 32 SRC = list.c dlist.c map.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