summaryrefslogtreecommitdiffstats
path: root/makefiles/arch/zaurus.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/arch/zaurus.mk')
-rw-r--r--makefiles/arch/zaurus.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/makefiles/arch/zaurus.mk b/makefiles/arch/zaurus.mk
deleted file mode 100644
index 4a900ff..0000000
--- a/makefiles/arch/zaurus.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-include $(ROOTDIR)/makefiles/arch/unix.mk
-
-INSTALLDIR = /opt/QtPalmtop
-ifeq "$(UI_TYPE)" "qtopia-240x320"
- IMAGEDIR = $(INSTALLDIR)/pics
-else # UI_TYPE == qtopia-640x480
- IMAGEDIR = $(INSTALLDIR)/pics144
-endif
-APPIMAGEDIR = $(IMAGEDIR)/%APPLICATION_NAME%
-
-QTPATH = /opt/Qtopia/sharp
-TOOLSPATH = /opt/Embedix/tools/arm-linux/bin
-MOC = $(QTPATH)/bin/moc
-RM = rm -rvf
-RM_QUIET = rm -rf
-QTINCLUDE = -I $(QTPATH)/include
-UILIBS = -L $(QTPATH)/lib -lqte -lqpe
-CC = $(TOOLSPATH)/gcc
-AR = $(TOOLSPATH)/ar rsu
-LD = $(TOOLSPATH)/g++
-
-CFLAGS = -pipe -Duint16_t="unsigned short" -Duint32_t="unsigned int" -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -DUSE_ZAURUS_FONTHACK -ftemplate-depth-30
-LDFLAGS = -Wl,-rpath,$(LIBDIR),-rpath,/usr/lib