Upgrading the license headers, moving package name to "hildon" etc.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 17 Jan 2007 13:50:35 +0000 (13:50 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 17 Jan 2007 13:50:35 +0000 (13:50 +0000)
99 files changed:
ChangeLog
configure.ac
examples/Makefile.am
pkgconfig/hildon.pc.in
src/Makefile.am
src/hildon-banner-private.h
src/hildon-banner.c
src/hildon-banner.h
src/hildon-calendar-popup-private.h
src/hildon-calendar-popup.c
src/hildon-calendar-popup.h
src/hildon-caption-private.h
src/hildon-caption.c
src/hildon-caption.h
src/hildon-code-dialog-private.h
src/hildon-code-dialog.c
src/hildon-code-dialog.h
src/hildon-color-button-private.h
src/hildon-color-button.c
src/hildon-color-button.h
src/hildon-color-chooser-dialog-private.h
src/hildon-color-chooser-dialog.c
src/hildon-color-chooser-dialog.h
src/hildon-color-chooser-private.h
src/hildon-color-chooser.c
src/hildon-color-chooser.h
src/hildon-composite-widget.c
src/hildon-composite-widget.h
src/hildon-controlbar-private.h
src/hildon-controlbar.c
src/hildon-controlbar.h
src/hildon-date-editor-private.h
src/hildon-date-editor.c
src/hildon-date-editor.h
src/hildon-defines.c
src/hildon-defines.h
src/hildon-find-toolbar-private.h
src/hildon-find-toolbar.c
src/hildon-find-toolbar.h
src/hildon-font-selection-dialog-private.h
src/hildon-font-selection-dialog.c
src/hildon-font-selection-dialog.h
src/hildon-get-password-dialog-private.h
src/hildon-get-password-dialog.c
src/hildon-get-password-dialog.h
src/hildon-hvolumebar.c
src/hildon-hvolumebar.h
src/hildon-input-mode-hint.h
src/hildon-login-dialog-private.h
src/hildon-login-dialog.c
src/hildon-login-dialog.h
src/hildon-note-private.h
src/hildon-note.c
src/hildon-note.h
src/hildon-number-editor-private.h
src/hildon-number-editor.c
src/hildon-number-editor.h
src/hildon-program-private.h
src/hildon-program.c
src/hildon-program.h
src/hildon-range-editor-private.h
src/hildon-range-editor.c
src/hildon-range-editor.h
src/hildon-seekbar-private.h
src/hildon-seekbar.c
src/hildon-seekbar.h
src/hildon-set-password-dialog-private.h
src/hildon-set-password-dialog.c
src/hildon-set-password-dialog.h
src/hildon-sort-dialog-private.h
src/hildon-sort-dialog.c
src/hildon-sort-dialog.h
src/hildon-sound.c
src/hildon-sound.h
src/hildon-time-editor-private.h
src/hildon-time-editor.c
src/hildon-time-editor.h
src/hildon-time-picker-private.h
src/hildon-time-picker.c
src/hildon-time-picker.h
src/hildon-volumebar-private.h
src/hildon-volumebar-range.c
src/hildon-volumebar-range.h
src/hildon-volumebar.c
src/hildon-volumebar.h
src/hildon-vvolumebar.c
src/hildon-vvolumebar.h
src/hildon-weekday-picker-private.h
src/hildon-weekday-picker.c
src/hildon-weekday-picker.h
src/hildon-widgets.h
src/hildon-window-private.h
src/hildon-window.c
src/hildon-window.h
src/hildon-wizard-dialog-private.h
src/hildon-wizard-dialog.c
src/hildon-wizard-dialog.h
tests/Makefile.am
tests/Makefile.in

index 766942a..5f06173 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-01-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       * ./: Upgrading the license headers, moving package name to "hildon"
+       etc. 
+       
+2007-01-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * examples/Makefile.am:
        * examples/hildon-color-button:
        * examples/hildon-color-button/hildon-color-button-example.c:
index 9c7bc84..db28510 100644 (file)
@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE
 AS_VERSION
 
 # set the libtool versioning
-AS_LIBTOOL(HILDON_WIDGETS, 0, 0, 0)
+AS_LIBTOOL(HILDON, 0, 0, 0)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
@@ -37,17 +37,11 @@ PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.6)
 AC_SUBST(GCONF_CFLAGS)
 AC_SUBST(GCONF_LIBS)
 
