[Xfce4-commits] r24953 - in squeeze/trunk: . docs/reference/libsqueeze docs/reference/libsqueeze/tmpl libsqueeze po src tests tests/zip tests/zip/.deps tests/zip/.libs

Stephan Arts stephan at xfce.org
Mon Feb 12 16:06:59 CET 2007


Author: stephan
Date: 2007-02-12 15:06:59 +0000 (Mon, 12 Feb 2007)
New Revision: 24953

Added:
   squeeze/trunk/tests/
   squeeze/trunk/tests/zip/
   squeeze/trunk/tests/zip/.deps/
   squeeze/trunk/tests/zip/.deps/test-zip-add.Po
   squeeze/trunk/tests/zip/.deps/test-zip-extract.Po
   squeeze/trunk/tests/zip/.deps/test-zip-refresh.Po
   squeeze/trunk/tests/zip/.deps/test-zip-remove.Po
   squeeze/trunk/tests/zip/.libs/
   squeeze/trunk/tests/zip/.libs/lt-test-zip-add
   squeeze/trunk/tests/zip/.libs/lt-test-zip-extract
   squeeze/trunk/tests/zip/.libs/lt-test-zip-refresh
   squeeze/trunk/tests/zip/.libs/lt-test-zip-remove
   squeeze/trunk/tests/zip/.libs/test-zip-add
   squeeze/trunk/tests/zip/.libs/test-zip-extract
   squeeze/trunk/tests/zip/.libs/test-zip-refresh
   squeeze/trunk/tests/zip/.libs/test-zip-remove
   squeeze/trunk/tests/zip/Makefile.am
   squeeze/trunk/tests/zip/data/
   squeeze/trunk/tests/zip/test-zip-add.c
   squeeze/trunk/tests/zip/test-zip-extract.c
   squeeze/trunk/tests/zip/test-zip-refresh.c
   squeeze/trunk/tests/zip/test-zip-remove.c
Modified:
   squeeze/trunk/AUTHORS
   squeeze/trunk/Makefile.am
   squeeze/trunk/configure.in.in
   squeeze/trunk/docs/reference/libsqueeze/libsqueeze-docs.sgml
   squeeze/trunk/docs/reference/libsqueeze/libsqueeze-sections.txt
   squeeze/trunk/docs/reference/libsqueeze/tmpl/archive.sgml
   squeeze/trunk/docs/reference/libsqueeze/tmpl/libsqueeze-unused.sgml
   squeeze/trunk/libsqueeze/archive-command.c
   squeeze/trunk/libsqueeze/archive-support-zip.c
   squeeze/trunk/libsqueeze/archive-support.c
   squeeze/trunk/libsqueeze/archive-support.h
   squeeze/trunk/libsqueeze/archive-tempfs.c
   squeeze/trunk/libsqueeze/archive-tempfs.h
   squeeze/trunk/libsqueeze/archive.c
   squeeze/trunk/libsqueeze/archive.h
   squeeze/trunk/libsqueeze/slist.h
   squeeze/trunk/po/squeeze.pot
   squeeze/trunk/src/main.c
   squeeze/trunk/src/notebook.c
Log:
added test-suite

Modified: squeeze/trunk/AUTHORS
===================================================================
--- squeeze/trunk/AUTHORS	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/AUTHORS	2007-02-12 15:06:59 UTC (rev 24953)
@@ -1,5 +1,5 @@
 Lead developer:
-Stephan Arts     - <stephan at xfce.org>
+  Stephan Arts     - <stephan at xfce.org>
 
-Contributor:
-Peter de Ridder  - <peter at xfce.org>
+Contributors:
+  Peter de Ridder  - <peter at xfce.org>

Modified: squeeze/trunk/Makefile.am
===================================================================
--- squeeze/trunk/Makefile.am	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/Makefile.am	2007-02-12 15:06:59 UTC (rev 24953)
@@ -4,7 +4,7 @@
 	1.8								\
 	dist-bzip2
 
-SUBDIRS = pixmaps libsqueeze src po docs
+SUBDIRS = pixmaps libsqueeze tests po docs
 
 wrapperdir = $(libexecdir)/thunar-archive-plugin/
 wrapper_SCRIPTS = squeeze.tap

Modified: squeeze/trunk/configure.in.in
===================================================================
--- squeeze/trunk/configure.in.in	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/configure.in.in	2007-02-12 15:06:59 UTC (rev 24953)
@@ -172,6 +172,8 @@
 docs/reference/Makefile
 docs/reference/libsqueeze/Makefile
 docs/reference/libsqueeze/version.xml
+tests/Makefile
+tests/zip/Makefile
 ])
 
 echo "----------------------------------------"

Modified: squeeze/trunk/docs/reference/libsqueeze/libsqueeze-docs.sgml
===================================================================
--- squeeze/trunk/docs/reference/libsqueeze/libsqueeze-docs.sgml	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/docs/reference/libsqueeze/libsqueeze-docs.sgml	2007-02-12 15:06:59 UTC (rev 24953)
@@ -4,6 +4,7 @@
 <!ENTITY libsqueeze SYSTEM "xml/libsqueeze.xml">
 <!ENTITY archive SYSTEM "xml/archive.xml">
 <!ENTITY archive-support SYSTEM "xml/archive-support.xml">
+<!ENTITY archive-command SYSTEM "xml/archive-command.xml">
 <!ENTITY version SYSTEM "version.xml">
 <!ENTITY date "January 2007">
 ]>
@@ -51,6 +52,7 @@
     <title>Archiving</title>
     &archive;
     &archive-support;
+    &archive-command;
   </part>
 
   <index>

Modified: squeeze/trunk/docs/reference/libsqueeze/libsqueeze-sections.txt
===================================================================
--- squeeze/trunk/docs/reference/libsqueeze/libsqueeze-sections.txt	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/docs/reference/libsqueeze/libsqueeze-sections.txt	2007-02-12 15:06:59 UTC (rev 24953)
@@ -99,6 +99,16 @@
 </SECTION>
 
 <SECTION>
+<FILE>archive-command</FILE>
+<TITLE>LSQArchiveCommand</TITLE>
+LSQArchiveCommand
+lsq_archive_command_get_type
+lsq_archive_command_new
+lsq_archive_command_run
+lsq_archive_command_stop
+</SECTION>
+
+<SECTION>
 <FILE>archive-support-zip</FILE>
 <TITLE>LSQArchiveSupportZip</TITLE>
 LSQArchiveSupportZip

Modified: squeeze/trunk/docs/reference/libsqueeze/tmpl/archive.sgml
===================================================================
--- squeeze/trunk/docs/reference/libsqueeze/tmpl/archive.sgml	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/docs/reference/libsqueeze/tmpl/archive.sgml	2007-02-12 15:06:59 UTC (rev 24953)
@@ -17,22 +17,6 @@
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### ENUM LSQArchiveStatus ##### -->
-<para>
-
-</para>
-
- at LSQ_ARCHIVESTATUS_INIT: 
- at LSQ_ARCHIVESTATUS_IDLE: 
- at LSQ_ARCHIVESTATUS_ADD: 
- at LSQ_ARCHIVESTATUS_EXTRACT: 
- at LSQ_ARCHIVESTATUS_REMOVE: 
- at LSQ_ARCHIVESTATUS_REFRESH: 
- at LSQ_ARCHIVESTATUS_ERROR: 
- at LSQ_ARCHIVESTATUS_PREPARE_VIEW: 
- at LSQ_ARCHIVESTATUS_CUSTOM: 
- at LSQ_ARCHIVESTATUS_USERBREAK: 
-
 <!-- ##### STRUCT LSQEntry ##### -->
 <para>
 
@@ -59,17 +43,8 @@
 @entry_property_types: 
 @entry_property_names: 
 @root_entry: 
- at status: 
- at old_status: 
- at status_msg: 
- at progress: 
- at child_pid: 
- at ioc_in: 
- at ioc_out: 
- at ioc_err: 
 @support: 
- at files: 
- at has_passwd: 
+ at command_queue: 
 @temp_dir: 
 @monitor_list: 
 
@@ -83,42 +58,6 @@
 @Returns: 
 
 
-<!-- ##### FUNCTION lsq_archive_set_status ##### -->
-<para>
-
-</para>
-
- at archive: 
- at status: 
-
-
-<!-- ##### FUNCTION lsq_archive_get_status ##### -->
-<para>
-
-</para>
-
- at archive: 
- at Returns: 
-
-
-<!-- ##### FUNCTION lsq_archive_get_status_msg ##### -->
-<para>
-
-</para>
-
- at archive: 
- at Returns: 
-
-
-<!-- ##### FUNCTION lsq_archive_get_old_status ##### -->
-<para>
-
-</para>
-
- at archive: 
- at Returns: 
-
-
 <!-- ##### FUNCTION lsq_archive_get_filename ##### -->
 <para>
 

Modified: squeeze/trunk/docs/reference/libsqueeze/tmpl/libsqueeze-unused.sgml
===================================================================
--- squeeze/trunk/docs/reference/libsqueeze/tmpl/libsqueeze-unused.sgml	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/docs/reference/libsqueeze/tmpl/libsqueeze-unused.sgml	2007-02-12 15:06:59 UTC (rev 24953)
@@ -1,3 +1,19 @@
+<!-- ##### ENUM LSQArchiveStatus ##### -->
+<para>
+
+</para>
+
+ at LSQ_ARCHIVESTATUS_INIT: 
+ at LSQ_ARCHIVESTATUS_IDLE: 
+ at LSQ_ARCHIVESTATUS_ADD: 
+ at LSQ_ARCHIVESTATUS_EXTRACT: 
+ at LSQ_ARCHIVESTATUS_REMOVE: 
+ at LSQ_ARCHIVESTATUS_REFRESH: 
+ at LSQ_ARCHIVESTATUS_ERROR: 
+ at LSQ_ARCHIVESTATUS_PREPARE_VIEW: 
+ at LSQ_ARCHIVESTATUS_CUSTOM: 
+ at LSQ_ARCHIVESTATUS_USERBREAK: 
+
 <!-- ##### STRUCT LSQSList ##### -->
 <para>
 
@@ -6,6 +22,30 @@
 @entry: 
 @next: 
 
+<!-- ##### FUNCTION lsq_archive_get_old_status ##### -->
+<para>
+
+</para>
+
+ at archive: 
+ at Returns: 
+
+<!-- ##### FUNCTION lsq_archive_get_status ##### -->
+<para>
+
+</para>
+
+ at archive: 
+ at Returns: 
+
+<!-- ##### FUNCTION lsq_archive_get_status_msg ##### -->
+<para>
+
+</para>
+
+ at archive: 
+ at Returns: 
+
 <!-- ##### FUNCTION lsq_archive_iter_del_child ##### -->
 <para>
 
@@ -35,6 +75,14 @@
 @Param2: 
 @Param3: 
 
+<!-- ##### FUNCTION lsq_archive_set_status ##### -->
+<para>
+
+</para>
+
+ at archive: 
+ at status: 
+
 <!-- ##### FUNCTION lsq_concat_filenames ##### -->
 <para>
 

Modified: squeeze/trunk/libsqueeze/archive-command.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-command.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive-command.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -236,7 +236,6 @@
 gboolean
 lsq_archive_command_parse_stdout(GIOChannel *ioc, GIOCondition cond, gpointer data)
 {
-	GIOStatus status = G_IO_STATUS_NORMAL;
 	gint i = 0;
 	LSQArchiveCommand *archive_command = LSQ_ARCHIVE_COMMAND(data);
 
@@ -271,6 +270,7 @@
 		default:
 			break;
 	}
+	return TRUE;
 }
 
 GIOStatus

Modified: squeeze/trunk/libsqueeze/archive-support-zip.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-support-zip.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive-support-zip.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -219,7 +219,7 @@
 			gchar *files = lsq_concat_filenames(filenames);
 
 			archive_command = lsq_archive_command_new("", archive, "zip -r %1$s %2$s", FALSE);
-			g_object_set(archive_command, "files", files, NULL);
+			g_object_set_data(G_OBJECT(archive_command), "files", files);
 			g_free(files);
 			lsq_archive_command_run(archive_command);
 			g_object_unref(archive_command);
@@ -362,7 +362,7 @@
 	guint64 size;
 	guint64 length;
 	gpointer props[8]; 
-	gint n = 0, a = 0, i = 0, o = 0;
+	gint n = 0, a = 0, i = 0;
 	gchar *temp_filename = NULL;
 
 	LSQArchiveIter *entry;

Modified: squeeze/trunk/libsqueeze/archive-support.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-support.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive-support.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -161,9 +161,9 @@
  *
  */
 LSQArchiveSupport *
-lsq_get_support_for_mime(ThunarVfsMimeInfo *mime_info)
+lsq_get_support_for_mimetype(const gchar *mimetype)
 {
-	return lsq_get_support_for_mime_from_slist(lsq_archive_support_list, thunar_vfs_mime_info_get_name(mime_info));
+	return lsq_get_support_for_mime_from_slist(lsq_archive_support_list, mimetype);
 }
 
 /*

Modified: squeeze/trunk/libsqueeze/archive-support.h
===================================================================
--- squeeze/trunk/libsqueeze/archive-support.h	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive-support.h	2007-02-12 15:06:59 UTC (rev 24953)
@@ -43,6 +43,7 @@
 typedef struct _LSQCustomActionCallback LSQCustomActionCallback;
 typedef struct _LSQArchiveSupport LSQArchiveSupport;
 
+
 typedef gboolean (*LSQCustomActionPreFunc) (LSQCustomAction *);
 typedef gboolean (*LSQCustomActionFunc) (LSQArchiveSupport *support, LSQArchive *, LSQCustomAction*, gpointer user_data);
 typedef gboolean (*LSQCustomActionPostFunc) (LSQCustomAction *, gboolean);
@@ -99,13 +100,13 @@
 }; 
 
 GType                lsq_archive_support_get_type(void);
-LSQArchiveSupport *  lsq_archive_support_new();
-void                 lsq_archive_support_add_mime(LSQArchiveSupport *support, gchar *mime);
-gboolean             lsq_archive_support_mime_supported(LSQArchiveSupport *,const gchar *mime);
+LSQArchiveSupport *  lsq_archive_support_new() G_GNUC_INTERNAL;
+void                 lsq_archive_support_add_mime(LSQArchiveSupport *support, gchar *mime) G_GNUC_INTERNAL;
+gboolean             lsq_archive_support_mime_supported(LSQArchiveSupport *,const gchar *mime) G_GNUC_INTERNAL;
 
 GSList *             lsq_get_registered_support_list();
 gboolean             lsq_register_support(LSQArchiveSupport *support);
-LSQArchiveSupport *  lsq_get_support_for_mime(ThunarVfsMimeInfo *mime_info);
+LSQArchiveSupport *  lsq_get_support_for_mimetype(const gchar *mime_type);
 LSQArchiveSupport *  lsq_get_support_for_mime_from_slist(GSList *list, const gchar *mime);
 
 const gchar *        lsq_archive_support_get_id(LSQArchiveSupport *support);

Modified: squeeze/trunk/libsqueeze/archive-tempfs.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-tempfs.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive-tempfs.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -161,6 +161,7 @@
 
 	return !error;
 }
+
 /*
 gboolean
 lsq_tempfs_monitor_file(LSQArchive *archive, const gchar *path)

Modified: squeeze/trunk/libsqueeze/archive-tempfs.h
===================================================================
--- squeeze/trunk/libsqueeze/archive-tempfs.h	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive-tempfs.h	2007-02-12 15:06:59 UTC (rev 24953)
@@ -33,8 +33,8 @@
 gboolean lsq_tempfs_chmod(LSQArchive *archive, const gchar *path, gint mode);
 
 gboolean
-lsq_tempfs_monitor_file(LSQArchive *archive, const gchar *path);
+lsq_tempfs_monitor_file(LSQArchive *archive, const gchar *path) G_GNUC_INTERNAL;
 
 gboolean
-lsq_tempfs_changed_file(LSQArchive *archive, const gchar *path);
+lsq_tempfs_changed_file(LSQArchive *archive, const gchar *path) G_GNUC_INTERNAL;
 

Modified: squeeze/trunk/libsqueeze/archive.c
===================================================================
--- squeeze/trunk/libsqueeze/archive.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -46,7 +46,7 @@
 
 struct _LSQArchiveClass
 {
-	GObject parent;
+	GObjectClass parent;
 };
 
 static void
@@ -63,7 +63,6 @@
 	LSQ_ARCHIVE_SIGNAL_STATUS_CHANGED = 0,
 	LSQ_ARCHIVE_SIGNAL_REFRESHED,
 	LSQ_ARCHIVE_SIGNAL_PATH_CHANGED,
-	LSQ_ARCHIVE_SIGNAL_VIEW_PREPARED,
 	LSQ_ARCHIVE_SIGNAL_COUNT
 };
 
@@ -135,19 +134,6 @@
 			1,
 			G_TYPE_STRING,
 			NULL);
-
-	lsq_archive_signals[LSQ_ARCHIVE_SIGNAL_VIEW_PREPARED] = g_signal_new("lsq_view_prepared",
-			G_TYPE_FROM_CLASS(archive_class),
-			G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
-			0,
-			NULL,
-			NULL,
-			g_cclosure_marshal_VOID__POINTER,
-			G_TYPE_NONE,
-			1,
-			G_TYPE_POINTER,
-			NULL);
-
 }
 
 static void
@@ -191,8 +177,6 @@
 
 	archive = g_object_new(lsq_archive_get_type(), NULL);
 
-	g_signal_connect(G_OBJECT(archive), "lsq_view_prepared", (GCallback)lsq_archive_support_view_prepared, NULL);
-
 	if(path)
 	{
 		if(g_path_is_absolute(path))
@@ -226,7 +210,7 @@
 	g_debug("%s\n", thunar_vfs_mime_info_get_name(archive->mime_info));
 #endif
 
-	if(!lsq_get_support_for_mime(archive->mime_info))
+	if(!lsq_get_support_for_mimetype(thunar_vfs_mime_info_get_name(archive->mime_info)))
 	{
 		g_object_unref(archive);
 		archive = NULL;
@@ -476,3 +460,9 @@
 	else
 		return NULL;
 }
+
+const gchar *
+lsq_archive_get_mimetype(LSQArchive *archive)
+{
+	return thunar_vfs_mime_info_get_name(archive->mime_info);
+}

Modified: squeeze/trunk/libsqueeze/archive.h
===================================================================
--- squeeze/trunk/libsqueeze/archive.h	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/archive.h	2007-02-12 15:06:59 UTC (rev 24953)
@@ -45,9 +45,9 @@
 
 LSQArchive         *lsq_archive_new(gchar *, const gchar *) G_GNUC_INTERNAL;
 
-void                lsq_archive_enqueue_command(LSQArchive *archive, LSQArchiveCommand *command);
-void                lsq_archive_dequeue_command(LSQArchive *archive, LSQArchiveCommand *command);
-LSQArchiveCommand  *lsq_archive_get_front_command(LSQArchive *archive);
+void                lsq_archive_enqueue_command(LSQArchive *archive, LSQArchiveCommand *command) G_GNUC_INTERNAL;
+void                lsq_archive_dequeue_command(LSQArchive *archive, LSQArchiveCommand *command) G_GNUC_INTERNAL;
+LSQArchiveCommand  *lsq_archive_get_front_command(LSQArchive *archive) G_GNUC_INTERNAL;
 
 G_END_DECLS
 

Modified: squeeze/trunk/libsqueeze/slist.h
===================================================================
--- squeeze/trunk/libsqueeze/slist.h	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/libsqueeze/slist.h	2007-02-12 15:06:59 UTC (rev 24953)
@@ -25,12 +25,12 @@
 };
 
 LSQSList *
-lsq_slist_insert_sorted_single(LSQSList *list, LSQArchiveEntry *entry, GCompareFunc);
+lsq_slist_insert_sorted_single(LSQSList *list, LSQArchiveEntry *entry, GCompareFunc) G_GNUC_INTERNAL;
 
 guint
-lsq_slist_length(LSQSList *list);
+lsq_slist_length(LSQSList *list) G_GNUC_INTERNAL;
 
 void
-lsq_slist_free(LSQSList *list);
+lsq_slist_free(LSQSList *list) G_GNUC_INTERNAL;
 
 #endif /* __LSQ_SLIST_H__ */

