ui/Makefile

changeset 517
ac867877999e
parent 512
3cb2587f8891
child 534
21f8a7656f6a
equal deleted inserted replaced
516:4b31c74666d7 517:ac867877999e
31 31
32 OBJ_DIR = ../build/ 32 OBJ_DIR = ../build/
33 33
34 include common/objs.mk 34 include common/objs.mk
35 35
36 UI_LIB = ../build/lib/libuitk$(LIB_EXT) 36 UI_LIB = ../build/lib/$(LIB_PREFIX)uitk$(LIB_EXT)
37 37
38 include $(TOOLKIT)/objs.mk 38 include $(TOOLKIT)/objs.mk
39 OBJ = $(TOOLKITOBJS) $(COMMONOBJS) 39 OBJ = $(TOOLKITOBJS) $(COMMONOBJS)
40 40
41 all: $(UI_LIB) 41 all: $(UI_LIB)

mercurial