File: platforms.mk

package info (click to toggle)
fbreader 0.99.4%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,936 kB
  • sloc: cpp: 88,045; xml: 19,270; makefile: 854; sh: 333
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