Modified: squeeze/trunk/po/squeeze.pot
===================================================================
--- squeeze/trunk/po/squeeze.pot	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/po/squeeze.pot	2007-02-12 15:06:59 UTC (rev 24953)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: stephan at xfce.org\n"
-"POT-Creation-Date: 2007-01-29 14:19+0100\n"
+"POT-Creation-Date: 2007-02-12 15:58+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,243 +16,203 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../libsqueeze/archive.c:483
+#: ../libsqueeze/archive.c:318
 msgid "Name"
 msgstr ""
 
-#: ../libsqueeze/archive.c:486
+#: ../libsqueeze/archive.c:320
 msgid "Mime type"
 msgstr ""
 
-#: ../libsqueeze/archive.c:1574
-msgid "Initializing archive"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1577
-msgid "Refreshing archive contents"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1580
-msgid "Adding file(s) to archive"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1583
-msgid "Extracting file(s) from archive"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1586
-msgid "Removing file(s) from archive"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1589
-msgid "Done"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1592
-msgid "Extracting file(s) to temporary directory"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1594
-msgid "Performing an extended action"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1597
-msgid "Cancelled"
-msgstr ""
-
-#: ../libsqueeze/archive.c:1600
-msgid "Error"
-msgstr ""
-
-#: ../libsqueeze/archive-support-gnu-tar.c:166
-#: ../libsqueeze/archive-support-zip.c:124
-#: ../libsqueeze/archive-support-rar.c:150
+#: ../libsqueeze/archive-support-gnu-tar.c:164
+#: ../libsqueeze/archive-support-zip.c:126
+#: ../libsqueeze/archive-support-rar.c:148
 msgid "Overwrite existing files"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:167
-#: ../libsqueeze/archive-support-zip.c:125
-#: ../libsqueeze/archive-support-rar.c:151
+#: ../libsqueeze/archive-support-gnu-tar.c:165
+#: ../libsqueeze/archive-support-zip.c:127
+#: ../libsqueeze/archive-support-rar.c:149
 msgid "Overwrite existing files on extraction"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:173
-#: ../libsqueeze/archive-support-gnu-tar.c:174
+#: ../libsqueeze/archive-support-gnu-tar.c:171
+#: ../libsqueeze/archive-support-gnu-tar.c:172
 msgid "Touch files"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:180
-#: ../libsqueeze/archive-support-gnu-tar.c:181
+#: ../libsqueeze/archive-support-gnu-tar.c:178
+#: ../libsqueeze/archive-support-gnu-tar.c:179
 msgid "Strip directories"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:189
+#: ../libsqueeze/archive-support-gnu-tar.c:187
 msgid "Keep newer files"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:190
+#: ../libsqueeze/archive-support-gnu-tar.c:188
 msgid "Do not overwrite files newer than those in the archive"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:196
-#: ../libsqueeze/archive-support-gnu-tar.c:197
+#: ../libsqueeze/archive-support-gnu-tar.c:194
+#: ../libsqueeze/archive-support-gnu-tar.c:195
 msgid "Override permissions"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:203
-#: ../libsqueeze/archive-support-gnu-tar.c:508
-#: ../libsqueeze/archive-support-zip.c:159
-#: ../libsqueeze/archive-support-zip.c:315
-#: ../libsqueeze/archive-support-rar.c:185
-#: ../libsqueeze/archive-support-rar.c:354
+#: ../libsqueeze/archive-support-gnu-tar.c:201
+#: ../libsqueeze/archive-support-gnu-tar.c:506
+#: ../libsqueeze/archive-support-zip.c:161
+#: ../libsqueeze/archive-support-zip.c:321
+#: ../libsqueeze/archive-support-rar.c:183
+#: ../libsqueeze/archive-support-rar.c:352
 msgid "Size"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:204
-#: ../libsqueeze/archive-support-zip.c:160
-#: ../libsqueeze/archive-support-rar.c:186
+#: ../libsqueeze/archive-support-gnu-tar.c:202
+#: ../libsqueeze/archive-support-zip.c:162
+#: ../libsqueeze/archive-support-rar.c:184
 msgid "View filesize"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:210
-#: ../libsqueeze/archive-support-gnu-tar.c:500
-#: ../libsqueeze/archive-support-rar.c:213
-#: ../libsqueeze/archive-support-rar.c:374
+#: ../libsqueeze/archive-support-gnu-tar.c:208
+#: ../libsqueeze/archive-support-gnu-tar.c:498
+#: ../libsqueeze/archive-support-rar.c:211
+#: ../libsqueeze/archive-support-rar.c:372
 msgid "Permissions"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:211
-#: ../libsqueeze/archive-support-rar.c:214
+#: ../libsqueeze/archive-support-gnu-tar.c:209
+#: ../libsqueeze/archive-support-rar.c:212
 msgid "View permissions"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:217
-#: ../libsqueeze/archive-support-gnu-tar.c:504
+#: ../libsqueeze/archive-support-gnu-tar.c:215
+#: ../libsqueeze/archive-support-gnu-tar.c:502
 msgid "Owner/Group"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:218
+#: ../libsqueeze/archive-support-gnu-tar.c:216
 msgid "View owner/group"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:224
-#: ../libsqueeze/archive-support-gnu-tar.c:512
-#: ../libsqueeze/archive-support-zip.c:145
-#: ../libsqueeze/archive-support-zip.c:331
-#: ../libsqueeze/archive-support-rar.c:171
-#: ../libsqueeze/archive-support-rar.c:366
+#: ../libsqueeze/archive-support-gnu-tar.c:222
+#: ../libsqueeze/archive-support-gnu-tar.c:510
+#: ../libsqueeze/archive-support-zip.c:147
+#: ../libsqueeze/archive-support-zip.c:337
+#: ../libsqueeze/archive-support-rar.c:169
+#: ../libsqueeze/archive-support-rar.c:364
 msgid "Date"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:225
-#: ../libsqueeze/archive-support-zip.c:146
-#: ../libsqueeze/archive-support-rar.c:172
+#: ../libsqueeze/archive-support-gnu-tar.c:223
+#: ../libsqueeze/archive-support-zip.c:148
+#: ../libsqueeze/archive-support-rar.c:170
 msgid "View date"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:231
-#: ../libsqueeze/archive-support-gnu-tar.c:516
-#: ../libsqueeze/archive-support-zip.c:138
-#: ../libsqueeze/archive-support-zip.c:335
-#: ../libsqueeze/archive-support-rar.c:164
-#: ../libsqueeze/archive-support-rar.c:370
+#: ../libsqueeze/archive-support-gnu-tar.c:229
+#: ../libsqueeze/archive-support-gnu-tar.c:514
+#: ../libsqueeze/archive-support-zip.c:140
+#: ../libsqueeze/archive-support-zip.c:341
+#: ../libsqueeze/archive-support-rar.c:162
+#: ../libsqueeze/archive-support-rar.c:368
 msgid "Time"
 msgstr ""
 
-#: ../libsqueeze/archive-support-gnu-tar.c:232
-#: ../libsqueeze/archive-support-zip.c:139
-#: ../libsqueeze/archive-support-rar.c:165
+#: ../libsqueeze/archive-support-gnu-tar.c:230
+#: ../libsqueeze/archive-support-zip.c:141
+#: ../libsqueeze/archive-support-rar.c:163
 msgid "View time"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:117
-#: ../libsqueeze/archive-support-zip.c:118
-#: ../libsqueeze/archive-support-rar.c:143
-#: ../libsqueeze/archive-support-rar.c:144
+#: ../libsqueeze/archive-support-zip.c:119
+#: ../libsqueeze/archive-support-zip.c:120
+#: ../libsqueeze/archive-support-rar.c:141
+#: ../libsqueeze/archive-support-rar.c:142
 msgid "Password"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:131
-#: ../libsqueeze/archive-support-zip.c:323
-#: ../libsqueeze/archive-support-rar.c:157
-#: ../libsqueeze/archive-support-rar.c:358
+#: ../libsqueeze/archive-support-zip.c:133
+#: ../libsqueeze/archive-support-zip.c:329
+#: ../libsqueeze/archive-support-rar.c:155
+#: ../libsqueeze/archive-support-rar.c:356
 msgid "Compressed Size"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:132
-#: ../libsqueeze/archive-support-rar.c:158
+#: ../libsqueeze/archive-support-zip.c:134
+#: ../libsqueeze/archive-support-rar.c:156
 msgid "View compressed filesize"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:152
-#: ../libsqueeze/archive-support-zip.c:327
-#: ../libsqueeze/archive-support-rar.c:178
-#: ../libsqueeze/archive-support-rar.c:362
+#: ../libsqueeze/archive-support-zip.c:154
+#: ../libsqueeze/archive-support-zip.c:333
+#: ../libsqueeze/archive-support-rar.c:176
+#: ../libsqueeze/archive-support-rar.c:360
 msgid "Ratio"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:153
-#: ../libsqueeze/archive-support-rar.c:179
+#: ../libsqueeze/archive-support-zip.c:155
+#: ../libsqueeze/archive-support-rar.c:177
 msgid "View ratio"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:166
-#: ../libsqueeze/archive-support-zip.c:319
-#: ../libsqueeze/archive-support-rar.c:192
-#: ../libsqueeze/archive-support-rar.c:382
+#: ../libsqueeze/archive-support-zip.c:168
+#: ../libsqueeze/archive-support-zip.c:325
+#: ../libsqueeze/archive-support-rar.c:190
+#: ../libsqueeze/archive-support-rar.c:380
 msgid "Method"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:167
-#: ../libsqueeze/archive-support-rar.c:193
+#: ../libsqueeze/archive-support-zip.c:169
+#: ../libsqueeze/archive-support-rar.c:191
 msgid "View method"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:173
-#: ../libsqueeze/archive-support-zip.c:339
-#: ../libsqueeze/archive-support-rar.c:199
-#: ../libsqueeze/archive-support-rar.c:378
+#: ../libsqueeze/archive-support-zip.c:175
+#: ../libsqueeze/archive-support-zip.c:345
+#: ../libsqueeze/archive-support-rar.c:197
+#: ../libsqueeze/archive-support-rar.c:376
 msgid "Checksum"
 msgstr ""
 
-#: ../libsqueeze/archive-support-zip.c:174
-#: ../libsqueeze/archive-support-rar.c:200
+#: ../libsqueeze/archive-support-zip.c:176
+#: ../libsqueeze/archive-support-rar.c:198
 msgid "View Checksum"
 msgstr ""
 
-#: ../libsqueeze/archive-support-rar.c:206
+#: ../libsqueeze/archive-support-rar.c:204
 msgid "Compression version"
 msgstr ""
 
-#: ../libsqueeze/archive-support-rar.c:207
+#: ../libsqueeze/archive-support-rar.c:205
 msgid "View compression version"
 msgstr ""
 
-#: ../libsqueeze/archive-support-rar.c:386
+#: ../libsqueeze/archive-support-rar.c:384
 msgid "Version"
 msgstr ""
 
-#: ../src/main.c:52
+#: ../src/main.c:50
 msgid "[destination path]"
 msgstr ""
 
-#: ../src/main.c:60
+#: ../src/main.c:58
 msgid "[archive path] [file1] [file2] ... [fileN]"
 msgstr ""
 
-#: ../src/main.c:64
+#: ../src/main.c:62
 msgid "[file1] [file2] ... [fileN]"
 msgstr ""
 
-#: ../src/main.c:67
+#: ../src/main.c:65
 msgid "Version information"
 msgstr ""
 
-#: ../src/main.c:114
+#: ../src/main.c:112
 msgid "[archive name]"
 msgstr ""
 
-#: ../src/main.c:118
+#: ../src/main.c:116
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -313,99 +273,99 @@
 msgid "Add"
 msgstr ""
 
-#: ../src/main_window.c:400 ../src/main_window.c:1078
+#: ../src/main_window.c:400 ../src/main_window.c:1076
 #: ../src/extract_dialog.c:102
 msgid "Extract"
 msgstr ""
 
-#: ../src/main_window.c:686
+#: ../src/main_window.c:681
 msgid "Open archive in new window"
 msgstr ""
 
-#: ../src/main_window.c:692
+#: ../src/main_window.c:687
 msgid "Open archive"
 msgstr ""
 
-#: ../src/main_window.c:762 ../src/main_window.c:1119 ../src/application.c:197
+#: ../src/main_window.c:757 ../src/main_window.c:1117 ../src/application.c:197
 #: ../src/application.c:213
 msgid ""
 "Squeeze cannot extract this archive type,\n"
 "the application to support this is missing."
 msgstr ""
 
-#: ../src/main_window.c:800 ../src/application.c:287
+#: ../src/main_window.c:798 ../src/application.c:287
 msgid ""
 "Squeeze cannot add files to this archive type,\n"
 "the application to support this is missing."
 msgstr ""
 
-#: ../src/main_window.c:821
+#: ../src/main_window.c:819
 msgid "Are you sure you want to remove the selected files?"
 msgstr ""
 
-#: ../src/main_window.c:834
+#: ../src/main_window.c:832
 msgid ""
 "Squeeze cannot remove files from this archive type,\n"
 "the application to support this is missing."
 msgstr ""
 
-#: ../src/main_window.c:873
+#: ../src/main_window.c:871
 msgid ""
 "Are you sure you want to cancel this operation?\n"
 "This could damage the archive."
 msgstr ""
 
-#: ../src/main_window.c:955
+#: ../src/main_window.c:953
 msgid "Lead developer:"
 msgstr ""
 
-#: ../src/main_window.c:958
+#: ../src/main_window.c:956
 msgid "Contributors:"
 msgstr ""
 
-#: ../src/main_window.c:961
+#: ../src/main_window.c:959
 msgid "Artwork:"
 msgstr ""
 
-#: ../src/main_window.c:962
+#: ../src/main_window.c:960
 msgid ""
 "The add and extract icons are based on the extract icon created by Andreas "
 "Nilsson"
 msgstr ""
 
-#: ../src/main_window.c:964
+#: ../src/main_window.c:962
 msgid "Inspired by Xarchiver, written by Giuseppe Torelli"
 msgstr ""
 
-#: ../src/main_window.c:969
+#: ../src/main_window.c:967
 msgid ""
 "Squeeze is a lightweight and flexible archive manager for the Xfce Desktop "
 "Environment"
 msgstr ""
 
-#: ../src/main_window.c:976
+#: ../src/main_window.c:974
 msgid "translator-credits"
 msgstr ""
 
-#: ../src/main_window.c:1077
+#: ../src/main_window.c:1075
 msgid "Which action do you want to perform on the selected file(s)?"
 msgstr ""
 
-#: ../src/main_window.c:1078
+#: ../src/main_window.c:1076
 msgid "Open"
 msgstr ""
 
-#: ../src/main_window.c:1092
+#: ../src/main_window.c:1090
 msgid ""
 "Squeeze cannot view this file.\n"
 "the application to support this is missing."
 msgstr ""
 
-#: ../src/main_window.c:1160
+#: ../src/main_window.c:1158
 msgid "Failed to open file"
 msgstr ""
 
-#: ../src/main_window.c:1161
+#: ../src/main_window.c:1159
 #, c-format
 msgid ""
 "'%s'\n"
@@ -546,16 +506,6 @@
 msgid "Make the row background colors alternate"
 msgstr ""
 
-#: ../src/notebook.c:556
-#, c-format
-msgid "Failed to open archive '%s'."
-msgstr ""
-
-#: ../src/notebook.c:564
-#, c-format
-msgid "Failed to extract contents of archive '%s'."
-msgstr ""
-
 #: ../src/archive_store.c:253
 msgid "Show up dir entry"
 msgstr ""