-PKG_CHECK_MODULES(LIBMB, libmb >= 1.3)
-AC_SUBST(LIBMB_CFLAGS)
-AC_SUBST(LIBMB_LIBS)
-
 ALL_LINGUAS="en_GB"
 AC_SUBST(ALL_LINGUAS) 
 AM_GLIB_GNU_GETTEXT
 
-##################################################
 # Check for gtk-doc.
-##################################################
 #ifdef(GTK_DOC_CHECK, GTK_DOC_CHECK([1.0]))
 #GTK_DOC_CHECK([1.0])
 
@@ -117,14 +111,14 @@ fi
 PKG_CHECK_MODULES(CHECK, check , [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
 AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
 
-# HILDON_WIDGETS__OBJ_*
+# HILDON_OBJ_*
 # default vars for the examples
 # includes all the low-level flags
 # FIXME Add esd and gconf flags
-HILDON_WIDGETS_OBJ_CFLAGS="\$(CFLAGS) \$(GTK_CFLAGS) \$(CHECK_CFLAGS) \$(GCONF_CFLAGS) -I\$(top_builddir)/src/"
-HILDON_WIDGETS_OBJ_LIBS="\$(top_builddir)/src/libhildon_\$(PACKAGE_VERSION_MAJOR).la \$(GTK_LIBS) \$(GCONF_LIBS) \$(CHECK_LIBS)"
-AC_SUBST(HILDON_WIDGETS_OBJ_CFLAGS)
-AC_SUBST(HILDON_WIDGETS_OBJ_LIBS)
+HILDON_OBJ_CFLAGS="\$(CFLAGS) \$(GTK_CFLAGS) \$(CHECK_CFLAGS) \$(GCONF_CFLAGS) -I\$(top_builddir)/src/"
+HILDON_OBJ_LIBS="\$(top_builddir)/src/libhildon_\$(PACKAGE_VERSION_MAJOR).la \$(GTK_LIBS) \$(GCONF_LIBS) \$(CHECK_LIBS)"
+AC_SUBST(HILDON_OBJ_CFLAGS)
+AC_SUBST(HILDON_OBJ_LIBS)
 
 CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Werror -Wno-format"
 # -Wno-format due to way translation string are done
@@ -138,17 +132,16 @@ AC_CONFIG_FILES([Makefile src/Makefile  \
 AC_OUTPUT
 
 echo "
-######################################
+
 Configuration:
 
+- Package:...........: ${PACKAGE}
 - Version............: ${VERSION}
+- Api................: ${PACKAGE}-${PACKAGE_VERSION_MAJOR}
 - Compiler...........: ${CC}
 - gtk-doc support....: ${enable_gtk_doc}
-- Api................: ${PACKAGE}-${PACKAGE_VERSION_MAJOR}
 - Build examples.....: ${BUILD_EXAMPLES}
 - Build with asserts.: ${BUILD_WITH_ASSERTS}
 - Build unit tests...: ${BUILD_TESTS}
 
-######################################
-
 "
index 519f3ab..7638fed 100644 (file)
@@ -13,54 +13,53 @@ noinst_PROGRAMS                             = hildon-window-example         \
                                          hildon-color-button-example
 
 # HIldon window
-hildon_window_example_LDADD            = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_window_example_CFLAGS           = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_window_example_LDADD            = $(HILDON_OBJ_LIBS)
+hildon_window_example_CFLAGS           = $(HILDON_OBJ_CFLAGS)
 hildon_window_example_SOURCES          = hildon-window/hildon-window-example.c
 
 # Hildon banner
-hildon_banner_example_LDADD            = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_banner_example_CFLAGS           = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_banner_example_LDADD            = $(HILDON_OBJ_LIBS)
+hildon_banner_example_CFLAGS           = $(HILDON_OBJ_CFLAGS)
 hildon_banner_example_SOURCES          = hildon-banner/hildon-banner-example.c
 
 # Hildon caption
-hildon_caption_example_LDADD           = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_caption_example_CFLAGS          = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_caption_example_LDADD           = $(HILDON_OBJ_LIBS)
+hildon_caption_example_CFLAGS          = $(HILDON_OBJ_CFLAGS)
 hildon_caption_example_SOURCES         = hildon-caption/hildon-caption-example.c
 
 # Hildon weekday picker
-hildon_weekday_picker_example_LDADD    = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_weekday_picker_example_CFLAGS   = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_weekday_picker_example_LDADD    = $(HILDON_OBJ_LIBS)
+hildon_weekday_picker_example_CFLAGS   = $(HILDON_OBJ_CFLAGS)
 hildon_weekday_picker_example_SOURCES  = hildon-weekday-picker/hildon-weekday-picker-example.c
 
 # Hildon time picker
-hildon_time_picker_example_LDADD       = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_time_picker_example_CFLAGS      = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_time_picker_example_LDADD       = $(HILDON_OBJ_LIBS)
+hildon_time_picker_example_CFLAGS      = $(HILDON_OBJ_CFLAGS)
 hildon_time_picker_example_SOURCES     = hildon-time-picker/hildon-time-picker-example.c
 
 # Hildon sort dialog
-hildon_sort_dialog_example_LDADD       = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_sort_dialog_example_CFLAGS      = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_sort_dialog_example_LDADD       = $(HILDON_OBJ_LIBS)
+hildon_sort_dialog_example_CFLAGS      = $(HILDON_OBJ_CFLAGS)
 hildon_sort_dialog_example_SOURCES     = hildon-sort-dialog/hildon-sort-dialog-example.c
 
 # Hildon control bar
-hildon_controlbar_example_LDADD                = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_controlbar_example_CFLAGS       = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_controlbar_example_LDADD                = $(HILDON_OBJ_LIBS)
+hildon_controlbar_example_CFLAGS       = $(HILDON_OBJ_CFLAGS)
 hildon_controlbar_example_SOURCES      = hildon-controlbar/hildon-controlbar-example.c
 
 # Hildon note example
-hildon_note_example_LDADD              = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_note_example_CFLAGS             = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_note_example_LDADD              = $(HILDON_OBJ_LIBS)
+hildon_note_example_CFLAGS             = $(HILDON_OBJ_CFLAGS)
 hildon_note_example_SOURCES            = hildon-note/hildon-note-example.c
 
 # Hildon color chppser example
-hildon_color_chooser_example_LDADD     = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_color_chooser_example_CFLAGS    = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_color_chooser_example_LDADD     = $(HILDON_OBJ_LIBS)
+hildon_color_chooser_example_CFLAGS    = $(HILDON_OBJ_CFLAGS)
 hildon_color_chooser_example_SOURCES   = hildon-color-chooser/hildon-color-chooser-example.c
 
 # Hildon color button example
-hildon_color_button_example_LDADD      = $(HILDON_WIDGETS_OBJ_LIBS)
-hildon_color_button_example_CFLAGS     = $(HILDON_WIDGETS_OBJ_CFLAGS)
+hildon_color_button_example_LDADD      = $(HILDON_OBJ_LIBS)
+hildon_color_button_example_CFLAGS     = $(HILDON_OBJ_CFLAGS)
 hildon_color_button_example_SOURCES    = hildon-color-button/hildon-color-button-example.c
 
-
 endif
index 54a1beb..9c7e0c3 100644 (file)
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@/hildon-@PACKAGE_VERSION_MAJOR@/@PACKAGE@
+includedir=@includedir@/hildon-@PACKAGE_VERSION_MAJOR@
 
 Name: hildon
 Description: Hildon widgets library
index 4588a70..276b05d 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES                                               = -DG_LOG_DOMAIN=\"hildon-widgets\" \
+INCLUDES                                               = -DG_LOG_DOMAIN=\"hildon-@PACKAGE_VERSION_MAJOR@\" \
                                                          -DLOCALEDIR=\"$(localedir)\"
 
 MAINTAINERCLEANFILES                                   = Makefile.in                   \
@@ -15,13 +15,11 @@ libhildon_@PACKAGE_VERSION_MAJOR@_la_LDFLAGS                = $(HILDON_WIDGETS_LT_LDFLAGS)
 
 libhildon_@PACKAGE_VERSION_MAJOR@_la_LIBADD            = $(GTK_LIBS)                   \
                                                          $(GCONF_LIBS)                 \
-                                                         $(ESD_LIBS)                   \
-                                                         $(LIBMB_LIBS)
+                                                         $(ESD_LIBS)                   
 
 libhildon_@PACKAGE_VERSION_MAJOR@_la_CFLAGS            = $(GTK_CFLAGS)                 \
                                                          $(GCONF_CFLAGS)               \
-                                                         $(ESD_CFLAGS)                 \
-                                                         $(LIBMB_CFLAGS)
+                                                         $(ESD_CFLAGS) 
 
 libhildon_@PACKAGE_VERSION_MAJOR@_la_SOURCES           = hildon-composite-widget.c \
                                                          hildon-controlbar.c \
index 9072629..1134ba4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index af0bd8d..d4ad902 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 457b303..1348dbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 3f38d3b..31c45f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 5b37f26..f90d496 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index fd9c8cc..f721859 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 22683c9..04acadf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index f7b549a..ddbd042 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index f03a4c7..a53f4c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index c543ff9..ec06521 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index 8333c7f..4fa72ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index adeae10..eb7490d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index aaf5d87..430ad59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 3bf4cb6..a10b184 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index bdca628..5cada9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 0bae5cd..a0c4599 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index e51e473..20cd58d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
  *
  */
 
+#ifdef                                          HAVE_CONFIG_H
+#include                                        <config.h>
+#endif
+
 #include                                        <memory.h>
 #include                                        <string.h>
 #include                                        <libintl.h>
@@ -36,7 +40,7 @@
 #include                                        "hildon-banner.h"
 #include                                        "hildon-color-chooser-dialog-private.h"
 
-#define                                         _(String) dgettext("hildon-libs", String)
+#define                                         _(String) dgettext(PACKAGE, String)
 
 static HildonColorChooserDialogClass*           parent_class = NULL;
 
index 59b5cde..ea5d201 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 176f465..de1d053 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index dea24f1..2e66cb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index b763baa..2ee34d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index f6f980c..7d19249 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
@@ -29,7 +29,7 @@
 #include "hildon-date-editor.h"
 #include "hildon-time-editor.h"
 
-/* This function is a private function of hildon-libs. It hadles focus 
+/* This function is a private function of hildon. It hadles focus 
  * changing for composite hildon widgets: HildonDateEditor, 
  * HildonNumberEditor, HildonTimeEditor, HildonWeekdayPicker. 
  * Its purpose is to focus the first widget (from left) inside the container 
index 09ce957..d1c44a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index a45d2c4..5cf1436 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 60d808b..ba1cf5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 5959211..a6394c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index e2dd5f5..ba21943 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 88bf038..afb53c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index b55c78d..705fd42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 389f51e..541dd23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 4c92215..4d4737f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 1bae31a..b432fa9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 3737f36..54df6c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 86b9bbc..97fa085 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 391b5c6..fc2c9b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 0d9497a..ac9174a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index f1f513c..584704b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 10f06ef..983b972 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index f208aaf..4a2d109 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 841acc3..d8d9d25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index cd61957..6de1581 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 02c82fb..cda67cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index f6833fc..7769371 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 7e14a31..e1c76e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 8a91bc6..1b267bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 7b738d9..ea92e35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 076efa4..915b2eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 536faf1..ec9ab41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 4434fdb..38e3a2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index baad5a5..f841b79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 1e1072d..7827734 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 2257caa..40b0600 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index eb86d0c..f86138f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index 24ac55e..3e52eb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index f81b9ef..d341f0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index aa44d67..ff509af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 98d3f34..269cb98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 2e26930..0558414 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index d9d3e52..c4c1c89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index b4a9bac..07ea306 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index e7e901e..982a69a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 74c75f0..8d4a755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 92740ef..06e53c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index c8e01a5..3ef67c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index ec0763d..46fe371 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 5fffd34..f6f7016 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 61a196c..e3b7f55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 18d6e54..7c1a78c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index c66ff98..ab96bc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index fca2daf..04a179a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 1fcd442..c8986ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 16f96a9..bd18840 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index fbfb9f4..7a85979 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index cd80d95..b5271df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 59eb0be..77a6d9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index fdb0d24..99fca4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 6590f6e..5dd84da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 029ca4f..5e63c07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index cdbb52d..b878f34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 890065a..eb434ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 2154bbe..4d7fa0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 8050dbb..33a3a02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 71191e2..84e87de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 0091923..67c0f00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 1dc9908..9c8e687 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 599f3e1..ee069c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index df6dd49..b701f06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index 304bd28..bde1aa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index 8eea898..cbc2cd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
index 86bbd19..07db5c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 668514c..7904948 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index 7fff0f4..7afb6c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
index d127bea..22ddb55 100644 (file)
@@ -30,8 +30,8 @@ check_test_SOURCES                    = check_test.c                          \
                                          check-hildon-color-button.c           \
                                          check-hildon-color-chooser.c
 
-check_test_LDADD                       = $(HILDON_WIDGETS_OBJ_LIBS)
+check_test_LDADD                       = $(HILDON_OBJ_LIBS)
 check_test_LDFLAGS                     = -module -avoid-version
-check_test_CFLAGS                      = $(HILDON_WIDGETS_OBJ_CFLAGS) 
+check_test_CFLAGS                      = $(HILDON_OBJ_CFLAGS) 
 
 endif
index 1cfb213..78a773b 100644 (file)
@@ -187,13 +187,13 @@ GMSGFMT = @GMSGFMT@
 GTK_CFLAGS = @GTK_CFLAGS@
 GTK_LIBS = @GTK_LIBS@
 GTK_VERSION = @GTK_VERSION@
-HILDON_WIDGETS_AGE = @HILDON_WIDGETS_AGE@
-HILDON_WIDGETS_CURRENT = @HILDON_WIDGETS_CURRENT@
-HILDON_WIDGETS_LIBVERSION = @HILDON_WIDGETS_LIBVERSION@
-HILDON_WIDGETS_LT_LDFLAGS = @HILDON_WIDGETS_LT_LDFLAGS@
-HILDON_WIDGETS_OBJ_CFLAGS = @HILDON_WIDGETS_OBJ_CFLAGS@
-HILDON_WIDGETS_OBJ_LIBS = @HILDON_WIDGETS_OBJ_LIBS@
-HILDON_WIDGETS_REVISION = @HILDON_WIDGETS_REVISION@
+HILDON_AGE = @HILDON_AGE@
+HILDON_CURRENT = @HILDON_CURRENT@
+HILDON_LIBVERSION = @HILDON_LIBVERSION@
+HILDON_LT_LDFLAGS = @HILDON_LT_LDFLAGS@
+HILDON_OBJ_CFLAGS = @HILDON_OBJ_CFLAGS@
+HILDON_OBJ_LIBS = @HILDON_OBJ_LIBS@
+HILDON_REVISION = @HILDON_REVISION@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -201,8 +201,6 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INSTOBJEXT = @INSTOBJEXT@
 INTLLIBS = @INTLLIBS@
 LDFLAGS = @LDFLAGS@
-LIBMB_CFLAGS = @LIBMB_CFLAGS@
-LIBMB_LIBS = @LIBMB_LIBS@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
@@ -313,9 +311,9 @@ target_vendor = @target_vendor@
 @BUILD_TESTS_TRUE@                                       check-hildon-color-button.c           \
 @BUILD_TESTS_TRUE@                                       check-hildon-color-chooser.c
 
-@BUILD_TESTS_TRUE@check_test_LDADD = $(HILDON_WIDGETS_OBJ_LIBS)
+@BUILD_TESTS_TRUE@check_test_LDADD = $(HILDON_OBJ_LIBS)
 @BUILD_TESTS_TRUE@check_test_LDFLAGS = -module -avoid-version
-@BUILD_TESTS_TRUE@check_test_CFLAGS = $(HILDON_WIDGETS_OBJ_CFLAGS) 
+@BUILD_TESTS_TRUE@check_test_CFLAGS = $(HILDON_OBJ_CFLAGS) 
 all: all-am
 
 .SUFFIXES: