zaurus.mk 777 B

123456789101112131415161718192021222324
  1. include $(ROOTDIR)/makefiles/arch/unix.mk
  2. INSTALLDIR = /opt/QtPalmtop
  3. ifeq "$(UI_TYPE)" "qtopia-240x320"
  4. IMAGEDIR = $(INSTALLDIR)/pics
  5. else # UI_TYPE == qtopia-640x480
  6. IMAGEDIR = $(INSTALLDIR)/pics144
  7. endif
  8. APPIMAGEDIR = $(IMAGEDIR)/%APPLICATION_NAME%
  9. QTPATH = /opt/Qtopia/sharp
  10. TOOLSPATH = /opt/Embedix/tools/arm-linux/bin
  11. MOC = $(QTPATH)/bin/moc
  12. RM = rm -rvf
  13. RM_QUIET = rm -rf
  14. QTINCLUDE = -I $(QTPATH)/include
  15. UILIBS = -L $(QTPATH)/lib -lqte -lqpe
  16. CC = $(TOOLSPATH)/gcc
  17. AR = $(TOOLSPATH)/ar rsu
  18. LD = $(TOOLSPATH)/g++
  19. 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
  20. LDFLAGS = -Wl,-rpath,$(LIBDIR),-rpath,/usr/lib