Modified: squeeze/trunk/src/main.c
===================================================================
--- squeeze/trunk/src/main.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/src/main.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -1,6 +1,4 @@
 /*
- *  Copyright (c) 2006 Stephan Arts <stephan at xfce.org>
- *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or

Modified: squeeze/trunk/src/notebook.c
===================================================================
--- squeeze/trunk/src/notebook.c	2007-02-12 09:34:48 UTC (rev 24952)
+++ squeeze/trunk/src/notebook.c	2007-02-12 15:06:59 UTC (rev 24953)
@@ -546,6 +546,7 @@
 #endif /* DEBUG */
 	if(lsq_archive_get_status(archive) == LSQ_ARCHIVESTATUS_ERROR)
 	{
+		/*
 		switch(lsq_archive_get_old_status(archive))
 		{
 			case LSQ_ARCHIVESTATUS_REFRESH:
@@ -568,12 +569,14 @@
 			default:
 				break;
 		}
+		*/
 		if(dialog)
 		{
 			gtk_dialog_run((GtkDialog *)dialog);
 			gtk_widget_destroy(dialog);
 		}
 	}
+	/*
 	if(lsq_archive_get_status(archive) == LSQ_ARCHIVESTATUS_IDLE)
 	{
 		switch(lsq_archive_get_old_status(archive))
@@ -581,12 +584,13 @@
 			case LSQ_ARCHIVESTATUS_ADD:
 				if(lsq_archive_support_refresh(archive->support, archive))
 				{
-					/* FIXME: show warning dialog */
+					// FIXME: show warning dialog
 				}
 				break;
 			default:break;
 		}
 	}
+	*/
 	if(sq_notebook_is_active_archive(notebook, archive))
 		g_signal_emit(G_OBJECT(notebook), sq_notebook_signals[SQ_NOTEBOOK_SIGNAL_ACTIVE_ARCHIVE_STATUS_CHANGED], 0, archive, NULL);
 }

