1 include $(ROOTDIR
)/makefiles
/arch
/unix.mk
4 IMAGEDIR
= $(INSTALLDIR
)/share
/%APPLICATION_NAME
%/icons
5 APPIMAGEDIR
= $(IMAGEDIR
)
15 ifeq "$(UI_TYPE)" "maemo4"
16 CFLAGS
= -pipe
-fno-exceptions
-fno-rtti
-Wall
-Wno-ctor-dtor-privacy
-W
-pthread
-mthumb
-DMAEMO_VERSION
=4
17 GTKINCLUDE
= -I
/usr
/include/gtk-2.0
-I
/usr
/lib
/gtk-2.0
/include -I
/usr
/include/atk-1.0
-I
/usr
/include/cairo
-I
/usr
/include/pango-1.0
-I
/usr
/include/glib-2.0
-I
/usr
/lib
/glib-2.0
/include -I
/usr
/include/freetype2
-I
/usr
/include/libpng12
-DMAEMO_CHANGES
-I
/usr
/include/hildon-1
-I
/usr
/include/dbus-1.0
-I
/usr
/lib
/dbus-1.0
/include
18 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
19 else # ifeq "$(UI_TYPE)" "maemo2"
20 CFLAGS
= -pipe
-fno-exceptions
-fno-rtti
-Wall
-Wno-ctor-dtor-privacy
-W
-pthread
-mthumb
-DMAEMO_VERSION
=2
21 GTKINCLUDE
= -I
/usr
/include/libxml2
-I
/usr
/include/libglade-2.0
-I
/usr
/include/gtk-2.0
-I
/usr
/lib
/gtk-2.0
/include -I
/usr
/X11R6
/include -I
/usr
/include/atk-1.0
-I
/usr
/include/pango-1.0
-I
/usr
/include/freetype2
-I
/usr
/include/glib-2.0
-I
/usr
/lib
/glib-2.0
/include -I
/usr
/include/hildon-widgets
-I
/usr
/include/hildon-lgpl
-I
/usr
/include/dbus-1.0
-I
/usr
/lib
/dbus-1.0
/include
22 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
26 ARCHIVER_LIB
= -lz
-lbz2