include $(ROOTDIR)/makefiles/arch/unix.mk INSTALLDIR = /usr/local IMAGEDIR = $(INSTALLDIR)/share/%APPLICATION_NAME%/icons APPIMAGEDIR = $(IMAGEDIR) AR = ar rsu DEPGEN = $(CC) -MM RM = rm -rvf RM_QUIET = rm -rf ifeq "$(UI_TYPE)" "maemo4" CFLAGS = -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -pthread -mthumb -DMAEMO_VERSION=4 GTKINCLUDE = -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -DMAEMO_CHANGES -I/usr/local/include/hildon-1 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 else # ifeq "$(UI_TYPE)" "maemo2" CFLAGS = -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -pthread -mthumb -DMAEMO_VERSION=2 GTKINCLUDE = -I/usr/local/include/libxml2 -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/X11R6/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/hildon-widgets -I/usr/local/include/hildon-lgpl -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include UILIBS = -lz -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lhildonwidgets -losso endif XML_LIB = -lexpat ARCHIVER_LIB = -lz -lbz2