File: platforms.mk

package info (click to toggle)
fbreader 0.12.10dfsg2-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 12,804 kB
  • sloc: cpp: 78,849; xml: 15,557; makefile: 844; sh: 305
file content (13 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq "$(TARGET_ARCH)$(UI_TYPE)" ""
	include $(ROOTDIR)/makefiles/target.mk
endif

ifeq "$(TARGET_ARCH)" ""
$(error TARGET_ARCH is not defined. Please edit $(ROOTDIR)/makefiles/target.mk)
endif

ifeq "$(UI_TYPE)" ""
$(error UI_TYPE is not defined. Please edit $(ROOTDIR)/makefiles/target.mk)
endif

TARGET_STATUS = "" # Debian packaging always set flags itself