Merge lp:~cybre/debby/debby into lp:debby

Proposed by Stefan Ric
Status: Merged
Merged at revision: 6
Proposed branch: lp:~cybre/debby/debby
Merge into: lp:debby
Diff against target: 5088 lines (+14/-4738)
51 files modified
build/CMakeCache.txt (+0/-374)
build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake (+0/-56)
build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake (+0/-57)
build/CMakeFiles/2.8.12.2/CMakeSystem.cmake (+0/-15)
build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c (+0/-389)
build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp (+0/-377)
build/CMakeFiles/CMakeDirectoryInformation.cmake (+0/-16)
build/CMakeFiles/CMakeOutput.log (+0/-263)
build/CMakeFiles/CMakeRuleHashes.txt (+0/-4)
build/CMakeFiles/Makefile.cmake (+0/-83)
build/CMakeFiles/Makefile2 (+0/-181)
build/CMakeFiles/TargetDirectories.txt (+0/-3)
build/CMakeFiles/cmake.check_cache (+0/-1)
build/CMakeFiles/debby.dir/C.includecache (+0/-88)
build/CMakeFiles/debby.dir/DependInfo.cmake (+0/-41)
build/CMakeFiles/debby.dir/build.make (+0/-257)
build/CMakeFiles/debby.dir/cmake_clean.cmake (+0/-21)
build/CMakeFiles/debby.dir/depend.internal (+0/-15)
build/CMakeFiles/debby.dir/depend.make (+0/-15)
build/CMakeFiles/debby.dir/flags.make (+0/-8)
build/CMakeFiles/debby.dir/link.txt (+0/-1)
build/CMakeFiles/debby.dir/progress.make (+0/-8)
build/CMakeFiles/progress.marks (+0/-1)
build/Makefile (+0/-371)
build/cmake_install.cmake (+0/-118)
build/install_manifest.txt (+0/-6)
build/po/CMakeFiles/CMakeDirectoryInformation.cmake (+0/-16)
build/po/CMakeFiles/i18n.dir/DependInfo.cmake (+0/-21)
build/po/CMakeFiles/i18n.dir/build.make (+0/-67)
build/po/CMakeFiles/i18n.dir/cmake_clean.cmake (+0/-8)
build/po/CMakeFiles/i18n.dir/depend.internal (+0/-3)
build/po/CMakeFiles/i18n.dir/depend.make (+0/-3)
build/po/CMakeFiles/i18n.dir/progress.make (+0/-2)
build/po/CMakeFiles/pot.dir/DependInfo.cmake (+0/-21)
build/po/CMakeFiles/pot.dir/build.make (+0/-68)
build/po/CMakeFiles/pot.dir/cmake_clean.cmake (+0/-8)
build/po/CMakeFiles/pot.dir/progress.make (+0/-2)
build/po/CMakeFiles/progress.marks (+0/-1)
build/po/Makefile (+0/-197)
build/po/cmake_install.cmake (+0/-34)
build/src/About.c (+0/-324)
build/src/LogDialog.c (+0/-134)
build/src/Window.c (+0/-739)
build/src/config.c (+0/-21)
build/src/hide.c (+0/-85)
build/src/install_deb.c (+0/-198)
src/About.vala (+6/-6)
src/LogDialog.vala (+3/-2)
src/Window.vala (+1/-2)
src/install_deb.vala (+2/-5)
src/scripts/installdeb_yad.sh (+2/-2)
To merge this branch: bzr merge lp:~cybre/debby/debby
Reviewer Review Type Date Requested Status
Michael Roberts Approve
Review via email: mp+231997@code.launchpad.net

Commit message

Path updates

Description of the change

I've changed some local file paths you've set(with your username, etc.) to the global ones.