Added: squeeze/trunk/tests/zip/.deps/test-zip-add.Po
===================================================================
--- squeeze/trunk/tests/zip/.deps/test-zip-add.Po	                        (rev 0)
+++ squeeze/trunk/tests/zip/.deps/test-zip-add.Po	2007-02-12 15:06:59 UTC (rev 24953)
@@ -0,0 +1,1348 @@
+test-zip-add.o test-zip-add.o: test-zip-add.c ../../config.h \
+  /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
+  /usr/include/glib-2.0/glib/gtypes.h \
+  /usr/lib/glib-2.0/include/glibconfig.h \
+  /usr/include/glib-2.0/glib/gmacros.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stddef.h \
+  /usr/local/include/limits.h /usr/local/include/features.h \
+  /usr/local/include/sys/cdefs.h /usr/local/include/gnu/stubs.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/limits.h \
+  /usr/local/include/bits/posix1_lim.h \
+  /usr/local/include/bits/local_lim.h /usr/local/include/linux/limits.h \
+  /usr/local/include/bits/posix2_lim.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/float.h \
+  /usr/include/glib-2.0/glib/garray.h \
+  /usr/include/glib-2.0/glib/gasyncqueue.h \
+  /usr/include/glib-2.0/glib/gthread.h \
+  /usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
+  /usr/include/glib-2.0/glib/gatomic.h \
+  /usr/include/glib-2.0/glib/gbacktrace.h \
+  /usr/include/glib-2.0/glib/gbase64.h \
+  /usr/include/glib-2.0/glib/gbookmarkfile.h /usr/local/include/time.h \
+  /usr/local/include/bits/time.h /usr/local/include/bits/types.h \
+  /usr/local/include/bits/wordsize.h /usr/local/include/bits/typesizes.h \
+  /usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
+  /usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
+  /usr/include/glib-2.0/glib/gcompletion.h \
+  /usr/include/glib-2.0/glib/gconvert.h \
+  /usr/include/glib-2.0/glib/gdataset.h \
+  /usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
+  /usr/include/glib-2.0/glib/gfileutils.h \
+  /usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
+  /usr/include/glib-2.0/glib/giochannel.h \
+  /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
+  /usr/include/glib-2.0/glib/gstring.h \
+  /usr/include/glib-2.0/glib/gunicode.h \
+  /usr/include/glib-2.0/glib/gutils.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stdarg.h \
+  /usr/include/glib-2.0/glib/gkeyfile.h \
+  /usr/include/glib-2.0/glib/gmappedfile.h \
+  /usr/include/glib-2.0/glib/gmarkup.h \
+  /usr/include/glib-2.0/glib/gmessages.h \
+  /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
+  /usr/include/glib-2.0/glib/gpattern.h \
+  /usr/include/glib-2.0/glib/gprimes.h \
+  /usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
+  /usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
+  /usr/include/glib-2.0/glib/gscanner.h \
+  /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
+  /usr/include/glib-2.0/glib/gstrfuncs.h \
+  /usr/include/glib-2.0/glib/gthreadpool.h \
+  /usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
+  /usr/include/glib-2.0/glib-object.h \
+  /usr/include/glib-2.0/gobject/gboxed.h \
+  /usr/include/glib-2.0/gobject/gtype.h \
+  /usr/include/glib-2.0/gobject/genums.h \
+  /usr/include/glib-2.0/gobject/gobject.h \
+  /usr/include/glib-2.0/gobject/gvalue.h \
+  /usr/include/glib-2.0/gobject/gparam.h \
+  /usr/include/glib-2.0/gobject/gclosure.h \
+  /usr/include/glib-2.0/gobject/gsignal.h \
+  /usr/include/glib-2.0/gobject/gmarshal.h \
+  /usr/include/glib-2.0/gobject/gparamspecs.h \
+  /usr/include/glib-2.0/gobject/gsourceclosure.h \
+  /usr/include/glib-2.0/gobject/gtypemodule.h \
+  /usr/include/glib-2.0/gobject/gtypeplugin.h \
+  /usr/include/glib-2.0/gobject/gvaluearray.h \
+  /usr/include/glib-2.0/gobject/gvaluetypes.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h \
+  /usr/include/exo-0.3/exo/exo.h /usr/include/glib-2.0/glib/gi18n-lib.h \
+  /usr/local/include/libintl.h /usr/local/include/locale.h \
+  /usr/local/include/bits/locale.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util-config.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util-enum-types.h \
+  /usr/include/xfce4/libxfce4util/debug.h /usr/local/include/stdio.h \
+  /usr/local/include/libio.h /usr/local/include/_G_config.h \
+  /usr/local/include/wchar.h /usr/local/include/bits/wchar.h \
+  /usr/local/include/gconv.h /usr/local/include/bits/stdio_lim.h \
+  /usr/local/include/bits/sys_errlist.h /usr/local/include/bits/stdio.h \
+  /usr/include/xfce4/libxfce4util/xfce-desktopentry.h \
+  /usr/include/xfce4/libxfce4util/xfce-fileutils.h \
+  /usr/include/xfce4/libxfce4util/xfce-generics.h \
+  /usr/include/xfce4/libxfce4util/xfce-i18n.h \
+  /usr/include/xfce4/libxfce4util/xfce-kiosk.h \
+  /usr/include/xfce4/libxfce4util/xfce-license.h \
+  /usr/include/xfce4/libxfce4util/xfce-miscutils.h \
+  /usr/include/xfce4/libxfce4util/xfce-rc.h \
+  /usr/include/xfce4/libxfce4util/xfce-resource.h \
+  /usr/include/xfce4/libxfce4util/xfce-utf8.h \
+  /usr/include/exo-0.3/exo/exo-config.h \
+  /usr/include/exo-0.3/exo/exo-binding.h \
+  /usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h \
+  /usr/include/gtk-2.0/gtk/gtk.h /usr/include/gtk-2.0/gdk/gdk.h \
+  /usr/include/gtk-2.0/gdk/gdkcairo.h /usr/include/gtk-2.0/gdk/gdkcolor.h \
+  /usr/include/cairo/cairo.h /usr/include/cairo/cairo-features.h \
+  /usr/include/gtk-2.0/gdk/gdktypes.h \
+  /usr/include/pango-1.0/pango/pango.h \
+  /usr/include/pango-1.0/pango/pango-attributes.h \
+  /usr/include/pango-1.0/pango/pango-font.h \
+  /usr/include/pango-1.0/pango/pango-coverage.h \
+  /usr/include/pango-1.0/pango/pango-types.h \
+  /usr/include/pango-1.0/pango/pango-matrix.h \
+  /usr/include/pango-1.0/pango/pango-script.h \
+  /usr/include/pango-1.0/pango/pango-gravity.h \
+  /usr/include/pango-1.0/pango/pango-break.h \
+  /usr/include/pango-1.0/pango/pango-item.h \
+  /usr/include/pango-1.0/pango/pango-context.h \
+  /usr/include/pango-1.0/pango/pango-fontmap.h \
+  /usr/include/pango-1.0/pango/pango-fontset.h \
+  /usr/include/pango-1.0/pango/pango-engine.h \
+  /usr/include/pango-1.0/pango/pango-glyph.h \
+  /usr/include/pango-1.0/pango/pango-enum-types.h \
+  /usr/include/pango-1.0/pango/pango-features.h \
+  /usr/include/pango-1.0/pango/pango-glyph-item.h \
+  /usr/include/pango-1.0/pango/pango-layout.h \
+  /usr/include/pango-1.0/pango/pango-tabs.h \
+  /usr/include/pango-1.0/pango/pango-renderer.h \
+  /usr/include/pango-1.0/pango/pango-utils.h \
+  /usr/lib/gtk-2.0/include/gdkconfig.h \
+  /usr/include/gtk-2.0/gdk/gdkpixbuf.h /usr/include/gtk-2.0/gdk/gdkrgb.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h \
+  /usr/include/glib-2.0/gmodule.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h \
+  /usr/include/pango-1.0/pango/pangocairo.h \
+  /usr/include/gtk-2.0/gdk/gdkcursor.h \
+  /usr/include/gtk-2.0/gdk/gdkdisplay.h \
+  /usr/include/gtk-2.0/gdk/gdkevents.h /usr/include/gtk-2.0/gdk/gdkdnd.h \
+  /usr/include/gtk-2.0/gdk/gdkinput.h \
+  /usr/include/gtk-2.0/gdk/gdkdrawable.h /usr/include/gtk-2.0/gdk/gdkgc.h \
+  /usr/include/gtk-2.0/gdk/gdkenumtypes.h \
+  /usr/include/gtk-2.0/gdk/gdkfont.h /usr/include/gtk-2.0/gdk/gdkimage.h \
+  /usr/include/gtk-2.0/gdk/gdkkeys.h \
+  /usr/include/gtk-2.0/gdk/gdkdisplaymanager.h \
+  /usr/include/gtk-2.0/gdk/gdkpango.h \
+  /usr/include/gtk-2.0/gdk/gdkpixmap.h \
+  /usr/include/gtk-2.0/gdk/gdkproperty.h \
+  /usr/include/gtk-2.0/gdk/gdkregion.h \
+  /usr/include/gtk-2.0/gdk/gdkscreen.h \
+  /usr/include/gtk-2.0/gdk/gdkselection.h \
+  /usr/include/gtk-2.0/gdk/gdkspawn.h \
+  /usr/include/gtk-2.0/gdk/gdkvisual.h \
+  /usr/include/gtk-2.0/gdk/gdkwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkaboutdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkaccelgroup.h \
+  /usr/include/gtk-2.0/gtk/gtkenums.h /usr/include/gtk-2.0/gtk/gtkbin.h \
+  /usr/include/gtk-2.0/gtk/gtkcontainer.h \
+  /usr/include/gtk-2.0/gtk/gtkwidget.h \
+  /usr/include/gtk-2.0/gtk/gtkobject.h \
+  /usr/include/gtk-2.0/gtk/gtktypeutils.h \
+  /usr/include/gtk-2.0/gtk/gtktypebuiltins.h \
+  /usr/include/gtk-2.0/gtk/gtkdebug.h \
+  /usr/include/gtk-2.0/gtk/gtkadjustment.h \
+  /usr/include/gtk-2.0/gtk/gtkstyle.h \
+  /usr/include/gtk-2.0/gtk/gtksettings.h /usr/include/gtk-2.0/gtk/gtkrc.h \
+  /usr/include/atk-1.0/atk/atkobject.h \
+  /usr/include/atk-1.0/atk/atkstate.h \
+  /usr/include/atk-1.0/atk/atkrelationtype.h \
+  /usr/include/gtk-2.0/gtk/gtkaccellabel.h \
+  /usr/include/gtk-2.0/gtk/gtklabel.h /usr/include/gtk-2.0/gtk/gtkmisc.h \
+  /usr/include/gtk-2.0/gtk/gtkmenu.h \
+  /usr/include/gtk-2.0/gtk/gtkmenushell.h \
+  /usr/include/gtk-2.0/gtk/gtkaccelmap.h \
+  /usr/include/gtk-2.0/gtk/gtkaccessible.h /usr/include/atk-1.0/atk/atk.h \
+  /usr/include/atk-1.0/atk/atkaction.h \
+  /usr/include/atk-1.0/atk/atkcomponent.h \
+  /usr/include/atk-1.0/atk/atkutil.h \
+  /usr/include/atk-1.0/atk/atkdocument.h \
+  /usr/include/atk-1.0/atk/atkeditabletext.h \
+  /usr/include/atk-1.0/atk/atktext.h \
+  /usr/include/atk-1.0/atk/atkgobjectaccessible.h \
+  /usr/include/atk-1.0/atk/atkhyperlink.h \
+  /usr/include/atk-1.0/atk/atkhyperlinkimpl.h \
+  /usr/include/atk-1.0/atk/atkhypertext.h \
+  /usr/include/atk-1.0/atk/atkimage.h \
+  /usr/include/atk-1.0/atk/atknoopobject.h \
+  /usr/include/atk-1.0/atk/atknoopobjectfactory.h \
+  /usr/include/atk-1.0/atk/atkobjectfactory.h \
+  /usr/include/atk-1.0/atk/atkregistry.h \
+  /usr/include/atk-1.0/atk/atkobjectfactory.h \
+  /usr/include/atk-1.0/atk/atkrelation.h \
+  /usr/include/atk-1.0/atk/atkrelationset.h \
+  /usr/include/atk-1.0/atk/atkselection.h \
+  /usr/include/atk-1.0/atk/atkstateset.h \
+  /usr/include/atk-1.0/atk/atkstreamablecontent.h \
+  /usr/include/atk-1.0/atk/atktable.h /usr/include/atk-1.0/atk/atkmisc.h \
+  /usr/include/atk-1.0/atk/atkvalue.h \
+  /usr/include/gtk-2.0/gtk/gtkaction.h \
+  /usr/include/gtk-2.0/gtk/gtkactiongroup.h \
+  /usr/include/gtk-2.0/gtk/gtkitemfactory.h \
+  /usr/include/gtk-2.0/gtk/gtkalignment.h \
+  /usr/include/gtk-2.0/gtk/gtkarrow.h \
+  /usr/include/gtk-2.0/gtk/gtkaspectframe.h \
+  /usr/include/gtk-2.0/gtk/gtkframe.h \
+  /usr/include/gtk-2.0/gtk/gtkassistant.h \
+  /usr/include/gtk-2.0/gtk/gtkbbox.h /usr/include/gtk-2.0/gtk/gtkbox.h \
+  /usr/include/gtk-2.0/gtk/gtkbindings.h \
+  /usr/include/gtk-2.0/gtk/gtkbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkimage.h \
+  /usr/include/gtk-2.0/gtk/gtkcalendar.h \
+  /usr/include/gtk-2.0/gtk/gtksignal.h \
+  /usr/include/gtk-2.0/gtk/gtkmarshal.h \
+  /usr/include/gtk-2.0/gtk/gtkcelllayout.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderer.h \
+  /usr/include/gtk-2.0/gtk/gtkcelleditable.h \
+  /usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h \
+  /usr/include/gtk-2.0/gtk/gtktreemodel.h \
+  /usr/include/gtk-2.0/gtk/gtktreesortable.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderertext.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderertext.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendererspin.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h \
+  /usr/include/gtk-2.0/gtk/gtkcellview.h \
+  /usr/include/gtk-2.0/gtk/gtkcheckbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktogglebutton.h \
+  /usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkmenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkitem.h \
+  /usr/include/gtk-2.0/gtk/gtkclipboard.h \
+  /usr/include/gtk-2.0/gtk/gtkselection.h \
+  /usr/include/gtk-2.0/gtk/gtktextiter.h \
+  /usr/include/gtk-2.0/gtk/gtktexttag.h \
+  /usr/include/gtk-2.0/gtk/gtktextchild.h \
+  /usr/include/gtk-2.0/gtk/gtkclist.h \
+  /usr/include/gtk-2.0/gtk/gtkhscrollbar.h \
+  /usr/include/gtk-2.0/gtk/gtkscrollbar.h \
+  /usr/include/gtk-2.0/gtk/gtkrange.h \
+  /usr/include/gtk-2.0/gtk/gtkvscrollbar.h \
+  /usr/include/gtk-2.0/gtk/gtkcolorbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkcolorsel.h \
+  /usr/include/gtk-2.0/gtk/gtkvbox.h \
+  /usr/include/gtk-2.0/gtk/gtkcolorseldialog.h \
+  /usr/include/gtk-2.0/gtk/gtkcombo.h /usr/include/gtk-2.0/gtk/gtkhbox.h \
+  /usr/include/gtk-2.0/gtk/gtkcombobox.h \
+  /usr/include/gtk-2.0/gtk/gtktreeview.h \
+  /usr/include/gtk-2.0/gtk/gtkdnd.h /usr/include/gtk-2.0/gtk/gtkentry.h \
+  /usr/include/gtk-2.0/gtk/gtkeditable.h \
+  /usr/include/gtk-2.0/gtk/gtkimcontext.h \
+  /usr/include/gtk-2.0/gtk/gtkentrycompletion.h \
+  /usr/include/gtk-2.0/gtk/gtkliststore.h \
+  /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h \
+  /usr/include/gtk-2.0/gtk/gtkcomboboxentry.h \
+  /usr/include/gtk-2.0/gtk/gtkctree.h /usr/include/gtk-2.0/gtk/gtkcurve.h \
+  /usr/include/gtk-2.0/gtk/gtkdrawingarea.h \
+  /usr/include/gtk-2.0/gtk/gtkeventbox.h \
+  /usr/include/gtk-2.0/gtk/gtkexpander.h \
+  /usr/include/gtk-2.0/gtk/gtkfilesel.h \
+  /usr/include/gtk-2.0/gtk/gtkfixed.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooser.h \
+  /usr/include/gtk-2.0/gtk/gtkfilefilter.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooser.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h \
+  /usr/include/gtk-2.0/gtk/gtkfontbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkfontsel.h \
+  /usr/include/gtk-2.0/gtk/gtkgamma.h /usr/include/gtk-2.0/gtk/gtkgc.h \
+  /usr/include/gtk-2.0/gtk/gtkhandlebox.h \
+  /usr/include/gtk-2.0/gtk/gtkhbbox.h \
+  /usr/include/gtk-2.0/gtk/gtkhpaned.h \
+  /usr/include/gtk-2.0/gtk/gtkpaned.h \
+  /usr/include/gtk-2.0/gtk/gtkhruler.h \
+  /usr/include/gtk-2.0/gtk/gtkruler.h \
+  /usr/include/gtk-2.0/gtk/gtkhscale.h \
+  /usr/include/gtk-2.0/gtk/gtkscale.h \
+  /usr/include/gtk-2.0/gtk/gtkhseparator.h \
+  /usr/include/gtk-2.0/gtk/gtkseparator.h \
+  /usr/include/gtk-2.0/gtk/gtkiconfactory.h \
+  /usr/include/gtk-2.0/gtk/gtkicontheme.h \
+  /usr/include/gtk-2.0/gtk/gtkiconview.h \
+  /usr/include/gtk-2.0/gtk/gtkimagemenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkimcontextsimple.h \
+  /usr/include/gtk-2.0/gtk/gtkimmulticontext.h \
+  /usr/include/gtk-2.0/gtk/gtkinputdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkinvisible.h \
+  /usr/include/gtk-2.0/gtk/gtklayout.h \
+  /usr/include/gtk-2.0/gtk/gtklinkbutton.h \
+  /usr/include/gtk-2.0/gtk/gtklist.h \
+  /usr/include/gtk-2.0/gtk/gtklistitem.h \
+  /usr/include/gtk-2.0/gtk/gtkmain.h \
+  /usr/include/gtk-2.0/gtk/gtkmenubar.h \
+  /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkmenu.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolitem.h \
+  /usr/include/gtk-2.0/gtk/gtktooltips.h \
+  /usr/include/gtk-2.0/gtk/gtkmessagedialog.h \
+  /usr/include/gtk-2.0/gtk/gtkmodules.h \
+  /usr/include/gtk-2.0/gtk/gtknotebook.h \
+  /usr/include/gtk-2.0/gtk/gtkoldeditable.h \
+  /usr/include/gtk-2.0/gtk/gtkoptionmenu.h \
+  /usr/include/gtk-2.0/gtk/gtkpixmap.h /usr/include/gtk-2.0/gtk/gtkplug.h \
+  /usr/include/gtk-2.0/gtk/gtksocket.h \
+  /usr/include/gtk-2.0/gtk/gtkpreview.h \
+  /usr/include/gtk-2.0/gtk/gtkprintoperation.h \
+  /usr/include/gtk-2.0/gtk/gtkmain.h /usr/include/gtk-2.0/gtk/gtkenums.h \
+  /usr/include/gtk-2.0/gtk/gtkwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkpagesetup.h \
+  /usr/include/gtk-2.0/gtk/gtkpapersize.h \
+  /usr/include/gtk-2.0/gtk/gtkprintsettings.h \
+  /usr/include/gtk-2.0/gtk/gtkprintcontext.h \
+  /usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h \
+  /usr/include/gtk-2.0/gtk/gtkprogress.h \
+  /usr/include/gtk-2.0/gtk/gtkprogressbar.h \
+  /usr/include/gtk-2.0/gtk/gtkradioaction.h \
+  /usr/include/gtk-2.0/gtk/gtktoggleaction.h \
+  /usr/include/gtk-2.0/gtk/gtkradiobutton.h \
+  /usr/include/gtk-2.0/gtk/gtkradiomenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooser.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentmanager.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentfilter.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooser.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentfilter.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentmanager.h \
+  /usr/include/gtk-2.0/gtk/gtkscrolledwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkviewport.h \
+  /usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h \
+  /usr/include/gtk-2.0/gtk/gtksizegroup.h \
+  /usr/include/gtk-2.0/gtk/gtkspinbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkstatusbar.h \
+  /usr/include/gtk-2.0/gtk/gtkstatusicon.h \
+  /usr/include/gtk-2.0/gtk/gtkstock.h /usr/include/gtk-2.0/gtk/gtktable.h \
+  /usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtktext.h \
+  /usr/include/gtk-2.0/gtk/gtktextbuffer.h \
+  /usr/include/gtk-2.0/gtk/gtktexttagtable.h \
+  /usr/include/gtk-2.0/gtk/gtktextmark.h \
+  /usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h \
+  /usr/include/gtk-2.0/gtk/gtktextview.h \
+  /usr/include/gtk-2.0/gtk/gtktipsquery.h \
+  /usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbar.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolitem.h \
+  /usr/include/gtk-2.0/gtk/gtktree.h \
+  /usr/include/gtk-2.0/gtk/gtktreednd.h \
+  /usr/include/gtk-2.0/gtk/gtktreeitem.h \
+  /usr/include/gtk-2.0/gtk/gtktreemodelsort.h \
+  /usr/include/gtk-2.0/gtk/gtktreeselection.h \
+  /usr/include/gtk-2.0/gtk/gtktreestore.h \
+  /usr/include/gtk-2.0/gtk/gtkuimanager.h \
+  /usr/include/gtk-2.0/gtk/gtkvbbox.h \
+  /usr/include/gtk-2.0/gtk/gtkversion.h \
+  /usr/include/gtk-2.0/gtk/gtkvpaned.h \
+  /usr/include/gtk-2.0/gtk/gtkvruler.h \
+  /usr/include/gtk-2.0/gtk/gtkvscale.h \
+  /usr/include/gtk-2.0/gtk/gtkvseparator.h \
+  /usr/include/exo-0.3/exo/exo-cell-renderer-icon.h \
+  /usr/include/exo-0.3/exo/exo-ellipsized-label.h \
+  /usr/include/exo-0.3/exo/exo-execute.h \
+  /usr/include/exo-0.3/exo/exo-enum-types.h \
+  /usr/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h \
+  /usr/include/exo-0.3/exo/exo-gtk-extensions.h \
+  /usr/include/exo-0.3/exo/exo-gobject-extensions.h \
+  /usr/include/exo-0.3/exo/exo-icon-bar.h \
+  /usr/include/exo-0.3/exo/exo-icon-chooser-dialog.h \
+  /usr/include/exo-0.3/exo/exo-icon-view.h \
+  /usr/include/exo-0.3/exo/exo-md5.h \
+  /usr/include/exo-0.3/exo/exo-mount-point.h \
+  /usr/include/exo-0.3/exo/exo-pango-extensions.h \
+  /usr/include/exo-0.3/exo/exo-string.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-editor.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-view.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-model.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-editor-dialog.h \
+  /usr/include/exo-0.3/exo/exo-tree-view.h \
+  /usr/include/exo-0.3/exo/exo-url.h /usr/include/exo-0.3/exo/exo-utils.h \
+  /usr/include/exo-0.3/exo/exo-wrap-table.h \
+  /usr/include/exo-0.3/exo/exo-xsession-client.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-info.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-path.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-types.h \
+  /usr/local/include/sys/types.h /usr/local/include/endian.h \
+  /usr/local/include/bits/endian.h /usr/local/include/sys/select.h \
+  /usr/local/include/bits/select.h /usr/local/include/bits/sigset.h \
+  /usr/local/include/sys/sysmacros.h \
+  /usr/local/include/bits/pthreadtypes.h /usr/local/include/unistd.h \
+  /usr/local/include/bits/posix_opt.h /usr/local/include/bits/confname.h \
+  /usr/local/include/getopt.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-interactive-job.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-job.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-action.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-handler.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-application.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-database.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-monitor.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-thumb.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h \
+  ../../libsqueeze/libsqueeze.h ../../libsqueeze/libsqueeze-archive.h \
+  ../../libsqueeze/libsqueeze-view.h ../../libsqueeze/archive-support.h
+
+../../config.h:
+
+/usr/include/glib-2.0/glib.h:
+
+/usr/include/glib-2.0/glib/galloca.h:
+
+/usr/include/glib-2.0/glib/gtypes.h:
+
+/usr/lib/glib-2.0/include/glibconfig.h:
+
+/usr/include/glib-2.0/glib/gmacros.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stddef.h:
+
+/usr/local/include/limits.h:
+
+/usr/local/include/features.h:
+
+/usr/local/include/sys/cdefs.h:
+
+/usr/local/include/gnu/stubs.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/limits.h:
+
+/usr/local/include/bits/posix1_lim.h:
+
+/usr/local/include/bits/local_lim.h:
+
+/usr/local/include/linux/limits.h:
+
+/usr/local/include/bits/posix2_lim.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/float.h:
+
+/usr/include/glib-2.0/glib/garray.h:
+
+/usr/include/glib-2.0/glib/gasyncqueue.h:
+
+/usr/include/glib-2.0/glib/gthread.h:
+
+/usr/include/glib-2.0/glib/gerror.h:
+
+/usr/include/glib-2.0/glib/gquark.h:
+
+/usr/include/glib-2.0/glib/gatomic.h:
+
+/usr/include/glib-2.0/glib/gbacktrace.h:
+
+/usr/include/glib-2.0/glib/gbase64.h:
+
+/usr/include/glib-2.0/glib/gbookmarkfile.h:
+
+/usr/local/include/time.h:
+
+/usr/local/include/bits/time.h:
+
+/usr/local/include/bits/types.h:
+
+/usr/local/include/bits/wordsize.h:
+
+/usr/local/include/bits/typesizes.h:
+
+/usr/include/glib-2.0/glib/gcache.h:
+
+/usr/include/glib-2.0/glib/glist.h:
+
+/usr/include/glib-2.0/glib/gmem.h:
+
+/usr/include/glib-2.0/glib/gslice.h:
+
+/usr/include/glib-2.0/glib/gcompletion.h:
+
+/usr/include/glib-2.0/glib/gconvert.h:
+
+/usr/include/glib-2.0/glib/gdataset.h:
+
+/usr/include/glib-2.0/glib/gdate.h:
+
+/usr/include/glib-2.0/glib/gdir.h:
+
+/usr/include/glib-2.0/glib/gfileutils.h:
+
+/usr/include/glib-2.0/glib/ghash.h:
+
+/usr/include/glib-2.0/glib/ghook.h:
+
+/usr/include/glib-2.0/glib/giochannel.h:
+
+/usr/include/glib-2.0/glib/gmain.h:
+
+/usr/include/glib-2.0/glib/gslist.h:
+
+/usr/include/glib-2.0/glib/gstring.h:
+
+/usr/include/glib-2.0/glib/gunicode.h:
+
+/usr/include/glib-2.0/glib/gutils.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stdarg.h:
+
+/usr/include/glib-2.0/glib/gkeyfile.h:
+
+/usr/include/glib-2.0/glib/gmappedfile.h:
+
+/usr/include/glib-2.0/glib/gmarkup.h:
+
+/usr/include/glib-2.0/glib/gmessages.h:
+
+/usr/include/glib-2.0/glib/gnode.h:
+
+/usr/include/glib-2.0/glib/goption.h:
+
+/usr/include/glib-2.0/glib/gpattern.h:
+
+/usr/include/glib-2.0/glib/gprimes.h:
+
+/usr/include/glib-2.0/glib/gqsort.h:
+
+/usr/include/glib-2.0/glib/gqueue.h:
+
+/usr/include/glib-2.0/glib/grand.h:
+
+/usr/include/glib-2.0/glib/grel.h:
+
+/usr/include/glib-2.0/glib/gscanner.h:
+
+/usr/include/glib-2.0/glib/gshell.h:
+
+/usr/include/glib-2.0/glib/gspawn.h:
+
+/usr/include/glib-2.0/glib/gstrfuncs.h:
+
+/usr/include/glib-2.0/glib/gthreadpool.h:
+
+/usr/include/glib-2.0/glib/gtimer.h:
+
+/usr/include/glib-2.0/glib/gtree.h:
+
+/usr/include/glib-2.0/glib-object.h:
+
+/usr/include/glib-2.0/gobject/gboxed.h:
+
+/usr/include/glib-2.0/gobject/gtype.h:
+
+/usr/include/glib-2.0/gobject/genums.h:
+
+/usr/include/glib-2.0/gobject/gobject.h:
+
+/usr/include/glib-2.0/gobject/gvalue.h:
+
+/usr/include/glib-2.0/gobject/gparam.h:
+
+/usr/include/glib-2.0/gobject/gclosure.h:
+
+/usr/include/glib-2.0/gobject/gsignal.h:
+
+/usr/include/glib-2.0/gobject/gmarshal.h:
+
+/usr/include/glib-2.0/gobject/gparamspecs.h:
+
+/usr/include/glib-2.0/gobject/gsourceclosure.h:
+
+/usr/include/glib-2.0/gobject/gtypemodule.h:
+
+/usr/include/glib-2.0/gobject/gtypeplugin.h:
+
+/usr/include/glib-2.0/gobject/gvaluearray.h:
+
+/usr/include/glib-2.0/gobject/gvaluetypes.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h:
+
+/usr/include/exo-0.3/exo/exo.h:
+
+/usr/include/glib-2.0/glib/gi18n-lib.h:
+
+/usr/local/include/libintl.h:
+
+/usr/local/include/locale.h:
+
+/usr/local/include/bits/locale.h:
+
+/usr/include/xfce4/libxfce4util/libxfce4util.h:
+
+/usr/include/xfce4/libxfce4util/libxfce4util-config.h:
+
+/usr/include/xfce4/libxfce4util/libxfce4util-enum-types.h:
+
+/usr/include/xfce4/libxfce4util/debug.h:
+
+/usr/local/include/stdio.h:
+
+/usr/local/include/libio.h:
+
+/usr/local/include/_G_config.h:
+
+/usr/local/include/wchar.h:
+
+/usr/local/include/bits/wchar.h:
+
+/usr/local/include/gconv.h:
+
+/usr/local/include/bits/stdio_lim.h:
+
+/usr/local/include/bits/sys_errlist.h:
+
+/usr/local/include/bits/stdio.h:
+
+/usr/include/xfce4/libxfce4util/xfce-desktopentry.h:
+
+/usr/include/xfce4/libxfce4util/xfce-fileutils.h:
+
+/usr/include/xfce4/libxfce4util/xfce-generics.h:
+
+/usr/include/xfce4/libxfce4util/xfce-i18n.h:
+
+/usr/include/xfce4/libxfce4util/xfce-kiosk.h:
+
+/usr/include/xfce4/libxfce4util/xfce-license.h:
+
+/usr/include/xfce4/libxfce4util/xfce-miscutils.h:
+
+/usr/include/xfce4/libxfce4util/xfce-rc.h:
+
+/usr/include/xfce4/libxfce4util/xfce-resource.h:
+
+/usr/include/xfce4/libxfce4util/xfce-utf8.h:
+
+/usr/include/exo-0.3/exo/exo-config.h:
+
+/usr/include/exo-0.3/exo/exo-binding.h:
+
+/usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h:
+
+/usr/include/gtk-2.0/gtk/gtk.h:
+
+/usr/include/gtk-2.0/gdk/gdk.h:
+
+/usr/include/gtk-2.0/gdk/gdkcairo.h:
+
+/usr/include/gtk-2.0/gdk/gdkcolor.h:
+
+/usr/include/cairo/cairo.h:
+
+/usr/include/cairo/cairo-features.h:
+
+/usr/include/gtk-2.0/gdk/gdktypes.h:
+
+/usr/include/pango-1.0/pango/pango.h:
+
+/usr/include/pango-1.0/pango/pango-attributes.h:
+
+/usr/include/pango-1.0/pango/pango-font.h:
+
+/usr/include/pango-1.0/pango/pango-coverage.h:
+
+/usr/include/pango-1.0/pango/pango-types.h:
+
+/usr/include/pango-1.0/pango/pango-matrix.h:
+
+/usr/include/pango-1.0/pango/pango-script.h:
+
+/usr/include/pango-1.0/pango/pango-gravity.h:
+
+/usr/include/pango-1.0/pango/pango-break.h:
+
+/usr/include/pango-1.0/pango/pango-item.h:
+
+/usr/include/pango-1.0/pango/pango-context.h:
+
+/usr/include/pango-1.0/pango/pango-fontmap.h:
+
+/usr/include/pango-1.0/pango/pango-fontset.h:
+
+/usr/include/pango-1.0/pango/pango-engine.h:
+
+/usr/include/pango-1.0/pango/pango-glyph.h:
+
+/usr/include/pango-1.0/pango/pango-enum-types.h:
+
+/usr/include/pango-1.0/pango/pango-features.h:
+
+/usr/include/pango-1.0/pango/pango-glyph-item.h:
+
+/usr/include/pango-1.0/pango/pango-layout.h:
+
+/usr/include/pango-1.0/pango/pango-tabs.h:
+
+/usr/include/pango-1.0/pango/pango-renderer.h:
+
+/usr/include/pango-1.0/pango/pango-utils.h:
+
+/usr/lib/gtk-2.0/include/gdkconfig.h:
+
+/usr/include/gtk-2.0/gdk/gdkpixbuf.h:
+
+/usr/include/gtk-2.0/gdk/gdkrgb.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h:
+
+/usr/include/glib-2.0/gmodule.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h:
+
+/usr/include/pango-1.0/pango/pangocairo.h:
+
+/usr/include/gtk-2.0/gdk/gdkcursor.h:
+
+/usr/include/gtk-2.0/gdk/gdkdisplay.h:
+
+/usr/include/gtk-2.0/gdk/gdkevents.h:
+
+/usr/include/gtk-2.0/gdk/gdkdnd.h:
+
+/usr/include/gtk-2.0/gdk/gdkinput.h:
+
+/usr/include/gtk-2.0/gdk/gdkdrawable.h:
+
+/usr/include/gtk-2.0/gdk/gdkgc.h:
+
+/usr/include/gtk-2.0/gdk/gdkenumtypes.h:
+
+/usr/include/gtk-2.0/gdk/gdkfont.h:
+
+/usr/include/gtk-2.0/gdk/gdkimage.h:
+
+/usr/include/gtk-2.0/gdk/gdkkeys.h:
+
+/usr/include/gtk-2.0/gdk/gdkdisplaymanager.h:
+
+/usr/include/gtk-2.0/gdk/gdkpango.h:
+
+/usr/include/gtk-2.0/gdk/gdkpixmap.h:
+
+/usr/include/gtk-2.0/gdk/gdkproperty.h:
+
+/usr/include/gtk-2.0/gdk/gdkregion.h:
+
+/usr/include/gtk-2.0/gdk/gdkscreen.h:
+
+/usr/include/gtk-2.0/gdk/gdkselection.h:
+
+/usr/include/gtk-2.0/gdk/gdkspawn.h:
+
+/usr/include/gtk-2.0/gdk/gdkvisual.h:
+
+/usr/include/gtk-2.0/gdk/gdkwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:
+
+/usr/include/gtk-2.0/gtk/gtkenums.h:
+
+/usr/include/gtk-2.0/gtk/gtkbin.h:
+
+/usr/include/gtk-2.0/gtk/gtkcontainer.h:
+
+/usr/include/gtk-2.0/gtk/gtkwidget.h:
+
+/usr/include/gtk-2.0/gtk/gtkobject.h:
+
+/usr/include/gtk-2.0/gtk/gtktypeutils.h:
+
+/usr/include/gtk-2.0/gtk/gtktypebuiltins.h:
+
+/usr/include/gtk-2.0/gtk/gtkdebug.h:
+
+/usr/include/gtk-2.0/gtk/gtkadjustment.h:
+
+/usr/include/gtk-2.0/gtk/gtkstyle.h:
+
+/usr/include/gtk-2.0/gtk/gtksettings.h:
+
+/usr/include/gtk-2.0/gtk/gtkrc.h:
+
+/usr/include/atk-1.0/atk/atkobject.h:
+
+/usr/include/atk-1.0/atk/atkstate.h:
+
+/usr/include/atk-1.0/atk/atkrelationtype.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccellabel.h:
+
+/usr/include/gtk-2.0/gtk/gtklabel.h:
+
+/usr/include/gtk-2.0/gtk/gtkmisc.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenu.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenushell.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccelmap.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccessible.h:
+
+/usr/include/atk-1.0/atk/atk.h:
+
+/usr/include/atk-1.0/atk/atkaction.h:
+
+/usr/include/atk-1.0/atk/atkcomponent.h:
+
+/usr/include/atk-1.0/atk/atkutil.h:
+
+/usr/include/atk-1.0/atk/atkdocument.h:
+
+/usr/include/atk-1.0/atk/atkeditabletext.h:
+
+/usr/include/atk-1.0/atk/atktext.h:
+
+/usr/include/atk-1.0/atk/atkgobjectaccessible.h:
+
+/usr/include/atk-1.0/atk/atkhyperlink.h:
+
+/usr/include/atk-1.0/atk/atkhyperlinkimpl.h:
+
+/usr/include/atk-1.0/atk/atkhypertext.h:
+
+/usr/include/atk-1.0/atk/atkimage.h:
+
+/usr/include/atk-1.0/atk/atknoopobject.h:
+
+/usr/include/atk-1.0/atk/atknoopobjectfactory.h:
+
+/usr/include/atk-1.0/atk/atkobjectfactory.h:
+
+/usr/include/atk-1.0/atk/atkregistry.h:
+
+/usr/include/atk-1.0/atk/atkobjectfactory.h:
+
+/usr/include/atk-1.0/atk/atkrelation.h:
+
+/usr/include/atk-1.0/atk/atkrelationset.h:
+
+/usr/include/atk-1.0/atk/atkselection.h:
+
+/usr/include/atk-1.0/atk/atkstateset.h:
+
+/usr/include/atk-1.0/atk/atkstreamablecontent.h:
+
+/usr/include/atk-1.0/atk/atktable.h:
+
+/usr/include/atk-1.0/atk/atkmisc.h:
+
+/usr/include/atk-1.0/atk/atkvalue.h:
+
+/usr/include/gtk-2.0/gtk/gtkaction.h:
+
+/usr/include/gtk-2.0/gtk/gtkactiongroup.h:
+
+/usr/include/gtk-2.0/gtk/gtkitemfactory.h:
+
+/usr/include/gtk-2.0/gtk/gtkalignment.h:
+
+/usr/include/gtk-2.0/gtk/gtkarrow.h:
+
+/usr/include/gtk-2.0/gtk/gtkaspectframe.h:
+
+/usr/include/gtk-2.0/gtk/gtkframe.h:
+
+/usr/include/gtk-2.0/gtk/gtkassistant.h:
+
+/usr/include/gtk-2.0/gtk/gtkbbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkbindings.h:
+
+/usr/include/gtk-2.0/gtk/gtkbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkimage.h:
+
+/usr/include/gtk-2.0/gtk/gtkcalendar.h:
+
+/usr/include/gtk-2.0/gtk/gtksignal.h:
+
+/usr/include/gtk-2.0/gtk/gtkmarshal.h:
+
+/usr/include/gtk-2.0/gtk/gtkcelllayout.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:
+
+/usr/include/gtk-2.0/gtk/gtkcelleditable.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:
+
+/usr/include/gtk-2.0/gtk/gtktreemodel.h:
+
+/usr/include/gtk-2.0/gtk/gtktreesortable.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendererspin.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellview.h:
+
+/usr/include/gtk-2.0/gtk/gtkcheckbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktogglebutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkclipboard.h:
+
+/usr/include/gtk-2.0/gtk/gtkselection.h:
+
+/usr/include/gtk-2.0/gtk/gtktextiter.h:
+
+/usr/include/gtk-2.0/gtk/gtktexttag.h:
+
+/usr/include/gtk-2.0/gtk/gtktextchild.h:
+
+/usr/include/gtk-2.0/gtk/gtkclist.h:
+
+/usr/include/gtk-2.0/gtk/gtkhscrollbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkscrollbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkrange.h:
+
+/usr/include/gtk-2.0/gtk/gtkvscrollbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkcolorbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkcolorsel.h:
+
+/usr/include/gtk-2.0/gtk/gtkvbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkcombo.h:
+
+/usr/include/gtk-2.0/gtk/gtkhbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkcombobox.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeview.h:
+
+/usr/include/gtk-2.0/gtk/gtkdnd.h:
+
+/usr/include/gtk-2.0/gtk/gtkentry.h:
+
+/usr/include/gtk-2.0/gtk/gtkeditable.h:
+
+/usr/include/gtk-2.0/gtk/gtkimcontext.h:
+
+/usr/include/gtk-2.0/gtk/gtkentrycompletion.h:
+
+/usr/include/gtk-2.0/gtk/gtkliststore.h:
+
+/usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkcomboboxentry.h:
+
+/usr/include/gtk-2.0/gtk/gtkctree.h:
+
+/usr/include/gtk-2.0/gtk/gtkcurve.h:
+
+/usr/include/gtk-2.0/gtk/gtkdrawingarea.h:
+
+/usr/include/gtk-2.0/gtk/gtkeventbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkexpander.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilesel.h:
+
+/usr/include/gtk-2.0/gtk/gtkfixed.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilefilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h:
+
+/usr/include/gtk-2.0/gtk/gtkfontbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkfontsel.h:
+
+/usr/include/gtk-2.0/gtk/gtkgamma.h:
+
+/usr/include/gtk-2.0/gtk/gtkgc.h:
+
+/usr/include/gtk-2.0/gtk/gtkhandlebox.h:
+
+/usr/include/gtk-2.0/gtk/gtkhbbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkhpaned.h:
+
+/usr/include/gtk-2.0/gtk/gtkpaned.h:
+
+/usr/include/gtk-2.0/gtk/gtkhruler.h:
+
+/usr/include/gtk-2.0/gtk/gtkruler.h:
+
+/usr/include/gtk-2.0/gtk/gtkhscale.h:
+
+/usr/include/gtk-2.0/gtk/gtkscale.h:
+
+/usr/include/gtk-2.0/gtk/gtkhseparator.h:
+
+/usr/include/gtk-2.0/gtk/gtkseparator.h:
+
+/usr/include/gtk-2.0/gtk/gtkiconfactory.h:
+
+/usr/include/gtk-2.0/gtk/gtkicontheme.h:
+
+/usr/include/gtk-2.0/gtk/gtkiconview.h:
+
+/usr/include/gtk-2.0/gtk/gtkimagemenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:
+
+/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:
+
+/usr/include/gtk-2.0/gtk/gtkinputdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkinvisible.h:
+
+/usr/include/gtk-2.0/gtk/gtklayout.h:
+
+/usr/include/gtk-2.0/gtk/gtklinkbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtklist.h:
+
+/usr/include/gtk-2.0/gtk/gtklistitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkmain.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenubar.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenu.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktooltips.h:
+
+/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkmodules.h:
+
+/usr/include/gtk-2.0/gtk/gtknotebook.h:
+
+/usr/include/gtk-2.0/gtk/gtkoldeditable.h:
+
+/usr/include/gtk-2.0/gtk/gtkoptionmenu.h:
+
+/usr/include/gtk-2.0/gtk/gtkpixmap.h:
+
+/usr/include/gtk-2.0/gtk/gtkplug.h:
+
+/usr/include/gtk-2.0/gtk/gtksocket.h:
+
+/usr/include/gtk-2.0/gtk/gtkpreview.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintoperation.h:
+
+/usr/include/gtk-2.0/gtk/gtkmain.h:
+
+/usr/include/gtk-2.0/gtk/gtkenums.h:
+
+/usr/include/gtk-2.0/gtk/gtkwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkpagesetup.h:
+
+/usr/include/gtk-2.0/gtk/gtkpapersize.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintsettings.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintcontext.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h:
+
+/usr/include/gtk-2.0/gtk/gtkprogress.h:
+
+/usr/include/gtk-2.0/gtk/gtkprogressbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkradioaction.h:
+
+/usr/include/gtk-2.0/gtk/gtktoggleaction.h:
+
+/usr/include/gtk-2.0/gtk/gtkradiobutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkradiomenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentmanager.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentfilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentfilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentmanager.h:
+
+/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkviewport.h:
+
+/usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h:
+
+/usr/include/gtk-2.0/gtk/gtksizegroup.h:
+
+/usr/include/gtk-2.0/gtk/gtkspinbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkstatusbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkstatusicon.h:
+
+/usr/include/gtk-2.0/gtk/gtkstock.h:
+
+/usr/include/gtk-2.0/gtk/gtktable.h:
+
+/usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktext.h:
+
+/usr/include/gtk-2.0/gtk/gtktextbuffer.h:
+
+/usr/include/gtk-2.0/gtk/gtktexttagtable.h:
+
+/usr/include/gtk-2.0/gtk/gtktextmark.h:
+
+/usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h:
+
+/usr/include/gtk-2.0/gtk/gtktextview.h:
+
+/usr/include/gtk-2.0/gtk/gtktipsquery.h:
+
+/usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbar.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktree.h:
+
+/usr/include/gtk-2.0/gtk/gtktreednd.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktreemodelsort.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeselection.h:
+
+/usr/include/gtk-2.0/gtk/gtktreestore.h:
+
+/usr/include/gtk-2.0/gtk/gtkuimanager.h:
+
+/usr/include/gtk-2.0/gtk/gtkvbbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkversion.h:
+
+/usr/include/gtk-2.0/gtk/gtkvpaned.h:
+
+/usr/include/gtk-2.0/gtk/gtkvruler.h:
+
+/usr/include/gtk-2.0/gtk/gtkvscale.h:
+
+/usr/include/gtk-2.0/gtk/gtkvseparator.h:
+
+/usr/include/exo-0.3/exo/exo-cell-renderer-icon.h:
+
+/usr/include/exo-0.3/exo/exo-ellipsized-label.h:
+
+/usr/include/exo-0.3/exo/exo-execute.h:
+
+/usr/include/exo-0.3/exo/exo-enum-types.h:
+
+/usr/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-gtk-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-gobject-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-icon-bar.h:
+
+/usr/include/exo-0.3/exo/exo-icon-chooser-dialog.h:
+
+/usr/include/exo-0.3/exo/exo-icon-view.h:
+
+/usr/include/exo-0.3/exo/exo-md5.h:
+
+/usr/include/exo-0.3/exo/exo-mount-point.h:
+
+/usr/include/exo-0.3/exo/exo-pango-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-string.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-editor.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-view.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-model.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-editor-dialog.h:
+
+/usr/include/exo-0.3/exo/exo-tree-view.h:
+
+/usr/include/exo-0.3/exo/exo-url.h:
+
+/usr/include/exo-0.3/exo/exo-utils.h:
+
+/usr/include/exo-0.3/exo/exo-wrap-table.h:
+
+/usr/include/exo-0.3/exo/exo-xsession-client.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-info.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-path.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-types.h:
+
+/usr/local/include/sys/types.h:
+
+/usr/local/include/endian.h:
+
+/usr/local/include/bits/endian.h:
+
+/usr/local/include/sys/select.h:
+
+/usr/local/include/bits/select.h:
+
+/usr/local/include/bits/sigset.h:
+
+/usr/local/include/sys/sysmacros.h:
+
+/usr/local/include/bits/pthreadtypes.h:
+
+/usr/local/include/unistd.h:
+
+/usr/local/include/bits/posix_opt.h:
+
+/usr/local/include/bits/confname.h:
+
+/usr/local/include/getopt.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-interactive-job.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-job.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-action.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-handler.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-application.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-database.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-monitor.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-thumb.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h:
+
+../../libsqueeze/libsqueeze.h:
+
+../../libsqueeze/libsqueeze-archive.h:
+
+../../libsqueeze/libsqueeze-view.h:
+
+../../libsqueeze/archive-support.h:

Added: squeeze/trunk/tests/zip/.deps/test-zip-extract.Po
===================================================================
--- squeeze/trunk/tests/zip/.deps/test-zip-extract.Po	                        (rev 0)
+++ squeeze/trunk/tests/zip/.deps/test-zip-extract.Po	2007-02-12 15:06:59 UTC (rev 24953)
@@ -0,0 +1,1346 @@
+test-zip-extract.o test-zip-extract.o: test-zip-extract.c ../../config.h \
+  /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
+  /usr/include/glib-2.0/glib/gtypes.h \
+  /usr/lib/glib-2.0/include/glibconfig.h \
+  /usr/include/glib-2.0/glib/gmacros.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stddef.h \
+  /usr/local/include/limits.h /usr/local/include/features.h \
+  /usr/local/include/sys/cdefs.h /usr/local/include/gnu/stubs.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/limits.h \
+  /usr/local/include/bits/posix1_lim.h \
+  /usr/local/include/bits/local_lim.h /usr/local/include/linux/limits.h \
+  /usr/local/include/bits/posix2_lim.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/float.h \
+  /usr/include/glib-2.0/glib/garray.h \
+  /usr/include/glib-2.0/glib/gasyncqueue.h \
+  /usr/include/glib-2.0/glib/gthread.h \
+  /usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
+  /usr/include/glib-2.0/glib/gatomic.h \
+  /usr/include/glib-2.0/glib/gbacktrace.h \
+  /usr/include/glib-2.0/glib/gbase64.h \
+  /usr/include/glib-2.0/glib/gbookmarkfile.h /usr/local/include/time.h \
+  /usr/local/include/bits/time.h /usr/local/include/bits/types.h \
+  /usr/local/include/bits/wordsize.h /usr/local/include/bits/typesizes.h \
+  /usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
+  /usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
+  /usr/include/glib-2.0/glib/gcompletion.h \
+  /usr/include/glib-2.0/glib/gconvert.h \
+  /usr/include/glib-2.0/glib/gdataset.h \
+  /usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
+  /usr/include/glib-2.0/glib/gfileutils.h \
+  /usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
+  /usr/include/glib-2.0/glib/giochannel.h \
+  /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
+  /usr/include/glib-2.0/glib/gstring.h \
+  /usr/include/glib-2.0/glib/gunicode.h \
+  /usr/include/glib-2.0/glib/gutils.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stdarg.h \
+  /usr/include/glib-2.0/glib/gkeyfile.h \
+  /usr/include/glib-2.0/glib/gmappedfile.h \
+  /usr/include/glib-2.0/glib/gmarkup.h \
+  /usr/include/glib-2.0/glib/gmessages.h \
+  /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
+  /usr/include/glib-2.0/glib/gpattern.h \
+  /usr/include/glib-2.0/glib/gprimes.h \
+  /usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
+  /usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
+  /usr/include/glib-2.0/glib/gscanner.h \
+  /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
+  /usr/include/glib-2.0/glib/gstrfuncs.h \
+  /usr/include/glib-2.0/glib/gthreadpool.h \
+  /usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
+  /usr/include/glib-2.0/glib-object.h \
+  /usr/include/glib-2.0/gobject/gboxed.h \
+  /usr/include/glib-2.0/gobject/gtype.h \
+  /usr/include/glib-2.0/gobject/genums.h \
+  /usr/include/glib-2.0/gobject/gobject.h \
+  /usr/include/glib-2.0/gobject/gvalue.h \
+  /usr/include/glib-2.0/gobject/gparam.h \
+  /usr/include/glib-2.0/gobject/gclosure.h \
+  /usr/include/glib-2.0/gobject/gsignal.h \
+  /usr/include/glib-2.0/gobject/gmarshal.h \
+  /usr/include/glib-2.0/gobject/gparamspecs.h \
+  /usr/include/glib-2.0/gobject/gsourceclosure.h \
+  /usr/include/glib-2.0/gobject/gtypemodule.h \
+  /usr/include/glib-2.0/gobject/gtypeplugin.h \
+  /usr/include/glib-2.0/gobject/gvaluearray.h \
+  /usr/include/glib-2.0/gobject/gvaluetypes.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h \
+  /usr/include/exo-0.3/exo/exo.h /usr/include/glib-2.0/glib/gi18n-lib.h \
+  /usr/local/include/libintl.h /usr/local/include/locale.h \
+  /usr/local/include/bits/locale.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util-config.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util-enum-types.h \
+  /usr/include/xfce4/libxfce4util/debug.h /usr/local/include/stdio.h \
+  /usr/local/include/libio.h /usr/local/include/_G_config.h \
+  /usr/local/include/wchar.h /usr/local/include/bits/wchar.h \
+  /usr/local/include/gconv.h /usr/local/include/bits/stdio_lim.h \
+  /usr/local/include/bits/sys_errlist.h /usr/local/include/bits/stdio.h \
+  /usr/include/xfce4/libxfce4util/xfce-desktopentry.h \
+  /usr/include/xfce4/libxfce4util/xfce-fileutils.h \
+  /usr/include/xfce4/libxfce4util/xfce-generics.h \
+  /usr/include/xfce4/libxfce4util/xfce-i18n.h \
+  /usr/include/xfce4/libxfce4util/xfce-kiosk.h \
+  /usr/include/xfce4/libxfce4util/xfce-license.h \
+  /usr/include/xfce4/libxfce4util/xfce-miscutils.h \
+  /usr/include/xfce4/libxfce4util/xfce-rc.h \
+  /usr/include/xfce4/libxfce4util/xfce-resource.h \
+  /usr/include/xfce4/libxfce4util/xfce-utf8.h \
+  /usr/include/exo-0.3/exo/exo-config.h \
+  /usr/include/exo-0.3/exo/exo-binding.h \
+  /usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h \
+  /usr/include/gtk-2.0/gtk/gtk.h /usr/include/gtk-2.0/gdk/gdk.h \
+  /usr/include/gtk-2.0/gdk/gdkcairo.h /usr/include/gtk-2.0/gdk/gdkcolor.h \
+  /usr/include/cairo/cairo.h /usr/include/cairo/cairo-features.h \
+  /usr/include/gtk-2.0/gdk/gdktypes.h \
+  /usr/include/pango-1.0/pango/pango.h \
+  /usr/include/pango-1.0/pango/pango-attributes.h \
+  /usr/include/pango-1.0/pango/pango-font.h \
+  /usr/include/pango-1.0/pango/pango-coverage.h \
+  /usr/include/pango-1.0/pango/pango-types.h \
+  /usr/include/pango-1.0/pango/pango-matrix.h \
+  /usr/include/pango-1.0/pango/pango-script.h \
+  /usr/include/pango-1.0/pango/pango-gravity.h \
+  /usr/include/pango-1.0/pango/pango-break.h \
+  /usr/include/pango-1.0/pango/pango-item.h \
+  /usr/include/pango-1.0/pango/pango-context.h \
+  /usr/include/pango-1.0/pango/pango-fontmap.h \
+  /usr/include/pango-1.0/pango/pango-fontset.h \
+  /usr/include/pango-1.0/pango/pango-engine.h \
+  /usr/include/pango-1.0/pango/pango-glyph.h \
+  /usr/include/pango-1.0/pango/pango-enum-types.h \
+  /usr/include/pango-1.0/pango/pango-features.h \
+  /usr/include/pango-1.0/pango/pango-glyph-item.h \
+  /usr/include/pango-1.0/pango/pango-layout.h \
+  /usr/include/pango-1.0/pango/pango-tabs.h \
+  /usr/include/pango-1.0/pango/pango-renderer.h \
+  /usr/include/pango-1.0/pango/pango-utils.h \
+  /usr/lib/gtk-2.0/include/gdkconfig.h \
+  /usr/include/gtk-2.0/gdk/gdkpixbuf.h /usr/include/gtk-2.0/gdk/gdkrgb.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h \
+  /usr/include/glib-2.0/gmodule.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h \
+  /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h \
+  /usr/include/pango-1.0/pango/pangocairo.h \
+  /usr/include/gtk-2.0/gdk/gdkcursor.h \
+  /usr/include/gtk-2.0/gdk/gdkdisplay.h \
+  /usr/include/gtk-2.0/gdk/gdkevents.h /usr/include/gtk-2.0/gdk/gdkdnd.h \
+  /usr/include/gtk-2.0/gdk/gdkinput.h \
+  /usr/include/gtk-2.0/gdk/gdkdrawable.h /usr/include/gtk-2.0/gdk/gdkgc.h \
+  /usr/include/gtk-2.0/gdk/gdkenumtypes.h \
+  /usr/include/gtk-2.0/gdk/gdkfont.h /usr/include/gtk-2.0/gdk/gdkimage.h \
+  /usr/include/gtk-2.0/gdk/gdkkeys.h \
+  /usr/include/gtk-2.0/gdk/gdkdisplaymanager.h \
+  /usr/include/gtk-2.0/gdk/gdkpango.h \
+  /usr/include/gtk-2.0/gdk/gdkpixmap.h \
+  /usr/include/gtk-2.0/gdk/gdkproperty.h \
+  /usr/include/gtk-2.0/gdk/gdkregion.h \
+  /usr/include/gtk-2.0/gdk/gdkscreen.h \
+  /usr/include/gtk-2.0/gdk/gdkselection.h \
+  /usr/include/gtk-2.0/gdk/gdkspawn.h \
+  /usr/include/gtk-2.0/gdk/gdkvisual.h \
+  /usr/include/gtk-2.0/gdk/gdkwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkaboutdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkaccelgroup.h \
+  /usr/include/gtk-2.0/gtk/gtkenums.h /usr/include/gtk-2.0/gtk/gtkbin.h \
+  /usr/include/gtk-2.0/gtk/gtkcontainer.h \
+  /usr/include/gtk-2.0/gtk/gtkwidget.h \
+  /usr/include/gtk-2.0/gtk/gtkobject.h \
+  /usr/include/gtk-2.0/gtk/gtktypeutils.h \
+  /usr/include/gtk-2.0/gtk/gtktypebuiltins.h \
+  /usr/include/gtk-2.0/gtk/gtkdebug.h \
+  /usr/include/gtk-2.0/gtk/gtkadjustment.h \
+  /usr/include/gtk-2.0/gtk/gtkstyle.h \
+  /usr/include/gtk-2.0/gtk/gtksettings.h /usr/include/gtk-2.0/gtk/gtkrc.h \
+  /usr/include/atk-1.0/atk/atkobject.h \
+  /usr/include/atk-1.0/atk/atkstate.h \
+  /usr/include/atk-1.0/atk/atkrelationtype.h \
+  /usr/include/gtk-2.0/gtk/gtkaccellabel.h \
+  /usr/include/gtk-2.0/gtk/gtklabel.h /usr/include/gtk-2.0/gtk/gtkmisc.h \
+  /usr/include/gtk-2.0/gtk/gtkmenu.h \
+  /usr/include/gtk-2.0/gtk/gtkmenushell.h \
+  /usr/include/gtk-2.0/gtk/gtkaccelmap.h \
+  /usr/include/gtk-2.0/gtk/gtkaccessible.h /usr/include/atk-1.0/atk/atk.h \
+  /usr/include/atk-1.0/atk/atkaction.h \
+  /usr/include/atk-1.0/atk/atkcomponent.h \
+  /usr/include/atk-1.0/atk/atkutil.h \
+  /usr/include/atk-1.0/atk/atkdocument.h \
+  /usr/include/atk-1.0/atk/atkeditabletext.h \
+  /usr/include/atk-1.0/atk/atktext.h \
+  /usr/include/atk-1.0/atk/atkgobjectaccessible.h \
+  /usr/include/atk-1.0/atk/atkhyperlink.h \
+  /usr/include/atk-1.0/atk/atkhyperlinkimpl.h \
+  /usr/include/atk-1.0/atk/atkhypertext.h \
+  /usr/include/atk-1.0/atk/atkimage.h \
+  /usr/include/atk-1.0/atk/atknoopobject.h \
+  /usr/include/atk-1.0/atk/atknoopobjectfactory.h \
+  /usr/include/atk-1.0/atk/atkobjectfactory.h \
+  /usr/include/atk-1.0/atk/atkregistry.h \
+  /usr/include/atk-1.0/atk/atkobjectfactory.h \
+  /usr/include/atk-1.0/atk/atkrelation.h \
+  /usr/include/atk-1.0/atk/atkrelationset.h \
+  /usr/include/atk-1.0/atk/atkselection.h \
+  /usr/include/atk-1.0/atk/atkstateset.h \
+  /usr/include/atk-1.0/atk/atkstreamablecontent.h \
+  /usr/include/atk-1.0/atk/atktable.h /usr/include/atk-1.0/atk/atkmisc.h \
+  /usr/include/atk-1.0/atk/atkvalue.h \
+  /usr/include/gtk-2.0/gtk/gtkaction.h \
+  /usr/include/gtk-2.0/gtk/gtkactiongroup.h \
+  /usr/include/gtk-2.0/gtk/gtkitemfactory.h \
+  /usr/include/gtk-2.0/gtk/gtkalignment.h \
+  /usr/include/gtk-2.0/gtk/gtkarrow.h \
+  /usr/include/gtk-2.0/gtk/gtkaspectframe.h \
+  /usr/include/gtk-2.0/gtk/gtkframe.h \
+  /usr/include/gtk-2.0/gtk/gtkassistant.h \
+  /usr/include/gtk-2.0/gtk/gtkbbox.h /usr/include/gtk-2.0/gtk/gtkbox.h \
+  /usr/include/gtk-2.0/gtk/gtkbindings.h \
+  /usr/include/gtk-2.0/gtk/gtkbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkimage.h \
+  /usr/include/gtk-2.0/gtk/gtkcalendar.h \
+  /usr/include/gtk-2.0/gtk/gtksignal.h \
+  /usr/include/gtk-2.0/gtk/gtkmarshal.h \
+  /usr/include/gtk-2.0/gtk/gtkcelllayout.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderer.h \
+  /usr/include/gtk-2.0/gtk/gtkcelleditable.h \
+  /usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h \
+  /usr/include/gtk-2.0/gtk/gtktreemodel.h \
+  /usr/include/gtk-2.0/gtk/gtktreesortable.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderertext.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderertext.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrendererspin.h \
+  /usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h \
+  /usr/include/gtk-2.0/gtk/gtkcellview.h \
+  /usr/include/gtk-2.0/gtk/gtkcheckbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktogglebutton.h \
+  /usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkmenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkitem.h \
+  /usr/include/gtk-2.0/gtk/gtkclipboard.h \
+  /usr/include/gtk-2.0/gtk/gtkselection.h \
+  /usr/include/gtk-2.0/gtk/gtktextiter.h \
+  /usr/include/gtk-2.0/gtk/gtktexttag.h \
+  /usr/include/gtk-2.0/gtk/gtktextchild.h \
+  /usr/include/gtk-2.0/gtk/gtkclist.h \
+  /usr/include/gtk-2.0/gtk/gtkhscrollbar.h \
+  /usr/include/gtk-2.0/gtk/gtkscrollbar.h \
+  /usr/include/gtk-2.0/gtk/gtkrange.h \
+  /usr/include/gtk-2.0/gtk/gtkvscrollbar.h \
+  /usr/include/gtk-2.0/gtk/gtkcolorbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkcolorsel.h \
+  /usr/include/gtk-2.0/gtk/gtkvbox.h \
+  /usr/include/gtk-2.0/gtk/gtkcolorseldialog.h \
+  /usr/include/gtk-2.0/gtk/gtkcombo.h /usr/include/gtk-2.0/gtk/gtkhbox.h \
+  /usr/include/gtk-2.0/gtk/gtkcombobox.h \
+  /usr/include/gtk-2.0/gtk/gtktreeview.h \
+  /usr/include/gtk-2.0/gtk/gtkdnd.h /usr/include/gtk-2.0/gtk/gtkentry.h \
+  /usr/include/gtk-2.0/gtk/gtkeditable.h \
+  /usr/include/gtk-2.0/gtk/gtkimcontext.h \
+  /usr/include/gtk-2.0/gtk/gtkentrycompletion.h \
+  /usr/include/gtk-2.0/gtk/gtkliststore.h \
+  /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h \
+  /usr/include/gtk-2.0/gtk/gtkcomboboxentry.h \
+  /usr/include/gtk-2.0/gtk/gtkctree.h /usr/include/gtk-2.0/gtk/gtkcurve.h \
+  /usr/include/gtk-2.0/gtk/gtkdrawingarea.h \
+  /usr/include/gtk-2.0/gtk/gtkeventbox.h \
+  /usr/include/gtk-2.0/gtk/gtkexpander.h \
+  /usr/include/gtk-2.0/gtk/gtkfilesel.h \
+  /usr/include/gtk-2.0/gtk/gtkfixed.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooser.h \
+  /usr/include/gtk-2.0/gtk/gtkfilefilter.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooser.h \
+  /usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h \
+  /usr/include/gtk-2.0/gtk/gtkfontbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkfontsel.h \
+  /usr/include/gtk-2.0/gtk/gtkgamma.h /usr/include/gtk-2.0/gtk/gtkgc.h \
+  /usr/include/gtk-2.0/gtk/gtkhandlebox.h \
+  /usr/include/gtk-2.0/gtk/gtkhbbox.h \
+  /usr/include/gtk-2.0/gtk/gtkhpaned.h \
+  /usr/include/gtk-2.0/gtk/gtkpaned.h \
+  /usr/include/gtk-2.0/gtk/gtkhruler.h \
+  /usr/include/gtk-2.0/gtk/gtkruler.h \
+  /usr/include/gtk-2.0/gtk/gtkhscale.h \
+  /usr/include/gtk-2.0/gtk/gtkscale.h \
+  /usr/include/gtk-2.0/gtk/gtkhseparator.h \
+  /usr/include/gtk-2.0/gtk/gtkseparator.h \
+  /usr/include/gtk-2.0/gtk/gtkiconfactory.h \
+  /usr/include/gtk-2.0/gtk/gtkicontheme.h \
+  /usr/include/gtk-2.0/gtk/gtkiconview.h \
+  /usr/include/gtk-2.0/gtk/gtkimagemenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkimcontextsimple.h \
+  /usr/include/gtk-2.0/gtk/gtkimmulticontext.h \
+  /usr/include/gtk-2.0/gtk/gtkinputdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkinvisible.h \
+  /usr/include/gtk-2.0/gtk/gtklayout.h \
+  /usr/include/gtk-2.0/gtk/gtklinkbutton.h \
+  /usr/include/gtk-2.0/gtk/gtklist.h \
+  /usr/include/gtk-2.0/gtk/gtklistitem.h \
+  /usr/include/gtk-2.0/gtk/gtkmain.h \
+  /usr/include/gtk-2.0/gtk/gtkmenubar.h \
+  /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkmenu.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolitem.h \
+  /usr/include/gtk-2.0/gtk/gtktooltips.h \
+  /usr/include/gtk-2.0/gtk/gtkmessagedialog.h \
+  /usr/include/gtk-2.0/gtk/gtkmodules.h \
+  /usr/include/gtk-2.0/gtk/gtknotebook.h \
+  /usr/include/gtk-2.0/gtk/gtkoldeditable.h \
+  /usr/include/gtk-2.0/gtk/gtkoptionmenu.h \
+  /usr/include/gtk-2.0/gtk/gtkpixmap.h /usr/include/gtk-2.0/gtk/gtkplug.h \
+  /usr/include/gtk-2.0/gtk/gtksocket.h \
+  /usr/include/gtk-2.0/gtk/gtkpreview.h \
+  /usr/include/gtk-2.0/gtk/gtkprintoperation.h \
+  /usr/include/gtk-2.0/gtk/gtkmain.h /usr/include/gtk-2.0/gtk/gtkenums.h \
+  /usr/include/gtk-2.0/gtk/gtkwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkpagesetup.h \
+  /usr/include/gtk-2.0/gtk/gtkpapersize.h \
+  /usr/include/gtk-2.0/gtk/gtkprintsettings.h \
+  /usr/include/gtk-2.0/gtk/gtkprintcontext.h \
+  /usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h \
+  /usr/include/gtk-2.0/gtk/gtkprogress.h \
+  /usr/include/gtk-2.0/gtk/gtkprogressbar.h \
+  /usr/include/gtk-2.0/gtk/gtkradioaction.h \
+  /usr/include/gtk-2.0/gtk/gtktoggleaction.h \
+  /usr/include/gtk-2.0/gtk/gtkradiobutton.h \
+  /usr/include/gtk-2.0/gtk/gtkradiomenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooser.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentmanager.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentfilter.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooser.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentfilter.h \
+  /usr/include/gtk-2.0/gtk/gtkrecentmanager.h \
+  /usr/include/gtk-2.0/gtk/gtkscrolledwindow.h \
+  /usr/include/gtk-2.0/gtk/gtkviewport.h \
+  /usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h \
+  /usr/include/gtk-2.0/gtk/gtksizegroup.h \
+  /usr/include/gtk-2.0/gtk/gtkspinbutton.h \
+  /usr/include/gtk-2.0/gtk/gtkstatusbar.h \
+  /usr/include/gtk-2.0/gtk/gtkstatusicon.h \
+  /usr/include/gtk-2.0/gtk/gtkstock.h /usr/include/gtk-2.0/gtk/gtktable.h \
+  /usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h \
+  /usr/include/gtk-2.0/gtk/gtktext.h \
+  /usr/include/gtk-2.0/gtk/gtktextbuffer.h \
+  /usr/include/gtk-2.0/gtk/gtktexttagtable.h \
+  /usr/include/gtk-2.0/gtk/gtktextmark.h \
+  /usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h \
+  /usr/include/gtk-2.0/gtk/gtktextview.h \
+  /usr/include/gtk-2.0/gtk/gtktipsquery.h \
+  /usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbar.h \
+  /usr/include/gtk-2.0/gtk/gtktoolbutton.h \
+  /usr/include/gtk-2.0/gtk/gtktoolitem.h \
+  /usr/include/gtk-2.0/gtk/gtktree.h \
+  /usr/include/gtk-2.0/gtk/gtktreednd.h \
+  /usr/include/gtk-2.0/gtk/gtktreeitem.h \
+  /usr/include/gtk-2.0/gtk/gtktreemodelsort.h \
+  /usr/include/gtk-2.0/gtk/gtktreeselection.h \
+  /usr/include/gtk-2.0/gtk/gtktreestore.h \
+  /usr/include/gtk-2.0/gtk/gtkuimanager.h \
+  /usr/include/gtk-2.0/gtk/gtkvbbox.h \
+  /usr/include/gtk-2.0/gtk/gtkversion.h \
+  /usr/include/gtk-2.0/gtk/gtkvpaned.h \
+  /usr/include/gtk-2.0/gtk/gtkvruler.h \
+  /usr/include/gtk-2.0/gtk/gtkvscale.h \
+  /usr/include/gtk-2.0/gtk/gtkvseparator.h \
+  /usr/include/exo-0.3/exo/exo-cell-renderer-icon.h \
+  /usr/include/exo-0.3/exo/exo-ellipsized-label.h \
+  /usr/include/exo-0.3/exo/exo-execute.h \
+  /usr/include/exo-0.3/exo/exo-enum-types.h \
+  /usr/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h \
+  /usr/include/exo-0.3/exo/exo-gtk-extensions.h \
+  /usr/include/exo-0.3/exo/exo-gobject-extensions.h \
+  /usr/include/exo-0.3/exo/exo-icon-bar.h \
+  /usr/include/exo-0.3/exo/exo-icon-chooser-dialog.h \
+  /usr/include/exo-0.3/exo/exo-icon-view.h \
+  /usr/include/exo-0.3/exo/exo-md5.h \
+  /usr/include/exo-0.3/exo/exo-mount-point.h \
+  /usr/include/exo-0.3/exo/exo-pango-extensions.h \
+  /usr/include/exo-0.3/exo/exo-string.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-editor.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-view.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-model.h \
+  /usr/include/exo-0.3/exo/exo-toolbars-editor-dialog.h \
+  /usr/include/exo-0.3/exo/exo-tree-view.h \
+  /usr/include/exo-0.3/exo/exo-url.h /usr/include/exo-0.3/exo/exo-utils.h \
+  /usr/include/exo-0.3/exo/exo-wrap-table.h \
+  /usr/include/exo-0.3/exo/exo-xsession-client.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-info.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-path.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-types.h \
+  /usr/local/include/sys/types.h /usr/local/include/endian.h \
+  /usr/local/include/bits/endian.h /usr/local/include/sys/select.h \
+  /usr/local/include/bits/select.h /usr/local/include/bits/sigset.h \
+  /usr/local/include/sys/sysmacros.h \
+  /usr/local/include/bits/pthreadtypes.h /usr/local/include/unistd.h \
+  /usr/local/include/bits/posix_opt.h /usr/local/include/bits/confname.h \
+  /usr/local/include/getopt.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-interactive-job.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-job.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-action.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-handler.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-application.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-database.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-monitor.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-thumb.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h \
+  ../../libsqueeze/libsqueeze.h ../../libsqueeze/libsqueeze-archive.h \
+  ../../libsqueeze/libsqueeze-view.h
+
+../../config.h:
+
+/usr/include/glib-2.0/glib.h:
+
+/usr/include/glib-2.0/glib/galloca.h:
+
+/usr/include/glib-2.0/glib/gtypes.h:
+
+/usr/lib/glib-2.0/include/glibconfig.h:
+
+/usr/include/glib-2.0/glib/gmacros.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stddef.h:
+
+/usr/local/include/limits.h:
+
+/usr/local/include/features.h:
+
+/usr/local/include/sys/cdefs.h:
+
+/usr/local/include/gnu/stubs.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/limits.h:
+
+/usr/local/include/bits/posix1_lim.h:
+
+/usr/local/include/bits/local_lim.h:
+
+/usr/local/include/linux/limits.h:
+
+/usr/local/include/bits/posix2_lim.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/float.h:
+
+/usr/include/glib-2.0/glib/garray.h:
+
+/usr/include/glib-2.0/glib/gasyncqueue.h:
+
+/usr/include/glib-2.0/glib/gthread.h:
+
+/usr/include/glib-2.0/glib/gerror.h:
+
+/usr/include/glib-2.0/glib/gquark.h:
+
+/usr/include/glib-2.0/glib/gatomic.h:
+
+/usr/include/glib-2.0/glib/gbacktrace.h:
+
+/usr/include/glib-2.0/glib/gbase64.h:
+
+/usr/include/glib-2.0/glib/gbookmarkfile.h:
+
+/usr/local/include/time.h:
+
+/usr/local/include/bits/time.h:
+
+/usr/local/include/bits/types.h:
+
+/usr/local/include/bits/wordsize.h:
+
+/usr/local/include/bits/typesizes.h:
+
+/usr/include/glib-2.0/glib/gcache.h:
+
+/usr/include/glib-2.0/glib/glist.h:
+
+/usr/include/glib-2.0/glib/gmem.h:
+
+/usr/include/glib-2.0/glib/gslice.h:
+
+/usr/include/glib-2.0/glib/gcompletion.h:
+
+/usr/include/glib-2.0/glib/gconvert.h:
+
+/usr/include/glib-2.0/glib/gdataset.h:
+
+/usr/include/glib-2.0/glib/gdate.h:
+
+/usr/include/glib-2.0/glib/gdir.h:
+
+/usr/include/glib-2.0/glib/gfileutils.h:
+
+/usr/include/glib-2.0/glib/ghash.h:
+
+/usr/include/glib-2.0/glib/ghook.h:
+
+/usr/include/glib-2.0/glib/giochannel.h:
+
+/usr/include/glib-2.0/glib/gmain.h:
+
+/usr/include/glib-2.0/glib/gslist.h:
+
+/usr/include/glib-2.0/glib/gstring.h:
+
+/usr/include/glib-2.0/glib/gunicode.h:
+
+/usr/include/glib-2.0/glib/gutils.h:
+
+/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stdarg.h:
+
+/usr/include/glib-2.0/glib/gkeyfile.h:
+
+/usr/include/glib-2.0/glib/gmappedfile.h:
+
+/usr/include/glib-2.0/glib/gmarkup.h:
+
+/usr/include/glib-2.0/glib/gmessages.h:
+
+/usr/include/glib-2.0/glib/gnode.h:
+
+/usr/include/glib-2.0/glib/goption.h:
+
+/usr/include/glib-2.0/glib/gpattern.h:
+
+/usr/include/glib-2.0/glib/gprimes.h:
+
+/usr/include/glib-2.0/glib/gqsort.h:
+
+/usr/include/glib-2.0/glib/gqueue.h:
+
+/usr/include/glib-2.0/glib/grand.h:
+
+/usr/include/glib-2.0/glib/grel.h:
+
+/usr/include/glib-2.0/glib/gscanner.h:
+
+/usr/include/glib-2.0/glib/gshell.h:
+
+/usr/include/glib-2.0/glib/gspawn.h:
+
+/usr/include/glib-2.0/glib/gstrfuncs.h:
+
+/usr/include/glib-2.0/glib/gthreadpool.h:
+
+/usr/include/glib-2.0/glib/gtimer.h:
+
+/usr/include/glib-2.0/glib/gtree.h:
+
+/usr/include/glib-2.0/glib-object.h:
+
+/usr/include/glib-2.0/gobject/gboxed.h:
+
+/usr/include/glib-2.0/gobject/gtype.h:
+
+/usr/include/glib-2.0/gobject/genums.h:
+
+/usr/include/glib-2.0/gobject/gobject.h:
+
+/usr/include/glib-2.0/gobject/gvalue.h:
+
+/usr/include/glib-2.0/gobject/gparam.h:
+
+/usr/include/glib-2.0/gobject/gclosure.h:
+
+/usr/include/glib-2.0/gobject/gsignal.h:
+
+/usr/include/glib-2.0/gobject/gmarshal.h:
+
+/usr/include/glib-2.0/gobject/gparamspecs.h:
+
+/usr/include/glib-2.0/gobject/gsourceclosure.h:
+
+/usr/include/glib-2.0/gobject/gtypemodule.h:
+
+/usr/include/glib-2.0/gobject/gtypeplugin.h:
+
+/usr/include/glib-2.0/gobject/gvaluearray.h:
+
+/usr/include/glib-2.0/gobject/gvaluetypes.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h:
+
+/usr/include/exo-0.3/exo/exo.h:
+
+/usr/include/glib-2.0/glib/gi18n-lib.h:
+
+/usr/local/include/libintl.h:
+
+/usr/local/include/locale.h:
+
+/usr/local/include/bits/locale.h:
+
+/usr/include/xfce4/libxfce4util/libxfce4util.h:
+
+/usr/include/xfce4/libxfce4util/libxfce4util-config.h:
+
+/usr/include/xfce4/libxfce4util/libxfce4util-enum-types.h:
+
+/usr/include/xfce4/libxfce4util/debug.h:
+
+/usr/local/include/stdio.h:
+
+/usr/local/include/libio.h:
+
+/usr/local/include/_G_config.h:
+
+/usr/local/include/wchar.h:
+
+/usr/local/include/bits/wchar.h:
+
+/usr/local/include/gconv.h:
+
+/usr/local/include/bits/stdio_lim.h:
+
+/usr/local/include/bits/sys_errlist.h:
+
+/usr/local/include/bits/stdio.h:
+
+/usr/include/xfce4/libxfce4util/xfce-desktopentry.h:
+
+/usr/include/xfce4/libxfce4util/xfce-fileutils.h:
+
+/usr/include/xfce4/libxfce4util/xfce-generics.h:
+
+/usr/include/xfce4/libxfce4util/xfce-i18n.h:
+
+/usr/include/xfce4/libxfce4util/xfce-kiosk.h:
+
+/usr/include/xfce4/libxfce4util/xfce-license.h:
+
+/usr/include/xfce4/libxfce4util/xfce-miscutils.h:
+
+/usr/include/xfce4/libxfce4util/xfce-rc.h:
+
+/usr/include/xfce4/libxfce4util/xfce-resource.h:
+
+/usr/include/xfce4/libxfce4util/xfce-utf8.h:
+
+/usr/include/exo-0.3/exo/exo-config.h:
+
+/usr/include/exo-0.3/exo/exo-binding.h:
+
+/usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h:
+
+/usr/include/gtk-2.0/gtk/gtk.h:
+
+/usr/include/gtk-2.0/gdk/gdk.h:
+
+/usr/include/gtk-2.0/gdk/gdkcairo.h:
+
+/usr/include/gtk-2.0/gdk/gdkcolor.h:
+
+/usr/include/cairo/cairo.h:
+
+/usr/include/cairo/cairo-features.h:
+
+/usr/include/gtk-2.0/gdk/gdktypes.h:
+
+/usr/include/pango-1.0/pango/pango.h:
+
+/usr/include/pango-1.0/pango/pango-attributes.h:
+
+/usr/include/pango-1.0/pango/pango-font.h:
+
+/usr/include/pango-1.0/pango/pango-coverage.h:
+
+/usr/include/pango-1.0/pango/pango-types.h:
+
+/usr/include/pango-1.0/pango/pango-matrix.h:
+
+/usr/include/pango-1.0/pango/pango-script.h:
+
+/usr/include/pango-1.0/pango/pango-gravity.h:
+
+/usr/include/pango-1.0/pango/pango-break.h:
+
+/usr/include/pango-1.0/pango/pango-item.h:
+
+/usr/include/pango-1.0/pango/pango-context.h:
+
+/usr/include/pango-1.0/pango/pango-fontmap.h:
+
+/usr/include/pango-1.0/pango/pango-fontset.h:
+
+/usr/include/pango-1.0/pango/pango-engine.h:
+
+/usr/include/pango-1.0/pango/pango-glyph.h:
+
+/usr/include/pango-1.0/pango/pango-enum-types.h:
+
+/usr/include/pango-1.0/pango/pango-features.h:
+
+/usr/include/pango-1.0/pango/pango-glyph-item.h:
+
+/usr/include/pango-1.0/pango/pango-layout.h:
+
+/usr/include/pango-1.0/pango/pango-tabs.h:
+
+/usr/include/pango-1.0/pango/pango-renderer.h:
+
+/usr/include/pango-1.0/pango/pango-utils.h:
+
+/usr/lib/gtk-2.0/include/gdkconfig.h:
+
+/usr/include/gtk-2.0/gdk/gdkpixbuf.h:
+
+/usr/include/gtk-2.0/gdk/gdkrgb.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h:
+
+/usr/include/glib-2.0/gmodule.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h:
+
+/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h:
+
+/usr/include/pango-1.0/pango/pangocairo.h:
+
+/usr/include/gtk-2.0/gdk/gdkcursor.h:
+
+/usr/include/gtk-2.0/gdk/gdkdisplay.h:
+
+/usr/include/gtk-2.0/gdk/gdkevents.h:
+
+/usr/include/gtk-2.0/gdk/gdkdnd.h:
+
+/usr/include/gtk-2.0/gdk/gdkinput.h:
+
+/usr/include/gtk-2.0/gdk/gdkdrawable.h:
+
+/usr/include/gtk-2.0/gdk/gdkgc.h:
+
+/usr/include/gtk-2.0/gdk/gdkenumtypes.h:
+
+/usr/include/gtk-2.0/gdk/gdkfont.h:
+
+/usr/include/gtk-2.0/gdk/gdkimage.h:
+
+/usr/include/gtk-2.0/gdk/gdkkeys.h:
+
+/usr/include/gtk-2.0/gdk/gdkdisplaymanager.h:
+
+/usr/include/gtk-2.0/gdk/gdkpango.h:
+
+/usr/include/gtk-2.0/gdk/gdkpixmap.h:
+
+/usr/include/gtk-2.0/gdk/gdkproperty.h:
+
+/usr/include/gtk-2.0/gdk/gdkregion.h:
+
+/usr/include/gtk-2.0/gdk/gdkscreen.h:
+
+/usr/include/gtk-2.0/gdk/gdkselection.h:
+
+/usr/include/gtk-2.0/gdk/gdkspawn.h:
+
+/usr/include/gtk-2.0/gdk/gdkvisual.h:
+
+/usr/include/gtk-2.0/gdk/gdkwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:
+
+/usr/include/gtk-2.0/gtk/gtkenums.h:
+
+/usr/include/gtk-2.0/gtk/gtkbin.h:
+
+/usr/include/gtk-2.0/gtk/gtkcontainer.h:
+
+/usr/include/gtk-2.0/gtk/gtkwidget.h:
+
+/usr/include/gtk-2.0/gtk/gtkobject.h:
+
+/usr/include/gtk-2.0/gtk/gtktypeutils.h:
+
+/usr/include/gtk-2.0/gtk/gtktypebuiltins.h:
+
+/usr/include/gtk-2.0/gtk/gtkdebug.h:
+
+/usr/include/gtk-2.0/gtk/gtkadjustment.h:
+
+/usr/include/gtk-2.0/gtk/gtkstyle.h:
+
+/usr/include/gtk-2.0/gtk/gtksettings.h:
+
+/usr/include/gtk-2.0/gtk/gtkrc.h:
+
+/usr/include/atk-1.0/atk/atkobject.h:
+
+/usr/include/atk-1.0/atk/atkstate.h:
+
+/usr/include/atk-1.0/atk/atkrelationtype.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccellabel.h:
+
+/usr/include/gtk-2.0/gtk/gtklabel.h:
+
+/usr/include/gtk-2.0/gtk/gtkmisc.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenu.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenushell.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccelmap.h:
+
+/usr/include/gtk-2.0/gtk/gtkaccessible.h:
+
+/usr/include/atk-1.0/atk/atk.h:
+
+/usr/include/atk-1.0/atk/atkaction.h:
+
+/usr/include/atk-1.0/atk/atkcomponent.h:
+
+/usr/include/atk-1.0/atk/atkutil.h:
+
+/usr/include/atk-1.0/atk/atkdocument.h:
+
+/usr/include/atk-1.0/atk/atkeditabletext.h:
+
+/usr/include/atk-1.0/atk/atktext.h:
+
+/usr/include/atk-1.0/atk/atkgobjectaccessible.h:
+
+/usr/include/atk-1.0/atk/atkhyperlink.h:
+
+/usr/include/atk-1.0/atk/atkhyperlinkimpl.h:
+
+/usr/include/atk-1.0/atk/atkhypertext.h:
+
+/usr/include/atk-1.0/atk/atkimage.h:
+
+/usr/include/atk-1.0/atk/atknoopobject.h:
+
+/usr/include/atk-1.0/atk/atknoopobjectfactory.h:
+
+/usr/include/atk-1.0/atk/atkobjectfactory.h:
+
+/usr/include/atk-1.0/atk/atkregistry.h:
+
+/usr/include/atk-1.0/atk/atkobjectfactory.h:
+
+/usr/include/atk-1.0/atk/atkrelation.h:
+
+/usr/include/atk-1.0/atk/atkrelationset.h:
+
+/usr/include/atk-1.0/atk/atkselection.h:
+
+/usr/include/atk-1.0/atk/atkstateset.h:
+
+/usr/include/atk-1.0/atk/atkstreamablecontent.h:
+
+/usr/include/atk-1.0/atk/atktable.h:
+
+/usr/include/atk-1.0/atk/atkmisc.h:
+
+/usr/include/atk-1.0/atk/atkvalue.h:
+
+/usr/include/gtk-2.0/gtk/gtkaction.h:
+
+/usr/include/gtk-2.0/gtk/gtkactiongroup.h:
+
+/usr/include/gtk-2.0/gtk/gtkitemfactory.h:
+
+/usr/include/gtk-2.0/gtk/gtkalignment.h:
+
+/usr/include/gtk-2.0/gtk/gtkarrow.h:
+
+/usr/include/gtk-2.0/gtk/gtkaspectframe.h:
+
+/usr/include/gtk-2.0/gtk/gtkframe.h:
+
+/usr/include/gtk-2.0/gtk/gtkassistant.h:
+
+/usr/include/gtk-2.0/gtk/gtkbbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkbindings.h:
+
+/usr/include/gtk-2.0/gtk/gtkbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkimage.h:
+
+/usr/include/gtk-2.0/gtk/gtkcalendar.h:
+
+/usr/include/gtk-2.0/gtk/gtksignal.h:
+
+/usr/include/gtk-2.0/gtk/gtkmarshal.h:
+
+/usr/include/gtk-2.0/gtk/gtkcelllayout.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:
+
+/usr/include/gtk-2.0/gtk/gtkcelleditable.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:
+
+/usr/include/gtk-2.0/gtk/gtktreemodel.h:
+
+/usr/include/gtk-2.0/gtk/gtktreesortable.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrendererspin.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:
+
+/usr/include/gtk-2.0/gtk/gtkcellview.h:
+
+/usr/include/gtk-2.0/gtk/gtkcheckbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktogglebutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkclipboard.h:
+
+/usr/include/gtk-2.0/gtk/gtkselection.h:
+
+/usr/include/gtk-2.0/gtk/gtktextiter.h:
+
+/usr/include/gtk-2.0/gtk/gtktexttag.h:
+
+/usr/include/gtk-2.0/gtk/gtktextchild.h:
+
+/usr/include/gtk-2.0/gtk/gtkclist.h:
+
+/usr/include/gtk-2.0/gtk/gtkhscrollbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkscrollbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkrange.h:
+
+/usr/include/gtk-2.0/gtk/gtkvscrollbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkcolorbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkcolorsel.h:
+
+/usr/include/gtk-2.0/gtk/gtkvbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkcombo.h:
+
+/usr/include/gtk-2.0/gtk/gtkhbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkcombobox.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeview.h:
+
+/usr/include/gtk-2.0/gtk/gtkdnd.h:
+
+/usr/include/gtk-2.0/gtk/gtkentry.h:
+
+/usr/include/gtk-2.0/gtk/gtkeditable.h:
+
+/usr/include/gtk-2.0/gtk/gtkimcontext.h:
+
+/usr/include/gtk-2.0/gtk/gtkentrycompletion.h:
+
+/usr/include/gtk-2.0/gtk/gtkliststore.h:
+
+/usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkcomboboxentry.h:
+
+/usr/include/gtk-2.0/gtk/gtkctree.h:
+
+/usr/include/gtk-2.0/gtk/gtkcurve.h:
+
+/usr/include/gtk-2.0/gtk/gtkdrawingarea.h:
+
+/usr/include/gtk-2.0/gtk/gtkeventbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkexpander.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilesel.h:
+
+/usr/include/gtk-2.0/gtk/gtkfixed.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilefilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h:
+
+/usr/include/gtk-2.0/gtk/gtkfontbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkfontsel.h:
+
+/usr/include/gtk-2.0/gtk/gtkgamma.h:
+
+/usr/include/gtk-2.0/gtk/gtkgc.h:
+
+/usr/include/gtk-2.0/gtk/gtkhandlebox.h:
+
+/usr/include/gtk-2.0/gtk/gtkhbbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkhpaned.h:
+
+/usr/include/gtk-2.0/gtk/gtkpaned.h:
+
+/usr/include/gtk-2.0/gtk/gtkhruler.h:
+
+/usr/include/gtk-2.0/gtk/gtkruler.h:
+
+/usr/include/gtk-2.0/gtk/gtkhscale.h:
+
+/usr/include/gtk-2.0/gtk/gtkscale.h:
+
+/usr/include/gtk-2.0/gtk/gtkhseparator.h:
+
+/usr/include/gtk-2.0/gtk/gtkseparator.h:
+
+/usr/include/gtk-2.0/gtk/gtkiconfactory.h:
+
+/usr/include/gtk-2.0/gtk/gtkicontheme.h:
+
+/usr/include/gtk-2.0/gtk/gtkiconview.h:
+
+/usr/include/gtk-2.0/gtk/gtkimagemenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:
+
+/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:
+
+/usr/include/gtk-2.0/gtk/gtkinputdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkinvisible.h:
+
+/usr/include/gtk-2.0/gtk/gtklayout.h:
+
+/usr/include/gtk-2.0/gtk/gtklinkbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtklist.h:
+
+/usr/include/gtk-2.0/gtk/gtklistitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkmain.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenubar.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkmenu.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktooltips.h:
+
+/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkmodules.h:
+
+/usr/include/gtk-2.0/gtk/gtknotebook.h:
+
+/usr/include/gtk-2.0/gtk/gtkoldeditable.h:
+
+/usr/include/gtk-2.0/gtk/gtkoptionmenu.h:
+
+/usr/include/gtk-2.0/gtk/gtkpixmap.h:
+
+/usr/include/gtk-2.0/gtk/gtkplug.h:
+
+/usr/include/gtk-2.0/gtk/gtksocket.h:
+
+/usr/include/gtk-2.0/gtk/gtkpreview.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintoperation.h:
+
+/usr/include/gtk-2.0/gtk/gtkmain.h:
+
+/usr/include/gtk-2.0/gtk/gtkenums.h:
+
+/usr/include/gtk-2.0/gtk/gtkwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkpagesetup.h:
+
+/usr/include/gtk-2.0/gtk/gtkpapersize.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintsettings.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintcontext.h:
+
+/usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h:
+
+/usr/include/gtk-2.0/gtk/gtkprogress.h:
+
+/usr/include/gtk-2.0/gtk/gtkprogressbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkradioaction.h:
+
+/usr/include/gtk-2.0/gtk/gtktoggleaction.h:
+
+/usr/include/gtk-2.0/gtk/gtkradiobutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkradiomenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentmanager.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentfilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooser.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentfilter.h:
+
+/usr/include/gtk-2.0/gtk/gtkrecentmanager.h:
+
+/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:
+
+/usr/include/gtk-2.0/gtk/gtkviewport.h:
+
+/usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h:
+
+/usr/include/gtk-2.0/gtk/gtksizegroup.h:
+
+/usr/include/gtk-2.0/gtk/gtkspinbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtkstatusbar.h:
+
+/usr/include/gtk-2.0/gtk/gtkstatusicon.h:
+
+/usr/include/gtk-2.0/gtk/gtkstock.h:
+
+/usr/include/gtk-2.0/gtk/gtktable.h:
+
+/usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktext.h:
+
+/usr/include/gtk-2.0/gtk/gtktextbuffer.h:
+
+/usr/include/gtk-2.0/gtk/gtktexttagtable.h:
+
+/usr/include/gtk-2.0/gtk/gtktextmark.h:
+
+/usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h:
+
+/usr/include/gtk-2.0/gtk/gtktextview.h:
+
+/usr/include/gtk-2.0/gtk/gtktipsquery.h:
+
+/usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbar.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolbutton.h:
+
+/usr/include/gtk-2.0/gtk/gtktoolitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktree.h:
+
+/usr/include/gtk-2.0/gtk/gtktreednd.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeitem.h:
+
+/usr/include/gtk-2.0/gtk/gtktreemodelsort.h:
+
+/usr/include/gtk-2.0/gtk/gtktreeselection.h:
+
+/usr/include/gtk-2.0/gtk/gtktreestore.h:
+
+/usr/include/gtk-2.0/gtk/gtkuimanager.h:
+
+/usr/include/gtk-2.0/gtk/gtkvbbox.h:
+
+/usr/include/gtk-2.0/gtk/gtkversion.h:
+
+/usr/include/gtk-2.0/gtk/gtkvpaned.h:
+
+/usr/include/gtk-2.0/gtk/gtkvruler.h:
+
+/usr/include/gtk-2.0/gtk/gtkvscale.h:
+
+/usr/include/gtk-2.0/gtk/gtkvseparator.h:
+
+/usr/include/exo-0.3/exo/exo-cell-renderer-icon.h:
+
+/usr/include/exo-0.3/exo/exo-ellipsized-label.h:
+
+/usr/include/exo-0.3/exo/exo-execute.h:
+
+/usr/include/exo-0.3/exo/exo-enum-types.h:
+
+/usr/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-gtk-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-gobject-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-icon-bar.h:
+
+/usr/include/exo-0.3/exo/exo-icon-chooser-dialog.h:
+
+/usr/include/exo-0.3/exo/exo-icon-view.h:
+
+/usr/include/exo-0.3/exo/exo-md5.h:
+
+/usr/include/exo-0.3/exo/exo-mount-point.h:
+
+/usr/include/exo-0.3/exo/exo-pango-extensions.h:
+
+/usr/include/exo-0.3/exo/exo-string.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-editor.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-view.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-model.h:
+
+/usr/include/exo-0.3/exo/exo-toolbars-editor-dialog.h:
+
+/usr/include/exo-0.3/exo/exo-tree-view.h:
+
+/usr/include/exo-0.3/exo/exo-url.h:
+
+/usr/include/exo-0.3/exo/exo-utils.h:
+
+/usr/include/exo-0.3/exo/exo-wrap-table.h:
+
+/usr/include/exo-0.3/exo/exo-xsession-client.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-info.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-path.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-types.h:
+
+/usr/local/include/sys/types.h:
+
+/usr/local/include/endian.h:
+
+/usr/local/include/bits/endian.h:
+
+/usr/local/include/sys/select.h:
+
+/usr/local/include/bits/select.h:
+
+/usr/local/include/bits/sigset.h:
+
+/usr/local/include/sys/sysmacros.h:
+
+/usr/local/include/bits/pthreadtypes.h:
+
+/usr/local/include/unistd.h:
+
+/usr/local/include/bits/posix_opt.h:
+
+/usr/local/include/bits/confname.h:
+
+/usr/local/include/getopt.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-interactive-job.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-job.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-action.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-handler.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-application.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-database.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-monitor.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-thumb.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h:
+
+/usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h:
+
+../../libsqueeze/libsqueeze.h:
+
+../../libsqueeze/libsqueeze-archive.h:
+
+../../libsqueeze/libsqueeze-view.h:

