~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to makefiles/arch/pma400.mk

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2008-01-23 16:51:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123165107-5q19etahzd72c33a
Tags: 0.8.12-3
* Add libzlui-maemo which allows using fbreader on the maemo platform, on
  Debian. Thanks, Riku Voipio. Closes: #462299
* makefiles/arch/maemo.mk: Don't build with -thumb. (Riku)
* Loosen dependency versions some more, so it only depends on the current
  upstream version or higher, ignoring the Debian revision.
* Use binary:Version instead of deprecated Source-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
INSTALLDIR = /opt/QtPalmtop
4
4
IMAGEDIR = $(INSTALLDIR)/pics
5
5
APPIMAGEDIR = $(IMAGEDIR)/%APPLICATION_NAME%
6
 
HOMEDIR = ~/Documents
7
6
 
8
7
QTPATH = /opt/Qtopia/sharp
9
8
TOOLSPATH = /opt/Embedix/tools/arm-linux/bin
16
15
AR = $(TOOLSPATH)/ar rsu
17
16
LD = $(TOOLSPATH)/g++
18
17
 
19
 
CFLAGS = -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -ftemplate-depth-30
 
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\"
20
19
DEPGEN = $(CC) -MM
21
20
 
22
21
XML_LIB = -lexpat