File: moto.mk

package info (click to toggle)
fbreader 0.10.7dfsg-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,684 kB
  • ctags: 10,321
  • sloc: cpp: 60,987; xml: 7,818; makefile: 774; sh: 283
file content (23 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(ROOTDIR)/makefiles/arch/unix.mk

INSTALLDIR = /mmc/mmca1/.system/QTDownLoad/fbreader
IMAGEDIR = $(INSTALLDIR)/pics
APPIMAGEDIR = $(IMAGEDIR)/%APPLICATION_NAME%

ARM_PATH = /usr/local/a1200/gcc-arm-iwmmxt/gcc-3.3.6-glibc-2.3.2/arm-linux
TOOLS_PATH = $(ARM_PATH)/arm-linux/bin
QT_PATH = $(ARM_PATH)/qt

CC = $(TOOLS_PATH)/gcc
AR = $(TOOLS_PATH)/ar rsu
LD = $(TOOLS_PATH)/g++
MOC = $(QT_PATH)/bin/moc

RM = rm -rvf
RM_QUIET = rm -rf

QTINCLUDE = -I $(QT_PATH)/include -I $(QT_PATH)/include/ezx
UILIBS = -L$(QT_PATH)/lib -L$(QT_PATH)/lib/ezx -lqte-mt -lezxappbase -lezxappsdk -lezxopenwindow -lipp-miscGen -lipp-jp -lezxjpeg -lezxpm

CFLAGS = -pipe -Duint16_t="unsigned short" -Duint32_t="unsigned int" -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -mcpu=iwmmxt -mtune=iwmmxt -Wno-ctor-dtor-privacy -W -ftemplate-depth-30
LDFLAGS =