nanox code removed.
[lbook_fbreader.git] / makefiles / arch / zaurus.mk
blob5ee04641f8b44a91b023517dd682f7053d831d15
1 include $(ROOTDIR)/makefiles/arch/unix.mk
3 INSTALLDIR = /opt/QtPalmtop
4 ifeq "$(UI_TYPE)" "qtopia-240x320"
5 IMAGEDIR = $(INSTALLDIR)/pics
6 else # UI_TYPE == qtopia-640x480
7 IMAGEDIR = $(INSTALLDIR)/pics144
8 endif
9 APPIMAGEDIR = $(IMAGEDIR)/%APPLICATION_NAME%
11 QTPATH = /opt/Qtopia/sharp
12 TOOLSPATH = /opt/Embedix/tools/arm-linux/bin
13 MOC = $(QTPATH)/bin/moc
14 RM = rm -rvf
15 RM_QUIET = rm -rf
16 QTINCLUDE = -I $(QTPATH)/include
17 UILIBS = -L $(QTPATH)/lib -lqte -lqpe
18 CC = $(TOOLSPATH)/gcc
19 AR = $(TOOLSPATH)/ar rsu
20 LD = $(TOOLSPATH)/g++
22 CFLAGS = -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -DUSE_ZAURUS_FONTHACK -ftemplate-depth-30
23 LDFLAGS = -Wl,-rpath,$(LIBDIR),-rpath,/usr/lib
25 XML_LIB = -lexpat
26 ARCHIVER_LIB = -lz -lbz2