To post a comment you must log in.
Revision history for this message
Michael Roberts (maccabbi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory 'build'
2=== removed file 'build/CMakeCache.txt'
3--- build/CMakeCache.txt 2014-08-23 23:41:03 +0000
4+++ build/CMakeCache.txt 1970-01-01 00:00:00 +0000
5@@ -1,374 +0,0 @@
6-# This is the CMakeCache file.
7-# For build in directory: /home/maccabbi/Dropbox/vala/debby/trunk/build
8-# It was generated by CMake: /usr/bin/cmake
9-# You can edit this file to change values found and used by cmake.
10-# If you do not want to change any of the values, simply exit the editor.
11-# If you do want to change a value, simply edit, save, and exit the editor.
12-# The syntax for the file is as follows:
13-# KEY:TYPE=VALUE
14-# KEY is the name of a variable in the cache.
15-# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
16-# VALUE is the current value for the KEY.
17-
18-########################
19-# EXTERNAL cache entries
20-########################
21-
22-//Path to a program.
23-CMAKE_AR:FILEPATH=/usr/bin/ar
24-
25-//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
26-// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
27-CMAKE_BUILD_TYPE:STRING=
28-
29-//Enable/Disable color output during build.
30-CMAKE_COLOR_MAKEFILE:BOOL=ON
31-
32-//CXX compiler.
33-CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
34-
35-//Flags used by the compiler during all build types.
36-CMAKE_CXX_FLAGS:STRING=
37-
38-//Flags used by the compiler during debug builds.
39-CMAKE_CXX_FLAGS_DEBUG:STRING=-g
40-
41-//Flags used by the compiler during release minsize builds.
42-CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
43-
44-//Flags used by the compiler during release builds (/MD /Ob1 /Oi
45-// /Ot /Oy /Gs will produce slightly less optimized but smaller
46-// files).
47-CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
48-
49-//Flags used by the compiler during Release with Debug Info builds.
50-CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
51-
52-//C compiler.
53-CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
54-
55-//Flags used by the compiler during all build types.
56-CMAKE_C_FLAGS:STRING=
57-
58-//Flags used by the compiler during debug builds.
59-CMAKE_C_FLAGS_DEBUG:STRING=-g
60-
61-//Flags used by the compiler during release minsize builds.
62-CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
63-
64-//Flags used by the compiler during release builds (/MD /Ob1 /Oi
65-// /Ot /Oy /Gs will produce slightly less optimized but smaller
66-// files).
67-CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
68-
69-//Flags used by the compiler during Release with Debug Info builds.
70-CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
71-
72-//Flags used by the linker.
73-CMAKE_EXE_LINKER_FLAGS:STRING=' '
74-
75-//Flags used by the linker during debug builds.
76-CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
77-
78-//Flags used by the linker during release minsize builds.
79-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
80-
81-//Flags used by the linker during release builds.
82-CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
83-
84-//Flags used by the linker during Release with Debug Info builds.
85-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
86-
87-//Enable/Disable output of compile commands during generation.
88-CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
89-
90-//Install path prefix, prepended onto install directories.
91-CMAKE_INSTALL_PREFIX:PATH=/usr
92-
93-//Path to a program.
94-CMAKE_LINKER:FILEPATH=/usr/bin/ld
95-
96-//Path to a program.
97-CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
98-
99-//Flags used by the linker during the creation of modules.
100-CMAKE_MODULE_LINKER_FLAGS:STRING=' '
101-
102-//Flags used by the linker during debug builds.
103-CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
104-
105-//Flags used by the linker during release minsize builds.
106-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
107-
108-//Flags used by the linker during release builds.
109-CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
110-
111-//Flags used by the linker during Release with Debug Info builds.
112-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
113-
114-//Path to a program.
115-CMAKE_NM:FILEPATH=/usr/bin/nm
116-
117-//Path to a program.
118-CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
119-
120-//Path to a program.
121-CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
122-
123-//Value Computed by CMake
124-CMAKE_PROJECT_NAME:STATIC=debby
125-
126-//Path to a program.
127-CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
128-
129-//Flags used by the linker during the creation of dll's.
130-CMAKE_SHARED_LINKER_FLAGS:STRING=' '
131-
132-//Flags used by the linker during debug builds.
133-CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
134-
135-//Flags used by the linker during release minsize builds.
136-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
137-
138-//Flags used by the linker during release builds.
139-CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
140-
141-//Flags used by the linker during Release with Debug Info builds.
142-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
143-
144-//If set, runtime paths are not added when installing shared libraries,
145-// but are added when building.
146-CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
147-
148-//If set, runtime paths are not added when using shared libraries.
149-CMAKE_SKIP_RPATH:BOOL=NO
150-
151-//Flags used by the linker during the creation of static libraries.
152-CMAKE_STATIC_LINKER_FLAGS:STRING=
153-
154-//Flags used by the linker during debug builds.
155-CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
156-
157-//Flags used by the linker during release minsize builds.
158-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
159-
160-//Flags used by the linker during release builds.
161-CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
162-
163-//Flags used by the linker during Release with Debug Info builds.
164-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
165-
166-//Path to a program.
167-CMAKE_STRIP:FILEPATH=/usr/bin/strip
168-
169-//If true, cmake will use relative paths in makefiles and projects.
170-CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
171-
172-//If this value is on, makefiles will be generated without the
173-// .SILENT directive, and all commands will be echoed to the console
174-// during the make. This is useful for debugging only. With Visual
175-// Studio IDE projects all commands are done without /nologo.
176-CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
177-
178-//Path to a program.
179-MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt
180-
181-//pkg-config executable
182-PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
183-
184-//Path to a program.
185-VALA_EXECUTABLE:FILEPATH=/usr/bin/valac
186-
187-//Path to a program.
188-XGETTEXT_EXECUTABLE:FILEPATH=/usr/bin/xgettext
189-
190-//Value Computed by CMake
191-debby_BINARY_DIR:STATIC=/home/maccabbi/Dropbox/vala/debby/trunk/build
192-
193-//Value Computed by CMake
194-debby_SOURCE_DIR:STATIC=/home/maccabbi/Dropbox/vala/debby/trunk
195-
196-
197-########################
198-# INTERNAL cache entries
199-########################
200-
201-//ADVANCED property for variable: CMAKE_AR
202-CMAKE_AR-ADVANCED:INTERNAL=1
203-//ADVANCED property for variable: CMAKE_BUILD_TOOL
204-CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
205-//What is the target build tool cmake is generating for.
206-CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
207-//This is the directory where this CMakeCache.txt was created
208-CMAKE_CACHEFILE_DIR:INTERNAL=/home/maccabbi/Dropbox/vala/debby/trunk/build
209-//Major version of cmake used to create the current loaded cache
210-CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
211-//Minor version of cmake used to create the current loaded cache
212-CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
213-//Patch version of cmake used to create the current loaded cache
214-CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
215-//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
216-CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
217-//Path to CMake executable.
218-CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
219-//Path to cpack program executable.
220-CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
221-//Path to ctest program executable.
222-CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
223-//ADVANCED property for variable: CMAKE_CXX_COMPILER
224-CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
225-//ADVANCED property for variable: CMAKE_CXX_FLAGS
226-CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
227-//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
228-CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
229-//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
230-CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
231-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
232-CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
233-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
234-CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
235-//ADVANCED property for variable: CMAKE_C_COMPILER
236-CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
237-//ADVANCED property for variable: CMAKE_C_FLAGS
238-CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
239-//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
240-CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
241-//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
242-CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
243-//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
244-CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
245-//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
246-CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
247-//Executable file format
248-CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
249-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
250-CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
251-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
252-CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
253-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
254-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
255-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
256-CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
257-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
258-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
259-//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
260-CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
261-//Name of generator.
262-CMAKE_GENERATOR:INTERNAL=Unix Makefiles
263-//Name of generator toolset.
264-CMAKE_GENERATOR_TOOLSET:INTERNAL=
265-//Start directory with the top level CMakeLists.txt file for this
266-// project
267-CMAKE_HOME_DIRECTORY:INTERNAL=/home/maccabbi/Dropbox/vala/debby/trunk
268-//Install .so files without execute permission.
269-CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
270-//ADVANCED property for variable: CMAKE_LINKER
271-CMAKE_LINKER-ADVANCED:INTERNAL=1
272-//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
273-CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
274-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
275-CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
276-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
277-CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
278-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
279-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
280-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
281-CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
282-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
283-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
284-//ADVANCED property for variable: CMAKE_NM
285-CMAKE_NM-ADVANCED:INTERNAL=1
286-//number of local generators
287-CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=2
288-//ADVANCED property for variable: CMAKE_OBJCOPY
289-CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
290-//ADVANCED property for variable: CMAKE_OBJDUMP
291-CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
292-//ADVANCED property for variable: CMAKE_RANLIB
293-CMAKE_RANLIB-ADVANCED:INTERNAL=1
294-//Path to CMake installation.
295-CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
296-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
297-CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
298-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
299-CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
300-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
301-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
302-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
303-CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
304-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
305-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
306-//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
307-CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
308-//ADVANCED property for variable: CMAKE_SKIP_RPATH
309-CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
310-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
311-CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
312-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
313-CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
314-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
315-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
316-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
317-CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
318-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
319-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
320-//ADVANCED property for variable: CMAKE_STRIP
321-CMAKE_STRIP-ADVANCED:INTERNAL=1
322-//uname command
323-CMAKE_UNAME:INTERNAL=/bin/uname
324-//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
325-CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
326-//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
327-CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
328-DEPS_CFLAGS:INTERNAL=-pthread;-I/usr/include/granite;-I/usr/include/cairo;-I/usr/include/gee-0.8;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include;-I/usr/include/gio-unix-2.0/;-I/usr/include/gtk-3.0;-I/usr/include/gdk-pixbuf-2.0;-I/usr/include/pixman-1;-I/usr/include/freetype2;-I/usr/include/libpng12;-I/usr/include/pango-1.0;-I/usr/include/harfbuzz;-I/usr/include/atk-1.0;-I/usr/include/at-spi2-atk/2.0
329-DEPS_CFLAGS_I:INTERNAL=
330-DEPS_CFLAGS_OTHER:INTERNAL=-pthread
331-DEPS_FOUND:INTERNAL=1
332-DEPS_INCLUDEDIR:INTERNAL=
333-DEPS_INCLUDE_DIRS:INTERNAL=/usr/include/granite;/usr/include/cairo;/usr/include/gee-0.8;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include;/usr/include/gio-unix-2.0/;/usr/include/gtk-3.0;/usr/include/gdk-pixbuf-2.0;/usr/include/pixman-1;/usr/include/freetype2;/usr/include/libpng12;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/atk-1.0;/usr/include/at-spi2-atk/2.0
334-DEPS_LDFLAGS:INTERNAL=-pthread;-lgranite;-lgee-0.8;-lgtk-3;-lgdk-3;-latk-1.0;-lgio-2.0;-lpangocairo-1.0;-lgdk_pixbuf-2.0;-lcairo-gobject;-lpango-1.0;-lcairo;-lgobject-2.0;-lgthread-2.0;-lglib-2.0
335-DEPS_LDFLAGS_OTHER:INTERNAL=-pthread
336-DEPS_LIBDIR:INTERNAL=
337-DEPS_LIBRARIES:INTERNAL=granite;gee-0.8;gtk-3;gdk-3;atk-1.0;gio-2.0;pangocairo-1.0;gdk_pixbuf-2.0;cairo-gobject;pango-1.0;cairo;gobject-2.0;gthread-2.0;glib-2.0
338-DEPS_LIBRARY_DIRS:INTERNAL=
339-DEPS_LIBS:INTERNAL=
340-DEPS_LIBS_L:INTERNAL=
341-DEPS_LIBS_OTHER:INTERNAL=
342-DEPS_LIBS_PATHS:INTERNAL=
343-DEPS_PREFIX:INTERNAL=
344-DEPS_STATIC_CFLAGS:INTERNAL=-pthread;-I/usr/include/granite;-I/usr/include/cairo;-I/usr/include/gee-0.8;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include;-I/usr/include/gio-unix-2.0/;-I/usr/include/gtk-3.0;-I/usr/include/gdk-pixbuf-2.0;-I/usr/include/pixman-1;-I/usr/include/freetype2;-I/usr/include/libpng12;-I/usr/include/pango-1.0;-I/usr/include/harfbuzz;-I/usr/include/atk-1.0;-I/usr/include/at-spi2-atk/2.0
345-DEPS_STATIC_CFLAGS_I:INTERNAL=
346-DEPS_STATIC_CFLAGS_OTHER:INTERNAL=-pthread
347-DEPS_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/granite;/usr/include/cairo;/usr/include/gee-0.8;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include;/usr/include/gio-unix-2.0/;/usr/include/gtk-3.0;/usr/include/gdk-pixbuf-2.0;/usr/include/pixman-1;/usr/include/freetype2;/usr/include/libpng12;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/atk-1.0;/usr/include/at-spi2-atk/2.0
348-DEPS_STATIC_LDFLAGS:INTERNAL=-pthread;-lgranite;-lgee-0.8;-lgtk-3;-latk-bridge-2.0;-lgdk-3;-latk-1.0;-lXinerama;-lXi;-lXrandr;-lXcursor;-lXcomposite;-lXdamage;-lwayland-client;-lxkbcommon;-lwayland-cursor;-lpangoft2-1.0;-lpangocairo-1.0;-lgdk_pixbuf-2.0;-lcairo-gobject;-lgio-2.0;-lresolv;-lselinux;-lXfixes;-lharfbuzz;-lpango-1.0;-lcairo;-lpixman-1;-lfontconfig;-lxcb-shm;-lxcb-render;-lXrender;-lXext;-lexpat;-lfreetype;-lX11;-lpthread;-lxcb;-lXau;-lXdmcp;-lpng12;-lz;-lm;-lgmodule-2.0;-ldl;-lgobject-2.0;-lffi;-lgthread-2.0;-lglib-2.0;-lpcre
349-DEPS_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
350-DEPS_STATIC_LIBDIR:INTERNAL=
351-DEPS_STATIC_LIBRARIES:INTERNAL=granite;gee-0.8;gtk-3;atk-bridge-2.0;gdk-3;atk-1.0;Xinerama;Xi;Xrandr;Xcursor;Xcomposite;Xdamage;wayland-client;xkbcommon;wayland-cursor;pangoft2-1.0;pangocairo-1.0;gdk_pixbuf-2.0;cairo-gobject;gio-2.0;resolv;selinux;Xfixes;harfbuzz;pango-1.0;cairo;pixman-1;fontconfig;xcb-shm;xcb-render;Xrender;Xext;expat;freetype;X11;pthread;xcb;Xau;Xdmcp;png12;z;m;gmodule-2.0;dl;gobject-2.0;ffi;gthread-2.0;glib-2.0;pcre
352-DEPS_STATIC_LIBRARY_DIRS:INTERNAL=
353-DEPS_STATIC_LIBS:INTERNAL=
354-DEPS_STATIC_LIBS_L:INTERNAL=
355-DEPS_STATIC_LIBS_OTHER:INTERNAL=
356-DEPS_STATIC_LIBS_PATHS:INTERNAL=
357-DEPS_VERSION:INTERNAL=
358-DEPS_granite_INCLUDEDIR:INTERNAL=/usr/include
359-DEPS_granite_LIBDIR:INTERNAL=/usr/lib
360-DEPS_granite_PREFIX:INTERNAL=/usr
361-DEPS_granite_VERSION:INTERNAL=0.3.0
362-DEPS_gthread-2.0_INCLUDEDIR:INTERNAL=/usr/include
363-DEPS_gthread-2.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
364-DEPS_gthread-2.0_PREFIX:INTERNAL=/usr
365-DEPS_gthread-2.0_VERSION:INTERNAL=2.40.0
366-DEPS_gtk+-3.0_INCLUDEDIR:INTERNAL=/usr/include
367-DEPS_gtk+-3.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
368-DEPS_gtk+-3.0_PREFIX:INTERNAL=/usr
369-DEPS_gtk+-3.0_VERSION:INTERNAL=3.12.2
370-//Details about finding PkgConfig
371-FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.26()]
372-//Details about finding Vala
373-FIND_PACKAGE_MESSAGE_DETAILS_Vala:INTERNAL=[/usr/bin/valac][v()]
374-//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
375-PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
376-//ADVANCED property for variable: VALA_EXECUTABLE
377-VALA_EXECUTABLE-ADVANCED:INTERNAL=1
378-__pkg_config_checked_DEPS:INTERNAL=1
379-
380
381=== removed directory 'build/CMakeFiles'
382=== removed directory 'build/CMakeFiles/2.8.12.2'
383=== removed file 'build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake'
384--- build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake 2014-08-23 23:41:03 +0000
385+++ build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake 1970-01-01 00:00:00 +0000
386@@ -1,56 +0,0 @@
387-set(CMAKE_C_COMPILER "/usr/bin/cc")
388-set(CMAKE_C_COMPILER_ARG1 "")
389-set(CMAKE_C_COMPILER_ID "GNU")
390-set(CMAKE_C_COMPILER_VERSION "4.8.2")
391-set(CMAKE_C_PLATFORM_ID "Linux")
392-
393-set(CMAKE_AR "/usr/bin/ar")
394-set(CMAKE_RANLIB "/usr/bin/ranlib")
395-set(CMAKE_LINKER "/usr/bin/ld")
396-set(CMAKE_COMPILER_IS_GNUCC 1)
397-set(CMAKE_C_COMPILER_LOADED 1)
398-set(CMAKE_C_COMPILER_WORKS TRUE)
399-set(CMAKE_C_ABI_COMPILED TRUE)
400-set(CMAKE_COMPILER_IS_MINGW )
401-set(CMAKE_COMPILER_IS_CYGWIN )
402-if(CMAKE_COMPILER_IS_CYGWIN)
403- set(CYGWIN 1)
404- set(UNIX 1)
405-endif()
406-
407-set(CMAKE_C_COMPILER_ENV_VAR "CC")
408-
409-if(CMAKE_COMPILER_IS_MINGW)
410- set(MINGW 1)
411-endif()
412-set(CMAKE_C_COMPILER_ID_RUN 1)
413-set(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
414-set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
415-set(CMAKE_C_LINKER_PREFERENCE 10)
416-
417-# Save compiler ABI information.
418-set(CMAKE_C_SIZEOF_DATA_PTR "8")
419-set(CMAKE_C_COMPILER_ABI "ELF")
420-set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
421-
422-if(CMAKE_C_SIZEOF_DATA_PTR)
423- set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
424-endif()
425-
426-if(CMAKE_C_COMPILER_ABI)
427- set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
428-endif()
429-
430-if(CMAKE_C_LIBRARY_ARCHITECTURE)
431- set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
432-endif()
433-
434-
435-
436-
437-set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
438-set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
439-set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
440-
441-
442-
443
444=== removed file 'build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake'
445--- build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake 2014-08-23 23:41:03 +0000
446+++ build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake 1970-01-01 00:00:00 +0000
447@@ -1,57 +0,0 @@
448-set(CMAKE_CXX_COMPILER "/usr/bin/c++")
449-set(CMAKE_CXX_COMPILER_ARG1 "")
450-set(CMAKE_CXX_COMPILER_ID "GNU")
451-set(CMAKE_CXX_COMPILER_VERSION "4.8.2")
452-set(CMAKE_CXX_PLATFORM_ID "Linux")
453-
454-set(CMAKE_AR "/usr/bin/ar")
455-set(CMAKE_RANLIB "/usr/bin/ranlib")
456-set(CMAKE_LINKER "/usr/bin/ld")
457-set(CMAKE_COMPILER_IS_GNUCXX 1)
458-set(CMAKE_CXX_COMPILER_LOADED 1)
459-set(CMAKE_CXX_COMPILER_WORKS TRUE)
460-set(CMAKE_CXX_ABI_COMPILED TRUE)
461-set(CMAKE_COMPILER_IS_MINGW )
462-set(CMAKE_COMPILER_IS_CYGWIN )
463-if(CMAKE_COMPILER_IS_CYGWIN)
464- set(CYGWIN 1)
465- set(UNIX 1)
466-endif()
467-
468-set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
469-
470-if(CMAKE_COMPILER_IS_MINGW)
471- set(MINGW 1)
472-endif()
473-set(CMAKE_CXX_COMPILER_ID_RUN 1)
474-set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
475-set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
476-set(CMAKE_CXX_LINKER_PREFERENCE 30)
477-set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
478-
479-# Save compiler ABI information.
480-set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
481-set(CMAKE_CXX_COMPILER_ABI "ELF")
482-set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
483-
484-if(CMAKE_CXX_SIZEOF_DATA_PTR)
485- set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
486-endif()
487-
488-if(CMAKE_CXX_COMPILER_ABI)
489- set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
490-endif()
491-
492-if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
493- set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
494-endif()
495-
496-
497-
498-
499-set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
500-set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
501-set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
502-
503-
504-
505
506=== removed file 'build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin'
507Binary files build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin 2014-08-23 23:41:03 +0000 and build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin 1970-01-01 00:00:00 +0000 differ
508=== removed file 'build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin'
509Binary files build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin 2014-08-23 23:41:03 +0000 and build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin 1970-01-01 00:00:00 +0000 differ
510=== removed file 'build/CMakeFiles/2.8.12.2/CMakeSystem.cmake'
511--- build/CMakeFiles/2.8.12.2/CMakeSystem.cmake 2014-08-23 23:41:03 +0000
512+++ build/CMakeFiles/2.8.12.2/CMakeSystem.cmake 1970-01-01 00:00:00 +0000
513@@ -1,15 +0,0 @@
514-set(CMAKE_HOST_SYSTEM "Linux-3.13.0-34-generic")
515-set(CMAKE_HOST_SYSTEM_NAME "Linux")
516-set(CMAKE_HOST_SYSTEM_VERSION "3.13.0-34-generic")
517-set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
518-
519-
520-
521-set(CMAKE_SYSTEM "Linux-3.13.0-34-generic")
522-set(CMAKE_SYSTEM_NAME "Linux")
523-set(CMAKE_SYSTEM_VERSION "3.13.0-34-generic")
524-set(CMAKE_SYSTEM_PROCESSOR "x86_64")
525-
526-set(CMAKE_CROSSCOMPILING "FALSE")
527-
528-set(CMAKE_SYSTEM_LOADED 1)
529
530=== removed directory 'build/CMakeFiles/2.8.12.2/CompilerIdC'
531=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c'
532--- build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c 2014-08-23 23:41:03 +0000
533+++ build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c 1970-01-01 00:00:00 +0000
534@@ -1,389 +0,0 @@
535-#ifdef __cplusplus
536-# error "A C++ compiler has been selected for C."
537-#endif
538-
539-/* Version number components: V=Version, R=Revision, P=Patch
540- Version date components: YYYY=Year, MM=Month, DD=Day */
541-
542-#if defined(__18CXX)
543-# define ID_VOID_MAIN
544-#endif
545-
546-#if defined(__INTEL_COMPILER) || defined(__ICC)
547-# define COMPILER_ID "Intel"
548- /* __INTEL_COMPILER = VRP */
549-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
550-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
551-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
552-# if defined(__INTEL_COMPILER_BUILD_DATE)
553- /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
554-# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
555-# endif
556-
557-#elif defined(__PATHCC__)
558-# define COMPILER_ID "PathScale"
559-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
560-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
561-# if defined(__PATHCC_PATCHLEVEL__)
562-# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
563-# endif
564-
565-#elif defined(__clang__)
566-# define COMPILER_ID "Clang"
567-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
568-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
569-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
570-
571-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
572-# define COMPILER_ID "Embarcadero"
573-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
574-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
575-# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
576-
577-#elif defined(__BORLANDC__)
578-# define COMPILER_ID "Borland"
579- /* __BORLANDC__ = 0xVRR */
580-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
581-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
582-
583-#elif defined(__WATCOMC__)
584-# define COMPILER_ID "Watcom"
585- /* __WATCOMC__ = VVRR */
586-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
587-# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
588-
589-#elif defined(__SUNPRO_C)
590-# define COMPILER_ID "SunPro"
591-# if __SUNPRO_C >= 0x5100
592- /* __SUNPRO_C = 0xVRRP */
593-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
594-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
595-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
596-# else
597- /* __SUNPRO_C = 0xVRP */
598-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
599-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
600-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
601-# endif
602-
603-#elif defined(__HP_cc)
604-# define COMPILER_ID "HP"
605- /* __HP_cc = VVRRPP */
606-# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
607-# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
608-# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
609-
610-#elif defined(__DECC)
611-# define COMPILER_ID "Compaq"
612- /* __DECC_VER = VVRRTPPPP */
613-# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
614-# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
615-# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
616-
617-#elif defined(__IBMC__)
618-# if defined(__COMPILER_VER__)
619-# define COMPILER_ID "zOS"
620-# else
621-# if __IBMC__ >= 800
622-# define COMPILER_ID "XL"
623-# else
624-# define COMPILER_ID "VisualAge"
625-# endif
626- /* __IBMC__ = VRP */
627-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
628-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
629-# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
630-# endif
631-
632-#elif defined(__PGI)
633-# define COMPILER_ID "PGI"
634-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
635-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
636-# if defined(__PGIC_PATCHLEVEL__)
637-# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
638-# endif
639-
640-#elif defined(_CRAYC)
641-# define COMPILER_ID "Cray"
642-# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
643-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
644-
645-#elif defined(__TI_COMPILER_VERSION__)
646-# define COMPILER_ID "TI"
647- /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
648-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
649-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
650-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
651-
652-#elif defined(__TINYC__)
653-# define COMPILER_ID "TinyCC"
654-
655-#elif defined(__SCO_VERSION__)
656-# define COMPILER_ID "SCO"
657-
658-#elif defined(__GNUC__)
659-# define COMPILER_ID "GNU"
660-# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
661-# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
662-# if defined(__GNUC_PATCHLEVEL__)
663-# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
664-# endif
665-
666-#elif defined(_MSC_VER)
667-# define COMPILER_ID "MSVC"
668- /* _MSC_VER = VVRR */
669-# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
670-# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
671-# if defined(_MSC_FULL_VER)
672-# if _MSC_VER >= 1400
673- /* _MSC_FULL_VER = VVRRPPPPP */
674-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
675-# else
676- /* _MSC_FULL_VER = VVRRPPPP */
677-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
678-# endif
679-# endif
680-# if defined(_MSC_BUILD)
681-# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
682-# endif
683-
684-/* Analog VisualDSP++ >= 4.5.6 */
685-#elif defined(__VISUALDSPVERSION__)
686-# define COMPILER_ID "ADSP"
687- /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
688-# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
689-# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
690-# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
691-
692-/* Analog VisualDSP++ < 4.5.6 */
693-#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
694-# define COMPILER_ID "ADSP"
695-
696-/* IAR Systems compiler for embedded systems.
697- http://www.iar.com */
698-#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
699-# define COMPILER_ID "IAR"
700-
701-/* sdcc, the small devices C compiler for embedded systems,
702- http://sdcc.sourceforge.net */
703-#elif defined(SDCC)
704-# define COMPILER_ID "SDCC"
705- /* SDCC = VRP */
706-# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
707-# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
708-# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
709-
710-#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
711-# define COMPILER_ID "MIPSpro"
712-# if defined(_SGI_COMPILER_VERSION)
713- /* _SGI_COMPILER_VERSION = VRP */
714-# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
715-# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
716-# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
717-# else
718- /* _COMPILER_VERSION = VRP */
719-# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
720-# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
721-# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
722-# endif
723-
724-/* This compiler is either not known or is too old to define an
725- identification macro. Try to identify the platform and guess that
726- it is the native compiler. */
727-#elif defined(__sgi)
728-# define COMPILER_ID "MIPSpro"
729-
730-#elif defined(__hpux) || defined(__hpua)
731-# define COMPILER_ID "HP"
732-
733-#else /* unknown compiler */
734-# define COMPILER_ID ""
735-
736-#endif
737-
738-/* Construct the string literal in pieces to prevent the source from
739- getting matched. Store it in a pointer rather than an array
740- because some compilers will just produce instructions to fill the
741- array rather than assigning a pointer to a static array. */
742-char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
743-
744-/* Identify known platforms by name. */
745-#if defined(__linux) || defined(__linux__) || defined(linux)
746-# define PLATFORM_ID "Linux"
747-
748-#elif defined(__CYGWIN__)
749-# define PLATFORM_ID "Cygwin"
750-
751-#elif defined(__MINGW32__)
752-# define PLATFORM_ID "MinGW"
753-
754-#elif defined(__APPLE__)
755-# define PLATFORM_ID "Darwin"
756-
757-#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
758-# define PLATFORM_ID "Windows"
759-
760-#elif defined(__FreeBSD__) || defined(__FreeBSD)
761-# define PLATFORM_ID "FreeBSD"
762-
763-#elif defined(__NetBSD__) || defined(__NetBSD)
764-# define PLATFORM_ID "NetBSD"
765-
766-#elif defined(__OpenBSD__) || defined(__OPENBSD)
767-# define PLATFORM_ID "OpenBSD"
768-
769-#elif defined(__sun) || defined(sun)
770-# define PLATFORM_ID "SunOS"
771-
772-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
773-# define PLATFORM_ID "AIX"
774-
775-#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
776-# define PLATFORM_ID "IRIX"
777-
778-#elif defined(__hpux) || defined(__hpux__)
779-# define PLATFORM_ID "HP-UX"
780-
781-#elif defined(__HAIKU__)
782-# define PLATFORM_ID "Haiku"
783-
784-#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
785-# define PLATFORM_ID "BeOS"
786-
787-#elif defined(__QNX__) || defined(__QNXNTO__)
788-# define PLATFORM_ID "QNX"
789-
790-#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
791-# define PLATFORM_ID "Tru64"
792-
793-#elif defined(__riscos) || defined(__riscos__)
794-# define PLATFORM_ID "RISCos"
795-
796-#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
797-# define PLATFORM_ID "SINIX"
798-
799-#elif defined(__UNIX_SV__)
800-# define PLATFORM_ID "UNIX_SV"
801-
802-#elif defined(__bsdos__)
803-# define PLATFORM_ID "BSDOS"
804-
805-#elif defined(_MPRAS) || defined(MPRAS)
806-# define PLATFORM_ID "MP-RAS"
807-
808-#elif defined(__osf) || defined(__osf__)
809-# define PLATFORM_ID "OSF1"
810-
811-#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
812-# define PLATFORM_ID "SCO_SV"
813-
814-#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
815-# define PLATFORM_ID "ULTRIX"
816-
817-#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
818-# define PLATFORM_ID "Xenix"
819-
820-#else /* unknown platform */
821-# define PLATFORM_ID ""
822-
823-#endif
824-
825-/* For windows compilers MSVC and Intel we can determine
826- the architecture of the compiler being used. This is because
827- the compilers do not have flags that can change the architecture,
828- but rather depend on which compiler is being used
829-*/
830-#if defined(_WIN32) && defined(_MSC_VER)
831-# if defined(_M_IA64)
832-# define ARCHITECTURE_ID "IA64"
833-
834-# elif defined(_M_X64) || defined(_M_AMD64)
835-# define ARCHITECTURE_ID "x64"
836-
837-# elif defined(_M_IX86)
838-# define ARCHITECTURE_ID "X86"
839-
840-# elif defined(_M_ARM)
841-# define ARCHITECTURE_ID "ARM"
842-
843-# elif defined(_M_MIPS)
844-# define ARCHITECTURE_ID "MIPS"
845-
846-# elif defined(_M_SH)
847-# define ARCHITECTURE_ID "SHx"
848-
849-# else /* unknown architecture */
850-# define ARCHITECTURE_ID ""
851-# endif
852-
853-#else
854-# define ARCHITECTURE_ID ""
855-#endif
856-
857-/* Convert integer to decimal digit literals. */
858-#define DEC(n) \
859- ('0' + (((n) / 10000000)%10)), \
860- ('0' + (((n) / 1000000)%10)), \
861- ('0' + (((n) / 100000)%10)), \
862- ('0' + (((n) / 10000)%10)), \
863- ('0' + (((n) / 1000)%10)), \
864- ('0' + (((n) / 100)%10)), \
865- ('0' + (((n) / 10)%10)), \
866- ('0' + ((n) % 10))
867-
868-/* Convert integer to hex digit literals. */
869-#define HEX(n) \
870- ('0' + ((n)>>28 & 0xF)), \
871- ('0' + ((n)>>24 & 0xF)), \
872- ('0' + ((n)>>20 & 0xF)), \
873- ('0' + ((n)>>16 & 0xF)), \
874- ('0' + ((n)>>12 & 0xF)), \
875- ('0' + ((n)>>8 & 0xF)), \
876- ('0' + ((n)>>4 & 0xF)), \
877- ('0' + ((n) & 0xF))
878-
879-/* Construct a string literal encoding the version number components. */
880-#ifdef COMPILER_VERSION_MAJOR
881-char const info_version[] = {
882- 'I', 'N', 'F', 'O', ':',
883- 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
884- COMPILER_VERSION_MAJOR,
885-# ifdef COMPILER_VERSION_MINOR
886- '.', COMPILER_VERSION_MINOR,
887-# ifdef COMPILER_VERSION_PATCH
888- '.', COMPILER_VERSION_PATCH,
889-# ifdef COMPILER_VERSION_TWEAK
890- '.', COMPILER_VERSION_TWEAK,
891-# endif
892-# endif
893-# endif
894- ']','\0'};
895-#endif
896-
897-/* Construct the string literal in pieces to prevent the source from
898- getting matched. Store it in a pointer rather than an array
899- because some compilers will just produce instructions to fill the
900- array rather than assigning a pointer to a static array. */
901-char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
902-char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
903-
904-
905-
906-/*--------------------------------------------------------------------------*/
907-
908-#ifdef ID_VOID_MAIN
909-void main() {}
910-#else
911-int main(int argc, char* argv[])
912-{
913- int require = 0;
914- require += info_compiler[argc];
915- require += info_platform[argc];
916- require += info_arch[argc];
917-#ifdef COMPILER_VERSION_MAJOR
918- require += info_version[argc];
919-#endif
920- (void)argv;
921- return require;
922-}
923-#endif
924
925=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdC/a.out'
926Binary files build/CMakeFiles/2.8.12.2/CompilerIdC/a.out 2014-08-23 23:41:03 +0000 and build/CMakeFiles/2.8.12.2/CompilerIdC/a.out 1970-01-01 00:00:00 +0000 differ
927=== removed directory 'build/CMakeFiles/2.8.12.2/CompilerIdCXX'
928=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp'
929--- build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2014-08-23 23:41:03 +0000
930+++ build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 1970-01-01 00:00:00 +0000
931@@ -1,377 +0,0 @@
932-/* This source file must have a .cpp extension so that all C++ compilers
933- recognize the extension without flags. Borland does not know .cxx for
934- example. */
935-#ifndef __cplusplus
936-# error "A C compiler has been selected for C++."
937-#endif
938-
939-/* Version number components: V=Version, R=Revision, P=Patch
940- Version date components: YYYY=Year, MM=Month, DD=Day */
941-
942-#if defined(__COMO__)
943-# define COMPILER_ID "Comeau"
944- /* __COMO_VERSION__ = VRR */
945-# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
946-# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
947-
948-#elif defined(__INTEL_COMPILER) || defined(__ICC)
949-# define COMPILER_ID "Intel"
950- /* __INTEL_COMPILER = VRP */
951-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
952-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
953-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
954-# if defined(__INTEL_COMPILER_BUILD_DATE)
955- /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
956-# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
957-# endif
958-
959-#elif defined(__PATHCC__)
960-# define COMPILER_ID "PathScale"
961-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
962-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
963-# if defined(__PATHCC_PATCHLEVEL__)
964-# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
965-# endif
966-
967-#elif defined(__clang__)
968-# define COMPILER_ID "Clang"
969-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
970-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
971-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
972-
973-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
974-# define COMPILER_ID "Embarcadero"
975-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
976-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
977-# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
978-
979-#elif defined(__BORLANDC__)
980-# define COMPILER_ID "Borland"
981- /* __BORLANDC__ = 0xVRR */
982-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
983-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
984-
985-#elif defined(__WATCOMC__)
986-# define COMPILER_ID "Watcom"
987- /* __WATCOMC__ = VVRR */
988-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
989-# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
990-
991-#elif defined(__SUNPRO_CC)
992-# define COMPILER_ID "SunPro"
993-# if __SUNPRO_CC >= 0x5100
994- /* __SUNPRO_CC = 0xVRRP */
995-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
996-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
997-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
998-# else
999- /* __SUNPRO_CC = 0xVRP */
1000-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
1001-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
1002-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
1003-# endif
1004-
1005-#elif defined(__HP_aCC)
1006-# define COMPILER_ID "HP"
1007- /* __HP_aCC = VVRRPP */
1008-# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
1009-# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
1010-# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
1011-
1012-#elif defined(__DECCXX)
1013-# define COMPILER_ID "Compaq"
1014- /* __DECCXX_VER = VVRRTPPPP */
1015-# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
1016-# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
1017-# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
1018-
1019-#elif defined(__IBMCPP__)
1020-# if defined(__COMPILER_VER__)
1021-# define COMPILER_ID "zOS"
1022-# else
1023-# if __IBMCPP__ >= 800
1024-# define COMPILER_ID "XL"
1025-# else
1026-# define COMPILER_ID "VisualAge"
1027-# endif
1028- /* __IBMCPP__ = VRP */
1029-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
1030-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
1031-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
1032-# endif
1033-
1034-#elif defined(__PGI)
1035-# define COMPILER_ID "PGI"
1036-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
1037-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
1038-# if defined(__PGIC_PATCHLEVEL__)
1039-# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
1040-# endif
1041-
1042-#elif defined(_CRAYC)
1043-# define COMPILER_ID "Cray"
1044-# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
1045-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
1046-
1047-#elif defined(__TI_COMPILER_VERSION__)
1048-# define COMPILER_ID "TI"
1049- /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
1050-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
1051-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
1052-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
1053-
1054-#elif defined(__SCO_VERSION__)
1055-# define COMPILER_ID "SCO"
1056-
1057-#elif defined(__GNUC__)
1058-# define COMPILER_ID "GNU"
1059-# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
1060-# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
1061-# if defined(__GNUC_PATCHLEVEL__)
1062-# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
1063-# endif
1064-
1065-#elif defined(_MSC_VER)
1066-# define COMPILER_ID "MSVC"
1067- /* _MSC_VER = VVRR */
1068-# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
1069-# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
1070-# if defined(_MSC_FULL_VER)
1071-# if _MSC_VER >= 1400
1072- /* _MSC_FULL_VER = VVRRPPPPP */
1073-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
1074-# else
1075- /* _MSC_FULL_VER = VVRRPPPP */
1076-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
1077-# endif
1078-# endif
1079-# if defined(_MSC_BUILD)
1080-# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
1081-# endif
1082-
1083-/* Analog VisualDSP++ >= 4.5.6 */
1084-#elif defined(__VISUALDSPVERSION__)
1085-# define COMPILER_ID "ADSP"
1086- /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
1087-# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
1088-# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
1089-# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
1090-
1091-/* Analog VisualDSP++ < 4.5.6 */
1092-#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
1093-# define COMPILER_ID "ADSP"
1094-
1095-/* IAR Systems compiler for embedded systems.
1096- http://www.iar.com */
1097-#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
1098-# define COMPILER_ID "IAR"
1099-
1100-#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
1101-# define COMPILER_ID "MIPSpro"
1102-# if defined(_SGI_COMPILER_VERSION)
1103- /* _SGI_COMPILER_VERSION = VRP */
1104-# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
1105-# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
1106-# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
1107-# else
1108- /* _COMPILER_VERSION = VRP */
1109-# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
1110-# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
1111-# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
1112-# endif
1113-
1114-/* This compiler is either not known or is too old to define an
1115- identification macro. Try to identify the platform and guess that
1116- it is the native compiler. */
1117-#elif defined(__sgi)
1118-# define COMPILER_ID "MIPSpro"
1119-
1120-#elif defined(__hpux) || defined(__hpua)
1121-# define COMPILER_ID "HP"
1122-
1123-#else /* unknown compiler */
1124-# define COMPILER_ID ""
1125-
1126-#endif
1127-
1128-/* Construct the string literal in pieces to prevent the source from
1129- getting matched. Store it in a pointer rather than an array
1130- because some compilers will just produce instructions to fill the
1131- array rather than assigning a pointer to a static array. */
1132-char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
1133-
1134-/* Identify known platforms by name. */
1135-#if defined(__linux) || defined(__linux__) || defined(linux)
1136-# define PLATFORM_ID "Linux"
1137-
1138-#elif defined(__CYGWIN__)
1139-# define PLATFORM_ID "Cygwin"
1140-
1141-#elif defined(__MINGW32__)
1142-# define PLATFORM_ID "MinGW"
1143-
1144-#elif defined(__APPLE__)
1145-# define PLATFORM_ID "Darwin"
1146-
1147-#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
1148-# define PLATFORM_ID "Windows"
1149-
1150-#elif defined(__FreeBSD__) || defined(__FreeBSD)
1151-# define PLATFORM_ID "FreeBSD"
1152-
1153-#elif defined(__NetBSD__) || defined(__NetBSD)
1154-# define PLATFORM_ID "NetBSD"
1155-
1156-#elif defined(__OpenBSD__) || defined(__OPENBSD)
1157-# define PLATFORM_ID "OpenBSD"
1158-
1159-#elif defined(__sun) || defined(sun)
1160-# define PLATFORM_ID "SunOS"
1161-
1162-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
1163-# define PLATFORM_ID "AIX"
1164-
1165-#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
1166-# define PLATFORM_ID "IRIX"
1167-
1168-#elif defined(__hpux) || defined(__hpux__)
1169-# define PLATFORM_ID "HP-UX"
1170-
1171-#elif defined(__HAIKU__)
1172-# define PLATFORM_ID "Haiku"
1173-
1174-#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
1175-# define PLATFORM_ID "BeOS"
1176-
1177-#elif defined(__QNX__) || defined(__QNXNTO__)
1178-# define PLATFORM_ID "QNX"
1179-
1180-#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
1181-# define PLATFORM_ID "Tru64"
1182-
1183-#elif defined(__riscos) || defined(__riscos__)
1184-# define PLATFORM_ID "RISCos"
1185-
1186-#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
1187-# define PLATFORM_ID "SINIX"
1188-
1189-#elif defined(__UNIX_SV__)
1190-# define PLATFORM_ID "UNIX_SV"
1191-
1192-#elif defined(__bsdos__)
1193-# define PLATFORM_ID "BSDOS"
1194-
1195-#elif defined(_MPRAS) || defined(MPRAS)
1196-# define PLATFORM_ID "MP-RAS"
1197-
1198-#elif defined(__osf) || defined(__osf__)
1199-# define PLATFORM_ID "OSF1"
1200-
1201-#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
1202-# define PLATFORM_ID "SCO_SV"
1203-
1204-#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
1205-# define PLATFORM_ID "ULTRIX"
1206-
1207-#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
1208-# define PLATFORM_ID "Xenix"
1209-
1210-#else /* unknown platform */
1211-# define PLATFORM_ID ""
1212-
1213-#endif
1214-
1215-/* For windows compilers MSVC and Intel we can determine
1216- the architecture of the compiler being used. This is because
1217- the compilers do not have flags that can change the architecture,
1218- but rather depend on which compiler is being used
1219-*/
1220-#if defined(_WIN32) && defined(_MSC_VER)
1221-# if defined(_M_IA64)
1222-# define ARCHITECTURE_ID "IA64"
1223-
1224-# elif defined(_M_X64) || defined(_M_AMD64)
1225-# define ARCHITECTURE_ID "x64"
1226-
1227-# elif defined(_M_IX86)
1228-# define ARCHITECTURE_ID "X86"
1229-
1230-# elif defined(_M_ARM)
1231-# define ARCHITECTURE_ID "ARM"
1232-
1233-# elif defined(_M_MIPS)
1234-# define ARCHITECTURE_ID "MIPS"
1235-
1236-# elif defined(_M_SH)
1237-# define ARCHITECTURE_ID "SHx"
1238-
1239-# else /* unknown architecture */
1240-# define ARCHITECTURE_ID ""
1241-# endif
1242-
1243-#else
1244-# define ARCHITECTURE_ID ""
1245-#endif
1246-
1247-/* Convert integer to decimal digit literals. */
1248-#define DEC(n) \
1249- ('0' + (((n) / 10000000)%10)), \
1250- ('0' + (((n) / 1000000)%10)), \
1251- ('0' + (((n) / 100000)%10)), \
1252- ('0' + (((n) / 10000)%10)), \
1253- ('0' + (((n) / 1000)%10)), \
1254- ('0' + (((n) / 100)%10)), \
1255- ('0' + (((n) / 10)%10)), \
1256- ('0' + ((n) % 10))
1257-
1258-/* Convert integer to hex digit literals. */
1259-#define HEX(n) \
1260- ('0' + ((n)>>28 & 0xF)), \
1261- ('0' + ((n)>>24 & 0xF)), \
1262- ('0' + ((n)>>20 & 0xF)), \
1263- ('0' + ((n)>>16 & 0xF)), \
1264- ('0' + ((n)>>12 & 0xF)), \
1265- ('0' + ((n)>>8 & 0xF)), \
1266- ('0' + ((n)>>4 & 0xF)), \
1267- ('0' + ((n) & 0xF))
1268-
1269-/* Construct a string literal encoding the version number components. */
1270-#ifdef COMPILER_VERSION_MAJOR
1271-char const info_version[] = {
1272- 'I', 'N', 'F', 'O', ':',
1273- 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
1274- COMPILER_VERSION_MAJOR,
1275-# ifdef COMPILER_VERSION_MINOR
1276- '.', COMPILER_VERSION_MINOR,
1277-# ifdef COMPILER_VERSION_PATCH
1278- '.', COMPILER_VERSION_PATCH,
1279-# ifdef COMPILER_VERSION_TWEAK
1280- '.', COMPILER_VERSION_TWEAK,
1281-# endif
1282-# endif
1283-# endif
1284- ']','\0'};
1285-#endif
1286-
1287-/* Construct the string literal in pieces to prevent the source from
1288- getting matched. Store it in a pointer rather than an array
1289- because some compilers will just produce instructions to fill the
1290- array rather than assigning a pointer to a static array. */
1291-char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
1292-char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
1293-
1294-
1295-
1296-/*--------------------------------------------------------------------------*/
1297-
1298-int main(int argc, char* argv[])
1299-{
1300- int require = 0;
1301- require += info_compiler[argc];
1302- require += info_platform[argc];
1303-#ifdef COMPILER_VERSION_MAJOR
1304- require += info_version[argc];
1305-#endif
1306- (void)argv;
1307- return require;
1308-}
1309
1310=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out'
1311Binary files build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out 2014-08-23 23:41:03 +0000 and build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out 1970-01-01 00:00:00 +0000 differ
1312=== removed file 'build/CMakeFiles/CMakeDirectoryInformation.cmake'
1313--- build/CMakeFiles/CMakeDirectoryInformation.cmake 2014-08-23 23:41:03 +0000
1314+++ build/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
1315@@ -1,16 +0,0 @@
1316-# CMAKE generated file: DO NOT EDIT!
1317-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
1318-
1319-# Relative path conversion top directories.
1320-SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/maccabbi/Dropbox/vala/debby/trunk")
1321-SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/maccabbi/Dropbox/vala/debby/trunk/build")
1322-
1323-# Force unix paths in dependencies.
1324-SET(CMAKE_FORCE_UNIX_PATHS 1)
1325-
1326-
1327-# The C and CXX include file regular expressions for this directory.
1328-SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
1329-SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
1330-SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
1331-SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
1332
1333=== removed file 'build/CMakeFiles/CMakeOutput.log'
1334--- build/CMakeFiles/CMakeOutput.log 2014-08-23 23:41:03 +0000
1335+++ build/CMakeFiles/CMakeOutput.log 1970-01-01 00:00:00 +0000
1336@@ -1,263 +0,0 @@
1337-The system is: Linux - 3.13.0-34-generic - x86_64
1338-Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
1339-Compiler: /usr/bin/cc
1340-Build flags:
1341-Id flags:
1342-
1343-The output was:
1344-0
1345-
1346-
1347-Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
1348-
1349-The C compiler identification is GNU, found in "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
1350-
1351-Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
1352-Compiler: /usr/bin/c++
1353-Build flags:
1354-Id flags:
1355-
1356-The output was:
1357-0
1358-
1359-
1360-Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
1361-
1362-The CXX compiler identification is GNU, found in "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
1363-
1364-Determining if the C compiler works passed with the following output:
1365-Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
1366-
1367-Run Build Command:/usr/bin/make "cmTryCompileExec2245040345/fast"
1368-/usr/bin/make -f CMakeFiles/cmTryCompileExec2245040345.dir/build.make CMakeFiles/cmTryCompileExec2245040345.dir/build
1369-make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1370-/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
1371-Building C object CMakeFiles/cmTryCompileExec2245040345.dir/testCCompiler.c.o
1372-/usr/bin/cc -o CMakeFiles/cmTryCompileExec2245040345.dir/testCCompiler.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/testCCompiler.c
1373-Linking C executable cmTryCompileExec2245040345
1374-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2245040345.dir/link.txt --verbose=1
1375-/usr/bin/cc CMakeFiles/cmTryCompileExec2245040345.dir/testCCompiler.c.o -o cmTryCompileExec2245040345 -rdynamic
1376-make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1377-
1378-
1379-Detecting C compiler ABI info compiled with the following output:
1380-Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
1381-
1382-Run Build Command:/usr/bin/make "cmTryCompileExec3756125803/fast"
1383-/usr/bin/make -f CMakeFiles/cmTryCompileExec3756125803.dir/build.make CMakeFiles/cmTryCompileExec3756125803.dir/build
1384-make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1385-/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
1386-Building C object CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o
1387-/usr/bin/cc -o CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
1388-Linking C executable cmTryCompileExec3756125803
1389-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3756125803.dir/link.txt --verbose=1
1390-/usr/bin/cc -v CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3756125803 -rdynamic
1391-Using built-in specs.
1392-COLLECT_GCC=/usr/bin/cc
1393-COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
1394-Target: x86_64-linux-gnu
1395-Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
1396-Thread model: posix
1397-gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
1398-COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
1399-LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
1400-COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3756125803' '-rdynamic' '-mtune=generic' '-march=x86-64'
1401- /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3756125803 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
1402-make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1403-
1404-
1405-Parsed C implicit link information from above output:
1406- link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
1407- ignore line: [Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp]
1408- ignore line: []
1409- ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3756125803/fast"]
1410- ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3756125803.dir/build.make CMakeFiles/cmTryCompileExec3756125803.dir/build]
1411- ignore line: [make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp']
1412- ignore line: [/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
1413- ignore line: [Building C object CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o]
1414- ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
1415- ignore line: [Linking C executable cmTryCompileExec3756125803]
1416- ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3756125803.dir/link.txt --verbose=1]
1417- ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3756125803 -rdynamic ]
1418- ignore line: [Using built-in specs.]
1419- ignore line: [COLLECT_GCC=/usr/bin/cc]
1420- ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
1421- ignore line: [Target: x86_64-linux-gnu]
1422- ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
1423- ignore line: [Thread model: posix]
1424- ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ]
1425- ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
1426- ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
1427- ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3756125803' '-rdynamic' '-mtune=generic' '-march=x86-64']
1428- link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3756125803 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
1429- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
1430- arg [--sysroot=/] ==> ignore
1431- arg [--build-id] ==> ignore
1432- arg [--eh-frame-hdr] ==> ignore
1433- arg [-m] ==> ignore
1434- arg [elf_x86_64] ==> ignore
1435- arg [--hash-style=gnu] ==> ignore
1436- arg [--as-needed] ==> ignore
1437- arg [-export-dynamic] ==> ignore
1438- arg [-dynamic-linker] ==> ignore
1439- arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
1440- arg [-zrelro] ==> ignore
1441- arg [-o] ==> ignore
1442- arg [cmTryCompileExec3756125803] ==> ignore
1443- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
1444- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
1445- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
1446- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
1447- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
1448- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
1449- arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
1450- arg [-L/lib/../lib] ==> dir [/lib/../lib]
1451- arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
1452- arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
1453- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
1454- arg [CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o] ==> ignore
1455- arg [-lgcc] ==> lib [gcc]
1456- arg [--as-needed] ==> ignore
1457- arg [-lgcc_s] ==> lib [gcc_s]
1458- arg [--no-as-needed] ==> ignore
1459- arg [-lc] ==> lib [c]
1460- arg [-lgcc] ==> lib [gcc]
1461- arg [--as-needed] ==> ignore
1462- arg [-lgcc_s] ==> lib [gcc_s]
1463- arg [--no-as-needed] ==> ignore
1464- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
1465- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
1466- remove lib [gcc]
1467- remove lib [gcc_s]
1468- remove lib [gcc]
1469- remove lib [gcc_s]
1470- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
1471- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
1472- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
1473- collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
1474- collapse library dir [/lib/../lib] ==> [/lib]
1475- collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
1476- collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
1477- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
1478- implicit libs: [c]
1479- implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
1480- implicit fwks: []
1481-
1482-
1483-Determining if the CXX compiler works passed with the following output:
1484-Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
1485-
1486-Run Build Command:/usr/bin/make "cmTryCompileExec1121977366/fast"
1487-/usr/bin/make -f CMakeFiles/cmTryCompileExec1121977366.dir/build.make CMakeFiles/cmTryCompileExec1121977366.dir/build
1488-make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1489-/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
1490-Building CXX object CMakeFiles/cmTryCompileExec1121977366.dir/testCXXCompiler.cxx.o
1491-/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1121977366.dir/testCXXCompiler.cxx.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
1492-Linking CXX executable cmTryCompileExec1121977366
1493-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1121977366.dir/link.txt --verbose=1
1494-/usr/bin/c++ CMakeFiles/cmTryCompileExec1121977366.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1121977366 -rdynamic
1495-make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1496-
1497-
1498-Detecting CXX compiler ABI info compiled with the following output:
1499-Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
1500-
1501-Run Build Command:/usr/bin/make "cmTryCompileExec3258543463/fast"
1502-/usr/bin/make -f CMakeFiles/cmTryCompileExec3258543463.dir/build.make CMakeFiles/cmTryCompileExec3258543463.dir/build
1503-make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1504-/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
1505-Building CXX object CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o
1506-/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
1507-Linking CXX executable cmTryCompileExec3258543463
1508-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3258543463.dir/link.txt --verbose=1
1509-/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3258543463 -rdynamic
1510-Using built-in specs.
1511-COLLECT_GCC=/usr/bin/c++
1512-COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
1513-Target: x86_64-linux-gnu
1514-Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
1515-Thread model: posix
1516-gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
1517-COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
1518-LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
1519-COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3258543463' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
1520- /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3258543463 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
1521-make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
1522-
1523-
1524-Parsed CXX implicit link information from above output:
1525- link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
1526- ignore line: [Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp]
1527- ignore line: []
1528- ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3258543463/fast"]
1529- ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3258543463.dir/build.make CMakeFiles/cmTryCompileExec3258543463.dir/build]
1530- ignore line: [make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp']
1531- ignore line: [/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
1532- ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o]
1533- ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
1534- ignore line: [Linking CXX executable cmTryCompileExec3258543463]
1535- ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3258543463.dir/link.txt --verbose=1]
1536- ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3258543463 -rdynamic ]
1537- ignore line: [Using built-in specs.]
1538- ignore line: [COLLECT_GCC=/usr/bin/c++]
1539- ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
1540- ignore line: [Target: x86_64-linux-gnu]
1541- ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
1542- ignore line: [Thread model: posix]
1543- ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ]
1544- ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
1545- ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
1546- ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3258543463' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
1547- link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3258543463 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
1548- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
1549- arg [--sysroot=/] ==> ignore
1550- arg [--build-id] ==> ignore
1551- arg [--eh-frame-hdr] ==> ignore
1552- arg [-m] ==> ignore
1553- arg [elf_x86_64] ==> ignore
1554- arg [--hash-style=gnu] ==> ignore
1555- arg [--as-needed] ==> ignore
1556- arg [-export-dynamic] ==> ignore
1557- arg [-dynamic-linker] ==> ignore
1558- arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
1559- arg [-zrelro] ==> ignore
1560- arg [-o] ==> ignore
1561- arg [cmTryCompileExec3258543463] ==> ignore
1562- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
1563- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
1564- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
1565- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
1566- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
1567- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
1568- arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
1569- arg [-L/lib/../lib] ==> dir [/lib/../lib]
1570- arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
1571- arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
1572- arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
1573- arg [CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
1574- arg [-lstdc++] ==> lib [stdc++]
1575- arg [-lm] ==> lib [m]
1576- arg [-lgcc_s] ==> lib [gcc_s]
1577- arg [-lgcc] ==> lib [gcc]
1578- arg [-lc] ==> lib [c]
1579- arg [-lgcc_s] ==> lib [gcc_s]
1580- arg [-lgcc] ==> lib [gcc]
1581- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
1582- arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
1583- remove lib [gcc_s]
1584- remove lib [gcc]
1585- remove lib [gcc_s]
1586- remove lib [gcc]
1587- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
1588- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
1589- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
1590- collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
1591- collapse library dir [/lib/../lib] ==> [/lib]
1592- collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
1593- collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
1594- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
1595- implicit libs: [stdc++;m;c]
1596- implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
1597- implicit fwks: []
1598-
1599-
1600
1601=== removed file 'build/CMakeFiles/CMakeRuleHashes.txt'
1602--- build/CMakeFiles/CMakeRuleHashes.txt 2014-08-23 23:41:03 +0000
1603+++ build/CMakeFiles/CMakeRuleHashes.txt 1970-01-01 00:00:00 +0000
1604@@ -1,4 +0,0 @@
1605-# Hashes of file build rules.
1606-a911b7312b6e58c1da4533e0cf6202db po/CMakeFiles/i18n
1607-a911b7312b6e58c1da4533e0cf6202db po/CMakeFiles/pot
1608-42fbaa000d03314122a851dbd052a586 src/About.c
1609
1610=== removed directory 'build/CMakeFiles/CMakeTmp'
1611=== removed file 'build/CMakeFiles/Makefile.cmake'
1612--- build/CMakeFiles/Makefile.cmake 2014-08-23 23:41:03 +0000
1613+++ build/CMakeFiles/Makefile.cmake 1970-01-01 00:00:00 +0000
1614@@ -1,83 +0,0 @@
1615-# CMAKE generated file: DO NOT EDIT!
1616-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
1617-
1618-# The generator used is:
1619-SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
1620-
1621-# The top level Makefile was generated from the following files:
1622-SET(CMAKE_MAKEFILE_DEPENDS
1623- "CMakeCache.txt"
1624- "../CMakeLists.txt"
1625- "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
1626- "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
1627- "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
1628- "../cmake/FindVala.cmake"
1629- "../cmake/ParseArguments.cmake"
1630- "../cmake/Translations.cmake"
1631- "../cmake/ValaPrecompile.cmake"
1632- "../cmake/ValaVersion.cmake"
1633- "../po/CMakeLists.txt"
1634- "../src/config.vala.cmake"
1635- "/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in"
1636- "/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c"
1637- "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
1638- "/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in"
1639- "/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp"
1640- "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
1641- "/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake"
1642- "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
1643- "/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake"
1644- "/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake"
1645- "/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake"
1646- "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake"
1647- "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake"
1648- "/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake"
1649- "/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake"
1650- "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
1651- "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
1652- "/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake"
1653- "/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in"
1654- "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
1655- "/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake"
1656- "/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake"
1657- "/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake"
1658- "/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake"
1659- "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
1660- "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
1661- "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake"
1662- "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake"
1663- "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake"
1664- "/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake"
1665- "/usr/share/cmake-2.8/Modules/MultiArchCross.cmake"
1666- "/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake"
1667- "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
1668- "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
1669- "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
1670- "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake"
1671- "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
1672- )
1673-
1674-# The corresponding makefile is:
1675-SET(CMAKE_MAKEFILE_OUTPUTS
1676- "Makefile"
1677- "CMakeFiles/cmake.check_cache"
1678- )
1679-
1680-# Byproducts of CMake generate step:
1681-SET(CMAKE_MAKEFILE_PRODUCTS
1682- "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
1683- "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
1684- "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
1685- "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
1686- "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
1687- "../src/config.vala"
1688- "CMakeFiles/CMakeDirectoryInformation.cmake"
1689- "po/CMakeFiles/CMakeDirectoryInformation.cmake"
1690- )
1691-
1692-# Dependency information for all targets:
1693-SET(CMAKE_DEPEND_INFO_FILES
1694- "CMakeFiles/debby.dir/DependInfo.cmake"
1695- "po/CMakeFiles/i18n.dir/DependInfo.cmake"
1696- "po/CMakeFiles/pot.dir/DependInfo.cmake"
1697- )
1698
1699=== removed file 'build/CMakeFiles/Makefile2'
1700--- build/CMakeFiles/Makefile2 2014-08-23 23:41:03 +0000
1701+++ build/CMakeFiles/Makefile2 1970-01-01 00:00:00 +0000
1702@@ -1,181 +0,0 @@
1703-# CMAKE generated file: DO NOT EDIT!
1704-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
1705-
1706-# Default target executed when no arguments are given to make.
1707-default_target: all
1708-.PHONY : default_target
1709-
1710-# The main recursive all target
1711-all:
1712-.PHONY : all
1713-
1714-# The main recursive preinstall target
1715-preinstall:
1716-.PHONY : preinstall
1717-
1718-#=============================================================================
1719-# Special targets provided by cmake.
1720-
1721-# Disable implicit rules so canonical targets will work.
1722-.SUFFIXES:
1723-
1724-# Remove some rules from gmake that .SUFFIXES does not remove.
1725-SUFFIXES =
1726-
1727-.SUFFIXES: .hpux_make_needs_suffix_list
1728-
1729-# Suppress display of executed commands.
1730-$(VERBOSE).SILENT:
1731-
1732-# A target that is always out of date.
1733-cmake_force:
1734-.PHONY : cmake_force
1735-
1736-#=============================================================================
1737-# Set environment variables for the build.
1738-
1739-# The shell in which to execute make rules.
1740-SHELL = /bin/sh
1741-
1742-# The CMake executable.
1743-CMAKE_COMMAND = /usr/bin/cmake
1744-
1745-# The command to remove a file.
1746-RM = /usr/bin/cmake -E remove -f
1747-
1748-# Escaping for special characters.
1749-EQUALS = =
1750-
1751-# The top-level source directory on which CMake was run.
1752-CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
1753-
1754-# The top-level build directory on which CMake was run.
1755-CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
1756-
1757-#=============================================================================
1758-# Target rules for target CMakeFiles/debby.dir
1759-
1760-# All Build rule for target.
1761-CMakeFiles/debby.dir/all:
1762- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/depend
1763- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/build
1764- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 1 2 3 4 5 6 7
1765- @echo "Built target debby"
1766-.PHONY : CMakeFiles/debby.dir/all
1767-
1768-# Include target in all.
1769-all: CMakeFiles/debby.dir/all
1770-.PHONY : all
1771-
1772-# Build rule for subdir invocation for target.
1773-CMakeFiles/debby.dir/rule: cmake_check_build_system
1774- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 7
1775- $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/debby.dir/all
1776- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
1777-.PHONY : CMakeFiles/debby.dir/rule
1778-
1779-# Convenience name for target.
1780-debby: CMakeFiles/debby.dir/rule
1781-.PHONY : debby
1782-
1783-# clean rule for target.
1784-CMakeFiles/debby.dir/clean:
1785- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/clean
1786-.PHONY : CMakeFiles/debby.dir/clean
1787-
1788-# clean rule for target.
1789-clean: CMakeFiles/debby.dir/clean
1790-.PHONY : clean
1791-
1792-#=============================================================================
1793-# Directory level rules for directory po
1794-
1795-# Convenience name for "all" pass in the directory.
1796-po/all: po/CMakeFiles/i18n.dir/all
1797-.PHONY : po/all
1798-
1799-# Convenience name for "clean" pass in the directory.
1800-po/clean: po/CMakeFiles/i18n.dir/clean
1801-po/clean: po/CMakeFiles/pot.dir/clean
1802-.PHONY : po/clean
1803-
1804-# Convenience name for "preinstall" pass in the directory.
1805-po/preinstall:
1806-.PHONY : po/preinstall
1807-
1808-#=============================================================================
1809-# Target rules for target po/CMakeFiles/i18n.dir
1810-
1811-# All Build rule for target.
1812-po/CMakeFiles/i18n.dir/all:
1813- $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/depend
1814- $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
1815- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 8
1816- @echo "Built target i18n"
1817-.PHONY : po/CMakeFiles/i18n.dir/all
1818-
1819-# Include target in all.
1820-all: po/CMakeFiles/i18n.dir/all
1821-.PHONY : all
1822-
1823-# Build rule for subdir invocation for target.
1824-po/CMakeFiles/i18n.dir/rule: cmake_check_build_system
1825- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 1
1826- $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/i18n.dir/all
1827- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
1828-.PHONY : po/CMakeFiles/i18n.dir/rule
1829-
1830-# Convenience name for target.
1831-i18n: po/CMakeFiles/i18n.dir/rule
1832-.PHONY : i18n
1833-
1834-# clean rule for target.
1835-po/CMakeFiles/i18n.dir/clean:
1836- $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/clean
1837-.PHONY : po/CMakeFiles/i18n.dir/clean
1838-
1839-# clean rule for target.
1840-clean: po/CMakeFiles/i18n.dir/clean
1841-.PHONY : clean
1842-
1843-#=============================================================================
1844-# Target rules for target po/CMakeFiles/pot.dir
1845-
1846-# All Build rule for target.
1847-po/CMakeFiles/pot.dir/all:
1848- $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/depend
1849- $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
1850- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 9
1851- @echo "Built target pot"
1852-.PHONY : po/CMakeFiles/pot.dir/all
1853-
1854-# Build rule for subdir invocation for target.
1855-po/CMakeFiles/pot.dir/rule: cmake_check_build_system
1856- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 1
1857- $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/pot.dir/all
1858- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
1859-.PHONY : po/CMakeFiles/pot.dir/rule
1860-
1861-# Convenience name for target.
1862-pot: po/CMakeFiles/pot.dir/rule
1863-.PHONY : pot
1864-
1865-# clean rule for target.
1866-po/CMakeFiles/pot.dir/clean:
1867- $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/clean
1868-.PHONY : po/CMakeFiles/pot.dir/clean
1869-
1870-# clean rule for target.
1871-clean: po/CMakeFiles/pot.dir/clean
1872-.PHONY : clean
1873-
1874-#=============================================================================
1875-# Special targets to cleanup operation of make.
1876-
1877-# Special rule to run CMake to check the build system integrity.
1878-# No rule that depends on this can have commands that come from listfiles
1879-# because they might be regenerated.
1880-cmake_check_build_system:
1881- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
1882-.PHONY : cmake_check_build_system
1883-
1884
1885=== removed file 'build/CMakeFiles/TargetDirectories.txt'
1886--- build/CMakeFiles/TargetDirectories.txt 2014-08-23 23:41:03 +0000
1887+++ build/CMakeFiles/TargetDirectories.txt 1970-01-01 00:00:00 +0000
1888@@ -1,3 +0,0 @@
1889-/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir
1890-/home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/i18n.dir
1891-/home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/pot.dir
1892
1893=== removed file 'build/CMakeFiles/cmake.check_cache'
1894--- build/CMakeFiles/cmake.check_cache 2014-08-23 23:41:03 +0000
1895+++ build/CMakeFiles/cmake.check_cache 1970-01-01 00:00:00 +0000
1896@@ -1,1 +0,0 @@
1897-# This file is generated by cmake for dependency checking of the CMakeCache.txt file
1898
1899=== removed directory 'build/CMakeFiles/debby.dir'
1900=== removed file 'build/CMakeFiles/debby.dir/C.includecache'
1901--- build/CMakeFiles/debby.dir/C.includecache 2014-08-23 23:41:03 +0000
1902+++ build/CMakeFiles/debby.dir/C.includecache 1970-01-01 00:00:00 +0000
1903@@ -1,88 +0,0 @@
1904-#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
1905-
1906-#IncludeRegexScan: ^.*$
1907-
1908-#IncludeRegexComplain: ^$
1909-
1910-#IncludeRegexTransform:
1911-
1912-/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c
1913-glib.h
1914--
1915-glib-object.h
1916--
1917-granite.h
1918--
1919-gtk/gtk.h
1920--
1921-gio/gio.h
1922--
1923-stdlib.h
1924--
1925-string.h
1926--
1927-
1928-/home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c
1929-glib.h
1930--
1931-glib-object.h
1932--
1933-gtk/gtk.h
1934--
1935-stdlib.h
1936--
1937-string.h
1938--
1939-glib/gstdio.h
1940--
1941-
1942-/home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c
1943-glib.h
1944--
1945-glib-object.h
1946--
1947-gtk/gtk.h
1948--
1949-stdlib.h
1950--
1951-string.h
1952--
1953-granite.h
1954--
1955-gdk/gdk.h
1956--
1957-gio/gio.h
1958--
1959-stdio.h
1960--
1961-
1962-/home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c
1963-glib.h
1964--
1965-glib-object.h
1966--
1967-stdlib.h
1968--
1969-string.h
1970--
1971-
1972-/home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c
1973-glib.h
1974--
1975-glib-object.h
1976--
1977-gtk/gtk.h
1978--
1979-
1980-/home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c
1981-glib.h
1982--
1983-glib-object.h
1984--
1985-stdlib.h
1986--
1987-string.h
1988--
1989-stdio.h
1990--
1991-
1992
1993=== removed file 'build/CMakeFiles/debby.dir/DependInfo.cmake'
1994--- build/CMakeFiles/debby.dir/DependInfo.cmake 2014-08-23 23:41:03 +0000
1995+++ build/CMakeFiles/debby.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
1996@@ -1,41 +0,0 @@
1997-# The set of languages for which implicit dependencies are needed:
1998-SET(CMAKE_DEPENDS_LANGUAGES
1999- "C"
2000- )
2001-# The set of files for implicit dependencies of each language:
2002-SET(CMAKE_DEPENDS_CHECK_C
2003- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/About.c.o"
2004- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/LogDialog.c.o"
2005- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/Window.c.o"
2006- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/config.c.o"
2007- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/hide.c.o"
2008- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/install_deb.c.o"
2009- )
2010-SET(CMAKE_C_COMPILER_ID "GNU")
2011-
2012-# Preprocessor definitions for this target.
2013-SET(CMAKE_TARGET_DEFINITIONS
2014- "GETTEXT_PACKAGE=\"debby\""
2015- )
2016-
2017-# Pairs of files generated by the same build rule.
2018-SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
2019- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
2020- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
2021- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
2022- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
2023- "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
2024- )
2025-
2026-
2027-# Targets to which this target links.
2028-SET(CMAKE_TARGET_LINKED_INFO_FILES
2029- )
2030-
2031-# The include file search paths:
2032-SET(CMAKE_C_TARGET_INCLUDE_PATH
2033- "."
2034- )
2035-SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2036-SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2037-SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2038
2039=== removed file 'build/CMakeFiles/debby.dir/build.make'
2040--- build/CMakeFiles/debby.dir/build.make 2014-08-23 23:41:03 +0000
2041+++ build/CMakeFiles/debby.dir/build.make 1970-01-01 00:00:00 +0000
2042@@ -1,257 +0,0 @@
2043-# CMAKE generated file: DO NOT EDIT!
2044-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2045-
2046-#=============================================================================
2047-# Special targets provided by cmake.
2048-
2049-# Disable implicit rules so canonical targets will work.
2050-.SUFFIXES:
2051-
2052-# Remove some rules from gmake that .SUFFIXES does not remove.
2053-SUFFIXES =
2054-
2055-.SUFFIXES: .hpux_make_needs_suffix_list
2056-
2057-# Suppress display of executed commands.
2058-$(VERBOSE).SILENT:
2059-
2060-# A target that is always out of date.
2061-cmake_force:
2062-.PHONY : cmake_force
2063-
2064-#=============================================================================
2065-# Set environment variables for the build.
2066-
2067-# The shell in which to execute make rules.
2068-SHELL = /bin/sh
2069-
2070-# The CMake executable.
2071-CMAKE_COMMAND = /usr/bin/cmake
2072-
2073-# The command to remove a file.
2074-RM = /usr/bin/cmake -E remove -f
2075-
2076-# Escaping for special characters.
2077-EQUALS = =
2078-
2079-# The top-level source directory on which CMake was run.
2080-CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
2081-
2082-# The top-level build directory on which CMake was run.
2083-CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
2084-
2085-# Include any dependencies generated for this target.
2086-include CMakeFiles/debby.dir/depend.make
2087-
2088-# Include the progress variables for this target.
2089-include CMakeFiles/debby.dir/progress.make
2090-
2091-# Include the compile flags for this target's objects.
2092-include CMakeFiles/debby.dir/flags.make
2093-
2094-src/About.c: ../src/About.vala
2095-src/About.c: ../src/Window.vala
2096-src/About.c: ../src/config.vala
2097-src/About.c: ../src/LogDialog.vala
2098-src/About.c: ../src/hide.vala
2099-src/About.c: ../src/install_deb.vala
2100- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
2101- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating src/About.c, src/Window.c, src/config.c, src/LogDialog.c, src/hide.c, src/install_deb.c"
2102- /usr/bin/valac -C -b /home/maccabbi/Dropbox/vala/debby/trunk -d /home/maccabbi/Dropbox/vala/debby/trunk/build --pkg=gtk+-3.0 --pkg=granite --thread /home/maccabbi/Dropbox/vala/debby/trunk/src/About.vala /home/maccabbi/Dropbox/vala/debby/trunk/src/Window.vala /home/maccabbi/Dropbox/vala/debby/trunk/src/config.vala /home/maccabbi/Dropbox/vala/debby/trunk/src/LogDialog.vala /home/maccabbi/Dropbox/vala/debby/trunk/src/hide.vala /home/maccabbi/Dropbox/vala/debby/trunk/src/install_deb.vala
2103-
2104-src/Window.c: src/About.c
2105-
2106-src/config.c: src/About.c
2107-
2108-src/LogDialog.c: src/About.c
2109-
2110-src/hide.c: src/About.c
2111-
2112-src/install_deb.c: src/About.c
2113-
2114-CMakeFiles/debby.dir/src/About.c.o: CMakeFiles/debby.dir/flags.make
2115-CMakeFiles/debby.dir/src/About.c.o: src/About.c
2116- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_2)
2117- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/About.c.o"
2118- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/debby.dir/src/About.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c
2119-
2120-CMakeFiles/debby.dir/src/About.c.i: cmake_force
2121- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/About.c.i"
2122- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c > CMakeFiles/debby.dir/src/About.c.i
2123-
2124-CMakeFiles/debby.dir/src/About.c.s: cmake_force
2125- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/About.c.s"
2126- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c -o CMakeFiles/debby.dir/src/About.c.s
2127-
2128-CMakeFiles/debby.dir/src/About.c.o.requires:
2129-.PHONY : CMakeFiles/debby.dir/src/About.c.o.requires
2130-
2131-CMakeFiles/debby.dir/src/About.c.o.provides: CMakeFiles/debby.dir/src/About.c.o.requires
2132- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.o.provides.build
2133-.PHONY : CMakeFiles/debby.dir/src/About.c.o.provides
2134-
2135-CMakeFiles/debby.dir/src/About.c.o.provides.build: CMakeFiles/debby.dir/src/About.c.o
2136-
2137-CMakeFiles/debby.dir/src/Window.c.o: CMakeFiles/debby.dir/flags.make
2138-CMakeFiles/debby.dir/src/Window.c.o: src/Window.c
2139- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_3)
2140- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/Window.c.o"
2141- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/debby.dir/src/Window.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c
2142-
2143-CMakeFiles/debby.dir/src/Window.c.i: cmake_force
2144- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/Window.c.i"
2145- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c > CMakeFiles/debby.dir/src/Window.c.i
2146-
2147-CMakeFiles/debby.dir/src/Window.c.s: cmake_force
2148- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/Window.c.s"
2149- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c -o CMakeFiles/debby.dir/src/Window.c.s
2150-
2151-CMakeFiles/debby.dir/src/Window.c.o.requires:
2152-.PHONY : CMakeFiles/debby.dir/src/Window.c.o.requires
2153-
2154-CMakeFiles/debby.dir/src/Window.c.o.provides: CMakeFiles/debby.dir/src/Window.c.o.requires
2155- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.o.provides.build
2156-.PHONY : CMakeFiles/debby.dir/src/Window.c.o.provides
2157-
2158-CMakeFiles/debby.dir/src/Window.c.o.provides.build: CMakeFiles/debby.dir/src/Window.c.o
2159-
2160-CMakeFiles/debby.dir/src/config.c.o: CMakeFiles/debby.dir/flags.make
2161-CMakeFiles/debby.dir/src/config.c.o: src/config.c
2162- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_4)
2163- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/config.c.o"
2164- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/debby.dir/src/config.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c
2165-
2166-CMakeFiles/debby.dir/src/config.c.i: cmake_force
2167- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/config.c.i"
2168- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c > CMakeFiles/debby.dir/src/config.c.i
2169-
2170-CMakeFiles/debby.dir/src/config.c.s: cmake_force
2171- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/config.c.s"
2172- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c -o CMakeFiles/debby.dir/src/config.c.s
2173-
2174-CMakeFiles/debby.dir/src/config.c.o.requires:
2175-.PHONY : CMakeFiles/debby.dir/src/config.c.o.requires
2176-
2177-CMakeFiles/debby.dir/src/config.c.o.provides: CMakeFiles/debby.dir/src/config.c.o.requires
2178- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.o.provides.build
2179-.PHONY : CMakeFiles/debby.dir/src/config.c.o.provides
2180-
2181-CMakeFiles/debby.dir/src/config.c.o.provides.build: CMakeFiles/debby.dir/src/config.c.o
2182-
2183-CMakeFiles/debby.dir/src/LogDialog.c.o: CMakeFiles/debby.dir/flags.make
2184-CMakeFiles/debby.dir/src/LogDialog.c.o: src/LogDialog.c
2185- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_5)
2186- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/LogDialog.c.o"
2187- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/debby.dir/src/LogDialog.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c
2188-
2189-CMakeFiles/debby.dir/src/LogDialog.c.i: cmake_force
2190- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/LogDialog.c.i"
2191- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c > CMakeFiles/debby.dir/src/LogDialog.c.i
2192-
2193-CMakeFiles/debby.dir/src/LogDialog.c.s: cmake_force
2194- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/LogDialog.c.s"
2195- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c -o CMakeFiles/debby.dir/src/LogDialog.c.s
2196-
2197-CMakeFiles/debby.dir/src/LogDialog.c.o.requires:
2198-.PHONY : CMakeFiles/debby.dir/src/LogDialog.c.o.requires
2199-
2200-CMakeFiles/debby.dir/src/LogDialog.c.o.provides: CMakeFiles/debby.dir/src/LogDialog.c.o.requires
2201- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.o.provides.build
2202-.PHONY : CMakeFiles/debby.dir/src/LogDialog.c.o.provides
2203-
2204-CMakeFiles/debby.dir/src/LogDialog.c.o.provides.build: CMakeFiles/debby.dir/src/LogDialog.c.o
2205-
2206-CMakeFiles/debby.dir/src/hide.c.o: CMakeFiles/debby.dir/flags.make
2207-CMakeFiles/debby.dir/src/hide.c.o: src/hide.c
2208- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_6)
2209- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/hide.c.o"
2210- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/debby.dir/src/hide.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c
2211-
2212-CMakeFiles/debby.dir/src/hide.c.i: cmake_force
2213- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/hide.c.i"
2214- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c > CMakeFiles/debby.dir/src/hide.c.i
2215-
2216-CMakeFiles/debby.dir/src/hide.c.s: cmake_force
2217- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/hide.c.s"
2218- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c -o CMakeFiles/debby.dir/src/hide.c.s
2219-
2220-CMakeFiles/debby.dir/src/hide.c.o.requires:
2221-.PHONY : CMakeFiles/debby.dir/src/hide.c.o.requires
2222-
2223-CMakeFiles/debby.dir/src/hide.c.o.provides: CMakeFiles/debby.dir/src/hide.c.o.requires
2224- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.o.provides.build
2225-.PHONY : CMakeFiles/debby.dir/src/hide.c.o.provides
2226-
2227-CMakeFiles/debby.dir/src/hide.c.o.provides.build: CMakeFiles/debby.dir/src/hide.c.o
2228-
2229-CMakeFiles/debby.dir/src/install_deb.c.o: CMakeFiles/debby.dir/flags.make
2230-CMakeFiles/debby.dir/src/install_deb.c.o: src/install_deb.c
2231- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_7)
2232- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/install_deb.c.o"
2233- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/debby.dir/src/install_deb.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c
2234-
2235-CMakeFiles/debby.dir/src/install_deb.c.i: cmake_force
2236- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/install_deb.c.i"
2237- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c > CMakeFiles/debby.dir/src/install_deb.c.i
2238-
2239-CMakeFiles/debby.dir/src/install_deb.c.s: cmake_force
2240- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/install_deb.c.s"
2241- /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c -o CMakeFiles/debby.dir/src/install_deb.c.s
2242-
2243-CMakeFiles/debby.dir/src/install_deb.c.o.requires:
2244-.PHONY : CMakeFiles/debby.dir/src/install_deb.c.o.requires
2245-
2246-CMakeFiles/debby.dir/src/install_deb.c.o.provides: CMakeFiles/debby.dir/src/install_deb.c.o.requires
2247- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.o.provides.build
2248-.PHONY : CMakeFiles/debby.dir/src/install_deb.c.o.provides
2249-
2250-CMakeFiles/debby.dir/src/install_deb.c.o.provides.build: CMakeFiles/debby.dir/src/install_deb.c.o
2251-
2252-# Object files for target debby
2253-debby_OBJECTS = \
2254-"CMakeFiles/debby.dir/src/About.c.o" \
2255-"CMakeFiles/debby.dir/src/Window.c.o" \
2256-"CMakeFiles/debby.dir/src/config.c.o" \
2257-"CMakeFiles/debby.dir/src/LogDialog.c.o" \
2258-"CMakeFiles/debby.dir/src/hide.c.o" \
2259-"CMakeFiles/debby.dir/src/install_deb.c.o"
2260-
2261-# External object files for target debby
2262-debby_EXTERNAL_OBJECTS =
2263-
2264-debby: CMakeFiles/debby.dir/src/About.c.o
2265-debby: CMakeFiles/debby.dir/src/Window.c.o
2266-debby: CMakeFiles/debby.dir/src/config.c.o
2267-debby: CMakeFiles/debby.dir/src/LogDialog.c.o
2268-debby: CMakeFiles/debby.dir/src/hide.c.o
2269-debby: CMakeFiles/debby.dir/src/install_deb.c.o
2270-debby: CMakeFiles/debby.dir/build.make
2271-debby: CMakeFiles/debby.dir/link.txt
2272- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable debby"
2273- $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/debby.dir/link.txt --verbose=$(VERBOSE)
2274-
2275-# Rule to build all files generated by this target.
2276-CMakeFiles/debby.dir/build: debby
2277-.PHONY : CMakeFiles/debby.dir/build
2278-
2279-CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/About.c.o.requires
2280-CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/Window.c.o.requires
2281-CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/config.c.o.requires
2282-CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/LogDialog.c.o.requires
2283-CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/hide.c.o.requires
2284-CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/install_deb.c.o.requires
2285-.PHONY : CMakeFiles/debby.dir/requires
2286-
2287-CMakeFiles/debby.dir/clean:
2288- $(CMAKE_COMMAND) -P CMakeFiles/debby.dir/cmake_clean.cmake
2289-.PHONY : CMakeFiles/debby.dir/clean
2290-
2291-CMakeFiles/debby.dir/depend: src/About.c
2292-CMakeFiles/debby.dir/depend: src/Window.c
2293-CMakeFiles/debby.dir/depend: src/config.c
2294-CMakeFiles/debby.dir/depend: src/LogDialog.c
2295-CMakeFiles/debby.dir/depend: src/hide.c
2296-CMakeFiles/debby.dir/depend: src/install_deb.c
2297- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maccabbi/Dropbox/vala/debby/trunk /home/maccabbi/Dropbox/vala/debby/trunk /home/maccabbi/Dropbox/vala/debby/trunk/build /home/maccabbi/Dropbox/vala/debby/trunk/build /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/DependInfo.cmake --color=$(COLOR)
2298-.PHONY : CMakeFiles/debby.dir/depend
2299-
2300
2301=== removed file 'build/CMakeFiles/debby.dir/cmake_clean.cmake'
2302--- build/CMakeFiles/debby.dir/cmake_clean.cmake 2014-08-23 23:41:03 +0000
2303+++ build/CMakeFiles/debby.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
2304@@ -1,21 +0,0 @@
2305-FILE(REMOVE_RECURSE
2306- "src/About.c"
2307- "src/Window.c"
2308- "src/config.c"
2309- "src/LogDialog.c"
2310- "src/hide.c"
2311- "src/install_deb.c"
2312- "CMakeFiles/debby.dir/src/About.c.o"
2313- "CMakeFiles/debby.dir/src/Window.c.o"
2314- "CMakeFiles/debby.dir/src/config.c.o"
2315- "CMakeFiles/debby.dir/src/LogDialog.c.o"
2316- "CMakeFiles/debby.dir/src/hide.c.o"
2317- "CMakeFiles/debby.dir/src/install_deb.c.o"
2318- "debby.pdb"
2319- "debby"
2320-)
2321-
2322-# Per-language clean rules from dependency scanning.
2323-FOREACH(lang C)
2324- INCLUDE(CMakeFiles/debby.dir/cmake_clean_${lang}.cmake OPTIONAL)
2325-ENDFOREACH(lang)
2326
2327=== removed file 'build/CMakeFiles/debby.dir/depend.internal'
2328--- build/CMakeFiles/debby.dir/depend.internal 2014-08-23 23:41:03 +0000
2329+++ build/CMakeFiles/debby.dir/depend.internal 1970-01-01 00:00:00 +0000
2330@@ -1,15 +0,0 @@
2331-# CMAKE generated file: DO NOT EDIT!
2332-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2333-
2334-CMakeFiles/debby.dir/src/About.c.o
2335- /home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c
2336-CMakeFiles/debby.dir/src/LogDialog.c.o
2337- /home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c
2338-CMakeFiles/debby.dir/src/Window.c.o
2339- /home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c
2340-CMakeFiles/debby.dir/src/config.c.o
2341- /home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c
2342-CMakeFiles/debby.dir/src/hide.c.o
2343- /home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c
2344-CMakeFiles/debby.dir/src/install_deb.c.o
2345- /home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c
2346
2347=== removed file 'build/CMakeFiles/debby.dir/depend.make'
2348--- build/CMakeFiles/debby.dir/depend.make 2014-08-23 23:41:03 +0000
2349+++ build/CMakeFiles/debby.dir/depend.make 1970-01-01 00:00:00 +0000
2350@@ -1,15 +0,0 @@
2351-# CMAKE generated file: DO NOT EDIT!
2352-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2353-
2354-CMakeFiles/debby.dir/src/About.c.o: src/About.c
2355-
2356-CMakeFiles/debby.dir/src/LogDialog.c.o: src/LogDialog.c
2357-
2358-CMakeFiles/debby.dir/src/Window.c.o: src/Window.c
2359-
2360-CMakeFiles/debby.dir/src/config.c.o: src/config.c
2361-
2362-CMakeFiles/debby.dir/src/hide.c.o: src/hide.c
2363-
2364-CMakeFiles/debby.dir/src/install_deb.c.o: src/install_deb.c
2365-
2366
2367=== removed file 'build/CMakeFiles/debby.dir/flags.make'
2368--- build/CMakeFiles/debby.dir/flags.make 2014-08-23 23:41:03 +0000
2369+++ build/CMakeFiles/debby.dir/flags.make 1970-01-01 00:00:00 +0000
2370@@ -1,8 +0,0 @@
2371-# CMAKE generated file: DO NOT EDIT!
2372-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2373-
2374-# compile C with /usr/bin/cc
2375-C_FLAGS = -I/home/maccabbi/Dropbox/vala/debby/trunk/build -pthread -I/usr/include/granite -I/usr/include/cairo -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/gtk-3.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -pthread -I/usr/include/granite -I/usr/include/cairo -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/gtk-3.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
2376-
2377-C_DEFINES = -DGETTEXT_PACKAGE=\"debby\"
2378-
2379
2380=== removed file 'build/CMakeFiles/debby.dir/link.txt'
2381--- build/CMakeFiles/debby.dir/link.txt 2014-08-23 23:41:03 +0000
2382+++ build/CMakeFiles/debby.dir/link.txt 1970-01-01 00:00:00 +0000
2383@@ -1,1 +0,0 @@
2384-/usr/bin/cc CMakeFiles/debby.dir/src/About.c.o CMakeFiles/debby.dir/src/Window.c.o CMakeFiles/debby.dir/src/config.c.o CMakeFiles/debby.dir/src/LogDialog.c.o CMakeFiles/debby.dir/src/hide.c.o CMakeFiles/debby.dir/src/install_deb.c.o -o debby -rdynamic -lgranite -lgee-0.8 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lgranite -lgee-0.8 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgthread-2.0 -lglib-2.0
2385
2386=== removed file 'build/CMakeFiles/debby.dir/progress.make'
2387--- build/CMakeFiles/debby.dir/progress.make 2014-08-23 23:41:03 +0000
2388+++ build/CMakeFiles/debby.dir/progress.make 1970-01-01 00:00:00 +0000
2389@@ -1,8 +0,0 @@
2390-CMAKE_PROGRESS_1 = 1
2391-CMAKE_PROGRESS_2 = 2
2392-CMAKE_PROGRESS_3 = 3
2393-CMAKE_PROGRESS_4 = 4
2394-CMAKE_PROGRESS_5 = 5
2395-CMAKE_PROGRESS_6 = 6
2396-CMAKE_PROGRESS_7 = 7
2397-
2398
2399=== removed directory 'build/CMakeFiles/debby.dir/src'
2400=== removed file 'build/CMakeFiles/progress.marks'
2401--- build/CMakeFiles/progress.marks 2014-08-23 23:41:03 +0000
2402+++ build/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
2403@@ -1,1 +0,0 @@
2404-8
2405
2406=== removed file 'build/Makefile'
2407--- build/Makefile 2014-08-23 23:41:03 +0000
2408+++ build/Makefile 1970-01-01 00:00:00 +0000
2409@@ -1,371 +0,0 @@
2410-# CMAKE generated file: DO NOT EDIT!
2411-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2412-
2413-# Default target executed when no arguments are given to make.
2414-default_target: all
2415-.PHONY : default_target
2416-
2417-#=============================================================================
2418-# Special targets provided by cmake.
2419-
2420-# Disable implicit rules so canonical targets will work.
2421-.SUFFIXES:
2422-
2423-# Remove some rules from gmake that .SUFFIXES does not remove.
2424-SUFFIXES =
2425-
2426-.SUFFIXES: .hpux_make_needs_suffix_list
2427-
2428-# Suppress display of executed commands.
2429-$(VERBOSE).SILENT:
2430-
2431-# A target that is always out of date.
2432-cmake_force:
2433-.PHONY : cmake_force
2434-
2435-#=============================================================================
2436-# Set environment variables for the build.
2437-
2438-# The shell in which to execute make rules.
2439-SHELL = /bin/sh
2440-
2441-# The CMake executable.
2442-CMAKE_COMMAND = /usr/bin/cmake
2443-
2444-# The command to remove a file.
2445-RM = /usr/bin/cmake -E remove -f
2446-
2447-# Escaping for special characters.
2448-EQUALS = =
2449-
2450-# The top-level source directory on which CMake was run.
2451-CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
2452-
2453-# The top-level build directory on which CMake was run.
2454-CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
2455-
2456-#=============================================================================
2457-# Targets provided globally by CMake.
2458-
2459-# Special rule for the target edit_cache
2460-edit_cache:
2461- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
2462- /usr/bin/cmake -i .
2463-.PHONY : edit_cache
2464-
2465-# Special rule for the target edit_cache
2466-edit_cache/fast: edit_cache
2467-.PHONY : edit_cache/fast
2468-
2469-# Special rule for the target install
2470-install: preinstall
2471- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
2472- /usr/bin/cmake -P cmake_install.cmake
2473-.PHONY : install
2474-
2475-# Special rule for the target install
2476-install/fast: preinstall/fast
2477- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
2478- /usr/bin/cmake -P cmake_install.cmake
2479-.PHONY : install/fast
2480-
2481-# Special rule for the target install/local
2482-install/local: preinstall
2483- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
2484- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
2485-.PHONY : install/local
2486-
2487-# Special rule for the target install/local
2488-install/local/fast: install/local
2489-.PHONY : install/local/fast
2490-
2491-# Special rule for the target install/strip
2492-install/strip: preinstall
2493- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
2494- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
2495-.PHONY : install/strip
2496-
2497-# Special rule for the target install/strip
2498-install/strip/fast: install/strip
2499-.PHONY : install/strip/fast
2500-
2501-# Special rule for the target list_install_components
2502-list_install_components:
2503- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
2504-.PHONY : list_install_components
2505-
2506-# Special rule for the target list_install_components
2507-list_install_components/fast: list_install_components
2508-.PHONY : list_install_components/fast
2509-
2510-# Special rule for the target rebuild_cache
2511-rebuild_cache:
2512- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
2513- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
2514-.PHONY : rebuild_cache
2515-
2516-# Special rule for the target rebuild_cache
2517-rebuild_cache/fast: rebuild_cache
2518-.PHONY : rebuild_cache/fast
2519-
2520-# The main all target
2521-all: cmake_check_build_system
2522- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/progress.marks
2523- $(MAKE) -f CMakeFiles/Makefile2 all
2524- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
2525-.PHONY : all
2526-
2527-# The main clean target
2528-clean:
2529- $(MAKE) -f CMakeFiles/Makefile2 clean
2530-.PHONY : clean
2531-
2532-# The main clean target
2533-clean/fast: clean
2534-.PHONY : clean/fast
2535-
2536-# Prepare targets for installation.
2537-preinstall: all
2538- $(MAKE) -f CMakeFiles/Makefile2 preinstall
2539-.PHONY : preinstall
2540-
2541-# Prepare targets for installation.
2542-preinstall/fast:
2543- $(MAKE) -f CMakeFiles/Makefile2 preinstall
2544-.PHONY : preinstall/fast
2545-
2546-# clear depends
2547-depend:
2548- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
2549-.PHONY : depend
2550-
2551-#=============================================================================
2552-# Target rules for targets named debby
2553-
2554-# Build rule for target.
2555-debby: cmake_check_build_system
2556- $(MAKE) -f CMakeFiles/Makefile2 debby
2557-.PHONY : debby
2558-
2559-# fast build rule for target.
2560-debby/fast:
2561- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/build
2562-.PHONY : debby/fast
2563-
2564-#=============================================================================
2565-# Target rules for targets named i18n
2566-
2567-# Build rule for target.
2568-i18n: cmake_check_build_system
2569- $(MAKE) -f CMakeFiles/Makefile2 i18n
2570-.PHONY : i18n
2571-
2572-# fast build rule for target.
2573-i18n/fast:
2574- $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
2575-.PHONY : i18n/fast
2576-
2577-#=============================================================================
2578-# Target rules for targets named pot
2579-
2580-# Build rule for target.
2581-pot: cmake_check_build_system
2582- $(MAKE) -f CMakeFiles/Makefile2 pot
2583-.PHONY : pot
2584-
2585-# fast build rule for target.
2586-pot/fast:
2587- $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
2588-.PHONY : pot/fast
2589-
2590-src/About.o: src/About.c.o
2591-.PHONY : src/About.o
2592-
2593-# target to build an object file
2594-src/About.c.o:
2595- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.o
2596-.PHONY : src/About.c.o
2597-
2598-src/About.i: src/About.c.i
2599-.PHONY : src/About.i
2600-
2601-# target to preprocess a source file
2602-src/About.c.i:
2603- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.i
2604-.PHONY : src/About.c.i
2605-
2606-src/About.s: src/About.c.s
2607-.PHONY : src/About.s
2608-
2609-# target to generate assembly for a file
2610-src/About.c.s:
2611- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.s
2612-.PHONY : src/About.c.s
2613-
2614-src/LogDialog.o: src/LogDialog.c.o
2615-.PHONY : src/LogDialog.o
2616-
2617-# target to build an object file
2618-src/LogDialog.c.o:
2619- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.o
2620-.PHONY : src/LogDialog.c.o
2621-
2622-src/LogDialog.i: src/LogDialog.c.i
2623-.PHONY : src/LogDialog.i
2624-
2625-# target to preprocess a source file
2626-src/LogDialog.c.i:
2627- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.i
2628-.PHONY : src/LogDialog.c.i
2629-
2630-src/LogDialog.s: src/LogDialog.c.s
2631-.PHONY : src/LogDialog.s
2632-
2633-# target to generate assembly for a file
2634-src/LogDialog.c.s:
2635- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.s
2636-.PHONY : src/LogDialog.c.s
2637-
2638-src/Window.o: src/Window.c.o
2639-.PHONY : src/Window.o
2640-
2641-# target to build an object file
2642-src/Window.c.o:
2643- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.o
2644-.PHONY : src/Window.c.o
2645-
2646-src/Window.i: src/Window.c.i
2647-.PHONY : src/Window.i
2648-
2649-# target to preprocess a source file
2650-src/Window.c.i:
2651- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.i
2652-.PHONY : src/Window.c.i
2653-
2654-src/Window.s: src/Window.c.s
2655-.PHONY : src/Window.s
2656-
2657-# target to generate assembly for a file
2658-src/Window.c.s:
2659- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.s
2660-.PHONY : src/Window.c.s
2661-
2662-src/config.o: src/config.c.o
2663-.PHONY : src/config.o
2664-
2665-# target to build an object file
2666-src/config.c.o:
2667- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.o
2668-.PHONY : src/config.c.o
2669-
2670-src/config.i: src/config.c.i
2671-.PHONY : src/config.i
2672-
2673-# target to preprocess a source file
2674-src/config.c.i:
2675- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.i
2676-.PHONY : src/config.c.i
2677-
2678-src/config.s: src/config.c.s
2679-.PHONY : src/config.s
2680-
2681-# target to generate assembly for a file
2682-src/config.c.s:
2683- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.s
2684-.PHONY : src/config.c.s
2685-
2686-src/hide.o: src/hide.c.o
2687-.PHONY : src/hide.o
2688-
2689-# target to build an object file
2690-src/hide.c.o:
2691- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.o
2692-.PHONY : src/hide.c.o
2693-
2694-src/hide.i: src/hide.c.i
2695-.PHONY : src/hide.i
2696-
2697-# target to preprocess a source file
2698-src/hide.c.i:
2699- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.i
2700-.PHONY : src/hide.c.i
2701-
2702-src/hide.s: src/hide.c.s
2703-.PHONY : src/hide.s
2704-
2705-# target to generate assembly for a file
2706-src/hide.c.s:
2707- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.s
2708-.PHONY : src/hide.c.s
2709-
2710-src/install_deb.o: src/install_deb.c.o
2711-.PHONY : src/install_deb.o
2712-
2713-# target to build an object file
2714-src/install_deb.c.o:
2715- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.o
2716-.PHONY : src/install_deb.c.o
2717-
2718-src/install_deb.i: src/install_deb.c.i
2719-.PHONY : src/install_deb.i
2720-
2721-# target to preprocess a source file
2722-src/install_deb.c.i:
2723- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.i
2724-.PHONY : src/install_deb.c.i
2725-
2726-src/install_deb.s: src/install_deb.c.s
2727-.PHONY : src/install_deb.s
2728-
2729-# target to generate assembly for a file
2730-src/install_deb.c.s:
2731- $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.s
2732-.PHONY : src/install_deb.c.s
2733-
2734-# Help Target
2735-help:
2736- @echo "The following are some of the valid targets for this Makefile:"
2737- @echo "... all (the default if no target is provided)"
2738- @echo "... clean"
2739- @echo "... depend"
2740- @echo "... debby"
2741- @echo "... edit_cache"
2742- @echo "... install"
2743- @echo "... install/local"
2744- @echo "... install/strip"
2745- @echo "... list_install_components"
2746- @echo "... rebuild_cache"
2747- @echo "... i18n"
2748- @echo "... pot"
2749- @echo "... src/About.o"
2750- @echo "... src/About.i"
2751- @echo "... src/About.s"
2752- @echo "... src/LogDialog.o"
2753- @echo "... src/LogDialog.i"
2754- @echo "... src/LogDialog.s"
2755- @echo "... src/Window.o"
2756- @echo "... src/Window.i"
2757- @echo "... src/Window.s"
2758- @echo "... src/config.o"
2759- @echo "... src/config.i"
2760- @echo "... src/config.s"
2761- @echo "... src/hide.o"
2762- @echo "... src/hide.i"
2763- @echo "... src/hide.s"
2764- @echo "... src/install_deb.o"
2765- @echo "... src/install_deb.i"
2766- @echo "... src/install_deb.s"
2767-.PHONY : help
2768-
2769-
2770-
2771-#=============================================================================
2772-# Special targets to cleanup operation of make.
2773-
2774-# Special rule to run CMake to check the build system integrity.
2775-# No rule that depends on this can have commands that come from listfiles
2776-# because they might be regenerated.
2777-cmake_check_build_system:
2778- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
2779-.PHONY : cmake_check_build_system
2780-
2781
2782=== removed file 'build/cmake_install.cmake'
2783--- build/cmake_install.cmake 2014-08-23 23:41:03 +0000
2784+++ build/cmake_install.cmake 1970-01-01 00:00:00 +0000
2785@@ -1,118 +0,0 @@
2786-# Install script for directory: /home/maccabbi/Dropbox/vala/debby/trunk
2787-
2788-# Set the install prefix
2789-IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
2790- SET(CMAKE_INSTALL_PREFIX "/usr")
2791-ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
2792-STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
2793-
2794-# Set the install configuration name.
2795-IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
2796- IF(BUILD_TYPE)
2797- STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
2798- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
2799- ELSE(BUILD_TYPE)
2800- SET(CMAKE_INSTALL_CONFIG_NAME "")
2801- ENDIF(BUILD_TYPE)
2802- MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
2803-ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
2804-
2805-# Set the component getting installed.
2806-IF(NOT CMAKE_INSTALL_COMPONENT)
2807- IF(COMPONENT)
2808- MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
2809- SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
2810- ELSE(COMPONENT)
2811- SET(CMAKE_INSTALL_COMPONENT)
2812- ENDIF(COMPONENT)
2813-ENDIF(NOT CMAKE_INSTALL_COMPONENT)
2814-
2815-# Install shared libraries without execute permission?
2816-IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
2817- SET(CMAKE_INSTALL_SO_NO_EXE "1")
2818-ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
2819-
2820-IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2821- IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby" AND
2822- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby")
2823- FILE(RPATH_CHECK
2824- FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby"
2825- RPATH "")
2826- ENDIF()
2827- FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/build/debby")
2828- IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby" AND
2829- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby")
2830- IF(CMAKE_INSTALL_DO_STRIP)
2831- EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby")
2832- ENDIF(CMAKE_INSTALL_DO_STRIP)
2833- ENDIF()
2834-ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2835-
2836-IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2837- FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/data/debby.desktop")
2838-ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2839-
2840-IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2841- list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
2842- "/usr/share/debby/scripts/installdeb.sh")
2843- IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2844- message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2845- ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2846- IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2847- message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2848- ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2849-FILE(INSTALL DESTINATION "/usr/share/debby/scripts" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/scripts/installdeb.sh")
2850-ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2851-
2852-IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2853- list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
2854- "/usr/share/debby/images/elementary_package.svg")
2855- IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2856- message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2857- ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2858- IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2859- message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2860- ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2861-FILE(INSTALL DESTINATION "/usr/share/debby/images" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/images/elementary_package.svg")
2862-ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2863-
2864-IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2865- list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
2866- "/usr/share/debby/images/menu.png")
2867- IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2868- message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2869- ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2870- IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2871- message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2872- ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2873-FILE(INSTALL DESTINATION "/usr/share/debby/images" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/images/menu.png")
2874-ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2875-
2876-IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2877- list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
2878- "/usr/share/debby/images/debby.png")
2879- IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2880- message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2881- ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
2882- IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2883- message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
2884- ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
2885-FILE(INSTALL DESTINATION "/usr/share/debby/images" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/images/debby.png")
2886-ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
2887-
2888-IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
2889- # Include the install script for each subdirectory.
2890- INCLUDE("/home/maccabbi/Dropbox/vala/debby/trunk/build/po/cmake_install.cmake")
2891-
2892-ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
2893-
2894-IF(CMAKE_INSTALL_COMPONENT)
2895- SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
2896-ELSE(CMAKE_INSTALL_COMPONENT)
2897- SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
2898-ENDIF(CMAKE_INSTALL_COMPONENT)
2899-
2900-FILE(WRITE "/home/maccabbi/Dropbox/vala/debby/trunk/build/${CMAKE_INSTALL_MANIFEST}" "")
2901-FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
2902- FILE(APPEND "/home/maccabbi/Dropbox/vala/debby/trunk/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
2903-ENDFOREACH(file)
2904
2905=== removed file 'build/debby'
2906Binary files build/debby 2014-08-23 23:41:03 +0000 and build/debby 1970-01-01 00:00:00 +0000 differ
2907=== removed file 'build/install_manifest.txt'
2908--- build/install_manifest.txt 2014-08-23 23:41:03 +0000
2909+++ build/install_manifest.txt 1970-01-01 00:00:00 +0000
2910@@ -1,6 +0,0 @@
2911-/usr/bin/debby
2912-/usr/share/applications/debby.desktop
2913-/usr/share/debby/scripts/installdeb.sh
2914-/usr/share/debby/images/elementary_package.svg
2915-/usr/share/debby/images/menu.png
2916-/usr/share/debby/images/debby.png
2917
2918=== removed directory 'build/po'
2919=== removed directory 'build/po/CMakeFiles'
2920=== removed file 'build/po/CMakeFiles/CMakeDirectoryInformation.cmake'
2921--- build/po/CMakeFiles/CMakeDirectoryInformation.cmake 2014-08-23 23:41:03 +0000
2922+++ build/po/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
2923@@ -1,16 +0,0 @@
2924-# CMAKE generated file: DO NOT EDIT!
2925-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2926-
2927-# Relative path conversion top directories.
2928-SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/maccabbi/Dropbox/vala/debby/trunk")
2929-SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/maccabbi/Dropbox/vala/debby/trunk/build")
2930-
2931-# Force unix paths in dependencies.
2932-SET(CMAKE_FORCE_UNIX_PATHS 1)
2933-
2934-
2935-# The C and CXX include file regular expressions for this directory.
2936-SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
2937-SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
2938-SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
2939-SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
2940
2941=== removed directory 'build/po/CMakeFiles/i18n.dir'
2942=== removed file 'build/po/CMakeFiles/i18n.dir/DependInfo.cmake'
2943--- build/po/CMakeFiles/i18n.dir/DependInfo.cmake 2014-08-23 23:41:03 +0000
2944+++ build/po/CMakeFiles/i18n.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
2945@@ -1,21 +0,0 @@
2946-# The set of languages for which implicit dependencies are needed:
2947-SET(CMAKE_DEPENDS_LANGUAGES
2948- )
2949-# The set of files for implicit dependencies of each language:
2950-
2951-# Preprocessor definitions for this target.
2952-SET(CMAKE_TARGET_DEFINITIONS
2953- "GETTEXT_PACKAGE=\"debby\""
2954- )
2955-
2956-# Targets to which this target links.
2957-SET(CMAKE_TARGET_LINKED_INFO_FILES
2958- )
2959-
2960-# The include file search paths:
2961-SET(CMAKE_C_TARGET_INCLUDE_PATH
2962- "."
2963- )
2964-SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2965-SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2966-SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
2967
2968=== removed file 'build/po/CMakeFiles/i18n.dir/build.make'
2969--- build/po/CMakeFiles/i18n.dir/build.make 2014-08-23 23:41:03 +0000
2970+++ build/po/CMakeFiles/i18n.dir/build.make 1970-01-01 00:00:00 +0000
2971@@ -1,67 +0,0 @@
2972-# CMAKE generated file: DO NOT EDIT!
2973-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
2974-
2975-#=============================================================================
2976-# Special targets provided by cmake.
2977-
2978-# Disable implicit rules so canonical targets will work.
2979-.SUFFIXES:
2980-
2981-# Remove some rules from gmake that .SUFFIXES does not remove.
2982-SUFFIXES =
2983-
2984-.SUFFIXES: .hpux_make_needs_suffix_list
2985-
2986-# Suppress display of executed commands.
2987-$(VERBOSE).SILENT:
2988-
2989-# A target that is always out of date.
2990-cmake_force:
2991-.PHONY : cmake_force
2992-
2993-#=============================================================================
2994-# Set environment variables for the build.
2995-
2996-# The shell in which to execute make rules.
2997-SHELL = /bin/sh
2998-
2999-# The CMake executable.
3000-CMAKE_COMMAND = /usr/bin/cmake
3001-
3002-# The command to remove a file.
3003-RM = /usr/bin/cmake -E remove -f
3004-
3005-# Escaping for special characters.
3006-EQUALS = =
3007-
3008-# The top-level source directory on which CMake was run.
3009-CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
3010-
3011-# The top-level build directory on which CMake was run.
3012-CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
3013-
3014-# Utility rule file for i18n.
3015-
3016-# Include the progress variables for this target.
3017-include po/CMakeFiles/i18n.dir/progress.make
3018-
3019-po/CMakeFiles/i18n:
3020- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
3021- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold messages.”
3022-
3023-i18n: po/CMakeFiles/i18n
3024-i18n: po/CMakeFiles/i18n.dir/build.make
3025-.PHONY : i18n
3026-
3027-# Rule to build all files generated by this target.
3028-po/CMakeFiles/i18n.dir/build: i18n
3029-.PHONY : po/CMakeFiles/i18n.dir/build
3030-
3031-po/CMakeFiles/i18n.dir/clean:
3032- cd /home/maccabbi/Dropbox/vala/debby/trunk/build/po && $(CMAKE_COMMAND) -P CMakeFiles/i18n.dir/cmake_clean.cmake
3033-.PHONY : po/CMakeFiles/i18n.dir/clean
3034-
3035-po/CMakeFiles/i18n.dir/depend:
3036- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maccabbi/Dropbox/vala/debby/trunk /home/maccabbi/Dropbox/vala/debby/trunk/po /home/maccabbi/Dropbox/vala/debby/trunk/build /home/maccabbi/Dropbox/vala/debby/trunk/build/po /home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/i18n.dir/DependInfo.cmake --color=$(COLOR)
3037-.PHONY : po/CMakeFiles/i18n.dir/depend
3038-
3039
3040=== removed file 'build/po/CMakeFiles/i18n.dir/cmake_clean.cmake'
3041--- build/po/CMakeFiles/i18n.dir/cmake_clean.cmake 2014-08-23 23:41:03 +0000
3042+++ build/po/CMakeFiles/i18n.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
3043@@ -1,8 +0,0 @@
3044-FILE(REMOVE_RECURSE
3045- "CMakeFiles/i18n"
3046-)
3047-
3048-# Per-language clean rules from dependency scanning.
3049-FOREACH(lang)
3050- INCLUDE(CMakeFiles/i18n.dir/cmake_clean_${lang}.cmake OPTIONAL)
3051-ENDFOREACH(lang)
3052
3053=== removed file 'build/po/CMakeFiles/i18n.dir/depend.internal'
3054--- build/po/CMakeFiles/i18n.dir/depend.internal 2014-08-23 23:41:03 +0000
3055+++ build/po/CMakeFiles/i18n.dir/depend.internal 1970-01-01 00:00:00 +0000
3056@@ -1,3 +0,0 @@
3057-# CMAKE generated file: DO NOT EDIT!
3058-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3059-
3060
3061=== removed file 'build/po/CMakeFiles/i18n.dir/depend.make'
3062--- build/po/CMakeFiles/i18n.dir/depend.make 2014-08-23 23:41:03 +0000
3063+++ build/po/CMakeFiles/i18n.dir/depend.make 1970-01-01 00:00:00 +0000
3064@@ -1,3 +0,0 @@
3065-# CMAKE generated file: DO NOT EDIT!
3066-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3067-
3068
3069=== removed file 'build/po/CMakeFiles/i18n.dir/progress.make'
3070--- build/po/CMakeFiles/i18n.dir/progress.make 2014-08-23 23:41:03 +0000
3071+++ build/po/CMakeFiles/i18n.dir/progress.make 1970-01-01 00:00:00 +0000
3072@@ -1,2 +0,0 @@
3073-CMAKE_PROGRESS_1 = 8
3074-
3075
3076=== removed directory 'build/po/CMakeFiles/pot.dir'
3077=== removed file 'build/po/CMakeFiles/pot.dir/DependInfo.cmake'
3078--- build/po/CMakeFiles/pot.dir/DependInfo.cmake 2014-08-23 23:41:03 +0000
3079+++ build/po/CMakeFiles/pot.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
3080@@ -1,21 +0,0 @@
3081-# The set of languages for which implicit dependencies are needed:
3082-SET(CMAKE_DEPENDS_LANGUAGES
3083- )
3084-# The set of files for implicit dependencies of each language:
3085-
3086-# Preprocessor definitions for this target.
3087-SET(CMAKE_TARGET_DEFINITIONS
3088- "GETTEXT_PACKAGE=\"debby\""
3089- )
3090-
3091-# Targets to which this target links.
3092-SET(CMAKE_TARGET_LINKED_INFO_FILES
3093- )
3094-
3095-# The include file search paths:
3096-SET(CMAKE_C_TARGET_INCLUDE_PATH
3097- "."
3098- )
3099-SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3100-SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3101-SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
3102
3103=== removed file 'build/po/CMakeFiles/pot.dir/build.make'
3104--- build/po/CMakeFiles/pot.dir/build.make 2014-08-23 23:41:03 +0000
3105+++ build/po/CMakeFiles/pot.dir/build.make 1970-01-01 00:00:00 +0000
3106@@ -1,68 +0,0 @@
3107-# CMAKE generated file: DO NOT EDIT!
3108-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3109-
3110-#=============================================================================
3111-# Special targets provided by cmake.
3112-
3113-# Disable implicit rules so canonical targets will work.
3114-.SUFFIXES:
3115-
3116-# Remove some rules from gmake that .SUFFIXES does not remove.
3117-SUFFIXES =
3118-
3119-.SUFFIXES: .hpux_make_needs_suffix_list
3120-
3121-# Suppress display of executed commands.
3122-$(VERBOSE).SILENT:
3123-
3124-# A target that is always out of date.
3125-cmake_force:
3126-.PHONY : cmake_force
3127-
3128-#=============================================================================
3129-# Set environment variables for the build.
3130-
3131-# The shell in which to execute make rules.
3132-SHELL = /bin/sh
3133-
3134-# The CMake executable.
3135-CMAKE_COMMAND = /usr/bin/cmake
3136-
3137-# The command to remove a file.
3138-RM = /usr/bin/cmake -E remove -f
3139-
3140-# Escaping for special characters.
3141-EQUALS = =
3142-
3143-# The top-level source directory on which CMake was run.
3144-CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
3145-
3146-# The top-level build directory on which CMake was run.
3147-CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
3148-
3149-# Utility rule file for pot.
3150-
3151-# Include the progress variables for this target.
3152-include po/CMakeFiles/pot.dir/progress.make
3153-
3154-po/CMakeFiles/pot:
3155- $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
3156- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold catalog.”
3157-
3158-pot: po/CMakeFiles/pot
3159-pot: po/CMakeFiles/pot.dir/build.make
3160- cd /home/maccabbi/Dropbox/vala/debby/trunk/build/po && /usr/bin/xgettext -d debby -o /home/maccabbi/Dropbox/vala/debby/trunk/po/debby.pot /home/maccabbi/Dropbox/vala/debby/trunk/po/../src/install_deb.vala /home/maccabbi/Dropbox/vala/debby/trunk/po/../src/LogDialog.vala /home/maccabbi/Dropbox/vala/debby/trunk/po/../src/Window.vala /home/maccabbi/Dropbox/vala/debby/trunk/po/../src/hide.vala /home/maccabbi/Dropbox/vala/debby/trunk/po/../src/config.vala /home/maccabbi/Dropbox/vala/debby/trunk/po/../src/About.vala --keyword="_" --keyword="N_" --from-code=UTF-8
3161-.PHONY : pot
3162-
3163-# Rule to build all files generated by this target.
3164-po/CMakeFiles/pot.dir/build: pot
3165-.PHONY : po/CMakeFiles/pot.dir/build
3166-
3167-po/CMakeFiles/pot.dir/clean:
3168- cd /home/maccabbi/Dropbox/vala/debby/trunk/build/po && $(CMAKE_COMMAND) -P CMakeFiles/pot.dir/cmake_clean.cmake
3169-.PHONY : po/CMakeFiles/pot.dir/clean
3170-
3171-po/CMakeFiles/pot.dir/depend:
3172- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maccabbi/Dropbox/vala/debby/trunk /home/maccabbi/Dropbox/vala/debby/trunk/po /home/maccabbi/Dropbox/vala/debby/trunk/build /home/maccabbi/Dropbox/vala/debby/trunk/build/po /home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/pot.dir/DependInfo.cmake --color=$(COLOR)
3173-.PHONY : po/CMakeFiles/pot.dir/depend
3174-
3175
3176=== removed file 'build/po/CMakeFiles/pot.dir/cmake_clean.cmake'
3177--- build/po/CMakeFiles/pot.dir/cmake_clean.cmake 2014-08-23 23:41:03 +0000
3178+++ build/po/CMakeFiles/pot.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
3179@@ -1,8 +0,0 @@
3180-FILE(REMOVE_RECURSE
3181- "CMakeFiles/pot"
3182-)
3183-
3184-# Per-language clean rules from dependency scanning.
3185-FOREACH(lang)
3186- INCLUDE(CMakeFiles/pot.dir/cmake_clean_${lang}.cmake OPTIONAL)
3187-ENDFOREACH(lang)
3188
3189=== removed file 'build/po/CMakeFiles/pot.dir/progress.make'
3190--- build/po/CMakeFiles/pot.dir/progress.make 2014-08-23 23:41:03 +0000
3191+++ build/po/CMakeFiles/pot.dir/progress.make 1970-01-01 00:00:00 +0000
3192@@ -1,2 +0,0 @@
3193-CMAKE_PROGRESS_1 = 9
3194-
3195
3196=== removed file 'build/po/CMakeFiles/progress.marks'
3197--- build/po/CMakeFiles/progress.marks 2014-08-23 23:41:03 +0000
3198+++ build/po/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
3199@@ -1,1 +0,0 @@
3200-1
3201
3202=== removed file 'build/po/Makefile'
3203--- build/po/Makefile 2014-08-23 23:41:03 +0000
3204+++ build/po/Makefile 1970-01-01 00:00:00 +0000
3205@@ -1,197 +0,0 @@
3206-# CMAKE generated file: DO NOT EDIT!
3207-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3208-
3209-# Default target executed when no arguments are given to make.
3210-default_target: all
3211-.PHONY : default_target
3212-
3213-#=============================================================================
3214-# Special targets provided by cmake.
3215-
3216-# Disable implicit rules so canonical targets will work.
3217-.SUFFIXES:
3218-
3219-# Remove some rules from gmake that .SUFFIXES does not remove.
3220-SUFFIXES =
3221-
3222-.SUFFIXES: .hpux_make_needs_suffix_list
3223-
3224-# Suppress display of executed commands.
3225-$(VERBOSE).SILENT:
3226-
3227-# A target that is always out of date.
3228-cmake_force:
3229-.PHONY : cmake_force
3230-
3231-#=============================================================================
3232-# Set environment variables for the build.
3233-
3234-# The shell in which to execute make rules.
3235-SHELL = /bin/sh
3236-
3237-# The CMake executable.
3238-CMAKE_COMMAND = /usr/bin/cmake
3239-
3240-# The command to remove a file.
3241-RM = /usr/bin/cmake -E remove -f
3242-
3243-# Escaping for special characters.
3244-EQUALS = =
3245-
3246-# The top-level source directory on which CMake was run.
3247-CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
3248-
3249-# The top-level build directory on which CMake was run.
3250-CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
3251-
3252-#=============================================================================
3253-# Targets provided globally by CMake.
3254-
3255-# Special rule for the target edit_cache
3256-edit_cache:
3257- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
3258- /usr/bin/cmake -i .
3259-.PHONY : edit_cache
3260-
3261-# Special rule for the target edit_cache
3262-edit_cache/fast: edit_cache
3263-.PHONY : edit_cache/fast
3264-
3265-# Special rule for the target install
3266-install: preinstall
3267- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
3268- /usr/bin/cmake -P cmake_install.cmake
3269-.PHONY : install
3270-
3271-# Special rule for the target install
3272-install/fast: preinstall/fast
3273- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
3274- /usr/bin/cmake -P cmake_install.cmake
3275-.PHONY : install/fast
3276-
3277-# Special rule for the target install/local
3278-install/local: preinstall
3279- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
3280- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
3281-.PHONY : install/local
3282-
3283-# Special rule for the target install/local
3284-install/local/fast: install/local
3285-.PHONY : install/local/fast
3286-
3287-# Special rule for the target install/strip
3288-install/strip: preinstall
3289- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
3290- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
3291-.PHONY : install/strip
3292-
3293-# Special rule for the target install/strip
3294-install/strip/fast: install/strip
3295-.PHONY : install/strip/fast
3296-
3297-# Special rule for the target list_install_components
3298-list_install_components:
3299- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
3300-.PHONY : list_install_components
3301-
3302-# Special rule for the target list_install_components
3303-list_install_components/fast: list_install_components
3304-.PHONY : list_install_components/fast
3305-
3306-# Special rule for the target rebuild_cache
3307-rebuild_cache:
3308- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
3309- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
3310-.PHONY : rebuild_cache
3311-
3312-# Special rule for the target rebuild_cache
3313-rebuild_cache/fast: rebuild_cache
3314-.PHONY : rebuild_cache/fast
3315-
3316-# The main all target
3317-all: cmake_check_build_system
3318- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles /home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/progress.marks
3319- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/all
3320- $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
3321-.PHONY : all
3322-
3323-# The main clean target
3324-clean:
3325- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/clean
3326-.PHONY : clean
3327-
3328-# The main clean target
3329-clean/fast: clean
3330-.PHONY : clean/fast
3331-
3332-# Prepare targets for installation.
3333-preinstall: all
3334- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/preinstall
3335-.PHONY : preinstall
3336-
3337-# Prepare targets for installation.
3338-preinstall/fast:
3339- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/preinstall
3340-.PHONY : preinstall/fast
3341-
3342-# clear depends
3343-depend:
3344- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
3345-.PHONY : depend
3346-
3347-# Convenience name for target.
3348-po/CMakeFiles/i18n.dir/rule:
3349- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/i18n.dir/rule
3350-.PHONY : po/CMakeFiles/i18n.dir/rule
3351-
3352-# Convenience name for target.
3353-i18n: po/CMakeFiles/i18n.dir/rule
3354-.PHONY : i18n
3355-
3356-# fast build rule for target.
3357-i18n/fast:
3358- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
3359-.PHONY : i18n/fast
3360-
3361-# Convenience name for target.
3362-po/CMakeFiles/pot.dir/rule:
3363- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/pot.dir/rule
3364-.PHONY : po/CMakeFiles/pot.dir/rule
3365-
3366-# Convenience name for target.
3367-pot: po/CMakeFiles/pot.dir/rule
3368-.PHONY : pot
3369-
3370-# fast build rule for target.
3371-pot/fast:
3372- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
3373-.PHONY : pot/fast
3374-
3375-# Help Target
3376-help:
3377- @echo "The following are some of the valid targets for this Makefile:"
3378- @echo "... all (the default if no target is provided)"
3379- @echo "... clean"
3380- @echo "... depend"
3381- @echo "... edit_cache"
3382- @echo "... i18n"
3383- @echo "... install"
3384- @echo "... install/local"
3385- @echo "... install/strip"
3386- @echo "... list_install_components"
3387- @echo "... pot"
3388- @echo "... rebuild_cache"
3389-.PHONY : help
3390-
3391-
3392-
3393-#=============================================================================
3394-# Special targets to cleanup operation of make.
3395-
3396-# Special rule to run CMake to check the build system integrity.
3397-# No rule that depends on this can have commands that come from listfiles
3398-# because they might be regenerated.
3399-cmake_check_build_system:
3400- cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
3401-.PHONY : cmake_check_build_system
3402-
3403
3404=== removed file 'build/po/cmake_install.cmake'
3405--- build/po/cmake_install.cmake 2014-08-23 23:41:03 +0000
3406+++ build/po/cmake_install.cmake 1970-01-01 00:00:00 +0000
3407@@ -1,34 +0,0 @@
3408-# Install script for directory: /home/maccabbi/Dropbox/vala/debby/trunk/po
3409-
3410-# Set the install prefix
3411-IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
3412- SET(CMAKE_INSTALL_PREFIX "/usr")
3413-ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
3414-STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
3415-
3416-# Set the install configuration name.
3417-IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
3418- IF(BUILD_TYPE)
3419- STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
3420- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
3421- ELSE(BUILD_TYPE)
3422- SET(CMAKE_INSTALL_CONFIG_NAME "")
3423- ENDIF(BUILD_TYPE)
3424- MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
3425-ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
3426-
3427-# Set the component getting installed.
3428-IF(NOT CMAKE_INSTALL_COMPONENT)
3429- IF(COMPONENT)
3430- MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
3431- SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
3432- ELSE(COMPONENT)
3433- SET(CMAKE_INSTALL_COMPONENT)
3434- ENDIF(COMPONENT)
3435-ENDIF(NOT CMAKE_INSTALL_COMPONENT)
3436-
3437-# Install shared libraries without execute permission?
3438-IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
3439- SET(CMAKE_INSTALL_SO_NO_EXE "1")
3440-ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
3441-
3442
3443=== removed directory 'build/src'
3444=== removed file 'build/src/About.c'
3445--- build/src/About.c 2014-08-23 23:41:03 +0000
3446+++ build/src/About.c 1970-01-01 00:00:00 +0000
3447@@ -1,324 +0,0 @@
3448-/* About.c generated by valac 0.25.1, the Vala compiler
3449- * generated from About.vala, do not modify */
3450-
3451-/* Copyright 2014 Michael Roberts
3452-*
3453-* This file is part of debby .deb Installer.
3454-*
3455-* debby is free software: you can redistribute it
3456-* and/or modify it under the terms of the GNU General Public License as
3457-* published by the Free Software Foundation, either version 3 of the
3458-* License, or (at your option) any later version.
3459-*
3460-* debby is distributed in the hope that it will be
3461-* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
3462-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
3463-* Public License for more details.
3464-*
3465-* You should have received a copy of the GNU General Public License along
3466-* with debby. If not, see http://www.gnu.org/licenses/.
3467-*/
3468-
3469-#include <glib.h>
3470-#include <glib-object.h>
3471-#include <granite.h>
3472-#include <gtk/gtk.h>
3473-#include <gio/gio.h>
3474-#include <stdlib.h>
3475-#include <string.h>
3476-
3477-
3478-#define DEBBY_TYPE_DEBBY_APP (debby_debby_app_get_type ())
3479-#define DEBBY_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyApp))
3480-#define DEBBY_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
3481-#define DEBBY_IS_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_DEBBY_APP))
3482-#define DEBBY_IS_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_DEBBY_APP))
3483-#define DEBBY_DEBBY_APP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
3484-
3485-typedef struct _debbydebbyApp debbydebbyApp;
3486-typedef struct _debbydebbyAppClass debbydebbyAppClass;
3487-typedef struct _debbydebbyAppPrivate debbydebbyAppPrivate;
3488-
3489-#define DEBBY_TYPE_WINDOW (debby_window_get_type ())
3490-#define DEBBY_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_WINDOW, debbyWindow))
3491-#define DEBBY_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_WINDOW, debbyWindowClass))
3492-#define DEBBY_IS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_WINDOW))
3493-#define DEBBY_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_WINDOW))
3494-#define DEBBY_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_WINDOW, debbyWindowClass))
3495-
3496-typedef struct _debbyWindow debbyWindow;
3497-typedef struct _debbyWindowClass debbyWindowClass;
3498-#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
3499-#define _g_free0(var) (var = (g_free (var), NULL))
3500-
3501-struct _debbydebbyApp {
3502- GraniteApplication parent_instance;
3503- debbydebbyAppPrivate * priv;
3504-};
3505-
3506-struct _debbydebbyAppClass {
3507- GraniteApplicationClass parent_class;
3508-};
3509-
3510-struct _debbydebbyAppPrivate {
3511- debbyWindow* window;
3512-};
3513-
3514-
3515-static gpointer debby_debby_app_parent_class = NULL;
3516-
3517-GType debby_debby_app_get_type (void) G_GNUC_CONST;
3518-GType debby_window_get_type (void) G_GNUC_CONST;
3519-#define DEBBY_DEBBY_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), DEBBY_TYPE_DEBBY_APP, debbydebbyAppPrivate))
3520-enum {
3521- DEBBY_DEBBY_APP_DUMMY_PROPERTY
3522-};
3523-debbydebbyApp* debby_debby_app_new (void);
3524-debbydebbyApp* debby_debby_app_construct (GType object_type);
3525-static void debby_debby_app_real_activate (GApplication* base);
3526-debbyWindow* debby_window_new (debbydebbyApp* app);
3527-debbyWindow* debby_window_construct (GType object_type, debbydebbyApp* app);
3528-void base_on (void);
3529-static void debby_debby_app_real_open (GApplication* base, GFile** files, int files_length1, const gchar* hint);
3530-void debby_debby_app_main (gchar** args, int args_length1);
3531-static GObject * debby_debby_app_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties);
3532-#define CONSTANTS_DATADIR "/usr/share"
3533-#define CONSTANTS_PKGDATADIR "/usr/share/debby"
3534-#define CONSTANTS_RELEASE_NAME "debby."
3535-#define CONSTANTS_VERSION "0.02"
3536-#define CONSTANTS_VERSION_INFO "Release"
3537-static void debby_debby_app_finalize (GObject* obj);
3538-static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func);
3539-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
3540-
3541-
3542-debbydebbyApp* debby_debby_app_construct (GType object_type) {
3543- debbydebbyApp * self = NULL;
3544- GraniteServicesLogLevel _tmp0_ = 0;
3545- GraniteServicesLogLevel _tmp1_ = 0;
3546- self = (debbydebbyApp*) granite_application_construct (object_type);
3547- granite_services_logger_initialize ("debby");
3548- _tmp0_ = granite_services_logger_get_DisplayLevel ();
3549- _tmp1_ = _tmp0_;
3550- granite_services_logger_set_DisplayLevel (GRANITE_SERVICES_LOG_LEVEL_DEBUG);
3551- return self;
3552-}
3553-
3554-
3555-debbydebbyApp* debby_debby_app_new (void) {
3556- return debby_debby_app_construct (DEBBY_TYPE_DEBBY_APP);
3557-}
3558-
3559-
3560-static void debby_debby_app_real_activate (GApplication* base) {
3561- debbydebbyApp * self;
3562- GList* _tmp0_ = NULL;
3563- self = (debbydebbyApp*) base;
3564- _tmp0_ = gtk_application_get_windows ((GtkApplication*) self);
3565- if (_tmp0_ == NULL) {
3566- debbyWindow* _tmp1_ = NULL;
3567- debbyWindow* _tmp2_ = NULL;
3568- _tmp1_ = debby_window_new (self);
3569- g_object_ref_sink (_tmp1_);
3570- _g_object_unref0 (self->priv->window);
3571- self->priv->window = _tmp1_;
3572- _tmp2_ = self->priv->window;
3573- gtk_widget_show_all ((GtkWidget*) _tmp2_);
3574- base_on ();
3575- } else {
3576- debbyWindow* _tmp3_ = NULL;
3577- _tmp3_ = self->priv->window;
3578- gtk_window_present ((GtkWindow*) _tmp3_);
3579- }
3580-}
3581-
3582-
3583-static void debby_debby_app_real_open (GApplication* base, GFile** files, int files_length1, const gchar* hint) {
3584- debbydebbyApp * self;
3585- self = (debbydebbyApp*) base;
3586- g_return_if_fail (hint != NULL);
3587-}
3588-
3589-
3590-void debby_debby_app_main (gchar** args, int args_length1) {
3591- debbydebbyApp* app = NULL;
3592- debbydebbyApp* _tmp0_ = NULL;
3593- gchar** _tmp1_ = NULL;
3594- gint _tmp1__length1 = 0;
3595- _tmp0_ = debby_debby_app_new ();
3596- app = _tmp0_;
3597- _tmp1_ = args;
3598- _tmp1__length1 = args_length1;
3599- granite_application_run ((GraniteApplication*) app, _tmp1_, _tmp1__length1);
3600- _g_object_unref0 (app);
3601-}
3602-
3603-
3604-int main (int argc, char ** argv) {
3605-#if !GLIB_CHECK_VERSION (2,32,0)
3606- g_thread_init (NULL);
3607-#endif
3608-#if !GLIB_CHECK_VERSION (2,35,0)
3609- g_type_init ();
3610-#endif
3611- debby_debby_app_main (argv, argc);
3612- return 0;
3613-}
3614-
3615-
3616-static GObject * debby_debby_app_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties) {
3617- GObject * obj;
3618- GObjectClass * parent_class;
3619- debbydebbyApp * self;
3620- gchar* _tmp0_ = NULL;
3621- gchar* _tmp1_ = NULL;
3622- gchar* _tmp2_ = NULL;
3623- gchar* _tmp3_ = NULL;
3624- gchar* _tmp4_ = NULL;
3625- gchar* _tmp5_ = NULL;
3626- gchar* _tmp6_ = NULL;
3627- gchar* _tmp7_ = NULL;
3628- gchar* _tmp8_ = NULL;
3629- gchar* _tmp9_ = NULL;
3630- gchar* _tmp10_ = NULL;
3631- gchar* _tmp11_ = NULL;
3632- gchar* _tmp12_ = NULL;
3633- gchar* _tmp13_ = NULL;
3634- gchar* _tmp14_ = NULL;
3635- gchar** _tmp15_ = NULL;
3636- gchar* _tmp16_ = NULL;
3637- gchar** _tmp17_ = NULL;
3638- gchar* _tmp18_ = NULL;
3639- gchar** _tmp19_ = NULL;
3640- gchar* _tmp20_ = NULL;
3641- gchar* _tmp21_ = NULL;
3642- parent_class = G_OBJECT_CLASS (debby_debby_app_parent_class);
3643- obj = parent_class->constructor (type, n_construct_properties, construct_properties);
3644- self = G_TYPE_CHECK_INSTANCE_CAST (obj, DEBBY_TYPE_DEBBY_APP, debbydebbyApp);
3645- _tmp0_ = g_strdup ("debby");
3646- _g_free0 (((GraniteApplication*) self)->program_name);
3647- ((GraniteApplication*) self)->program_name = _tmp0_;
3648- _tmp1_ = g_strdup ("debby");
3649- _g_free0 (((GraniteApplication*) self)->exec_name);
3650- ((GraniteApplication*) self)->exec_name = _tmp1_;
3651- _tmp2_ = g_strdup (CONSTANTS_DATADIR);
3652- _g_free0 (((GraniteApplication*) self)->build_data_dir);
3653- ((GraniteApplication*) self)->build_data_dir = _tmp2_;
3654- _tmp3_ = g_strdup (CONSTANTS_PKGDATADIR);
3655- _g_free0 (((GraniteApplication*) self)->build_pkg_data_dir);
3656- ((GraniteApplication*) self)->build_pkg_data_dir = _tmp3_;
3657- _tmp4_ = g_strdup (CONSTANTS_RELEASE_NAME);
3658- _g_free0 (((GraniteApplication*) self)->build_release_name);
3659- ((GraniteApplication*) self)->build_release_name = _tmp4_;
3660- _tmp5_ = g_strdup (CONSTANTS_VERSION);
3661- _g_free0 (((GraniteApplication*) self)->build_version);
3662- ((GraniteApplication*) self)->build_version = _tmp5_;
3663- _tmp6_ = g_strdup (CONSTANTS_VERSION_INFO);
3664- _g_free0 (((GraniteApplication*) self)->build_version_info);
3665- ((GraniteApplication*) self)->build_version_info = _tmp6_;
3666- _tmp7_ = g_strdup ("2014");
3667- _g_free0 (((GraniteApplication*) self)->app_years);
3668- ((GraniteApplication*) self)->app_years = _tmp7_;
3669- _tmp8_ = g_strdup ("applications-development");
3670- _g_free0 (((GraniteApplication*) self)->app_icon);
3671- ((GraniteApplication*) self)->app_icon = _tmp8_;
3672- _tmp9_ = g_strdup ("debby.desktop");
3673- _g_free0 (((GraniteApplication*) self)->app_launcher);
3674- ((GraniteApplication*) self)->app_launcher = _tmp9_;
3675- g_application_set_application_id ((GApplication*) self, "");
3676- _tmp10_ = g_strdup ("https://code.launchpad.net/NOT_SET");
3677- _g_free0 (((GraniteApplication*) self)->main_url);
3678- ((GraniteApplication*) self)->main_url = _tmp10_;
3679- _tmp11_ = g_strdup ("https://bugs.launchpad.net/NOT_SET");
3680- _g_free0 (((GraniteApplication*) self)->bug_url);
3681- ((GraniteApplication*) self)->bug_url = _tmp11_;
3682- _tmp12_ = g_strdup ("https://code.launchpad.net/NOT_SET");
3683- _g_free0 (((GraniteApplication*) self)->help_url);
3684- ((GraniteApplication*) self)->help_url = _tmp12_;
3685- _tmp13_ = g_strdup ("https://translations.launchpad.net/NOT_SET");
3686- _g_free0 (((GraniteApplication*) self)->translate_url);
3687- ((GraniteApplication*) self)->translate_url = _tmp13_;
3688- _tmp14_ = g_strdup ("Maccabbi <chadesh@gmail.com>");
3689- _tmp15_ = g_new0 (gchar*, 1 + 1);
3690- _tmp15_[0] = _tmp14_;
3691- ((GraniteApplication*) self)->about_authors = (_vala_array_free (((GraniteApplication*) self)->about_authors, ((GraniteApplication*) self)->about_authors_length1, (GDestroyNotify) g_free), NULL);
3692- ((GraniteApplication*) self)->about_authors = _tmp15_;
3693- ((GraniteApplication*) self)->about_authors_length1 = 1;
3694- _tmp16_ = g_strdup ("");
3695- _tmp17_ = g_new0 (gchar*, 1 + 1);
3696- _tmp17_[0] = _tmp16_;
3697- ((GraniteApplication*) self)->about_documenters = (_vala_array_free (((GraniteApplication*) self)->about_documenters, ((GraniteApplication*) self)->about_documenters_length1, (GDestroyNotify) g_free), NULL);
3698- ((GraniteApplication*) self)->about_documenters = _tmp17_;
3699- ((GraniteApplication*) self)->about_documenters_length1 = 1;
3700- _tmp18_ = g_strdup ("Maccabbi <chadesh@gmail.com>");
3701- _tmp19_ = g_new0 (gchar*, 1 + 1);
3702- _tmp19_[0] = _tmp18_;
3703- ((GraniteApplication*) self)->about_artists = (_vala_array_free (((GraniteApplication*) self)->about_artists, ((GraniteApplication*) self)->about_artists_length1, (GDestroyNotify) g_free), NULL);
3704- ((GraniteApplication*) self)->about_artists = _tmp19_;
3705- ((GraniteApplication*) self)->about_artists_length1 = 1;
3706- _tmp20_ = g_strdup ("debby .deb Installer");
3707- _g_free0 (((GraniteApplication*) self)->about_comments);
3708- ((GraniteApplication*) self)->about_comments = _tmp20_;
3709- _tmp21_ = g_strdup ("");
3710- _g_free0 (((GraniteApplication*) self)->about_translators);
3711- ((GraniteApplication*) self)->about_translators = _tmp21_;
3712- ((GraniteApplication*) self)->about_license_type = GTK_LICENSE_GPL_3_0;
3713- return obj;
3714-}
3715-
3716-
3717-static void debby_debby_app_class_init (debbydebbyAppClass * klass) {
3718- debby_debby_app_parent_class = g_type_class_peek_parent (klass);
3719- g_type_class_add_private (klass, sizeof (debbydebbyAppPrivate));
3720- ((GApplicationClass *) klass)->activate = debby_debby_app_real_activate;
3721- ((GApplicationClass *) klass)->open = debby_debby_app_real_open;
3722- G_OBJECT_CLASS (klass)->constructor = debby_debby_app_constructor;
3723- G_OBJECT_CLASS (klass)->finalize = debby_debby_app_finalize;
3724-}
3725-
3726-
3727-static void debby_debby_app_instance_init (debbydebbyApp * self) {
3728- self->priv = DEBBY_DEBBY_APP_GET_PRIVATE (self);
3729- self->priv->window = NULL;
3730-}
3731-
3732-
3733-static void debby_debby_app_finalize (GObject* obj) {
3734- debbydebbyApp * self;
3735- self = G_TYPE_CHECK_INSTANCE_CAST (obj, DEBBY_TYPE_DEBBY_APP, debbydebbyApp);
3736- _g_object_unref0 (self->priv->window);
3737- G_OBJECT_CLASS (debby_debby_app_parent_class)->finalize (obj);
3738-}
3739-
3740-
3741-GType debby_debby_app_get_type (void) {
3742- static volatile gsize debby_debby_app_type_id__volatile = 0;
3743- if (g_once_init_enter (&debby_debby_app_type_id__volatile)) {
3744- static const GTypeInfo g_define_type_info = { sizeof (debbydebbyAppClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) debby_debby_app_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (debbydebbyApp), 0, (GInstanceInitFunc) debby_debby_app_instance_init, NULL };
3745- GType debby_debby_app_type_id;
3746- debby_debby_app_type_id = g_type_register_static (GRANITE_TYPE_APPLICATION, "debbydebbyApp", &g_define_type_info, 0);
3747- g_once_init_leave (&debby_debby_app_type_id__volatile, debby_debby_app_type_id);
3748- }
3749- return debby_debby_app_type_id__volatile;
3750-}
3751-
3752-
3753-static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) {
3754- if ((array != NULL) && (destroy_func != NULL)) {
3755- int i;
3756- for (i = 0; i < array_length; i = i + 1) {
3757- if (((gpointer*) array)[i] != NULL) {
3758- destroy_func (((gpointer*) array)[i]);
3759- }
3760- }
3761- }
3762-}
3763-
3764-
3765-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) {
3766- _vala_array_destroy (array, array_length, destroy_func);
3767- g_free (array);
3768-}
3769-
3770-
3771-
3772
3773=== removed file 'build/src/LogDialog.c'
3774--- build/src/LogDialog.c 2014-08-23 23:41:03 +0000
3775+++ build/src/LogDialog.c 1970-01-01 00:00:00 +0000
3776@@ -1,134 +0,0 @@
3777-/* LogDialog.c generated by valac 0.25.1, the Vala compiler
3778- * generated from LogDialog.vala, do not modify */
3779-
3780-
3781-#include <glib.h>
3782-#include <glib-object.h>
3783-#include <gtk/gtk.h>
3784-#include <stdlib.h>
3785-#include <string.h>
3786-#include <glib/gstdio.h>
3787-
3788-
3789-#define TYPE_LOG_DIALOG (log_dialog_get_type ())
3790-#define LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_LOG_DIALOG, LogDialog))
3791-#define LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_LOG_DIALOG, LogDialogClass))
3792-#define IS_LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_LOG_DIALOG))
3793-#define IS_LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_LOG_DIALOG))
3794-#define LOG_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_LOG_DIALOG, LogDialogClass))
3795-
3796-typedef struct _LogDialog LogDialog;
3797-typedef struct _LogDialogClass LogDialogClass;
3798-typedef struct _LogDialogPrivate LogDialogPrivate;
3799-#define _g_free0(var) (var = (g_free (var), NULL))
3800-#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
3801-
3802-struct _LogDialog {
3803- GtkWindow parent_instance;
3804- LogDialogPrivate * priv;
3805-};
3806-
3807-struct _LogDialogClass {
3808- GtkWindowClass parent_class;
3809-};
3810-
3811-
3812-static gpointer log_dialog_parent_class = NULL;
3813-
3814-GType log_dialog_get_type (void) G_GNUC_CONST;
3815-enum {
3816- LOG_DIALOG_DUMMY_PROPERTY
3817-};
3818-LogDialog* log_dialog_new (void);
3819-LogDialog* log_dialog_construct (GType object_type);
3820-void log_dialog_create_widgets (LogDialog* self);
3821-
3822-
3823-LogDialog* log_dialog_construct (GType object_type) {
3824- LogDialog * self = NULL;
3825- self = (LogDialog*) g_object_new (object_type, NULL);
3826- gtk_window_set_title ((GtkWindow*) self, "Debby Logs");
3827- gtk_container_set_border_width ((GtkContainer*) self, (guint) 5);
3828- gtk_window_set_default_size ((GtkWindow*) self, 550, 400);
3829- log_dialog_create_widgets (self);
3830- gtk_widget_show_all ((GtkWidget*) self);
3831- return self;
3832-}
3833-
3834-
3835-LogDialog* log_dialog_new (void) {
3836- return log_dialog_construct (TYPE_LOG_DIALOG);
3837-}
3838-
3839-
3840-void log_dialog_create_widgets (LogDialog* self) {
3841- GtkBox* box = NULL;
3842- GtkBox* _tmp0_ = NULL;
3843- GtkScrolledWindow* scrolled = NULL;
3844- GtkScrolledWindow* _tmp1_ = NULL;
3845- GtkTextView* view = NULL;
3846- GtkTextView* _tmp2_ = NULL;
3847- gchar* text = NULL;
3848- gchar* _tmp3_ = NULL;
3849- GtkTextBuffer* _tmp4_ = NULL;
3850- GtkTextBuffer* _tmp5_ = NULL;
3851- GError * _inner_error_ = NULL;
3852- g_return_if_fail (self != NULL);
3853- _tmp0_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 1);
3854- g_object_ref_sink (_tmp0_);
3855- box = _tmp0_;
3856- gtk_container_add ((GtkContainer*) self, (GtkWidget*) box);
3857- _tmp1_ = (GtkScrolledWindow*) gtk_scrolled_window_new (NULL, NULL);
3858- g_object_ref_sink (_tmp1_);
3859- scrolled = _tmp1_;
3860- gtk_box_pack_start (box, (GtkWidget*) scrolled, TRUE, TRUE, (guint) 0);
3861- _tmp2_ = (GtkTextView*) gtk_text_view_new ();
3862- g_object_ref_sink (_tmp2_);
3863- view = _tmp2_;
3864- gtk_text_view_set_wrap_mode (view, GTK_WRAP_WORD);
3865- g_file_get_contents ("/home/maccabbi/.debby.log", &_tmp3_, NULL, &_inner_error_);
3866- _g_free0 (text);
3867- text = _tmp3_;
3868- if (G_UNLIKELY (_inner_error_ != NULL)) {
3869- _g_free0 (text);
3870- _g_object_unref0 (view);
3871- _g_object_unref0 (scrolled);
3872- _g_object_unref0 (box);
3873- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
3874- g_clear_error (&_inner_error_);
3875- return;
3876- }
3877- _tmp4_ = gtk_text_view_get_buffer (view);
3878- _tmp5_ = _tmp4_;
3879- g_object_set (_tmp5_, "text", text, NULL);
3880- gtk_text_view_set_editable (view, FALSE);
3881- gtk_container_add ((GtkContainer*) scrolled, (GtkWidget*) view);
3882- _g_free0 (text);
3883- _g_object_unref0 (view);
3884- _g_object_unref0 (scrolled);
3885- _g_object_unref0 (box);
3886-}
3887-
3888-
3889-static void log_dialog_class_init (LogDialogClass * klass) {
3890- log_dialog_parent_class = g_type_class_peek_parent (klass);
3891-}
3892-
3893-
3894-static void log_dialog_instance_init (LogDialog * self) {
3895-}
3896-
3897-
3898-GType log_dialog_get_type (void) {
3899- static volatile gsize log_dialog_type_id__volatile = 0;
3900- if (g_once_init_enter (&log_dialog_type_id__volatile)) {
3901- static const GTypeInfo g_define_type_info = { sizeof (LogDialogClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) log_dialog_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (LogDialog), 0, (GInstanceInitFunc) log_dialog_instance_init, NULL };
3902- GType log_dialog_type_id;
3903- log_dialog_type_id = g_type_register_static (GTK_TYPE_WINDOW, "LogDialog", &g_define_type_info, 0);
3904- g_once_init_leave (&log_dialog_type_id__volatile, log_dialog_type_id);
3905- }
3906- return log_dialog_type_id__volatile;
3907-}
3908-
3909-
3910-
3911
3912=== removed file 'build/src/Window.c'
3913--- build/src/Window.c 2014-08-23 23:41:03 +0000
3914+++ build/src/Window.c 1970-01-01 00:00:00 +0000
3915@@ -1,739 +0,0 @@
3916-/* Window.c generated by valac 0.25.1, the Vala compiler
3917- * generated from Window.vala, do not modify */
3918-
3919-
3920-#include <glib.h>
3921-#include <glib-object.h>
3922-#include <gtk/gtk.h>
3923-#include <stdlib.h>
3924-#include <string.h>
3925-#include <granite.h>
3926-#include <gdk/gdk.h>
3927-#include <gio/gio.h>
3928-#include <stdio.h>
3929-
3930-
3931-#define DEBBY_TYPE_WINDOW (debby_window_get_type ())
3932-#define DEBBY_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_WINDOW, debbyWindow))
3933-#define DEBBY_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_WINDOW, debbyWindowClass))
3934-#define DEBBY_IS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_WINDOW))
3935-#define DEBBY_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_WINDOW))
3936-#define DEBBY_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_WINDOW, debbyWindowClass))
3937-
3938-typedef struct _debbyWindow debbyWindow;
3939-typedef struct _debbyWindowClass debbyWindowClass;
3940-typedef struct _debbyWindowPrivate debbyWindowPrivate;
3941-
3942-#define DEBBY_TYPE_DEBBY_APP (debby_debby_app_get_type ())
3943-#define DEBBY_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyApp))
3944-#define DEBBY_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
3945-#define DEBBY_IS_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_DEBBY_APP))
3946-#define DEBBY_IS_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_DEBBY_APP))
3947-#define DEBBY_DEBBY_APP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
3948-
3949-typedef struct _debbydebbyApp debbydebbyApp;
3950-typedef struct _debbydebbyAppClass debbydebbyAppClass;
3951-#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
3952-
3953-#define TYPE_LOG_DIALOG (log_dialog_get_type ())
3954-#define LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_LOG_DIALOG, LogDialog))
3955-#define LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_LOG_DIALOG, LogDialogClass))
3956-#define IS_LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_LOG_DIALOG))
3957-#define IS_LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_LOG_DIALOG))
3958-#define LOG_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_LOG_DIALOG, LogDialogClass))
3959-
3960-typedef struct _LogDialog LogDialog;
3961-typedef struct _LogDialogClass LogDialogClass;
3962-#define _g_free0(var) (var = (g_free (var), NULL))
3963-#define _g_regex_unref0(var) ((var == NULL) ? NULL : (var = (g_regex_unref (var), NULL)))
3964-#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
3965-
3966-struct _debbyWindow {
3967- GtkWindow parent_instance;
3968- debbyWindowPrivate * priv;
3969-};
3970-
3971-struct _debbyWindowClass {
3972- GtkWindowClass parent_class;
3973-};
3974-
3975-struct _debbyWindowPrivate {
3976- debbydebbyApp* app;
3977-};
3978-
3979-
3980-extern GtkLabel* uninstall;
3981-GtkLabel* uninstall = NULL;
3982-extern GtkLabel* deb_install;
3983-GtkLabel* deb_install = NULL;
3984-extern GtkLabel* pass_label;
3985-GtkLabel* pass_label = NULL;
3986-extern GtkLabel* pass_space;
3987-GtkLabel* pass_space = NULL;
3988-extern GtkLabel* progress_space;
3989-GtkLabel* progress_space = NULL;
3990-extern GtkLabel* installing;
3991-GtkLabel* installing = NULL;
3992-extern GtkEntry* pass_word;
3993-GtkEntry* pass_word = NULL;
3994-extern GtkWidget* progress_bar;
3995-GtkWidget* progress_bar = NULL;
3996-extern gchar* image_menu;
3997-gchar* image_menu = NULL;
3998-extern gchar* file;
3999-gchar* file = NULL;
4000-extern gchar* file_content_type;
4001-gchar* file_content_type = NULL;
4002-extern gchar* gdebi_stdout;
4003-gchar* gdebi_stdout = NULL;
4004-extern gchar* gdebi_stderr;
4005-gchar* gdebi_stderr = NULL;
4006-extern const gchar* str;
4007-const gchar* str = NULL;
4008-extern const gchar* home;
4009-const gchar* home = NULL;
4010-extern gint gdebi_status;
4011-gint gdebi_status = 0;
4012-static gpointer debby_window_parent_class = NULL;
4013-
4014-GType debby_window_get_type (void) G_GNUC_CONST;
4015-GType debby_debby_app_get_type (void) G_GNUC_CONST;
4016-#define DEBBY_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), DEBBY_TYPE_WINDOW, debbyWindowPrivate))
4017-enum {
4018- DEBBY_WINDOW_DUMMY_PROPERTY
4019-};
4020-debbyWindow* debby_window_new (debbydebbyApp* app);
4021-debbyWindow* debby_window_construct (GType object_type, debbydebbyApp* app);
4022-static void debby_window_user_interface (debbyWindow* self);
4023-static void __lambda4_ (debbyWindow* self);
4024-void pass_off (void);
4025-void install (void);
4026-static void ___lambda4__gtk_entry_activate (GtkEntry* _sender, gpointer self);
4027-void debby_window_on_drag_data_received (debbyWindow* self, GdkDragContext* drag_context, gint x, gint y, GtkSelectionData* data, guint info, guint time);
4028-static void _debby_window_on_drag_data_received_gtk_widget_drag_data_received (GtkWidget* _sender, GdkDragContext* context, gint x, gint y, GtkSelectionData* selection_data, guint info, guint time_, gpointer self);
4029-static void __lambda5_ (debbyWindow* self);
4030-GType log_dialog_get_type (void) G_GNUC_CONST;
4031-LogDialog* log_dialog_new (void);
4032-LogDialog* log_dialog_construct (GType object_type);
4033-static void ___lambda5__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
4034-static void __lambda6_ (debbyWindow* self);
4035-static void ___lambda6__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
4036-static void _g_application_quit_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
4037-void pass_on (void);
4038-static void debby_window_finalize (GObject* obj);
4039-static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func);
4040-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
4041-static gint _vala_array_length (gpointer array);
4042-
4043-const GtkTargetEntry DEBBY_targets[1] = {{"text/uri-list", (guint) 0, (guint) 0}};
4044-
4045-static gpointer _g_object_ref0 (gpointer self) {
4046- return self ? g_object_ref (self) : NULL;
4047-}
4048-
4049-
4050-debbyWindow* debby_window_construct (GType object_type, debbydebbyApp* app) {
4051- debbyWindow * self = NULL;
4052- debbydebbyApp* _tmp0_ = NULL;
4053- debbydebbyApp* _tmp1_ = NULL;
4054- debbydebbyApp* _tmp2_ = NULL;
4055- g_return_val_if_fail (app != NULL, NULL);
4056- self = (debbyWindow*) g_object_new (object_type, NULL);
4057- _tmp0_ = app;
4058- _tmp1_ = _g_object_ref0 (_tmp0_);
4059- _g_object_unref0 (self->priv->app);
4060- self->priv->app = _tmp1_;
4061- _tmp2_ = app;
4062- gtk_window_set_application ((GtkWindow*) self, (GtkApplication*) _tmp2_);
4063- gtk_widget_set_size_request ((GtkWidget*) self, 450, 500);
4064- gtk_window_set_resizable ((GtkWindow*) self, FALSE);
4065- g_object_set ((GtkWindow*) self, "window-position", GTK_WIN_POS_CENTER, NULL);
4066- debby_window_user_interface (self);
4067- gtk_widget_show_all ((GtkWidget*) self);
4068- return self;
4069-}
4070-
4071-
4072-debbyWindow* debby_window_new (debbydebbyApp* app) {
4073- return debby_window_construct (DEBBY_TYPE_WINDOW, app);
4074-}
4075-
4076-
4077-static void __lambda4_ (debbyWindow* self) {
4078- GtkEntry* _tmp0_ = NULL;
4079- const gchar* _tmp1_ = NULL;
4080- pass_off ();
4081- _tmp0_ = pass_word;
4082- _tmp1_ = gtk_entry_get_text (_tmp0_);
4083- str = _tmp1_;
4084- install ();
4085-}
4086-
4087-
4088-static void ___lambda4__gtk_entry_activate (GtkEntry* _sender, gpointer self) {
4089- __lambda4_ ((debbyWindow*) self);
4090-}
4091-
4092-
4093-static void _debby_window_on_drag_data_received_gtk_widget_drag_data_received (GtkWidget* _sender, GdkDragContext* context, gint x, gint y, GtkSelectionData* selection_data, guint info, guint time_, gpointer self) {
4094- debby_window_on_drag_data_received ((debbyWindow*) self, context, x, y, selection_data, info, time_);
4095-}
4096-
4097-
4098-static void __lambda5_ (debbyWindow* self) {
4099- LogDialog* log_dialog = NULL;
4100- LogDialog* _tmp0_ = NULL;
4101- _tmp0_ = log_dialog_new ();
4102- g_object_ref_sink (_tmp0_);
4103- log_dialog = _tmp0_;
4104- _g_object_unref0 (log_dialog);
4105-}
4106-
4107-
4108-static void ___lambda5__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
4109- __lambda5_ ((debbyWindow*) self);
4110-}
4111-
4112-
4113-static void __lambda6_ (debbyWindow* self) {
4114- GraniteApplication* _tmp0_ = NULL;
4115- GtkWidget* _tmp1_ = NULL;
4116- _tmp0_ = granite_app;
4117- _tmp1_ = gtk_widget_get_toplevel ((GtkWidget*) self);
4118- granite_application_show_about (_tmp0_, _tmp1_);
4119-}
4120-
4121-
4122-static void ___lambda6__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
4123- __lambda6_ ((debbyWindow*) self);
4124-}
4125-
4126-
4127-static void _g_application_quit_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
4128- g_application_quit ((GApplication*) self);
4129-}
4130-
4131-
4132-static void debby_window_user_interface (debbyWindow* self) {
4133- GtkBox* box = NULL;
4134- GtkBox* _tmp0_ = NULL;
4135- GtkLabel* _tmp1_ = NULL;
4136- GtkLabel* _tmp2_ = NULL;
4137- GtkLabel* _tmp3_ = NULL;
4138- GtkLabel* _tmp4_ = NULL;
4139- GtkLabel* _tmp5_ = NULL;
4140- gchar* image_debian_package = NULL;
4141- gchar* _tmp6_ = NULL;
4142- GtkImage* background_image = NULL;
4143- GtkImage* _tmp7_ = NULL;
4144- GtkLabel* _tmp8_ = NULL;
4145- GtkLabel* _tmp9_ = NULL;
4146- GtkLabel* _tmp10_ = NULL;
4147- GtkLabel* _tmp11_ = NULL;
4148- GtkLabel* _tmp12_ = NULL;
4149- GtkLabel* _tmp13_ = NULL;
4150- GtkLabel* _tmp14_ = NULL;
4151- GtkLabel* _tmp15_ = NULL;
4152- GtkLabel* _tmp16_ = NULL;
4153- GtkLabel* _tmp17_ = NULL;
4154- GtkBox* pass = NULL;
4155- GtkBox* _tmp18_ = NULL;
4156- GtkEntry* _tmp19_ = NULL;
4157- GtkEntry* _tmp20_ = NULL;
4158- GtkEntry* _tmp21_ = NULL;
4159- GtkEntry* _tmp22_ = NULL;
4160- GtkBox* progress = NULL;
4161- GtkBox* _tmp23_ = NULL;
4162- GtkLabel* _tmp24_ = NULL;
4163- GtkLabel* _tmp25_ = NULL;
4164- GtkLabel* _tmp26_ = NULL;
4165- GtkLabel* _tmp27_ = NULL;
4166- GtkLabel* _tmp28_ = NULL;
4167- GtkLabel* _tmp29_ = NULL;
4168- GtkLabel* _tmp30_ = NULL;
4169- GtkLabel* _tmp31_ = NULL;
4170- GtkLabel* _tmp32_ = NULL;
4171- GtkLabel* _tmp33_ = NULL;
4172- GtkProgressBar* _tmp34_ = NULL;
4173- GtkWidget* _tmp35_ = NULL;
4174- GtkLabel* _tmp36_ = NULL;
4175- GtkLabel* _tmp37_ = NULL;
4176- GtkLabel* _tmp38_ = NULL;
4177- GtkLabel* _tmp39_ = NULL;
4178- GtkLabel* _tmp40_ = NULL;
4179- GtkMenu* menu = NULL;
4180- GtkMenu* _tmp41_ = NULL;
4181- GtkMenuItem* exit = NULL;
4182- GtkMenuItem* _tmp42_ = NULL;
4183- GtkMenuItem* about = NULL;
4184- GtkMenuItem* _tmp43_ = NULL;
4185- GtkMenuItem* log = NULL;
4186- GtkMenuItem* _tmp44_ = NULL;
4187- debbydebbyApp* _tmp45_ = NULL;
4188- gchar* _tmp46_ = NULL;
4189- GtkMenuButton* menubutton = NULL;
4190- GtkMenuButton* _tmp47_ = NULL;
4191- const gchar* _tmp48_ = NULL;
4192- GtkImage* _tmp49_ = NULL;
4193- GtkImage* _tmp50_ = NULL;
4194- GtkHeaderBar* header = NULL;
4195- GtkHeaderBar* _tmp51_ = NULL;
4196- g_return_if_fail (self != NULL);
4197- _tmp0_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
4198- g_object_ref_sink (_tmp0_);
4199- box = _tmp0_;
4200- gtk_container_add ((GtkContainer*) self, (GtkWidget*) box);
4201- _tmp1_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>\n" \
4202-"Drag and Drop from Slingshot \n" \
4203-"to uninstall a package.</span>");
4204- g_object_ref_sink (_tmp1_);
4205- _g_object_unref0 (uninstall);
4206- uninstall = _tmp1_;
4207- _tmp2_ = uninstall;
4208- gtk_label_set_use_markup (_tmp2_, TRUE);
4209- _tmp3_ = uninstall;
4210- gtk_label_set_line_wrap (_tmp3_, TRUE);
4211- _tmp4_ = uninstall;
4212- gtk_label_set_justify (_tmp4_, GTK_JUSTIFY_CENTER);
4213- _tmp5_ = uninstall;
4214- gtk_box_pack_start (box, (GtkWidget*) _tmp5_, FALSE, FALSE, (guint) 0);
4215- _tmp6_ = g_strdup ("/home/maccabbi/Dropbox/vala/debby_yad/src/images/elementary_package.sv" \
4216-"g");
4217- image_debian_package = _tmp6_;
4218- _tmp7_ = (GtkImage*) gtk_image_new ();
4219- g_object_ref_sink (_tmp7_);
4220- background_image = _tmp7_;
4221- gtk_image_set_from_file (background_image, image_debian_package);
4222- gtk_box_pack_start (box, (GtkWidget*) background_image, FALSE, FALSE, (guint) 0);
4223- _tmp8_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>Drag and Dr" \
4224-"op .deb file \n" \
4225-"to install a package.\n" \
4226-"</span>");
4227- g_object_ref_sink (_tmp8_);
4228- _g_object_unref0 (deb_install);
4229- deb_install = _tmp8_;
4230- _tmp9_ = deb_install;
4231- gtk_label_set_use_markup (_tmp9_, TRUE);
4232- _tmp10_ = deb_install;
4233- gtk_label_set_line_wrap (_tmp10_, TRUE);
4234- _tmp11_ = deb_install;
4235- gtk_label_set_justify (_tmp11_, GTK_JUSTIFY_CENTER);
4236- _tmp12_ = deb_install;
4237- gtk_box_pack_start (box, (GtkWidget*) _tmp12_, FALSE, FALSE, (guint) 0);
4238- _tmp13_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>Enter Passw" \
4239-"ord:\n" \
4240-"</span>");
4241- g_object_ref_sink (_tmp13_);
4242- _g_object_unref0 (pass_label);
4243- pass_label = _tmp13_;
4244- _tmp14_ = pass_label;
4245- gtk_label_set_use_markup (_tmp14_, TRUE);
4246- _tmp15_ = pass_label;
4247- gtk_label_set_line_wrap (_tmp15_, TRUE);
4248- _tmp16_ = pass_label;
4249- gtk_label_set_justify (_tmp16_, GTK_JUSTIFY_CENTER);
4250- _tmp17_ = pass_label;
4251- gtk_box_pack_start (box, (GtkWidget*) _tmp17_, FALSE, FALSE, (guint) 0);
4252- _tmp18_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
4253- g_object_ref_sink (_tmp18_);
4254- pass = _tmp18_;
4255- gtk_box_set_homogeneous (pass, FALSE);
4256- _tmp19_ = (GtkEntry*) gtk_entry_new ();
4257- g_object_ref_sink (_tmp19_);
4258- _g_object_unref0 (pass_word);
4259- pass_word = _tmp19_;
4260- _tmp20_ = pass_word;
4261- gtk_box_pack_start (pass, (GtkWidget*) _tmp20_, TRUE, TRUE, (guint) 50);
4262- _tmp21_ = pass_word;
4263- gtk_entry_set_visibility (_tmp21_, FALSE);
4264- _tmp22_ = pass_word;
4265- g_signal_connect_object (_tmp22_, "activate", (GCallback) ___lambda4__gtk_entry_activate, self, 0);
4266- gtk_box_pack_start (box, (GtkWidget*) pass, FALSE, FALSE, (guint) 0);
4267- _tmp23_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
4268- g_object_ref_sink (_tmp23_);
4269- progress = _tmp23_;
4270- gtk_box_set_homogeneous (progress, FALSE);
4271- _tmp24_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>\n</span>");
4272- g_object_ref_sink (_tmp24_);
4273- _g_object_unref0 (pass_space);
4274- pass_space = _tmp24_;
4275- _tmp25_ = pass_space;
4276- gtk_label_set_use_markup (_tmp25_, TRUE);
4277- _tmp26_ = pass_space;
4278- gtk_label_set_line_wrap (_tmp26_, TRUE);
4279- _tmp27_ = pass_space;
4280- gtk_label_set_justify (_tmp27_, GTK_JUSTIFY_CENTER);
4281- _tmp28_ = pass_space;
4282- gtk_box_pack_start (box, (GtkWidget*) _tmp28_, FALSE, FALSE, (guint) 0);
4283- _tmp29_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>Installing." \
4284-"..\n" \
4285-"</span>");
4286- g_object_ref_sink (_tmp29_);
4287- _g_object_unref0 (installing);
4288- installing = _tmp29_;
4289- _tmp30_ = installing;
4290- gtk_label_set_use_markup (_tmp30_, TRUE);
4291- _tmp31_ = installing;
4292- gtk_label_set_line_wrap (_tmp31_, TRUE);
4293- _tmp32_ = installing;
4294- gtk_label_set_justify (_tmp32_, GTK_JUSTIFY_CENTER);
4295- _tmp33_ = installing;
4296- gtk_box_pack_start (box, (GtkWidget*) _tmp33_, FALSE, FALSE, (guint) 0);
4297- _tmp34_ = (GtkProgressBar*) gtk_progress_bar_new ();
4298- g_object_ref_sink (_tmp34_);
4299- _g_object_unref0 (progress_bar);
4300- progress_bar = (GtkWidget*) _tmp34_;
4301- _tmp35_ = progress_bar;
4302- gtk_box_pack_start (progress, _tmp35_, TRUE, TRUE, (guint) 30);
4303- gtk_box_pack_start (box, (GtkWidget*) progress, FALSE, FALSE, (guint) 0);
4304- _tmp36_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>\n</span>");
4305- g_object_ref_sink (_tmp36_);
4306- _g_object_unref0 (progress_space);
4307- progress_space = _tmp36_;
4308- _tmp37_ = progress_space;
4309- gtk_label_set_use_markup (_tmp37_, TRUE);
4310- _tmp38_ = progress_space;
4311- gtk_label_set_line_wrap (_tmp38_, TRUE);
4312- _tmp39_ = progress_space;
4313- gtk_label_set_justify (_tmp39_, GTK_JUSTIFY_CENTER);
4314- _tmp40_ = progress_space;
4315- gtk_box_pack_start (box, (GtkWidget*) _tmp40_, FALSE, FALSE, (guint) 0);
4316- gtk_drag_dest_set ((GtkWidget*) self, GTK_DEST_DEFAULT_ALL, DEBBY_targets, G_N_ELEMENTS (DEBBY_targets), GDK_ACTION_COPY);
4317- g_signal_connect_object ((GtkWidget*) self, "drag-data-received", (GCallback) _debby_window_on_drag_data_received_gtk_widget_drag_data_received, self, 0);
4318- _tmp41_ = (GtkMenu*) gtk_menu_new ();
4319- g_object_ref_sink (_tmp41_);
4320- menu = _tmp41_;
4321- _tmp42_ = (GtkMenuItem*) gtk_menu_item_new_with_label ("Exit");
4322- g_object_ref_sink (_tmp42_);
4323- exit = _tmp42_;
4324- _tmp43_ = (GtkMenuItem*) gtk_menu_item_new_with_label ("About");
4325- g_object_ref_sink (_tmp43_);
4326- about = _tmp43_;
4327- _tmp44_ = (GtkMenuItem*) gtk_menu_item_new_with_label ("View Log");
4328- g_object_ref_sink (_tmp44_);
4329- log = _tmp44_;
4330- g_signal_connect_object (log, "activate", (GCallback) ___lambda5__gtk_menu_item_activate, self, 0);
4331- g_signal_connect_object (about, "activate", (GCallback) ___lambda6__gtk_menu_item_activate, self, 0);
4332- _tmp45_ = self->priv->app;
4333- g_signal_connect_object (exit, "activate", (GCallback) _g_application_quit_gtk_menu_item_activate, (GApplication*) _tmp45_, 0);
4334- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkWidget*) about);
4335- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkWidget*) log);
4336- gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkWidget*) exit);
4337- gtk_widget_show_all ((GtkWidget*) menu);
4338- _tmp46_ = g_strdup ("/usr/share/debby/images/menu.png");
4339- _g_free0 (image_menu);
4340- image_menu = _tmp46_;
4341- _tmp47_ = (GtkMenuButton*) gtk_menu_button_new ();
4342- g_object_ref_sink (_tmp47_);
4343- menubutton = _tmp47_;
4344- gtk_widget_set_size_request ((GtkWidget*) menubutton, 30, 30);
4345- gtk_menu_button_set_popup (menubutton, (GtkWidget*) menu);
4346- _tmp48_ = image_menu;
4347- _tmp49_ = (GtkImage*) gtk_image_new_from_file (_tmp48_);
4348- g_object_ref_sink (_tmp49_);
4349- _tmp50_ = _tmp49_;
4350- gtk_button_set_image ((GtkButton*) menubutton, (GtkWidget*) _tmp50_);
4351- _g_object_unref0 (_tmp50_);
4352- _tmp51_ = (GtkHeaderBar*) gtk_header_bar_new ();
4353- g_object_ref_sink (_tmp51_);
4354- header = _tmp51_;
4355- gtk_header_bar_set_title (header, "Debby");
4356- gtk_header_bar_set_subtitle (header, "Drag and Drop Package Manager");
4357- gtk_header_bar_set_show_close_button (header, TRUE);
4358- gtk_header_bar_pack_end (header, (GtkWidget*) menubutton);
4359- gtk_window_set_titlebar ((GtkWindow*) self, (GtkWidget*) header);
4360- gtk_widget_show_all ((GtkWidget*) self);
4361- _g_object_unref0 (header);
4362- _g_object_unref0 (menubutton);
4363- _g_object_unref0 (log);
4364- _g_object_unref0 (about);
4365- _g_object_unref0 (exit);
4366- _g_object_unref0 (menu);
4367- _g_object_unref0 (progress);
4368- _g_object_unref0 (pass);
4369- _g_object_unref0 (background_image);
4370- _g_free0 (image_debian_package);
4371- _g_object_unref0 (box);
4372-}
4373-
4374-
4375-static gchar* string_replace (const gchar* self, const gchar* old, const gchar* replacement) {
4376- gchar* result = NULL;
4377- GError * _inner_error_ = NULL;
4378- g_return_val_if_fail (self != NULL, NULL);
4379- g_return_val_if_fail (old != NULL, NULL);
4380- g_return_val_if_fail (replacement != NULL, NULL);
4381- {
4382- GRegex* regex = NULL;
4383- const gchar* _tmp0_ = NULL;
4384- gchar* _tmp1_ = NULL;
4385- gchar* _tmp2_ = NULL;
4386- GRegex* _tmp3_ = NULL;
4387- GRegex* _tmp4_ = NULL;
4388- gchar* _tmp5_ = NULL;
4389- GRegex* _tmp6_ = NULL;
4390- const gchar* _tmp7_ = NULL;
4391- gchar* _tmp8_ = NULL;
4392- gchar* _tmp9_ = NULL;
4393- _tmp0_ = old;
4394- _tmp1_ = g_regex_escape_string (_tmp0_, -1);
4395- _tmp2_ = _tmp1_;
4396- _tmp3_ = g_regex_new (_tmp2_, 0, 0, &_inner_error_);
4397- _tmp4_ = _tmp3_;
4398- _g_free0 (_tmp2_);
4399- regex = _tmp4_;
4400- if (G_UNLIKELY (_inner_error_ != NULL)) {
4401- if (_inner_error_->domain == G_REGEX_ERROR) {
4402- goto __catch0_g_regex_error;
4403- }
4404- g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4405- g_clear_error (&_inner_error_);
4406- return NULL;
4407- }
4408- _tmp6_ = regex;
4409- _tmp7_ = replacement;
4410- _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) (-1), 0, _tmp7_, 0, &_inner_error_);
4411- _tmp5_ = _tmp8_;
4412- if (G_UNLIKELY (_inner_error_ != NULL)) {
4413- _g_regex_unref0 (regex);
4414- if (_inner_error_->domain == G_REGEX_ERROR) {
4415- goto __catch0_g_regex_error;
4416- }
4417- _g_regex_unref0 (regex);
4418- g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4419- g_clear_error (&_inner_error_);
4420- return NULL;
4421- }
4422- _tmp9_ = _tmp5_;
4423- _tmp5_ = NULL;
4424- result = _tmp9_;
4425- _g_free0 (_tmp5_);
4426- _g_regex_unref0 (regex);
4427- return result;
4428- }
4429- goto __finally0;
4430- __catch0_g_regex_error:
4431- {
4432- GError* e = NULL;
4433- e = _inner_error_;
4434- _inner_error_ = NULL;
4435- g_assert_not_reached ();
4436- _g_error_free0 (e);
4437- }
4438- __finally0:
4439- if (G_UNLIKELY (_inner_error_ != NULL)) {
4440- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4441- g_clear_error (&_inner_error_);
4442- return NULL;
4443- }
4444-}
4445-
4446-
4447-void debby_window_on_drag_data_received (debbyWindow* self, GdkDragContext* drag_context, gint x, gint y, GtkSelectionData* data, guint info, guint time) {
4448- GtkSelectionData* _tmp0_ = NULL;
4449- gchar** _tmp1_ = NULL;
4450- gchar** _tmp2_ = NULL;
4451- GFile* test_type = NULL;
4452- const gchar* _tmp10_ = NULL;
4453- GFile* _tmp11_ = NULL;
4454- const gchar* _tmp21_ = NULL;
4455- GdkDragContext* _tmp26_ = NULL;
4456- guint _tmp27_ = 0U;
4457- GError * _inner_error_ = NULL;
4458- g_return_if_fail (self != NULL);
4459- g_return_if_fail (drag_context != NULL);
4460- g_return_if_fail (data != NULL);
4461- _tmp0_ = data;
4462- _tmp2_ = _tmp1_ = gtk_selection_data_get_uris (_tmp0_);
4463- {
4464- gchar** uri_collection = NULL;
4465- gint uri_collection_length1 = 0;
4466- gint _uri_collection_size_ = 0;
4467- gint uri_it = 0;
4468- uri_collection = _tmp2_;
4469- uri_collection_length1 = _vala_array_length (_tmp1_);
4470- for (uri_it = 0; uri_it < _vala_array_length (_tmp1_); uri_it = uri_it + 1) {
4471- gchar* _tmp3_ = NULL;
4472- gchar* uri = NULL;
4473- _tmp3_ = g_strdup (uri_collection[uri_it]);
4474- uri = _tmp3_;
4475- {
4476- const gchar* _tmp4_ = NULL;
4477- gchar* _tmp5_ = NULL;
4478- gchar* _tmp6_ = NULL;
4479- gchar* _tmp7_ = NULL;
4480- const gchar* _tmp8_ = NULL;
4481- gchar* _tmp9_ = NULL;
4482- _tmp4_ = uri;
4483- _tmp5_ = string_replace (_tmp4_, "file://", "");
4484- _tmp6_ = _tmp5_;
4485- _tmp7_ = string_replace (_tmp6_, "file:/", "");
4486- _g_free0 (file);
4487- file = _tmp7_;
4488- _g_free0 (_tmp6_);
4489- _tmp8_ = file;
4490- _tmp9_ = g_uri_unescape_string (_tmp8_, NULL);
4491- _g_free0 (file);
4492- file = _tmp9_;
4493- _g_free0 (uri);
4494- }
4495- }
4496- uri_collection = (_vala_array_free (uri_collection, uri_collection_length1, (GDestroyNotify) g_free), NULL);
4497- }
4498- _tmp10_ = file;
4499- _tmp11_ = g_file_new_for_path (_tmp10_);
4500- test_type = _tmp11_;
4501- {
4502- GFileInfo* _tmp12_ = NULL;
4503- GFileInfo* _tmp13_ = NULL;
4504- GFileInfo* _tmp14_ = NULL;
4505- GFileInfo* _tmp15_ = NULL;
4506- const gchar* _tmp16_ = NULL;
4507- gchar* _tmp17_ = NULL;
4508- _tmp13_ = g_file_query_info (test_type, "*", G_FILE_QUERY_INFO_NONE, NULL, &_inner_error_);
4509- _tmp12_ = _tmp13_;
4510- if (G_UNLIKELY (_inner_error_ != NULL)) {
4511- goto __catch1_g_error;
4512- }
4513- _tmp14_ = _tmp12_;
4514- _tmp12_ = NULL;
4515- _tmp15_ = _tmp14_;
4516- _tmp16_ = g_file_info_get_content_type (_tmp15_);
4517- _tmp17_ = g_strdup (_tmp16_);
4518- _g_free0 (file_content_type);
4519- file_content_type = _tmp17_;
4520- _g_object_unref0 (_tmp15_);
4521- _g_object_unref0 (_tmp12_);
4522- }
4523- goto __finally1;
4524- __catch1_g_error:
4525- {
4526- GError* e = NULL;
4527- FILE* _tmp18_ = NULL;
4528- GError* _tmp19_ = NULL;
4529- const gchar* _tmp20_ = NULL;
4530- e = _inner_error_;
4531- _inner_error_ = NULL;
4532- _tmp18_ = stderr;
4533- _tmp19_ = e;
4534- _tmp20_ = _tmp19_->message;
4535- fprintf (_tmp18_, "Error: %s\n", _tmp20_);
4536- _g_error_free0 (e);
4537- }
4538- __finally1:
4539- if (G_UNLIKELY (_inner_error_ != NULL)) {
4540- _g_object_unref0 (test_type);
4541- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4542- g_clear_error (&_inner_error_);
4543- return;
4544- }
4545- _tmp21_ = file_content_type;
4546- if (g_strcmp0 (_tmp21_, "application/x-deb") == 0) {
4547- pass_on ();
4548- } else {
4549- const gchar* _tmp22_ = NULL;
4550- _tmp22_ = file_content_type;
4551- if (g_strcmp0 (_tmp22_, "application/x-desktop") == 0) {
4552- pass_on ();
4553- } else {
4554- {
4555- g_spawn_command_line_sync ("notify-send --icon=error Error 'File is not a Debian Package or a .des" \
4556-"ktop file.'", NULL, NULL, NULL, &_inner_error_);
4557- if (G_UNLIKELY (_inner_error_ != NULL)) {
4558- goto __catch2_g_error;
4559- }
4560- }
4561- goto __finally2;
4562- __catch2_g_error:
4563- {
4564- GError* e = NULL;
4565- FILE* _tmp23_ = NULL;
4566- GError* _tmp24_ = NULL;
4567- const gchar* _tmp25_ = NULL;
4568- e = _inner_error_;
4569- _inner_error_ = NULL;
4570- _tmp23_ = stderr;
4571- _tmp24_ = e;
4572- _tmp25_ = _tmp24_->message;
4573- fprintf (_tmp23_, "Error: %s\n", _tmp25_);
4574- _g_error_free0 (e);
4575- }
4576- __finally2:
4577- if (G_UNLIKELY (_inner_error_ != NULL)) {
4578- _g_object_unref0 (test_type);
4579- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4580- g_clear_error (&_inner_error_);
4581- return;
4582- }
4583- }
4584- }
4585- _tmp26_ = drag_context;
4586- _tmp27_ = time;
4587- gtk_drag_finish (_tmp26_, TRUE, FALSE, (guint32) _tmp27_);
4588- _g_object_unref0 (test_type);
4589-}
4590-
4591-
4592-static void debby_window_class_init (debbyWindowClass * klass) {
4593- debby_window_parent_class = g_type_class_peek_parent (klass);
4594- g_type_class_add_private (klass, sizeof (debbyWindowPrivate));
4595- G_OBJECT_CLASS (klass)->finalize = debby_window_finalize;
4596-}
4597-
4598-
4599-static void debby_window_instance_init (debbyWindow * self) {
4600- self->priv = DEBBY_WINDOW_GET_PRIVATE (self);
4601-}
4602-
4603-
4604-static void debby_window_finalize (GObject* obj) {
4605- debbyWindow * self;
4606- self = G_TYPE_CHECK_INSTANCE_CAST (obj, DEBBY_TYPE_WINDOW, debbyWindow);
4607- _g_object_unref0 (self->priv->app);
4608- G_OBJECT_CLASS (debby_window_parent_class)->finalize (obj);
4609-}
4610-
4611-
4612-GType debby_window_get_type (void) {
4613- static volatile gsize debby_window_type_id__volatile = 0;
4614- if (g_once_init_enter (&debby_window_type_id__volatile)) {
4615- static const GTypeInfo g_define_type_info = { sizeof (debbyWindowClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) debby_window_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (debbyWindow), 0, (GInstanceInitFunc) debby_window_instance_init, NULL };
4616- GType debby_window_type_id;
4617- debby_window_type_id = g_type_register_static (GTK_TYPE_WINDOW, "debbyWindow", &g_define_type_info, 0);
4618- g_once_init_leave (&debby_window_type_id__volatile, debby_window_type_id);
4619- }
4620- return debby_window_type_id__volatile;
4621-}
4622-
4623-
4624-static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) {
4625- if ((array != NULL) && (destroy_func != NULL)) {
4626- int i;
4627- for (i = 0; i < array_length; i = i + 1) {
4628- if (((gpointer*) array)[i] != NULL) {
4629- destroy_func (((gpointer*) array)[i]);
4630- }
4631- }
4632- }
4633-}
4634-
4635-
4636-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) {
4637- _vala_array_destroy (array, array_length, destroy_func);
4638- g_free (array);
4639-}
4640-
4641-
4642-static gint _vala_array_length (gpointer array) {
4643- int length;
4644- length = 0;
4645- if (array) {
4646- while (((gpointer*) array)[length]) {
4647- length++;
4648- }
4649- }
4650- return length;
4651-}
4652-
4653-
4654-
4655
4656=== removed file 'build/src/config.c'
4657--- build/src/config.c 2014-08-23 23:41:03 +0000
4658+++ build/src/config.c 1970-01-01 00:00:00 +0000
4659@@ -1,21 +0,0 @@
4660-/* config.c generated by valac 0.25.1, the Vala compiler
4661- * generated from config.vala, do not modify */
4662-
4663-
4664-#include <glib.h>
4665-#include <glib-object.h>
4666-#include <stdlib.h>
4667-#include <string.h>
4668-
4669-
4670-
4671-
4672-#define CONSTANTS_DATADIR "/usr/share"
4673-#define CONSTANTS_PKGDATADIR "/usr/share/debby"
4674-#define CONSTANTS_GETTEXT_PACKAGE "debby"
4675-#define CONSTANTS_RELEASE_NAME "debby."
4676-#define CONSTANTS_VERSION "0.02"
4677-#define CONSTANTS_VERSION_INFO "Release"
4678-
4679-
4680-
4681
4682=== removed file 'build/src/hide.c'
4683--- build/src/hide.c 2014-08-23 23:41:03 +0000
4684+++ build/src/hide.c 1970-01-01 00:00:00 +0000
4685@@ -1,85 +0,0 @@
4686-/* hide.c generated by valac 0.25.1, the Vala compiler
4687- * generated from hide.vala, do not modify */
4688-
4689-
4690-#include <glib.h>
4691-#include <glib-object.h>
4692-#include <gtk/gtk.h>
4693-
4694-
4695-
4696-extern GtkLabel* pass_label;
4697-extern GtkEntry* pass_word;
4698-extern GtkLabel* pass_space;
4699-extern GtkLabel* uninstall;
4700-extern GtkLabel* deb_install;
4701-extern GtkLabel* installing;
4702-extern GtkLabel* progress_space;
4703-extern GtkWidget* progress_bar;
4704-
4705-void pass_off (void);
4706-void pass_on (void);
4707-void base_on (void);
4708-
4709-
4710-void pass_off (void) {
4711- GtkLabel* _tmp0_ = NULL;
4712- GtkEntry* _tmp1_ = NULL;
4713- GtkLabel* _tmp2_ = NULL;
4714- GtkLabel* _tmp3_ = NULL;
4715- GtkLabel* _tmp4_ = NULL;
4716- _tmp0_ = pass_label;
4717- gtk_widget_hide ((GtkWidget*) _tmp0_);
4718- _tmp1_ = pass_word;
4719- gtk_widget_hide ((GtkWidget*) _tmp1_);
4720- _tmp2_ = pass_space;
4721- gtk_widget_hide ((GtkWidget*) _tmp2_);
4722- _tmp3_ = uninstall;
4723- gtk_widget_show ((GtkWidget*) _tmp3_);
4724- _tmp4_ = deb_install;
4725- gtk_widget_show ((GtkWidget*) _tmp4_);
4726-}
4727-
4728-
4729-void pass_on (void) {
4730- GtkLabel* _tmp0_ = NULL;
4731- GtkEntry* _tmp1_ = NULL;
4732- GtkLabel* _tmp2_ = NULL;
4733- GtkLabel* _tmp3_ = NULL;
4734- GtkLabel* _tmp4_ = NULL;
4735- _tmp0_ = pass_label;
4736- gtk_widget_show ((GtkWidget*) _tmp0_);
4737- _tmp1_ = pass_word;
4738- gtk_widget_show ((GtkWidget*) _tmp1_);
4739- _tmp2_ = uninstall;
4740- gtk_widget_hide ((GtkWidget*) _tmp2_);
4741- _tmp3_ = deb_install;
4742- gtk_widget_hide ((GtkWidget*) _tmp3_);
4743- _tmp4_ = pass_space;
4744- gtk_widget_show ((GtkWidget*) _tmp4_);
4745-}
4746-
4747-
4748-void base_on (void) {
4749- GtkEntry* _tmp0_ = NULL;
4750- GtkLabel* _tmp1_ = NULL;
4751- GtkLabel* _tmp2_ = NULL;
4752- GtkLabel* _tmp3_ = NULL;
4753- GtkLabel* _tmp4_ = NULL;
4754- GtkWidget* _tmp5_ = NULL;
4755- _tmp0_ = pass_word;
4756- gtk_widget_hide ((GtkWidget*) _tmp0_);
4757- _tmp1_ = pass_label;
4758- gtk_widget_hide ((GtkWidget*) _tmp1_);
4759- _tmp2_ = pass_space;
4760- gtk_widget_hide ((GtkWidget*) _tmp2_);
4761- _tmp3_ = installing;
4762- gtk_widget_hide ((GtkWidget*) _tmp3_);
4763- _tmp4_ = progress_space;
4764- gtk_widget_hide ((GtkWidget*) _tmp4_);
4765- _tmp5_ = progress_bar;
4766- gtk_widget_hide (_tmp5_);
4767-}
4768-
4769-
4770-
4771
4772=== removed file 'build/src/install_deb.c'
4773--- build/src/install_deb.c 2014-08-23 23:41:03 +0000
4774+++ build/src/install_deb.c 1970-01-01 00:00:00 +0000
4775@@ -1,198 +0,0 @@
4776-/* install_deb.c generated by valac 0.25.1, the Vala compiler
4777- * generated from install_deb.vala, do not modify */
4778-
4779-
4780-#include <glib.h>
4781-#include <glib-object.h>
4782-#include <stdlib.h>
4783-#include <string.h>
4784-#include <stdio.h>
4785-
4786-#define _g_free0(var) (var = (g_free (var), NULL))
4787-#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
4788-
4789-
4790-extern const gchar* str;
4791-extern gchar* file;
4792-extern gchar* gdebi_stdout;
4793-extern gchar* gdebi_stderr;
4794-extern gint gdebi_status;
4795-extern const gchar* home;
4796-
4797-void install2 (void);
4798-void install (void);
4799-
4800-
4801-static const gchar* string_to_string (const gchar* self) {
4802- const gchar* result = NULL;
4803- g_return_val_if_fail (self != NULL, NULL);
4804- result = self;
4805- return result;
4806-}
4807-
4808-
4809-void install2 (void) {
4810- GError * _inner_error_ = NULL;
4811- {
4812- const gchar* _tmp0_ = NULL;
4813- const gchar* _tmp1_ = NULL;
4814- const gchar* _tmp2_ = NULL;
4815- const gchar* _tmp3_ = NULL;
4816- gchar* _tmp4_ = NULL;
4817- gchar* _tmp5_ = NULL;
4818- _tmp0_ = str;
4819- _tmp1_ = string_to_string (_tmp0_);
4820- _tmp2_ = file;
4821- _tmp3_ = string_to_string (_tmp2_);
4822- _tmp4_ = g_strconcat ("bash -c 'echo -e ", _tmp1_, " | sudo -S gdebi -n ", _tmp3_, " 2>&1 | sed 's/^/#/' | yad --progress --pulsate --enable-log=Installin" \
4823-"g --auto-close --auto-kill --center --width=400 --no-buttons --title=I" \
4824-"nstalling --skip-taskbar --on-top'", NULL);
4825- _tmp5_ = _tmp4_;
4826- g_spawn_command_line_async (_tmp5_, &_inner_error_);
4827- _g_free0 (_tmp5_);
4828- if (G_UNLIKELY (_inner_error_ != NULL)) {
4829- goto __catch3_g_error;
4830- }
4831- }
4832- goto __finally3;
4833- __catch3_g_error:
4834- {
4835- GError* e = NULL;
4836- FILE* _tmp6_ = NULL;
4837- GError* _tmp7_ = NULL;
4838- const gchar* _tmp8_ = NULL;
4839- e = _inner_error_;
4840- _inner_error_ = NULL;
4841- _tmp6_ = stderr;
4842- _tmp7_ = e;
4843- _tmp8_ = _tmp7_->message;
4844- fprintf (_tmp6_, "Error: %s\n", _tmp8_);
4845- _g_error_free0 (e);
4846- }
4847- __finally3:
4848- if (G_UNLIKELY (_inner_error_ != NULL)) {
4849- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4850- g_clear_error (&_inner_error_);
4851- return;
4852- }
4853-}
4854-
4855-
4856-void install (void) {
4857- const gchar* _tmp12_ = NULL;
4858- gint _tmp13_ = 0;
4859- GError * _inner_error_ = NULL;
4860- {
4861- const gchar* _tmp0_ = NULL;
4862- const gchar* _tmp1_ = NULL;
4863- const gchar* _tmp2_ = NULL;
4864- const gchar* _tmp3_ = NULL;
4865- gchar* _tmp4_ = NULL;
4866- gchar* _tmp5_ = NULL;
4867- gchar* _tmp6_ = NULL;
4868- gchar* _tmp7_ = NULL;
4869- gint _tmp8_ = 0;
4870- _tmp0_ = file;
4871- _tmp1_ = string_to_string (_tmp0_);
4872- _tmp2_ = str;
4873- _tmp3_ = string_to_string (_tmp2_);
4874- _tmp4_ = g_strconcat ("bash /home/maccabbi/Dropbox/vala/hello/installdeb.sh ", _tmp1_, " ", _tmp3_, NULL);
4875- _tmp5_ = _tmp4_;
4876- g_spawn_command_line_sync (_tmp5_, &_tmp6_, &_tmp7_, &_tmp8_, &_inner_error_);
4877- _g_free0 (gdebi_stdout);
4878- gdebi_stdout = _tmp6_;
4879- _g_free0 (gdebi_stderr);
4880- gdebi_stderr = _tmp7_;
4881- gdebi_status = _tmp8_;
4882- _g_free0 (_tmp5_);
4883- if (G_UNLIKELY (_inner_error_ != NULL)) {
4884- goto __catch4_g_error;
4885- }
4886- }
4887- goto __finally4;
4888- __catch4_g_error:
4889- {
4890- GError* e = NULL;
4891- FILE* _tmp9_ = NULL;
4892- GError* _tmp10_ = NULL;
4893- const gchar* _tmp11_ = NULL;
4894- e = _inner_error_;
4895- _inner_error_ = NULL;
4896- _tmp9_ = stderr;
4897- _tmp10_ = e;
4898- _tmp11_ = _tmp10_->message;
4899- fprintf (_tmp9_, "Error: %s\n", _tmp11_);
4900- _g_error_free0 (e);
4901- }
4902- __finally4:
4903- if (G_UNLIKELY (_inner_error_ != NULL)) {
4904- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4905- g_clear_error (&_inner_error_);
4906- return;
4907- }
4908- _tmp12_ = g_get_home_dir ();
4909- home = _tmp12_;
4910- _tmp13_ = gdebi_status;
4911- if (_tmp13_ == 0) {
4912- {
4913- g_spawn_command_line_sync ("notify-send --icon=notification Success 'Operation completed succesful" \
4914-"ly. See logs for more information.'", NULL, NULL, NULL, &_inner_error_);
4915- if (G_UNLIKELY (_inner_error_ != NULL)) {
4916- goto __catch5_g_error;
4917- }
4918- }
4919- goto __finally5;
4920- __catch5_g_error:
4921- {
4922- GError* e = NULL;
4923- FILE* _tmp14_ = NULL;
4924- GError* _tmp15_ = NULL;
4925- const gchar* _tmp16_ = NULL;
4926- e = _inner_error_;
4927- _inner_error_ = NULL;
4928- _tmp14_ = stderr;
4929- _tmp15_ = e;
4930- _tmp16_ = _tmp15_->message;
4931- fprintf (_tmp14_, "Error: %s\n", _tmp16_);
4932- _g_error_free0 (e);
4933- }
4934- __finally5:
4935- if (G_UNLIKELY (_inner_error_ != NULL)) {
4936- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4937- g_clear_error (&_inner_error_);
4938- return;
4939- }
4940- } else {
4941- {
4942- g_spawn_command_line_sync ("notify-send --icon=error Error 'Something went wrong. Check logs for m" \
4943-"ore information.'", NULL, NULL, NULL, &_inner_error_);
4944- if (G_UNLIKELY (_inner_error_ != NULL)) {
4945- goto __catch6_g_error;
4946- }
4947- }
4948- goto __finally6;
4949- __catch6_g_error:
4950- {
4951- GError* e = NULL;
4952- FILE* _tmp17_ = NULL;
4953- GError* _tmp18_ = NULL;
4954- const gchar* _tmp19_ = NULL;
4955- e = _inner_error_;
4956- _inner_error_ = NULL;
4957- _tmp17_ = stderr;
4958- _tmp18_ = e;
4959- _tmp19_ = _tmp18_->message;
4960- fprintf (_tmp17_, "Error: %s\n", _tmp19_);
4961- _g_error_free0 (e);
4962- }
4963- __finally6:
4964- if (G_UNLIKELY (_inner_error_ != NULL)) {
4965- g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
4966- g_clear_error (&_inner_error_);
4967- return;
4968- }
4969- }
4970-}
4971-
4972-
4973-
4974
4975=== modified file 'src/About.vala'
4976--- src/About.vala 2014-08-23 23:41:03 +0000
4977+++ src/About.vala 2014-08-24 02:01:57 +0000
4978@@ -40,15 +40,15 @@
4979 app_launcher = "debby.desktop";
4980 application_id = "";
4981
4982- main_url = "https://code.launchpad.net/NOT_SET";
4983- bug_url = "https://bugs.launchpad.net/NOT_SET";
4984- help_url = "https://code.launchpad.net/NOT_SET";
4985- translate_url = "https://translations.launchpad.net/NOT_SET";
4986+ main_url = "https://code.launchpad.net/debby";
4987+ bug_url = "https://bugs.launchpad.net/debby";
4988+ help_url = "https://code.launchpad.net/debby";
4989+ translate_url = "https://translations.launchpad.net/debby";
4990
4991 about_authors = { "Maccabbi <chadesh@gmail.com>" };
4992 about_documenters = { "" };
4993 about_artists = { "Maccabbi <chadesh@gmail.com>" };
4994- about_comments = "debby .deb Installer";
4995+ about_comments = "Debby .deb Installer";
4996 about_translators = "";
4997
4998 about_license_type = Gtk.License.GPL_3_0;
4999@@ -86,4 +86,4 @@
5000 app.run (args);
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: