plugin code
[lbook_fbreader.git] / makefiles / arch / pma400.mk
blobf78e7eeaf517b61e84cfc69706988d4ed25f94fa
1 include $(ROOTDIR)/makefiles/arch/unix.mk
3 INSTALLDIR = /opt/QtPalmtop
4 IMAGEDIR = $(INSTALLDIR)/pics
5 APPIMAGEDIR = $(IMAGEDIR)/%APPLICATION_NAME%
7 QTPATH = /opt/Qtopia/sharp
8 TOOLSPATH = /opt/Embedix/tools/arm-linux/bin
9 MOC = $(QTPATH)/bin/moc
10 RM = rm -rvf
11 RM_QUIET = rm -rf
12 QTINCLUDE = -I $(QTPATH)/include
13 UILIBS = -L $(QTPATH)/lib -lqte -lqpe
14 CC = $(TOOLSPATH)/gcc
15 AR = $(TOOLSPATH)/ar rsu
16 LD = $(TOOLSPATH)/g++
18 CFLAGS = -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -ftemplate-depth-30 -DXMLCONFIGHOMEDIR=\"~/Documents\"
19 DEPGEN = $(CC) -MM
21 XML_LIB = -lexpat
22 ARCHIVER_LIB = -lz -lbz2