Makefile: compile shared library only
[lbook_fbreader.git] / makefiles / platforms.mk
blobdf838853978cc67a62ba21ffcf9b44e58b5f570c
1 ifeq "$(TARGET_ARCH)$(UI_TYPE)" ""
2 include $(ROOTDIR)/makefiles/target.mk
3 endif
5 ifeq "$(TARGET_ARCH)" ""
6 $(error TARGET_ARCH is not defined. Please edit $(ROOTDIR)/makefiles/target.mk)
7 endif
9 ifeq "$(UI_TYPE)" ""
10 $(error UI_TYPE is not defined. Please edit $(ROOTDIR)/makefiles/target.mk)
11 endif
13 ifeq "$(TARGET_STATUS)" ""
14 TARGET_STATUS = release
15 endif