Added: squeeze/trunk/tests/zip/.deps/test-zip-refresh.Po
===================================================================
--- squeeze/trunk/tests/zip/.deps/test-zip-refresh.Po	                        (rev 0)
+++ squeeze/trunk/tests/zip/.deps/test-zip-refresh.Po	2007-02-12 15:06:59 UTC (rev 24953)
@@ -0,0 +1,1346 @@
+test-zip-refresh.o test-zip-refresh.o: test-zip-refresh.c ../../config.h \
+  /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
+  /usr/include/glib-2.0/glib/gtypes.h \
+  /usr/lib/glib-2.0/include/glibconfig.h \
+  /usr/include/glib-2.0/glib/gmacros.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stddef.h \
+  /usr/local/include/limits.h /usr/local/include/features.h \
+  /usr/local/include/sys/cdefs.h /usr/local/include/gnu/stubs.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/limits.h \
+  /usr/local/include/bits/posix1_lim.h \
+  /usr/local/include/bits/local_lim.h /usr/local/include/linux/limits.h \
+  /usr/local/include/bits/posix2_lim.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/float.h \
+  /usr/include/glib-2.0/glib/garray.h \
+  /usr/include/glib-2.0/glib/gasyncqueue.h \
+  /usr/include/glib-2.0/glib/gthread.h \
+  /usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
+  /usr/include/glib-2.0/glib/gatomic.h \
+  /usr/include/glib-2.0/glib/gbacktrace.h \
+  /usr/include/glib-2.0/glib/gbase64.h \
+  /usr/include/glib-2.0/glib/gbookmarkfile.h /usr/local/include/time.h \
+  /usr/local/include/bits/time.h /usr/local/include/bits/types.h \
+  /usr/local/include/bits/wordsize.h /usr/local/include/bits/typesizes.h \
+  /usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
+  /usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
+  /usr/include/glib-2.0/glib/gcompletion.h \
+  /usr/include/glib-2.0/glib/gconvert.h \
+  /usr/include/glib-2.0/glib/gdataset.h \
+  /usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
+  /usr/include/glib-2.0/glib/gfileutils.h \
+  /usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
+  /usr/include/glib-2.0/glib/giochannel.h \
+  /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
+  /usr/include/glib-2.0/glib/gstring.h \
+  /usr/include/glib-2.0/glib/gunicode.h \
+  /usr/include/glib-2.0/glib/gutils.h \
+  /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/stdarg.h \
+  /usr/include/glib-2.0/glib/gkeyfile.h \
+  /usr/include/glib-2.0/glib/gmappedfile.h \
+  /usr/include/glib-2.0/glib/gmarkup.h \
+  /usr/include/glib-2.0/glib/gmessages.h \
+  /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
+  /usr/include/glib-2.0/glib/gpattern.h \
+  /usr/include/glib-2.0/glib/gprimes.h \
+  /usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
+  /usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
+  /usr/include/glib-2.0/glib/gscanner.h \
+  /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
+  /usr/include/glib-2.0/glib/gstrfuncs.h \
+  /usr/include/glib-2.0/glib/gthreadpool.h \
+  /usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
+  /usr/include/glib-2.0/glib-object.h \
+  /usr/include/glib-2.0/gobject/gboxed.h \
+  /usr/include/glib-2.0/gobject/gtype.h \
+  /usr/include/glib-2.0/gobject/genums.h \
+  /usr/include/glib-2.0/gobject/gobject.h \
+  /usr/include/glib-2.0/gobject/gvalue.h \
+  /usr/include/glib-2.0/gobject/gparam.h \
+  /usr/include/glib-2.0/gobject/gclosure.h \
+  /usr/include/glib-2.0/gobject/gsignal.h \
+  /usr/include/glib-2.0/gobject/gmarshal.h \
+  /usr/include/glib-2.0/gobject/gparamspecs.h \
+  /usr/include/glib-2.0/gobject/gsourceclosure.h \
+  /usr/include/glib-2.0/gobject/gtypemodule.h \
+  /usr/include/glib-2.0/gobject/gtypeplugin.h \
+  /usr/include/glib-2.0/gobject/gvaluearray.h \
+  /usr/include/glib-2.0/gobject/gvaluetypes.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs.h \
+  /usr/include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h \
+  /usr/include/exo-0.3/exo/exo.h /usr/include/glib-2.0/glib/gi18n-lib.h \
+  /usr/local/include/libintl.h /usr/local/include/locale.h \
+  /usr/local/include/bits/locale.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util-config.h \
+  /usr/include/xfce4/libxfce4util/libxfce4util-enum-types.h \
+  /usr/include/xfce4/libxfce4util/debug.h /usr/local/include/stdio.h \
+  /usr/local/include/libio.h /usr/local/include/_G_config.h \
+  /usr/local/include/wchar.h /usr/local/include/bits/wchar.h \
+  /usr/local/include/gconv.h /usr/local/include/bits/stdio_lim.h \
+  /usr/local/include/bits/sys_errlist.h /usr/local/include/bits/stdio.h \
+  /usr/include/xfce4/libxfce4util/xfce-desktopentry.h \
+  /usr/include/xfce4/libxfce4util/xfce-fileutils.h \
+  /usr/include/xfce4/libxfce4util/xfce-generics.h \
+  /usr/include/xfce4/libxfce4util/xfce-i18n.h \
+  /usr/include/xfce4/libxfce4util/xfce-kiosk.h \
+  /usr/include/xfce4/libxfce4util/xfce-license.h \
+  /usr/include/xfce4/libxfce4util/xfce-miscutils.h \
+  /usr/include/xfce4/libxfce4util/xfce-rc.h \
+  /usr/include/xfce4/libxfce4util/xfce-resource.h \
+  /usr/include/xfce4/libxfce4util/xfce-utf8.h \
+  /usr/include/exo-0.3/exo/exo-config.h \
+  /usr/include/exo-0.3/exo/exo-binding.h \
+  /usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h \
+  /usr/include/gtk-2.0/gtk/gtk.h /usr/include/gtk-2.0/gdk/gdk.h \
+  /usr/include/gtk-2.0/gdk/gdkcairo.h /usr/include/gtk-2.0/gdk/gdkcolor.h \
+  /usr/include/cairo/cairo.h /usr/include/cairo/cairo-features.h \
+  /usr/include/gtk-2.0/gdk/gdktypes.h \
+  /usr/include/pango-1.0/pango/pango.h \
+  /usr/include/pango-1.0/pango/pango-attributes.h \
+  /usr/include/pango-1.0/pango/pango-font.h \
+  /usr/include/pango-1.0/pango/pango-coverage.h \
+  /usr/include/pango-1.0/pango/pango-types.h \
+  /usr/include/pango-1.0/pango/pango-matrix.h \
+  /usr/include/pango-1.0/pango/pango-script.h \
+  /usr/include/pango-1.0/pango/pango-gravity.h \
+  /usr/include/pango-1.0/pango/pango-break.h \
+  /usr/include/pango-1.0/pango/pango-item.h \
+  /usr/include/pango-1.0/pango/pango-context.h \
+  /usr/include/pango-1.0/pango/pango-fontmap.h \
+  /usr/include/pango-1.0/pango/pango-fontset.h \
+  /usr/include/pango-1.0/pango/pango-engine.h \
+  /usr/include/pango-1.0/pango/pango-glyph.h \
+  /usr/include/pango-1.0/pango/pango-enum-types.h \
+  /usr/include/pango-1.0/pango/pango-features.h \
+  /usr/include/pango-1.0/pango/pango-glyph-item.h \
+  /usr/include/pango-1.0/pango/pango-layout.h \
+  /usr/include/pango-1.0/pango/pango-tabs.h \
+  /usr/include/pango-1.0/pango/pango-renderer.h \
+  /usr/include/pango-1.0/pango/pango-utils.h \
+