2015-10-16 19:55:09 -05:00
|
|
|
# 16 october 2015
|
|
|
|
|
2015-10-17 09:20:31 -05:00
|
|
|
ifndef inlibuibuild
|
|
|
|
$(error [FAIL] do not run these makefiles directly)
|
|
|
|
endif
|
|
|
|
|
2015-10-16 21:49:54 -05:00
|
|
|
include $(OS)/GNUosspecific.mk
|
2015-10-16 19:55:09 -05:00
|
|
|
include test/GNUmakeinc.mk
|
|
|
|
|
|
|
|
HFILES += \
|
|
|
|
ui.h
|
|
|
|
|
|
|
|
NAME = test
|
|
|
|
|
2015-10-16 21:49:54 -05:00
|
|
|
SUFFIX = $(EXESUFFIX)
|
2015-10-16 19:55:09 -05:00
|
|
|
|
2015-10-16 21:49:54 -05:00
|
|
|
# TODO what's the difference between doing this and linking to out/libui.so directly?
|
|
|
|
# LDFLAGS += -L$(OUTDIR) -lui
|
|
|
|
LDFLAGS += $(OUTDIR)/libui$(LIBSUFFIX)
|
2015-10-16 19:55:09 -05:00
|
|
|
|
|
|
|
include GNUbaserules.mk
|