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
=== removed directory 'build'
=== removed file 'build/CMakeCache.txt'
--- build/CMakeCache.txt 2014-08-23 23:41:03 +0000
+++ build/CMakeCache.txt 1970-01-01 00:00:00 +0000
@@ -1,374 +0,0 @@
1# This is the CMakeCache file.
2# For build in directory: /home/maccabbi/Dropbox/vala/debby/trunk/build
3# It was generated by CMake: /usr/bin/cmake
4# You can edit this file to change values found and used by cmake.
5# If you do not want to change any of the values, simply exit the editor.
6# If you do want to change a value, simply edit, save, and exit the editor.
7# The syntax for the file is as follows:
8# KEY:TYPE=VALUE
9# KEY is the name of a variable in the cache.
10# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
11# VALUE is the current value for the KEY.
12
13########################
14# EXTERNAL cache entries
15########################
16
17//Path to a program.
18CMAKE_AR:FILEPATH=/usr/bin/ar
19
20//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
21// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
22CMAKE_BUILD_TYPE:STRING=
23
24//Enable/Disable color output during build.
25CMAKE_COLOR_MAKEFILE:BOOL=ON
26
27//CXX compiler.
28CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
29
30//Flags used by the compiler during all build types.
31CMAKE_CXX_FLAGS:STRING=
32
33//Flags used by the compiler during debug builds.
34CMAKE_CXX_FLAGS_DEBUG:STRING=-g
35
36//Flags used by the compiler during release minsize builds.
37CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
38
39//Flags used by the compiler during release builds (/MD /Ob1 /Oi
40// /Ot /Oy /Gs will produce slightly less optimized but smaller
41// files).
42CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
43
44//Flags used by the compiler during Release with Debug Info builds.
45CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
46
47//C compiler.
48CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
49
50//Flags used by the compiler during all build types.
51CMAKE_C_FLAGS:STRING=
52
53//Flags used by the compiler during debug builds.
54CMAKE_C_FLAGS_DEBUG:STRING=-g
55
56//Flags used by the compiler during release minsize builds.
57CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
58
59//Flags used by the compiler during release builds (/MD /Ob1 /Oi
60// /Ot /Oy /Gs will produce slightly less optimized but smaller
61// files).
62CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
63
64//Flags used by the compiler during Release with Debug Info builds.
65CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
66
67//Flags used by the linker.
68CMAKE_EXE_LINKER_FLAGS:STRING=' '
69
70//Flags used by the linker during debug builds.
71CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
72
73//Flags used by the linker during release minsize builds.
74CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
75
76//Flags used by the linker during release builds.
77CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
78
79//Flags used by the linker during Release with Debug Info builds.
80CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
81
82//Enable/Disable output of compile commands during generation.
83CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
84
85//Install path prefix, prepended onto install directories.
86CMAKE_INSTALL_PREFIX:PATH=/usr
87
88//Path to a program.
89CMAKE_LINKER:FILEPATH=/usr/bin/ld
90
91//Path to a program.
92CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
93
94//Flags used by the linker during the creation of modules.
95CMAKE_MODULE_LINKER_FLAGS:STRING=' '
96
97//Flags used by the linker during debug builds.
98CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
99
100//Flags used by the linker during release minsize builds.
101CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
102
103//Flags used by the linker during release builds.
104CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
105
106//Flags used by the linker during Release with Debug Info builds.
107CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
108
109//Path to a program.
110CMAKE_NM:FILEPATH=/usr/bin/nm
111
112//Path to a program.
113CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
114
115//Path to a program.
116CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
117
118//Value Computed by CMake
119CMAKE_PROJECT_NAME:STATIC=debby
120
121//Path to a program.
122CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
123
124//Flags used by the linker during the creation of dll's.
125CMAKE_SHARED_LINKER_FLAGS:STRING=' '
126
127//Flags used by the linker during debug builds.
128CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
129
130//Flags used by the linker during release minsize builds.
131CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
132
133//Flags used by the linker during release builds.
134CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
135
136//Flags used by the linker during Release with Debug Info builds.
137CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
138
139//If set, runtime paths are not added when installing shared libraries,
140// but are added when building.
141CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
142
143//If set, runtime paths are not added when using shared libraries.
144CMAKE_SKIP_RPATH:BOOL=NO
145
146//Flags used by the linker during the creation of static libraries.
147CMAKE_STATIC_LINKER_FLAGS:STRING=
148
149//Flags used by the linker during debug builds.
150CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
151
152//Flags used by the linker during release minsize builds.
153CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
154
155//Flags used by the linker during release builds.
156CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
157
158//Flags used by the linker during Release with Debug Info builds.
159CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
160
161//Path to a program.
162CMAKE_STRIP:FILEPATH=/usr/bin/strip
163
164//If true, cmake will use relative paths in makefiles and projects.
165CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
166
167//If this value is on, makefiles will be generated without the
168// .SILENT directive, and all commands will be echoed to the console
169// during the make. This is useful for debugging only. With Visual
170// Studio IDE projects all commands are done without /nologo.
171CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
172
173//Path to a program.
174MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt
175
176//pkg-config executable
177PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
178
179//Path to a program.
180VALA_EXECUTABLE:FILEPATH=/usr/bin/valac
181
182//Path to a program.
183XGETTEXT_EXECUTABLE:FILEPATH=/usr/bin/xgettext
184
185//Value Computed by CMake
186debby_BINARY_DIR:STATIC=/home/maccabbi/Dropbox/vala/debby/trunk/build
187
188//Value Computed by CMake
189debby_SOURCE_DIR:STATIC=/home/maccabbi/Dropbox/vala/debby/trunk
190
191
192########################
193# INTERNAL cache entries
194########################
195
196//ADVANCED property for variable: CMAKE_AR
197CMAKE_AR-ADVANCED:INTERNAL=1
198//ADVANCED property for variable: CMAKE_BUILD_TOOL
199CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
200//What is the target build tool cmake is generating for.
201CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
202//This is the directory where this CMakeCache.txt was created
203CMAKE_CACHEFILE_DIR:INTERNAL=/home/maccabbi/Dropbox/vala/debby/trunk/build
204//Major version of cmake used to create the current loaded cache
205CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
206//Minor version of cmake used to create the current loaded cache
207CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
208//Patch version of cmake used to create the current loaded cache
209CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
210//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
211CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
212//Path to CMake executable.
213CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
214//Path to cpack program executable.
215CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
216//Path to ctest program executable.
217CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
218//ADVANCED property for variable: CMAKE_CXX_COMPILER
219CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
220//ADVANCED property for variable: CMAKE_CXX_FLAGS
221CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
222//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
223CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
224//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
225CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
226//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
227CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
228//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
229CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
230//ADVANCED property for variable: CMAKE_C_COMPILER
231CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
232//ADVANCED property for variable: CMAKE_C_FLAGS
233CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
234//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
235CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
236//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
237CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
238//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
239CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
240//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
241CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
242//Executable file format
243CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
244//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
245CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
246//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
247CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
248//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
249CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
250//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
251CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
252//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
253CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
254//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
255CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
256//Name of generator.
257CMAKE_GENERATOR:INTERNAL=Unix Makefiles
258//Name of generator toolset.
259CMAKE_GENERATOR_TOOLSET:INTERNAL=
260//Start directory with the top level CMakeLists.txt file for this
261// project
262CMAKE_HOME_DIRECTORY:INTERNAL=/home/maccabbi/Dropbox/vala/debby/trunk
263//Install .so files without execute permission.
264CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
265//ADVANCED property for variable: CMAKE_LINKER
266CMAKE_LINKER-ADVANCED:INTERNAL=1
267//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
268CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
269//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
270CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
271//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
272CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
273//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
274CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
275//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
276CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
277//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
278CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
279//ADVANCED property for variable: CMAKE_NM
280CMAKE_NM-ADVANCED:INTERNAL=1
281//number of local generators
282CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=2
283//ADVANCED property for variable: CMAKE_OBJCOPY
284CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
285//ADVANCED property for variable: CMAKE_OBJDUMP
286CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
287//ADVANCED property for variable: CMAKE_RANLIB
288CMAKE_RANLIB-ADVANCED:INTERNAL=1
289//Path to CMake installation.
290CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
291//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
292CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
293//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
294CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
295//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
296CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
297//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
298CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
299//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
300CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
301//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
302CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
303//ADVANCED property for variable: CMAKE_SKIP_RPATH
304CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
305//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
306CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
307//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
308CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
309//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
310CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
311//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
312CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
313//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
314CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
315//ADVANCED property for variable: CMAKE_STRIP
316CMAKE_STRIP-ADVANCED:INTERNAL=1
317//uname command
318CMAKE_UNAME:INTERNAL=/bin/uname
319//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
320CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
321//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
322CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
323DEPS_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
324DEPS_CFLAGS_I:INTERNAL=
325DEPS_CFLAGS_OTHER:INTERNAL=-pthread
326DEPS_FOUND:INTERNAL=1
327DEPS_INCLUDEDIR:INTERNAL=
328DEPS_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
329DEPS_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
330DEPS_LDFLAGS_OTHER:INTERNAL=-pthread
331DEPS_LIBDIR:INTERNAL=
332DEPS_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
333DEPS_LIBRARY_DIRS:INTERNAL=
334DEPS_LIBS:INTERNAL=
335DEPS_LIBS_L:INTERNAL=
336DEPS_LIBS_OTHER:INTERNAL=
337DEPS_LIBS_PATHS:INTERNAL=
338DEPS_PREFIX:INTERNAL=
339DEPS_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
340DEPS_STATIC_CFLAGS_I:INTERNAL=
341DEPS_STATIC_CFLAGS_OTHER:INTERNAL=-pthread
342DEPS_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
343DEPS_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
344DEPS_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
345DEPS_STATIC_LIBDIR:INTERNAL=
346DEPS_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
347DEPS_STATIC_LIBRARY_DIRS:INTERNAL=
348DEPS_STATIC_LIBS:INTERNAL=
349DEPS_STATIC_LIBS_L:INTERNAL=
350DEPS_STATIC_LIBS_OTHER:INTERNAL=
351DEPS_STATIC_LIBS_PATHS:INTERNAL=
352DEPS_VERSION:INTERNAL=
353DEPS_granite_INCLUDEDIR:INTERNAL=/usr/include
354DEPS_granite_LIBDIR:INTERNAL=/usr/lib
355DEPS_granite_PREFIX:INTERNAL=/usr
356DEPS_granite_VERSION:INTERNAL=0.3.0
357DEPS_gthread-2.0_INCLUDEDIR:INTERNAL=/usr/include
358DEPS_gthread-2.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
359DEPS_gthread-2.0_PREFIX:INTERNAL=/usr
360DEPS_gthread-2.0_VERSION:INTERNAL=2.40.0
361DEPS_gtk+-3.0_INCLUDEDIR:INTERNAL=/usr/include
362DEPS_gtk+-3.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
363DEPS_gtk+-3.0_PREFIX:INTERNAL=/usr
364DEPS_gtk+-3.0_VERSION:INTERNAL=3.12.2
365//Details about finding PkgConfig
366FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.26()]
367//Details about finding Vala
368FIND_PACKAGE_MESSAGE_DETAILS_Vala:INTERNAL=[/usr/bin/valac][v()]
369//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
370PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
371//ADVANCED property for variable: VALA_EXECUTABLE
372VALA_EXECUTABLE-ADVANCED:INTERNAL=1
373__pkg_config_checked_DEPS:INTERNAL=1
374
3750
=== removed directory 'build/CMakeFiles'
=== removed directory 'build/CMakeFiles/2.8.12.2'
=== removed file 'build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake'
--- build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake 1970-01-01 00:00:00 +0000
@@ -1,56 +0,0 @@
1set(CMAKE_C_COMPILER "/usr/bin/cc")
2set(CMAKE_C_COMPILER_ARG1 "")
3set(CMAKE_C_COMPILER_ID "GNU")
4set(CMAKE_C_COMPILER_VERSION "4.8.2")
5set(CMAKE_C_PLATFORM_ID "Linux")
6
7set(CMAKE_AR "/usr/bin/ar")
8set(CMAKE_RANLIB "/usr/bin/ranlib")
9set(CMAKE_LINKER "/usr/bin/ld")
10set(CMAKE_COMPILER_IS_GNUCC 1)
11set(CMAKE_C_COMPILER_LOADED 1)
12set(CMAKE_C_COMPILER_WORKS TRUE)
13set(CMAKE_C_ABI_COMPILED TRUE)
14set(CMAKE_COMPILER_IS_MINGW )
15set(CMAKE_COMPILER_IS_CYGWIN )
16if(CMAKE_COMPILER_IS_CYGWIN)
17 set(CYGWIN 1)
18 set(UNIX 1)
19endif()
20
21set(CMAKE_C_COMPILER_ENV_VAR "CC")
22
23if(CMAKE_COMPILER_IS_MINGW)
24 set(MINGW 1)
25endif()
26set(CMAKE_C_COMPILER_ID_RUN 1)
27set(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
28set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
29set(CMAKE_C_LINKER_PREFERENCE 10)
30
31# Save compiler ABI information.
32set(CMAKE_C_SIZEOF_DATA_PTR "8")
33set(CMAKE_C_COMPILER_ABI "ELF")
34set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
35
36if(CMAKE_C_SIZEOF_DATA_PTR)
37 set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
38endif()
39
40if(CMAKE_C_COMPILER_ABI)
41 set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
42endif()
43
44if(CMAKE_C_LIBRARY_ARCHITECTURE)
45 set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
46endif()
47
48
49
50
51set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
52set(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")
53set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
54
55
56
570
=== removed file 'build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake'
--- build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake 1970-01-01 00:00:00 +0000
@@ -1,57 +0,0 @@
1set(CMAKE_CXX_COMPILER "/usr/bin/c++")
2set(CMAKE_CXX_COMPILER_ARG1 "")
3set(CMAKE_CXX_COMPILER_ID "GNU")
4set(CMAKE_CXX_COMPILER_VERSION "4.8.2")
5set(CMAKE_CXX_PLATFORM_ID "Linux")
6
7set(CMAKE_AR "/usr/bin/ar")
8set(CMAKE_RANLIB "/usr/bin/ranlib")
9set(CMAKE_LINKER "/usr/bin/ld")
10set(CMAKE_COMPILER_IS_GNUCXX 1)
11set(CMAKE_CXX_COMPILER_LOADED 1)
12set(CMAKE_CXX_COMPILER_WORKS TRUE)
13set(CMAKE_CXX_ABI_COMPILED TRUE)
14set(CMAKE_COMPILER_IS_MINGW )
15set(CMAKE_COMPILER_IS_CYGWIN )
16if(CMAKE_COMPILER_IS_CYGWIN)
17 set(CYGWIN 1)
18 set(UNIX 1)
19endif()
20
21set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
22
23if(CMAKE_COMPILER_IS_MINGW)
24 set(MINGW 1)
25endif()
26set(CMAKE_CXX_COMPILER_ID_RUN 1)
27set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
28set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
29set(CMAKE_CXX_LINKER_PREFERENCE 30)
30set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
31
32# Save compiler ABI information.
33set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
34set(CMAKE_CXX_COMPILER_ABI "ELF")
35set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
36
37if(CMAKE_CXX_SIZEOF_DATA_PTR)
38 set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
39endif()
40
41if(CMAKE_CXX_COMPILER_ABI)
42 set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
43endif()
44
45if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
46 set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
47endif()
48
49
50
51
52set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
53set(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")
54set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
55
56
57
580
=== removed file 'build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin'
59Binary 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 differ1Binary 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
=== removed file 'build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin'
60Binary 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 differ2Binary 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
=== removed file 'build/CMakeFiles/2.8.12.2/CMakeSystem.cmake'
--- build/CMakeFiles/2.8.12.2/CMakeSystem.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/2.8.12.2/CMakeSystem.cmake 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1set(CMAKE_HOST_SYSTEM "Linux-3.13.0-34-generic")
2set(CMAKE_HOST_SYSTEM_NAME "Linux")
3set(CMAKE_HOST_SYSTEM_VERSION "3.13.0-34-generic")
4set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5
6
7
8set(CMAKE_SYSTEM "Linux-3.13.0-34-generic")
9set(CMAKE_SYSTEM_NAME "Linux")
10set(CMAKE_SYSTEM_VERSION "3.13.0-34-generic")
11set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12
13set(CMAKE_CROSSCOMPILING "FALSE")
14
15set(CMAKE_SYSTEM_LOADED 1)
160
=== removed directory 'build/CMakeFiles/2.8.12.2/CompilerIdC'
=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c'
--- build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c 1970-01-01 00:00:00 +0000
@@ -1,389 +0,0 @@
1#ifdef __cplusplus
2# error "A C++ compiler has been selected for C."
3#endif
4
5/* Version number components: V=Version, R=Revision, P=Patch
6 Version date components: YYYY=Year, MM=Month, DD=Day */
7
8#if defined(__18CXX)
9# define ID_VOID_MAIN
10#endif
11
12#if defined(__INTEL_COMPILER) || defined(__ICC)
13# define COMPILER_ID "Intel"
14 /* __INTEL_COMPILER = VRP */
15# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
16# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
17# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
18# if defined(__INTEL_COMPILER_BUILD_DATE)
19 /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
20# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
21# endif
22
23#elif defined(__PATHCC__)
24# define COMPILER_ID "PathScale"
25# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
26# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
27# if defined(__PATHCC_PATCHLEVEL__)
28# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
29# endif
30
31#elif defined(__clang__)
32# define COMPILER_ID "Clang"
33# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
34# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
35# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
36
37#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
38# define COMPILER_ID "Embarcadero"
39# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
40# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
41# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
42
43#elif defined(__BORLANDC__)
44# define COMPILER_ID "Borland"
45 /* __BORLANDC__ = 0xVRR */
46# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
47# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
48
49#elif defined(__WATCOMC__)
50# define COMPILER_ID "Watcom"
51 /* __WATCOMC__ = VVRR */
52# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
53# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
54
55#elif defined(__SUNPRO_C)
56# define COMPILER_ID "SunPro"
57# if __SUNPRO_C >= 0x5100
58 /* __SUNPRO_C = 0xVRRP */
59# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
60# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
61# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
62# else
63 /* __SUNPRO_C = 0xVRP */
64# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
65# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
66# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
67# endif
68
69#elif defined(__HP_cc)
70# define COMPILER_ID "HP"
71 /* __HP_cc = VVRRPP */
72# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
73# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
74# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
75
76#elif defined(__DECC)
77# define COMPILER_ID "Compaq"
78 /* __DECC_VER = VVRRTPPPP */
79# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
80# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
81# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
82
83#elif defined(__IBMC__)
84# if defined(__COMPILER_VER__)
85# define COMPILER_ID "zOS"
86# else
87# if __IBMC__ >= 800
88# define COMPILER_ID "XL"
89# else
90# define COMPILER_ID "VisualAge"
91# endif
92 /* __IBMC__ = VRP */
93# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
94# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
95# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
96# endif
97
98#elif defined(__PGI)
99# define COMPILER_ID "PGI"
100# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
101# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
102# if defined(__PGIC_PATCHLEVEL__)
103# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
104# endif
105
106#elif defined(_CRAYC)
107# define COMPILER_ID "Cray"
108# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
109# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
110
111#elif defined(__TI_COMPILER_VERSION__)
112# define COMPILER_ID "TI"
113 /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
114# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
115# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
116# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
117
118#elif defined(__TINYC__)
119# define COMPILER_ID "TinyCC"
120
121#elif defined(__SCO_VERSION__)
122# define COMPILER_ID "SCO"
123
124#elif defined(__GNUC__)
125# define COMPILER_ID "GNU"
126# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
127# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
128# if defined(__GNUC_PATCHLEVEL__)
129# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
130# endif
131
132#elif defined(_MSC_VER)
133# define COMPILER_ID "MSVC"
134 /* _MSC_VER = VVRR */
135# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
136# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
137# if defined(_MSC_FULL_VER)
138# if _MSC_VER >= 1400
139 /* _MSC_FULL_VER = VVRRPPPPP */
140# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
141# else
142 /* _MSC_FULL_VER = VVRRPPPP */
143# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
144# endif
145# endif
146# if defined(_MSC_BUILD)
147# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
148# endif
149
150/* Analog VisualDSP++ >= 4.5.6 */
151#elif defined(__VISUALDSPVERSION__)
152# define COMPILER_ID "ADSP"
153 /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
154# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
155# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
156# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
157
158/* Analog VisualDSP++ < 4.5.6 */
159#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
160# define COMPILER_ID "ADSP"
161
162/* IAR Systems compiler for embedded systems.
163 http://www.iar.com */
164#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
165# define COMPILER_ID "IAR"
166
167/* sdcc, the small devices C compiler for embedded systems,
168 http://sdcc.sourceforge.net */
169#elif defined(SDCC)
170# define COMPILER_ID "SDCC"
171 /* SDCC = VRP */
172# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
173# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
174# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
175
176#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
177# define COMPILER_ID "MIPSpro"
178# if defined(_SGI_COMPILER_VERSION)
179 /* _SGI_COMPILER_VERSION = VRP */
180# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
181# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
182# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
183# else
184 /* _COMPILER_VERSION = VRP */
185# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
186# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
187# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
188# endif
189
190/* This compiler is either not known or is too old to define an
191 identification macro. Try to identify the platform and guess that
192 it is the native compiler. */
193#elif defined(__sgi)
194# define COMPILER_ID "MIPSpro"
195
196#elif defined(__hpux) || defined(__hpua)
197# define COMPILER_ID "HP"
198
199#else /* unknown compiler */
200# define COMPILER_ID ""
201
202#endif
203
204/* Construct the string literal in pieces to prevent the source from
205 getting matched. Store it in a pointer rather than an array
206 because some compilers will just produce instructions to fill the
207 array rather than assigning a pointer to a static array. */
208char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
209
210/* Identify known platforms by name. */
211#if defined(__linux) || defined(__linux__) || defined(linux)
212# define PLATFORM_ID "Linux"
213
214#elif defined(__CYGWIN__)
215# define PLATFORM_ID "Cygwin"
216
217#elif defined(__MINGW32__)
218# define PLATFORM_ID "MinGW"
219
220#elif defined(__APPLE__)
221# define PLATFORM_ID "Darwin"
222
223#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
224# define PLATFORM_ID "Windows"
225
226#elif defined(__FreeBSD__) || defined(__FreeBSD)
227# define PLATFORM_ID "FreeBSD"
228
229#elif defined(__NetBSD__) || defined(__NetBSD)
230# define PLATFORM_ID "NetBSD"
231
232#elif defined(__OpenBSD__) || defined(__OPENBSD)
233# define PLATFORM_ID "OpenBSD"
234
235#elif defined(__sun) || defined(sun)
236# define PLATFORM_ID "SunOS"
237
238#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
239# define PLATFORM_ID "AIX"
240
241#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
242# define PLATFORM_ID "IRIX"
243
244#elif defined(__hpux) || defined(__hpux__)
245# define PLATFORM_ID "HP-UX"
246
247#elif defined(__HAIKU__)
248# define PLATFORM_ID "Haiku"
249
250#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
251# define PLATFORM_ID "BeOS"
252
253#elif defined(__QNX__) || defined(__QNXNTO__)
254# define PLATFORM_ID "QNX"
255
256#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
257# define PLATFORM_ID "Tru64"
258
259#elif defined(__riscos) || defined(__riscos__)
260# define PLATFORM_ID "RISCos"
261
262#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
263# define PLATFORM_ID "SINIX"
264
265#elif defined(__UNIX_SV__)
266# define PLATFORM_ID "UNIX_SV"
267
268#elif defined(__bsdos__)
269# define PLATFORM_ID "BSDOS"
270
271#elif defined(_MPRAS) || defined(MPRAS)
272# define PLATFORM_ID "MP-RAS"
273
274#elif defined(__osf) || defined(__osf__)
275# define PLATFORM_ID "OSF1"
276
277#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
278# define PLATFORM_ID "SCO_SV"
279
280#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
281# define PLATFORM_ID "ULTRIX"
282
283#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
284# define PLATFORM_ID "Xenix"
285
286#else /* unknown platform */
287# define PLATFORM_ID ""
288
289#endif
290
291/* For windows compilers MSVC and Intel we can determine
292 the architecture of the compiler being used. This is because
293 the compilers do not have flags that can change the architecture,
294 but rather depend on which compiler is being used
295*/
296#if defined(_WIN32) && defined(_MSC_VER)
297# if defined(_M_IA64)
298# define ARCHITECTURE_ID "IA64"
299
300# elif defined(_M_X64) || defined(_M_AMD64)
301# define ARCHITECTURE_ID "x64"
302
303# elif defined(_M_IX86)
304# define ARCHITECTURE_ID "X86"
305
306# elif defined(_M_ARM)
307# define ARCHITECTURE_ID "ARM"
308
309# elif defined(_M_MIPS)
310# define ARCHITECTURE_ID "MIPS"
311
312# elif defined(_M_SH)
313# define ARCHITECTURE_ID "SHx"
314
315# else /* unknown architecture */
316# define ARCHITECTURE_ID ""
317# endif
318
319#else
320# define ARCHITECTURE_ID ""
321#endif
322
323/* Convert integer to decimal digit literals. */
324#define DEC(n) \
325 ('0' + (((n) / 10000000)%10)), \
326 ('0' + (((n) / 1000000)%10)), \
327 ('0' + (((n) / 100000)%10)), \
328 ('0' + (((n) / 10000)%10)), \
329 ('0' + (((n) / 1000)%10)), \
330 ('0' + (((n) / 100)%10)), \
331 ('0' + (((n) / 10)%10)), \
332 ('0' + ((n) % 10))
333
334/* Convert integer to hex digit literals. */
335#define HEX(n) \
336 ('0' + ((n)>>28 & 0xF)), \
337 ('0' + ((n)>>24 & 0xF)), \
338 ('0' + ((n)>>20 & 0xF)), \
339 ('0' + ((n)>>16 & 0xF)), \
340 ('0' + ((n)>>12 & 0xF)), \
341 ('0' + ((n)>>8 & 0xF)), \
342 ('0' + ((n)>>4 & 0xF)), \
343 ('0' + ((n) & 0xF))
344
345/* Construct a string literal encoding the version number components. */
346#ifdef COMPILER_VERSION_MAJOR
347char const info_version[] = {
348 'I', 'N', 'F', 'O', ':',
349 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
350 COMPILER_VERSION_MAJOR,
351# ifdef COMPILER_VERSION_MINOR
352 '.', COMPILER_VERSION_MINOR,
353# ifdef COMPILER_VERSION_PATCH
354 '.', COMPILER_VERSION_PATCH,
355# ifdef COMPILER_VERSION_TWEAK
356 '.', COMPILER_VERSION_TWEAK,
357# endif
358# endif
359# endif
360 ']','\0'};
361#endif
362
363/* Construct the string literal in pieces to prevent the source from
364 getting matched. Store it in a pointer rather than an array
365 because some compilers will just produce instructions to fill the
366 array rather than assigning a pointer to a static array. */
367char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
368char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
369
370
371
372/*--------------------------------------------------------------------------*/
373
374#ifdef ID_VOID_MAIN
375void main() {}
376#else
377int main(int argc, char* argv[])
378{
379 int require = 0;
380 require += info_compiler[argc];
381 require += info_platform[argc];
382 require += info_arch[argc];
383#ifdef COMPILER_VERSION_MAJOR
384 require += info_version[argc];
385#endif
386 (void)argv;
387 return require;
388}
389#endif
3900
=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdC/a.out'
391Binary 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 differ1Binary 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
=== removed directory 'build/CMakeFiles/2.8.12.2/CompilerIdCXX'
=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp'
--- build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 1970-01-01 00:00:00 +0000
@@ -1,377 +0,0 @@
1/* This source file must have a .cpp extension so that all C++ compilers
2 recognize the extension without flags. Borland does not know .cxx for
3 example. */
4#ifndef __cplusplus
5# error "A C compiler has been selected for C++."
6#endif
7
8/* Version number components: V=Version, R=Revision, P=Patch
9 Version date components: YYYY=Year, MM=Month, DD=Day */
10
11#if defined(__COMO__)
12# define COMPILER_ID "Comeau"
13 /* __COMO_VERSION__ = VRR */
14# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
15# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
16
17#elif defined(__INTEL_COMPILER) || defined(__ICC)
18# define COMPILER_ID "Intel"
19 /* __INTEL_COMPILER = VRP */
20# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
21# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
22# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
23# if defined(__INTEL_COMPILER_BUILD_DATE)
24 /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
25# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
26# endif
27
28#elif defined(__PATHCC__)
29# define COMPILER_ID "PathScale"
30# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
31# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
32# if defined(__PATHCC_PATCHLEVEL__)
33# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
34# endif
35
36#elif defined(__clang__)
37# define COMPILER_ID "Clang"
38# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
39# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
40# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
41
42#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
43# define COMPILER_ID "Embarcadero"
44# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
45# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
46# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
47
48#elif defined(__BORLANDC__)
49# define COMPILER_ID "Borland"
50 /* __BORLANDC__ = 0xVRR */
51# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
52# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
53
54#elif defined(__WATCOMC__)
55# define COMPILER_ID "Watcom"
56 /* __WATCOMC__ = VVRR */
57# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
58# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
59
60#elif defined(__SUNPRO_CC)
61# define COMPILER_ID "SunPro"
62# if __SUNPRO_CC >= 0x5100
63 /* __SUNPRO_CC = 0xVRRP */
64# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
65# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
66# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
67# else
68 /* __SUNPRO_CC = 0xVRP */
69# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
70# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
71# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
72# endif
73
74#elif defined(__HP_aCC)
75# define COMPILER_ID "HP"
76 /* __HP_aCC = VVRRPP */
77# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
78# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
79# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
80
81#elif defined(__DECCXX)
82# define COMPILER_ID "Compaq"
83 /* __DECCXX_VER = VVRRTPPPP */
84# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
85# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
86# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
87
88#elif defined(__IBMCPP__)
89# if defined(__COMPILER_VER__)
90# define COMPILER_ID "zOS"
91# else
92# if __IBMCPP__ >= 800
93# define COMPILER_ID "XL"
94# else
95# define COMPILER_ID "VisualAge"
96# endif
97 /* __IBMCPP__ = VRP */
98# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
99# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
100# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
101# endif
102
103#elif defined(__PGI)
104# define COMPILER_ID "PGI"
105# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
106# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
107# if defined(__PGIC_PATCHLEVEL__)
108# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
109# endif
110
111#elif defined(_CRAYC)
112# define COMPILER_ID "Cray"
113# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
114# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
115
116#elif defined(__TI_COMPILER_VERSION__)
117# define COMPILER_ID "TI"
118 /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
119# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
120# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
121# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
122
123#elif defined(__SCO_VERSION__)
124# define COMPILER_ID "SCO"
125
126#elif defined(__GNUC__)
127# define COMPILER_ID "GNU"
128# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
129# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
130# if defined(__GNUC_PATCHLEVEL__)
131# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
132# endif
133
134#elif defined(_MSC_VER)
135# define COMPILER_ID "MSVC"
136 /* _MSC_VER = VVRR */
137# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
138# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
139# if defined(_MSC_FULL_VER)
140# if _MSC_VER >= 1400
141 /* _MSC_FULL_VER = VVRRPPPPP */
142# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
143# else
144 /* _MSC_FULL_VER = VVRRPPPP */
145# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
146# endif
147# endif
148# if defined(_MSC_BUILD)
149# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
150# endif
151
152/* Analog VisualDSP++ >= 4.5.6 */
153#elif defined(__VISUALDSPVERSION__)
154# define COMPILER_ID "ADSP"
155 /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
156# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
157# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
158# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
159
160/* Analog VisualDSP++ < 4.5.6 */
161#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
162# define COMPILER_ID "ADSP"
163
164/* IAR Systems compiler for embedded systems.
165 http://www.iar.com */
166#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
167# define COMPILER_ID "IAR"
168
169#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
170# define COMPILER_ID "MIPSpro"
171# if defined(_SGI_COMPILER_VERSION)
172 /* _SGI_COMPILER_VERSION = VRP */
173# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
174# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
175# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
176# else
177 /* _COMPILER_VERSION = VRP */
178# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
179# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
180# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
181# endif
182
183/* This compiler is either not known or is too old to define an
184 identification macro. Try to identify the platform and guess that
185 it is the native compiler. */
186#elif defined(__sgi)
187# define COMPILER_ID "MIPSpro"
188
189#elif defined(__hpux) || defined(__hpua)
190# define COMPILER_ID "HP"
191
192#else /* unknown compiler */
193# define COMPILER_ID ""
194
195#endif
196
197/* Construct the string literal in pieces to prevent the source from
198 getting matched. Store it in a pointer rather than an array
199 because some compilers will just produce instructions to fill the
200 array rather than assigning a pointer to a static array. */
201char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
202
203/* Identify known platforms by name. */
204#if defined(__linux) || defined(__linux__) || defined(linux)
205# define PLATFORM_ID "Linux"
206
207#elif defined(__CYGWIN__)
208# define PLATFORM_ID "Cygwin"
209
210#elif defined(__MINGW32__)
211# define PLATFORM_ID "MinGW"
212
213#elif defined(__APPLE__)
214# define PLATFORM_ID "Darwin"
215
216#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
217# define PLATFORM_ID "Windows"
218
219#elif defined(__FreeBSD__) || defined(__FreeBSD)
220# define PLATFORM_ID "FreeBSD"
221
222#elif defined(__NetBSD__) || defined(__NetBSD)
223# define PLATFORM_ID "NetBSD"
224
225#elif defined(__OpenBSD__) || defined(__OPENBSD)
226# define PLATFORM_ID "OpenBSD"
227
228#elif defined(__sun) || defined(sun)
229# define PLATFORM_ID "SunOS"
230
231#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
232# define PLATFORM_ID "AIX"
233
234#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
235# define PLATFORM_ID "IRIX"
236
237#elif defined(__hpux) || defined(__hpux__)
238# define PLATFORM_ID "HP-UX"
239
240#elif defined(__HAIKU__)
241# define PLATFORM_ID "Haiku"
242
243#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
244# define PLATFORM_ID "BeOS"
245
246#elif defined(__QNX__) || defined(__QNXNTO__)
247# define PLATFORM_ID "QNX"
248
249#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
250# define PLATFORM_ID "Tru64"
251
252#elif defined(__riscos) || defined(__riscos__)
253# define PLATFORM_ID "RISCos"
254
255#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
256# define PLATFORM_ID "SINIX"
257
258#elif defined(__UNIX_SV__)
259# define PLATFORM_ID "UNIX_SV"
260
261#elif defined(__bsdos__)
262# define PLATFORM_ID "BSDOS"
263
264#elif defined(_MPRAS) || defined(MPRAS)
265# define PLATFORM_ID "MP-RAS"
266
267#elif defined(__osf) || defined(__osf__)
268# define PLATFORM_ID "OSF1"
269
270#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
271# define PLATFORM_ID "SCO_SV"
272
273#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
274# define PLATFORM_ID "ULTRIX"
275
276#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
277# define PLATFORM_ID "Xenix"
278
279#else /* unknown platform */
280# define PLATFORM_ID ""
281
282#endif
283
284/* For windows compilers MSVC and Intel we can determine
285 the architecture of the compiler being used. This is because
286 the compilers do not have flags that can change the architecture,
287 but rather depend on which compiler is being used
288*/
289#if defined(_WIN32) && defined(_MSC_VER)
290# if defined(_M_IA64)
291# define ARCHITECTURE_ID "IA64"
292
293# elif defined(_M_X64) || defined(_M_AMD64)
294# define ARCHITECTURE_ID "x64"
295
296# elif defined(_M_IX86)
297# define ARCHITECTURE_ID "X86"
298
299# elif defined(_M_ARM)
300# define ARCHITECTURE_ID "ARM"
301
302# elif defined(_M_MIPS)
303# define ARCHITECTURE_ID "MIPS"
304
305# elif defined(_M_SH)
306# define ARCHITECTURE_ID "SHx"
307
308# else /* unknown architecture */
309# define ARCHITECTURE_ID ""
310# endif
311
312#else
313# define ARCHITECTURE_ID ""
314#endif
315
316/* Convert integer to decimal digit literals. */
317#define DEC(n) \
318 ('0' + (((n) / 10000000)%10)), \
319 ('0' + (((n) / 1000000)%10)), \
320 ('0' + (((n) / 100000)%10)), \
321 ('0' + (((n) / 10000)%10)), \
322 ('0' + (((n) / 1000)%10)), \
323 ('0' + (((n) / 100)%10)), \
324 ('0' + (((n) / 10)%10)), \
325 ('0' + ((n) % 10))
326
327/* Convert integer to hex digit literals. */
328#define HEX(n) \
329 ('0' + ((n)>>28 & 0xF)), \
330 ('0' + ((n)>>24 & 0xF)), \
331 ('0' + ((n)>>20 & 0xF)), \
332 ('0' + ((n)>>16 & 0xF)), \
333 ('0' + ((n)>>12 & 0xF)), \
334 ('0' + ((n)>>8 & 0xF)), \
335 ('0' + ((n)>>4 & 0xF)), \
336 ('0' + ((n) & 0xF))
337
338/* Construct a string literal encoding the version number components. */
339#ifdef COMPILER_VERSION_MAJOR
340char const info_version[] = {
341 'I', 'N', 'F', 'O', ':',
342 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
343 COMPILER_VERSION_MAJOR,
344# ifdef COMPILER_VERSION_MINOR
345 '.', COMPILER_VERSION_MINOR,
346# ifdef COMPILER_VERSION_PATCH
347 '.', COMPILER_VERSION_PATCH,
348# ifdef COMPILER_VERSION_TWEAK
349 '.', COMPILER_VERSION_TWEAK,
350# endif
351# endif
352# endif
353 ']','\0'};
354#endif
355
356/* Construct the string literal in pieces to prevent the source from
357 getting matched. Store it in a pointer rather than an array
358 because some compilers will just produce instructions to fill the
359 array rather than assigning a pointer to a static array. */
360char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
361char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
362
363
364
365/*--------------------------------------------------------------------------*/
366
367int main(int argc, char* argv[])
368{
369 int require = 0;
370 require += info_compiler[argc];
371 require += info_platform[argc];
372#ifdef COMPILER_VERSION_MAJOR
373 require += info_version[argc];
374#endif
375 (void)argv;
376 return require;
377}
3780
=== removed file 'build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out'
379Binary 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 differ1Binary 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
=== removed file 'build/CMakeFiles/CMakeDirectoryInformation.cmake'
--- build/CMakeFiles/CMakeDirectoryInformation.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
@@ -1,16 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# Relative path conversion top directories.
5SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/maccabbi/Dropbox/vala/debby/trunk")
6SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/maccabbi/Dropbox/vala/debby/trunk/build")
7
8# Force unix paths in dependencies.
9SET(CMAKE_FORCE_UNIX_PATHS 1)
10
11
12# The C and CXX include file regular expressions for this directory.
13SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
14SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
15SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
16SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
170
=== removed file 'build/CMakeFiles/CMakeOutput.log'
--- build/CMakeFiles/CMakeOutput.log 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/CMakeOutput.log 1970-01-01 00:00:00 +0000
@@ -1,263 +0,0 @@
1The system is: Linux - 3.13.0-34-generic - x86_64
2Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3Compiler: /usr/bin/cc
4Build flags:
5Id flags:
6
7The output was:
80
9
10
11Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12
13The C compiler identification is GNU, found in "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
14
15Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16Compiler: /usr/bin/c++
17Build flags:
18Id flags:
19
20The output was:
210
22
23
24Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
25
26The CXX compiler identification is GNU, found in "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
27
28Determining if the C compiler works passed with the following output:
29Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
30
31Run Build Command:/usr/bin/make "cmTryCompileExec2245040345/fast"
32/usr/bin/make -f CMakeFiles/cmTryCompileExec2245040345.dir/build.make CMakeFiles/cmTryCompileExec2245040345.dir/build
33make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
34/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
35Building C object CMakeFiles/cmTryCompileExec2245040345.dir/testCCompiler.c.o
36/usr/bin/cc -o CMakeFiles/cmTryCompileExec2245040345.dir/testCCompiler.c.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/testCCompiler.c
37Linking C executable cmTryCompileExec2245040345
38/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2245040345.dir/link.txt --verbose=1
39/usr/bin/cc CMakeFiles/cmTryCompileExec2245040345.dir/testCCompiler.c.o -o cmTryCompileExec2245040345 -rdynamic
40make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
41
42
43Detecting C compiler ABI info compiled with the following output:
44Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
45
46Run Build Command:/usr/bin/make "cmTryCompileExec3756125803/fast"
47/usr/bin/make -f CMakeFiles/cmTryCompileExec3756125803.dir/build.make CMakeFiles/cmTryCompileExec3756125803.dir/build
48make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
49/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
50Building C object CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o
51/usr/bin/cc -o CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
52Linking C executable cmTryCompileExec3756125803
53/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3756125803.dir/link.txt --verbose=1
54/usr/bin/cc -v CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3756125803 -rdynamic
55Using built-in specs.
56COLLECT_GCC=/usr/bin/cc
57COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
58Target: x86_64-linux-gnu
59Configured 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
60Thread model: posix
61gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
62COMPILER_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/
63LIBRARY_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/
64COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3756125803' '-rdynamic' '-mtune=generic' '-march=x86-64'
65 /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
66make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
67
68
69Parsed C implicit link information from above output:
70 link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
71 ignore line: [Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp]
72 ignore line: []
73 ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3756125803/fast"]
74 ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3756125803.dir/build.make CMakeFiles/cmTryCompileExec3756125803.dir/build]
75 ignore line: [make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp']
76 ignore line: [/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
77 ignore line: [Building C object CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o]
78 ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
79 ignore line: [Linking C executable cmTryCompileExec3756125803]
80 ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3756125803.dir/link.txt --verbose=1]
81 ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3756125803 -rdynamic ]
82 ignore line: [Using built-in specs.]
83 ignore line: [COLLECT_GCC=/usr/bin/cc]
84 ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
85 ignore line: [Target: x86_64-linux-gnu]
86 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]
87 ignore line: [Thread model: posix]
88 ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ]
89 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/]
90 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/]
91 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3756125803' '-rdynamic' '-mtune=generic' '-march=x86-64']
92 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]
93 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
94 arg [--sysroot=/] ==> ignore
95 arg [--build-id] ==> ignore
96 arg [--eh-frame-hdr] ==> ignore
97 arg [-m] ==> ignore
98 arg [elf_x86_64] ==> ignore
99 arg [--hash-style=gnu] ==> ignore
100 arg [--as-needed] ==> ignore
101 arg [-export-dynamic] ==> ignore
102 arg [-dynamic-linker] ==> ignore
103 arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
104 arg [-zrelro] ==> ignore
105 arg [-o] ==> ignore
106 arg [cmTryCompileExec3756125803] ==> ignore
107 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
108 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
109 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
110 arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
111 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]
112 arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
113 arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
114 arg [-L/lib/../lib] ==> dir [/lib/../lib]
115 arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
116 arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
117 arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
118 arg [CMakeFiles/cmTryCompileExec3756125803.dir/CMakeCCompilerABI.c.o] ==> ignore
119 arg [-lgcc] ==> lib [gcc]
120 arg [--as-needed] ==> ignore
121 arg [-lgcc_s] ==> lib [gcc_s]
122 arg [--no-as-needed] ==> ignore
123 arg [-lc] ==> lib [c]
124 arg [-lgcc] ==> lib [gcc]
125 arg [--as-needed] ==> ignore
126 arg [-lgcc_s] ==> lib [gcc_s]
127 arg [--no-as-needed] ==> ignore
128 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
129 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
130 remove lib [gcc]
131 remove lib [gcc_s]
132 remove lib [gcc]
133 remove lib [gcc_s]
134 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
135 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
136 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
137 collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
138 collapse library dir [/lib/../lib] ==> [/lib]
139 collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
140 collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
141 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
142 implicit libs: [c]
143 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]
144 implicit fwks: []
145
146
147Determining if the CXX compiler works passed with the following output:
148Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
149
150Run Build Command:/usr/bin/make "cmTryCompileExec1121977366/fast"
151/usr/bin/make -f CMakeFiles/cmTryCompileExec1121977366.dir/build.make CMakeFiles/cmTryCompileExec1121977366.dir/build
152make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
153/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
154Building CXX object CMakeFiles/cmTryCompileExec1121977366.dir/testCXXCompiler.cxx.o
155/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1121977366.dir/testCXXCompiler.cxx.o -c /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
156Linking CXX executable cmTryCompileExec1121977366
157/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1121977366.dir/link.txt --verbose=1
158/usr/bin/c++ CMakeFiles/cmTryCompileExec1121977366.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1121977366 -rdynamic
159make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
160
161
162Detecting CXX compiler ABI info compiled with the following output:
163Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp
164
165Run Build Command:/usr/bin/make "cmTryCompileExec3258543463/fast"
166/usr/bin/make -f CMakeFiles/cmTryCompileExec3258543463.dir/build.make CMakeFiles/cmTryCompileExec3258543463.dir/build
167make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
168/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1
169Building CXX object CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o
170/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
171Linking CXX executable cmTryCompileExec3258543463
172/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3258543463.dir/link.txt --verbose=1
173/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3258543463 -rdynamic
174Using built-in specs.
175COLLECT_GCC=/usr/bin/c++
176COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
177Target: x86_64-linux-gnu
178Configured 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
179Thread model: posix
180gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
181COMPILER_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/
182LIBRARY_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/
183COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3258543463' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
184 /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
185make[1]: Leaving directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp'
186
187
188Parsed CXX implicit link information from above output:
189 link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
190 ignore line: [Change Dir: /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp]
191 ignore line: []
192 ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3258543463/fast"]
193 ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3258543463.dir/build.make CMakeFiles/cmTryCompileExec3258543463.dir/build]
194 ignore line: [make[1]: Entering directory `/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp']
195 ignore line: [/usr/bin/cmake -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
196 ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o]
197 ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
198 ignore line: [Linking CXX executable cmTryCompileExec3258543463]
199 ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3258543463.dir/link.txt --verbose=1]
200 ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3258543463 -rdynamic ]
201 ignore line: [Using built-in specs.]
202 ignore line: [COLLECT_GCC=/usr/bin/c++]
203 ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
204 ignore line: [Target: x86_64-linux-gnu]
205 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]
206 ignore line: [Thread model: posix]
207 ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ]
208 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/]
209 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/]
210 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3258543463' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
211 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]
212 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
213 arg [--sysroot=/] ==> ignore
214 arg [--build-id] ==> ignore
215 arg [--eh-frame-hdr] ==> ignore
216 arg [-m] ==> ignore
217 arg [elf_x86_64] ==> ignore
218 arg [--hash-style=gnu] ==> ignore
219 arg [--as-needed] ==> ignore
220 arg [-export-dynamic] ==> ignore
221 arg [-dynamic-linker] ==> ignore
222 arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
223 arg [-zrelro] ==> ignore
224 arg [-o] ==> ignore
225 arg [cmTryCompileExec3258543463] ==> ignore
226 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
227 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
228 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
229 arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
230 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]
231 arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
232 arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
233 arg [-L/lib/../lib] ==> dir [/lib/../lib]
234 arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
235 arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
236 arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
237 arg [CMakeFiles/cmTryCompileExec3258543463.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
238 arg [-lstdc++] ==> lib [stdc++]
239 arg [-lm] ==> lib [m]
240 arg [-lgcc_s] ==> lib [gcc_s]
241 arg [-lgcc] ==> lib [gcc]
242 arg [-lc] ==> lib [c]
243 arg [-lgcc_s] ==> lib [gcc_s]
244 arg [-lgcc] ==> lib [gcc]
245 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
246 arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
247 remove lib [gcc_s]
248 remove lib [gcc]
249 remove lib [gcc_s]
250 remove lib [gcc]
251 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
252 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
253 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
254 collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
255 collapse library dir [/lib/../lib] ==> [/lib]
256 collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
257 collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
258 collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
259 implicit libs: [stdc++;m;c]
260 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]
261 implicit fwks: []
262
263
2640
=== removed file 'build/CMakeFiles/CMakeRuleHashes.txt'
--- build/CMakeFiles/CMakeRuleHashes.txt 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/CMakeRuleHashes.txt 1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
1# Hashes of file build rules.
2a911b7312b6e58c1da4533e0cf6202db po/CMakeFiles/i18n
3a911b7312b6e58c1da4533e0cf6202db po/CMakeFiles/pot
442fbaa000d03314122a851dbd052a586 src/About.c
50
=== removed directory 'build/CMakeFiles/CMakeTmp'
=== removed file 'build/CMakeFiles/Makefile.cmake'
--- build/CMakeFiles/Makefile.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/Makefile.cmake 1970-01-01 00:00:00 +0000
@@ -1,83 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# The generator used is:
5SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
6
7# The top level Makefile was generated from the following files:
8SET(CMAKE_MAKEFILE_DEPENDS
9 "CMakeCache.txt"
10 "../CMakeLists.txt"
11 "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
12 "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
13 "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
14 "../cmake/FindVala.cmake"
15 "../cmake/ParseArguments.cmake"
16 "../cmake/Translations.cmake"
17 "../cmake/ValaPrecompile.cmake"
18 "../cmake/ValaVersion.cmake"
19 "../po/CMakeLists.txt"
20 "../src/config.vala.cmake"
21 "/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in"
22 "/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c"
23 "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
24 "/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in"
25 "/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp"
26 "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
27 "/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake"
28 "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
29 "/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake"
30 "/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake"
31 "/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake"
32 "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake"
33 "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake"
34 "/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake"
35 "/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake"
36 "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
37 "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
38 "/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake"
39 "/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in"
40 "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
41 "/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake"
42 "/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake"
43 "/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake"
44 "/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake"
45 "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
46 "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
47 "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake"
48 "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake"
49 "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake"
50 "/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake"
51 "/usr/share/cmake-2.8/Modules/MultiArchCross.cmake"
52 "/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake"
53 "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
54 "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
55 "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
56 "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake"
57 "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
58 )
59
60# The corresponding makefile is:
61SET(CMAKE_MAKEFILE_OUTPUTS
62 "Makefile"
63 "CMakeFiles/cmake.check_cache"
64 )
65
66# Byproducts of CMake generate step:
67SET(CMAKE_MAKEFILE_PRODUCTS
68 "CMakeFiles/2.8.12.2/CMakeSystem.cmake"
69 "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
70 "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
71 "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
72 "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
73 "../src/config.vala"
74 "CMakeFiles/CMakeDirectoryInformation.cmake"
75 "po/CMakeFiles/CMakeDirectoryInformation.cmake"
76 )
77
78# Dependency information for all targets:
79SET(CMAKE_DEPEND_INFO_FILES
80 "CMakeFiles/debby.dir/DependInfo.cmake"
81 "po/CMakeFiles/i18n.dir/DependInfo.cmake"
82 "po/CMakeFiles/pot.dir/DependInfo.cmake"
83 )
840
=== removed file 'build/CMakeFiles/Makefile2'
--- build/CMakeFiles/Makefile2 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/Makefile2 1970-01-01 00:00:00 +0000
@@ -1,181 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# Default target executed when no arguments are given to make.
5default_target: all
6.PHONY : default_target
7
8# The main recursive all target
9all:
10.PHONY : all
11
12# The main recursive preinstall target
13preinstall:
14.PHONY : preinstall
15
16#=============================================================================
17# Special targets provided by cmake.
18
19# Disable implicit rules so canonical targets will work.
20.SUFFIXES:
21
22# Remove some rules from gmake that .SUFFIXES does not remove.
23SUFFIXES =
24
25.SUFFIXES: .hpux_make_needs_suffix_list
26
27# Suppress display of executed commands.
28$(VERBOSE).SILENT:
29
30# A target that is always out of date.
31cmake_force:
32.PHONY : cmake_force
33
34#=============================================================================
35# Set environment variables for the build.
36
37# The shell in which to execute make rules.
38SHELL = /bin/sh
39
40# The CMake executable.
41CMAKE_COMMAND = /usr/bin/cmake
42
43# The command to remove a file.
44RM = /usr/bin/cmake -E remove -f
45
46# Escaping for special characters.
47EQUALS = =
48
49# The top-level source directory on which CMake was run.
50CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
51
52# The top-level build directory on which CMake was run.
53CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
54
55#=============================================================================
56# Target rules for target CMakeFiles/debby.dir
57
58# All Build rule for target.
59CMakeFiles/debby.dir/all:
60 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/depend
61 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/build
62 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 1 2 3 4 5 6 7
63 @echo "Built target debby"
64.PHONY : CMakeFiles/debby.dir/all
65
66# Include target in all.
67all: CMakeFiles/debby.dir/all
68.PHONY : all
69
70# Build rule for subdir invocation for target.
71CMakeFiles/debby.dir/rule: cmake_check_build_system
72 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 7
73 $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/debby.dir/all
74 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
75.PHONY : CMakeFiles/debby.dir/rule
76
77# Convenience name for target.
78debby: CMakeFiles/debby.dir/rule
79.PHONY : debby
80
81# clean rule for target.
82CMakeFiles/debby.dir/clean:
83 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/clean
84.PHONY : CMakeFiles/debby.dir/clean
85
86# clean rule for target.
87clean: CMakeFiles/debby.dir/clean
88.PHONY : clean
89
90#=============================================================================
91# Directory level rules for directory po
92
93# Convenience name for "all" pass in the directory.
94po/all: po/CMakeFiles/i18n.dir/all
95.PHONY : po/all
96
97# Convenience name for "clean" pass in the directory.
98po/clean: po/CMakeFiles/i18n.dir/clean
99po/clean: po/CMakeFiles/pot.dir/clean
100.PHONY : po/clean
101
102# Convenience name for "preinstall" pass in the directory.
103po/preinstall:
104.PHONY : po/preinstall
105
106#=============================================================================
107# Target rules for target po/CMakeFiles/i18n.dir
108
109# All Build rule for target.
110po/CMakeFiles/i18n.dir/all:
111 $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/depend
112 $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
113 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 8
114 @echo "Built target i18n"
115.PHONY : po/CMakeFiles/i18n.dir/all
116
117# Include target in all.
118all: po/CMakeFiles/i18n.dir/all
119.PHONY : all
120
121# Build rule for subdir invocation for target.
122po/CMakeFiles/i18n.dir/rule: cmake_check_build_system
123 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 1
124 $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/i18n.dir/all
125 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
126.PHONY : po/CMakeFiles/i18n.dir/rule
127
128# Convenience name for target.
129i18n: po/CMakeFiles/i18n.dir/rule
130.PHONY : i18n
131
132# clean rule for target.
133po/CMakeFiles/i18n.dir/clean:
134 $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/clean
135.PHONY : po/CMakeFiles/i18n.dir/clean
136
137# clean rule for target.
138clean: po/CMakeFiles/i18n.dir/clean
139.PHONY : clean
140
141#=============================================================================
142# Target rules for target po/CMakeFiles/pot.dir
143
144# All Build rule for target.
145po/CMakeFiles/pot.dir/all:
146 $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/depend
147 $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
148 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 9
149 @echo "Built target pot"
150.PHONY : po/CMakeFiles/pot.dir/all
151
152# Build rule for subdir invocation for target.
153po/CMakeFiles/pot.dir/rule: cmake_check_build_system
154 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 1
155 $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/pot.dir/all
156 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
157.PHONY : po/CMakeFiles/pot.dir/rule
158
159# Convenience name for target.
160pot: po/CMakeFiles/pot.dir/rule
161.PHONY : pot
162
163# clean rule for target.
164po/CMakeFiles/pot.dir/clean:
165 $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/clean
166.PHONY : po/CMakeFiles/pot.dir/clean
167
168# clean rule for target.
169clean: po/CMakeFiles/pot.dir/clean
170.PHONY : clean
171
172#=============================================================================
173# Special targets to cleanup operation of make.
174
175# Special rule to run CMake to check the build system integrity.
176# No rule that depends on this can have commands that come from listfiles
177# because they might be regenerated.
178cmake_check_build_system:
179 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
180.PHONY : cmake_check_build_system
181
1820
=== removed file 'build/CMakeFiles/TargetDirectories.txt'
--- build/CMakeFiles/TargetDirectories.txt 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/TargetDirectories.txt 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
1/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir
2/home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/i18n.dir
3/home/maccabbi/Dropbox/vala/debby/trunk/build/po/CMakeFiles/pot.dir
40
=== removed file 'build/CMakeFiles/cmake.check_cache'
--- build/CMakeFiles/cmake.check_cache 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/cmake.check_cache 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
1# This file is generated by cmake for dependency checking of the CMakeCache.txt file
20
=== removed directory 'build/CMakeFiles/debby.dir'
=== removed file 'build/CMakeFiles/debby.dir/C.includecache'
--- build/CMakeFiles/debby.dir/C.includecache 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/C.includecache 1970-01-01 00:00:00 +0000
@@ -1,88 +0,0 @@
1#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
2
3#IncludeRegexScan: ^.*$
4
5#IncludeRegexComplain: ^$
6
7#IncludeRegexTransform:
8
9/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c
10glib.h
11-
12glib-object.h
13-
14granite.h
15-
16gtk/gtk.h
17-
18gio/gio.h
19-
20stdlib.h
21-
22string.h
23-
24
25/home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c
26glib.h
27-
28glib-object.h
29-
30gtk/gtk.h
31-
32stdlib.h
33-
34string.h
35-
36glib/gstdio.h
37-
38
39/home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c
40glib.h
41-
42glib-object.h
43-
44gtk/gtk.h
45-
46stdlib.h
47-
48string.h
49-
50granite.h
51-
52gdk/gdk.h
53-
54gio/gio.h
55-
56stdio.h
57-
58
59/home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c
60glib.h
61-
62glib-object.h
63-
64stdlib.h
65-
66string.h
67-
68
69/home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c
70glib.h
71-
72glib-object.h
73-
74gtk/gtk.h
75-
76
77/home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c
78glib.h
79-
80glib-object.h
81-
82stdlib.h
83-
84string.h
85-
86stdio.h
87-
88
890
=== removed file 'build/CMakeFiles/debby.dir/DependInfo.cmake'
--- build/CMakeFiles/debby.dir/DependInfo.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
@@ -1,41 +0,0 @@
1# The set of languages for which implicit dependencies are needed:
2SET(CMAKE_DEPENDS_LANGUAGES
3 "C"
4 )
5# The set of files for implicit dependencies of each language:
6SET(CMAKE_DEPENDS_CHECK_C
7 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/About.c.o"
8 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/LogDialog.c.o"
9 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/Window.c.o"
10 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/config.c.o"
11 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/debby.dir/src/hide.c.o"
12 "/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"
13 )
14SET(CMAKE_C_COMPILER_ID "GNU")
15
16# Preprocessor definitions for this target.
17SET(CMAKE_TARGET_DEFINITIONS
18 "GETTEXT_PACKAGE=\"debby\""
19 )
20
21# Pairs of files generated by the same build rule.
22SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
23 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
24 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
25 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
26 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
27 "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c" "/home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c"
28 )
29
30
31# Targets to which this target links.
32SET(CMAKE_TARGET_LINKED_INFO_FILES
33 )
34
35# The include file search paths:
36SET(CMAKE_C_TARGET_INCLUDE_PATH
37 "."
38 )
39SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
40SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
41SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
420
=== removed file 'build/CMakeFiles/debby.dir/build.make'
--- build/CMakeFiles/debby.dir/build.make 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/build.make 1970-01-01 00:00:00 +0000
@@ -1,257 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4#=============================================================================
5# Special targets provided by cmake.
6
7# Disable implicit rules so canonical targets will work.
8.SUFFIXES:
9
10# Remove some rules from gmake that .SUFFIXES does not remove.
11SUFFIXES =
12
13.SUFFIXES: .hpux_make_needs_suffix_list
14
15# Suppress display of executed commands.
16$(VERBOSE).SILENT:
17
18# A target that is always out of date.
19cmake_force:
20.PHONY : cmake_force
21
22#=============================================================================
23# Set environment variables for the build.
24
25# The shell in which to execute make rules.
26SHELL = /bin/sh
27
28# The CMake executable.
29CMAKE_COMMAND = /usr/bin/cmake
30
31# The command to remove a file.
32RM = /usr/bin/cmake -E remove -f
33
34# Escaping for special characters.
35EQUALS = =
36
37# The top-level source directory on which CMake was run.
38CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
39
40# The top-level build directory on which CMake was run.
41CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
42
43# Include any dependencies generated for this target.
44include CMakeFiles/debby.dir/depend.make
45
46# Include the progress variables for this target.
47include CMakeFiles/debby.dir/progress.make
48
49# Include the compile flags for this target's objects.
50include CMakeFiles/debby.dir/flags.make
51
52src/About.c: ../src/About.vala
53src/About.c: ../src/Window.vala
54src/About.c: ../src/config.vala
55src/About.c: ../src/LogDialog.vala
56src/About.c: ../src/hide.vala
57src/About.c: ../src/install_deb.vala
58 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
59 @$(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"
60 /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
61
62src/Window.c: src/About.c
63
64src/config.c: src/About.c
65
66src/LogDialog.c: src/About.c
67
68src/hide.c: src/About.c
69
70src/install_deb.c: src/About.c
71
72CMakeFiles/debby.dir/src/About.c.o: CMakeFiles/debby.dir/flags.make
73CMakeFiles/debby.dir/src/About.c.o: src/About.c
74 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_2)
75 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/About.c.o"
76 /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
77
78CMakeFiles/debby.dir/src/About.c.i: cmake_force
79 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/About.c.i"
80 /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
81
82CMakeFiles/debby.dir/src/About.c.s: cmake_force
83 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/About.c.s"
84 /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
85
86CMakeFiles/debby.dir/src/About.c.o.requires:
87.PHONY : CMakeFiles/debby.dir/src/About.c.o.requires
88
89CMakeFiles/debby.dir/src/About.c.o.provides: CMakeFiles/debby.dir/src/About.c.o.requires
90 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.o.provides.build
91.PHONY : CMakeFiles/debby.dir/src/About.c.o.provides
92
93CMakeFiles/debby.dir/src/About.c.o.provides.build: CMakeFiles/debby.dir/src/About.c.o
94
95CMakeFiles/debby.dir/src/Window.c.o: CMakeFiles/debby.dir/flags.make
96CMakeFiles/debby.dir/src/Window.c.o: src/Window.c
97 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_3)
98 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/Window.c.o"
99 /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
100
101CMakeFiles/debby.dir/src/Window.c.i: cmake_force
102 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/Window.c.i"
103 /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
104
105CMakeFiles/debby.dir/src/Window.c.s: cmake_force
106 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/Window.c.s"
107 /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
108
109CMakeFiles/debby.dir/src/Window.c.o.requires:
110.PHONY : CMakeFiles/debby.dir/src/Window.c.o.requires
111
112CMakeFiles/debby.dir/src/Window.c.o.provides: CMakeFiles/debby.dir/src/Window.c.o.requires
113 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.o.provides.build
114.PHONY : CMakeFiles/debby.dir/src/Window.c.o.provides
115
116CMakeFiles/debby.dir/src/Window.c.o.provides.build: CMakeFiles/debby.dir/src/Window.c.o
117
118CMakeFiles/debby.dir/src/config.c.o: CMakeFiles/debby.dir/flags.make
119CMakeFiles/debby.dir/src/config.c.o: src/config.c
120 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_4)
121 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/config.c.o"
122 /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
123
124CMakeFiles/debby.dir/src/config.c.i: cmake_force
125 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/config.c.i"
126 /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
127
128CMakeFiles/debby.dir/src/config.c.s: cmake_force
129 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/config.c.s"
130 /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
131
132CMakeFiles/debby.dir/src/config.c.o.requires:
133.PHONY : CMakeFiles/debby.dir/src/config.c.o.requires
134
135CMakeFiles/debby.dir/src/config.c.o.provides: CMakeFiles/debby.dir/src/config.c.o.requires
136 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.o.provides.build
137.PHONY : CMakeFiles/debby.dir/src/config.c.o.provides
138
139CMakeFiles/debby.dir/src/config.c.o.provides.build: CMakeFiles/debby.dir/src/config.c.o
140
141CMakeFiles/debby.dir/src/LogDialog.c.o: CMakeFiles/debby.dir/flags.make
142CMakeFiles/debby.dir/src/LogDialog.c.o: src/LogDialog.c
143 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_5)
144 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/LogDialog.c.o"
145 /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
146
147CMakeFiles/debby.dir/src/LogDialog.c.i: cmake_force
148 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/LogDialog.c.i"
149 /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
150
151CMakeFiles/debby.dir/src/LogDialog.c.s: cmake_force
152 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/LogDialog.c.s"
153 /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
154
155CMakeFiles/debby.dir/src/LogDialog.c.o.requires:
156.PHONY : CMakeFiles/debby.dir/src/LogDialog.c.o.requires
157
158CMakeFiles/debby.dir/src/LogDialog.c.o.provides: CMakeFiles/debby.dir/src/LogDialog.c.o.requires
159 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.o.provides.build
160.PHONY : CMakeFiles/debby.dir/src/LogDialog.c.o.provides
161
162CMakeFiles/debby.dir/src/LogDialog.c.o.provides.build: CMakeFiles/debby.dir/src/LogDialog.c.o
163
164CMakeFiles/debby.dir/src/hide.c.o: CMakeFiles/debby.dir/flags.make
165CMakeFiles/debby.dir/src/hide.c.o: src/hide.c
166 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_6)
167 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/hide.c.o"
168 /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
169
170CMakeFiles/debby.dir/src/hide.c.i: cmake_force
171 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/hide.c.i"
172 /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
173
174CMakeFiles/debby.dir/src/hide.c.s: cmake_force
175 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/hide.c.s"
176 /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
177
178CMakeFiles/debby.dir/src/hide.c.o.requires:
179.PHONY : CMakeFiles/debby.dir/src/hide.c.o.requires
180
181CMakeFiles/debby.dir/src/hide.c.o.provides: CMakeFiles/debby.dir/src/hide.c.o.requires
182 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.o.provides.build
183.PHONY : CMakeFiles/debby.dir/src/hide.c.o.provides
184
185CMakeFiles/debby.dir/src/hide.c.o.provides.build: CMakeFiles/debby.dir/src/hide.c.o
186
187CMakeFiles/debby.dir/src/install_deb.c.o: CMakeFiles/debby.dir/flags.make
188CMakeFiles/debby.dir/src/install_deb.c.o: src/install_deb.c
189 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_7)
190 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/debby.dir/src/install_deb.c.o"
191 /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
192
193CMakeFiles/debby.dir/src/install_deb.c.i: cmake_force
194 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/debby.dir/src/install_deb.c.i"
195 /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
196
197CMakeFiles/debby.dir/src/install_deb.c.s: cmake_force
198 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/debby.dir/src/install_deb.c.s"
199 /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
200
201CMakeFiles/debby.dir/src/install_deb.c.o.requires:
202.PHONY : CMakeFiles/debby.dir/src/install_deb.c.o.requires
203
204CMakeFiles/debby.dir/src/install_deb.c.o.provides: CMakeFiles/debby.dir/src/install_deb.c.o.requires
205 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.o.provides.build
206.PHONY : CMakeFiles/debby.dir/src/install_deb.c.o.provides
207
208CMakeFiles/debby.dir/src/install_deb.c.o.provides.build: CMakeFiles/debby.dir/src/install_deb.c.o
209
210# Object files for target debby
211debby_OBJECTS = \
212"CMakeFiles/debby.dir/src/About.c.o" \
213"CMakeFiles/debby.dir/src/Window.c.o" \
214"CMakeFiles/debby.dir/src/config.c.o" \
215"CMakeFiles/debby.dir/src/LogDialog.c.o" \
216"CMakeFiles/debby.dir/src/hide.c.o" \
217"CMakeFiles/debby.dir/src/install_deb.c.o"
218
219# External object files for target debby
220debby_EXTERNAL_OBJECTS =
221
222debby: CMakeFiles/debby.dir/src/About.c.o
223debby: CMakeFiles/debby.dir/src/Window.c.o
224debby: CMakeFiles/debby.dir/src/config.c.o
225debby: CMakeFiles/debby.dir/src/LogDialog.c.o
226debby: CMakeFiles/debby.dir/src/hide.c.o
227debby: CMakeFiles/debby.dir/src/install_deb.c.o
228debby: CMakeFiles/debby.dir/build.make
229debby: CMakeFiles/debby.dir/link.txt
230 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable debby"
231 $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/debby.dir/link.txt --verbose=$(VERBOSE)
232
233# Rule to build all files generated by this target.
234CMakeFiles/debby.dir/build: debby
235.PHONY : CMakeFiles/debby.dir/build
236
237CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/About.c.o.requires
238CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/Window.c.o.requires
239CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/config.c.o.requires
240CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/LogDialog.c.o.requires
241CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/hide.c.o.requires
242CMakeFiles/debby.dir/requires: CMakeFiles/debby.dir/src/install_deb.c.o.requires
243.PHONY : CMakeFiles/debby.dir/requires
244
245CMakeFiles/debby.dir/clean:
246 $(CMAKE_COMMAND) -P CMakeFiles/debby.dir/cmake_clean.cmake
247.PHONY : CMakeFiles/debby.dir/clean
248
249CMakeFiles/debby.dir/depend: src/About.c
250CMakeFiles/debby.dir/depend: src/Window.c
251CMakeFiles/debby.dir/depend: src/config.c
252CMakeFiles/debby.dir/depend: src/LogDialog.c
253CMakeFiles/debby.dir/depend: src/hide.c
254CMakeFiles/debby.dir/depend: src/install_deb.c
255 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)
256.PHONY : CMakeFiles/debby.dir/depend
257
2580
=== removed file 'build/CMakeFiles/debby.dir/cmake_clean.cmake'
--- build/CMakeFiles/debby.dir/cmake_clean.cmake 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
1FILE(REMOVE_RECURSE
2 "src/About.c"
3 "src/Window.c"
4 "src/config.c"
5 "src/LogDialog.c"
6 "src/hide.c"
7 "src/install_deb.c"
8 "CMakeFiles/debby.dir/src/About.c.o"
9 "CMakeFiles/debby.dir/src/Window.c.o"
10 "CMakeFiles/debby.dir/src/config.c.o"
11 "CMakeFiles/debby.dir/src/LogDialog.c.o"
12 "CMakeFiles/debby.dir/src/hide.c.o"
13 "CMakeFiles/debby.dir/src/install_deb.c.o"
14 "debby.pdb"
15 "debby"
16)
17
18# Per-language clean rules from dependency scanning.
19FOREACH(lang C)
20 INCLUDE(CMakeFiles/debby.dir/cmake_clean_${lang}.cmake OPTIONAL)
21ENDFOREACH(lang)
220
=== removed file 'build/CMakeFiles/debby.dir/depend.internal'
--- build/CMakeFiles/debby.dir/depend.internal 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/depend.internal 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4CMakeFiles/debby.dir/src/About.c.o
5 /home/maccabbi/Dropbox/vala/debby/trunk/build/src/About.c
6CMakeFiles/debby.dir/src/LogDialog.c.o
7 /home/maccabbi/Dropbox/vala/debby/trunk/build/src/LogDialog.c
8CMakeFiles/debby.dir/src/Window.c.o
9 /home/maccabbi/Dropbox/vala/debby/trunk/build/src/Window.c
10CMakeFiles/debby.dir/src/config.c.o
11 /home/maccabbi/Dropbox/vala/debby/trunk/build/src/config.c
12CMakeFiles/debby.dir/src/hide.c.o
13 /home/maccabbi/Dropbox/vala/debby/trunk/build/src/hide.c
14CMakeFiles/debby.dir/src/install_deb.c.o
15 /home/maccabbi/Dropbox/vala/debby/trunk/build/src/install_deb.c
160
=== removed file 'build/CMakeFiles/debby.dir/depend.make'
--- build/CMakeFiles/debby.dir/depend.make 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/depend.make 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4CMakeFiles/debby.dir/src/About.c.o: src/About.c
5
6CMakeFiles/debby.dir/src/LogDialog.c.o: src/LogDialog.c
7
8CMakeFiles/debby.dir/src/Window.c.o: src/Window.c
9
10CMakeFiles/debby.dir/src/config.c.o: src/config.c
11
12CMakeFiles/debby.dir/src/hide.c.o: src/hide.c
13
14CMakeFiles/debby.dir/src/install_deb.c.o: src/install_deb.c
15
160
=== removed file 'build/CMakeFiles/debby.dir/flags.make'
--- build/CMakeFiles/debby.dir/flags.make 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/flags.make 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# compile C with /usr/bin/cc
5C_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
6
7C_DEFINES = -DGETTEXT_PACKAGE=\"debby\"
8
90
=== removed file 'build/CMakeFiles/debby.dir/link.txt'
--- build/CMakeFiles/debby.dir/link.txt 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/link.txt 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
1/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
20
=== removed file 'build/CMakeFiles/debby.dir/progress.make'
--- build/CMakeFiles/debby.dir/progress.make 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/debby.dir/progress.make 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1CMAKE_PROGRESS_1 = 1
2CMAKE_PROGRESS_2 = 2
3CMAKE_PROGRESS_3 = 3
4CMAKE_PROGRESS_4 = 4
5CMAKE_PROGRESS_5 = 5
6CMAKE_PROGRESS_6 = 6
7CMAKE_PROGRESS_7 = 7
8
90
=== removed directory 'build/CMakeFiles/debby.dir/src'
=== removed file 'build/CMakeFiles/progress.marks'
--- build/CMakeFiles/progress.marks 2014-08-23 23:41:03 +0000
+++ build/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
18
20
=== removed file 'build/Makefile'
--- build/Makefile 2014-08-23 23:41:03 +0000
+++ build/Makefile 1970-01-01 00:00:00 +0000
@@ -1,371 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# Default target executed when no arguments are given to make.
5default_target: all
6.PHONY : default_target
7
8#=============================================================================
9# Special targets provided by cmake.
10
11# Disable implicit rules so canonical targets will work.
12.SUFFIXES:
13
14# Remove some rules from gmake that .SUFFIXES does not remove.
15SUFFIXES =
16
17.SUFFIXES: .hpux_make_needs_suffix_list
18
19# Suppress display of executed commands.
20$(VERBOSE).SILENT:
21
22# A target that is always out of date.
23cmake_force:
24.PHONY : cmake_force
25
26#=============================================================================
27# Set environment variables for the build.
28
29# The shell in which to execute make rules.
30SHELL = /bin/sh
31
32# The CMake executable.
33CMAKE_COMMAND = /usr/bin/cmake
34
35# The command to remove a file.
36RM = /usr/bin/cmake -E remove -f
37
38# Escaping for special characters.
39EQUALS = =
40
41# The top-level source directory on which CMake was run.
42CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
43
44# The top-level build directory on which CMake was run.
45CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
46
47#=============================================================================
48# Targets provided globally by CMake.
49
50# Special rule for the target edit_cache
51edit_cache:
52 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
53 /usr/bin/cmake -i .
54.PHONY : edit_cache
55
56# Special rule for the target edit_cache
57edit_cache/fast: edit_cache
58.PHONY : edit_cache/fast
59
60# Special rule for the target install
61install: preinstall
62 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
63 /usr/bin/cmake -P cmake_install.cmake
64.PHONY : install
65
66# Special rule for the target install
67install/fast: preinstall/fast
68 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
69 /usr/bin/cmake -P cmake_install.cmake
70.PHONY : install/fast
71
72# Special rule for the target install/local
73install/local: preinstall
74 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
75 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
76.PHONY : install/local
77
78# Special rule for the target install/local
79install/local/fast: install/local
80.PHONY : install/local/fast
81
82# Special rule for the target install/strip
83install/strip: preinstall
84 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
85 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
86.PHONY : install/strip
87
88# Special rule for the target install/strip
89install/strip/fast: install/strip
90.PHONY : install/strip/fast
91
92# Special rule for the target list_install_components
93list_install_components:
94 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
95.PHONY : list_install_components
96
97# Special rule for the target list_install_components
98list_install_components/fast: list_install_components
99.PHONY : list_install_components/fast
100
101# Special rule for the target rebuild_cache
102rebuild_cache:
103 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
104 /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
105.PHONY : rebuild_cache
106
107# Special rule for the target rebuild_cache
108rebuild_cache/fast: rebuild_cache
109.PHONY : rebuild_cache/fast
110
111# The main all target
112all: cmake_check_build_system
113 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles/progress.marks
114 $(MAKE) -f CMakeFiles/Makefile2 all
115 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
116.PHONY : all
117
118# The main clean target
119clean:
120 $(MAKE) -f CMakeFiles/Makefile2 clean
121.PHONY : clean
122
123# The main clean target
124clean/fast: clean
125.PHONY : clean/fast
126
127# Prepare targets for installation.
128preinstall: all
129 $(MAKE) -f CMakeFiles/Makefile2 preinstall
130.PHONY : preinstall
131
132# Prepare targets for installation.
133preinstall/fast:
134 $(MAKE) -f CMakeFiles/Makefile2 preinstall
135.PHONY : preinstall/fast
136
137# clear depends
138depend:
139 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
140.PHONY : depend
141
142#=============================================================================
143# Target rules for targets named debby
144
145# Build rule for target.
146debby: cmake_check_build_system
147 $(MAKE) -f CMakeFiles/Makefile2 debby
148.PHONY : debby
149
150# fast build rule for target.
151debby/fast:
152 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/build
153.PHONY : debby/fast
154
155#=============================================================================
156# Target rules for targets named i18n
157
158# Build rule for target.
159i18n: cmake_check_build_system
160 $(MAKE) -f CMakeFiles/Makefile2 i18n
161.PHONY : i18n
162
163# fast build rule for target.
164i18n/fast:
165 $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
166.PHONY : i18n/fast
167
168#=============================================================================
169# Target rules for targets named pot
170
171# Build rule for target.
172pot: cmake_check_build_system
173 $(MAKE) -f CMakeFiles/Makefile2 pot
174.PHONY : pot
175
176# fast build rule for target.
177pot/fast:
178 $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
179.PHONY : pot/fast
180
181src/About.o: src/About.c.o
182.PHONY : src/About.o
183
184# target to build an object file
185src/About.c.o:
186 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.o
187.PHONY : src/About.c.o
188
189src/About.i: src/About.c.i
190.PHONY : src/About.i
191
192# target to preprocess a source file
193src/About.c.i:
194 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.i
195.PHONY : src/About.c.i
196
197src/About.s: src/About.c.s
198.PHONY : src/About.s
199
200# target to generate assembly for a file
201src/About.c.s:
202 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/About.c.s
203.PHONY : src/About.c.s
204
205src/LogDialog.o: src/LogDialog.c.o
206.PHONY : src/LogDialog.o
207
208# target to build an object file
209src/LogDialog.c.o:
210 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.o
211.PHONY : src/LogDialog.c.o
212
213src/LogDialog.i: src/LogDialog.c.i
214.PHONY : src/LogDialog.i
215
216# target to preprocess a source file
217src/LogDialog.c.i:
218 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.i
219.PHONY : src/LogDialog.c.i
220
221src/LogDialog.s: src/LogDialog.c.s
222.PHONY : src/LogDialog.s
223
224# target to generate assembly for a file
225src/LogDialog.c.s:
226 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/LogDialog.c.s
227.PHONY : src/LogDialog.c.s
228
229src/Window.o: src/Window.c.o
230.PHONY : src/Window.o
231
232# target to build an object file
233src/Window.c.o:
234 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.o
235.PHONY : src/Window.c.o
236
237src/Window.i: src/Window.c.i
238.PHONY : src/Window.i
239
240# target to preprocess a source file
241src/Window.c.i:
242 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.i
243.PHONY : src/Window.c.i
244
245src/Window.s: src/Window.c.s
246.PHONY : src/Window.s
247
248# target to generate assembly for a file
249src/Window.c.s:
250 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/Window.c.s
251.PHONY : src/Window.c.s
252
253src/config.o: src/config.c.o
254.PHONY : src/config.o
255
256# target to build an object file
257src/config.c.o:
258 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.o
259.PHONY : src/config.c.o
260
261src/config.i: src/config.c.i
262.PHONY : src/config.i
263
264# target to preprocess a source file
265src/config.c.i:
266 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.i
267.PHONY : src/config.c.i
268
269src/config.s: src/config.c.s
270.PHONY : src/config.s
271
272# target to generate assembly for a file
273src/config.c.s:
274 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/config.c.s
275.PHONY : src/config.c.s
276
277src/hide.o: src/hide.c.o
278.PHONY : src/hide.o
279
280# target to build an object file
281src/hide.c.o:
282 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.o
283.PHONY : src/hide.c.o
284
285src/hide.i: src/hide.c.i
286.PHONY : src/hide.i
287
288# target to preprocess a source file
289src/hide.c.i:
290 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.i
291.PHONY : src/hide.c.i
292
293src/hide.s: src/hide.c.s
294.PHONY : src/hide.s
295
296# target to generate assembly for a file
297src/hide.c.s:
298 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/hide.c.s
299.PHONY : src/hide.c.s
300
301src/install_deb.o: src/install_deb.c.o
302.PHONY : src/install_deb.o
303
304# target to build an object file
305src/install_deb.c.o:
306 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.o
307.PHONY : src/install_deb.c.o
308
309src/install_deb.i: src/install_deb.c.i
310.PHONY : src/install_deb.i
311
312# target to preprocess a source file
313src/install_deb.c.i:
314 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.i
315.PHONY : src/install_deb.c.i
316
317src/install_deb.s: src/install_deb.c.s
318.PHONY : src/install_deb.s
319
320# target to generate assembly for a file
321src/install_deb.c.s:
322 $(MAKE) -f CMakeFiles/debby.dir/build.make CMakeFiles/debby.dir/src/install_deb.c.s
323.PHONY : src/install_deb.c.s
324
325# Help Target
326help:
327 @echo "The following are some of the valid targets for this Makefile:"
328 @echo "... all (the default if no target is provided)"
329 @echo "... clean"
330 @echo "... depend"
331 @echo "... debby"
332 @echo "... edit_cache"
333 @echo "... install"
334 @echo "... install/local"
335 @echo "... install/strip"
336 @echo "... list_install_components"
337 @echo "... rebuild_cache"
338 @echo "... i18n"
339 @echo "... pot"
340 @echo "... src/About.o"
341 @echo "... src/About.i"
342 @echo "... src/About.s"
343 @echo "... src/LogDialog.o"
344 @echo "... src/LogDialog.i"
345 @echo "... src/LogDialog.s"
346 @echo "... src/Window.o"
347 @echo "... src/Window.i"
348 @echo "... src/Window.s"
349 @echo "... src/config.o"
350 @echo "... src/config.i"
351 @echo "... src/config.s"
352 @echo "... src/hide.o"
353 @echo "... src/hide.i"
354 @echo "... src/hide.s"
355 @echo "... src/install_deb.o"
356 @echo "... src/install_deb.i"
357 @echo "... src/install_deb.s"
358.PHONY : help
359
360
361
362#=============================================================================
363# Special targets to cleanup operation of make.
364
365# Special rule to run CMake to check the build system integrity.
366# No rule that depends on this can have commands that come from listfiles
367# because they might be regenerated.
368cmake_check_build_system:
369 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
370.PHONY : cmake_check_build_system
371
3720
=== removed file 'build/cmake_install.cmake'
--- build/cmake_install.cmake 2014-08-23 23:41:03 +0000
+++ build/cmake_install.cmake 1970-01-01 00:00:00 +0000
@@ -1,118 +0,0 @@
1# Install script for directory: /home/maccabbi/Dropbox/vala/debby/trunk
2
3# Set the install prefix
4IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 SET(CMAKE_INSTALL_PREFIX "/usr")
6ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
7STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
9# Set the install configuration name.
10IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 IF(BUILD_TYPE)
12 STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 ELSE(BUILD_TYPE)
15 SET(CMAKE_INSTALL_CONFIG_NAME "")
16 ENDIF(BUILD_TYPE)
17 MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
19
20# Set the component getting installed.
21IF(NOT CMAKE_INSTALL_COMPONENT)
22 IF(COMPONENT)
23 MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
24 SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 ELSE(COMPONENT)
26 SET(CMAKE_INSTALL_COMPONENT)
27 ENDIF(COMPONENT)
28ENDIF(NOT CMAKE_INSTALL_COMPONENT)
29
30# Install shared libraries without execute permission?
31IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 SET(CMAKE_INSTALL_SO_NO_EXE "1")
33ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
34
35IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
36 IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby" AND
37 NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby")
38 FILE(RPATH_CHECK
39 FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby"
40 RPATH "")
41 ENDIF()
42 FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/build/debby")
43 IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby" AND
44 NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby")
45 IF(CMAKE_INSTALL_DO_STRIP)
46 EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/debby")
47 ENDIF(CMAKE_INSTALL_DO_STRIP)
48 ENDIF()
49ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
50
51IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
52 FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/data/debby.desktop")
53ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
54
55IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
56 list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
57 "/usr/share/debby/scripts/installdeb.sh")
58 IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
59 message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
60 ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
61 IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
62 message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
63 ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
64FILE(INSTALL DESTINATION "/usr/share/debby/scripts" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/scripts/installdeb.sh")
65ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
66
67IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
68 list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
69 "/usr/share/debby/images/elementary_package.svg")
70 IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
71 message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
72 ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
73 IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
74 message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
75 ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
76FILE(INSTALL DESTINATION "/usr/share/debby/images" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/images/elementary_package.svg")
77ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
78
79IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
80 list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
81 "/usr/share/debby/images/menu.png")
82 IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
83 message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
84 ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
85 IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
86 message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
87 ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
88FILE(INSTALL DESTINATION "/usr/share/debby/images" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/images/menu.png")
89ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
90
91IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
92 list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
93 "/usr/share/debby/images/debby.png")
94 IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
95 message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
96 ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
97 IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
98 message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
99 ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
100FILE(INSTALL DESTINATION "/usr/share/debby/images" TYPE FILE FILES "/home/maccabbi/Dropbox/vala/debby/trunk/src/images/debby.png")
101ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
102
103IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
104 # Include the install script for each subdirectory.
105 INCLUDE("/home/maccabbi/Dropbox/vala/debby/trunk/build/po/cmake_install.cmake")
106
107ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
108
109IF(CMAKE_INSTALL_COMPONENT)
110 SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
111ELSE(CMAKE_INSTALL_COMPONENT)
112 SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
113ENDIF(CMAKE_INSTALL_COMPONENT)
114
115FILE(WRITE "/home/maccabbi/Dropbox/vala/debby/trunk/build/${CMAKE_INSTALL_MANIFEST}" "")
116FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
117 FILE(APPEND "/home/maccabbi/Dropbox/vala/debby/trunk/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
118ENDFOREACH(file)
1190
=== removed file 'build/debby'
120Binary files build/debby 2014-08-23 23:41:03 +0000 and build/debby 1970-01-01 00:00:00 +0000 differ1Binary files build/debby 2014-08-23 23:41:03 +0000 and build/debby 1970-01-01 00:00:00 +0000 differ
=== removed file 'build/install_manifest.txt'
--- build/install_manifest.txt 2014-08-23 23:41:03 +0000
+++ build/install_manifest.txt 1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
1/usr/bin/debby
2/usr/share/applications/debby.desktop
3/usr/share/debby/scripts/installdeb.sh
4/usr/share/debby/images/elementary_package.svg
5/usr/share/debby/images/menu.png
6/usr/share/debby/images/debby.png
70
=== removed directory 'build/po'
=== removed directory 'build/po/CMakeFiles'
=== removed file 'build/po/CMakeFiles/CMakeDirectoryInformation.cmake'
--- build/po/CMakeFiles/CMakeDirectoryInformation.cmake 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00 +0000
@@ -1,16 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# Relative path conversion top directories.
5SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/maccabbi/Dropbox/vala/debby/trunk")
6SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/maccabbi/Dropbox/vala/debby/trunk/build")
7
8# Force unix paths in dependencies.
9SET(CMAKE_FORCE_UNIX_PATHS 1)
10
11
12# The C and CXX include file regular expressions for this directory.
13SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
14SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
15SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
16SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
170
=== removed directory 'build/po/CMakeFiles/i18n.dir'
=== removed file 'build/po/CMakeFiles/i18n.dir/DependInfo.cmake'
--- build/po/CMakeFiles/i18n.dir/DependInfo.cmake 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/i18n.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
1# The set of languages for which implicit dependencies are needed:
2SET(CMAKE_DEPENDS_LANGUAGES
3 )
4# The set of files for implicit dependencies of each language:
5
6# Preprocessor definitions for this target.
7SET(CMAKE_TARGET_DEFINITIONS
8 "GETTEXT_PACKAGE=\"debby\""
9 )
10
11# Targets to which this target links.
12SET(CMAKE_TARGET_LINKED_INFO_FILES
13 )
14
15# The include file search paths:
16SET(CMAKE_C_TARGET_INCLUDE_PATH
17 "."
18 )
19SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
20SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
21SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
220
=== removed file 'build/po/CMakeFiles/i18n.dir/build.make'
--- build/po/CMakeFiles/i18n.dir/build.make 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/i18n.dir/build.make 1970-01-01 00:00:00 +0000
@@ -1,67 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4#=============================================================================
5# Special targets provided by cmake.
6
7# Disable implicit rules so canonical targets will work.
8.SUFFIXES:
9
10# Remove some rules from gmake that .SUFFIXES does not remove.
11SUFFIXES =
12
13.SUFFIXES: .hpux_make_needs_suffix_list
14
15# Suppress display of executed commands.
16$(VERBOSE).SILENT:
17
18# A target that is always out of date.
19cmake_force:
20.PHONY : cmake_force
21
22#=============================================================================
23# Set environment variables for the build.
24
25# The shell in which to execute make rules.
26SHELL = /bin/sh
27
28# The CMake executable.
29CMAKE_COMMAND = /usr/bin/cmake
30
31# The command to remove a file.
32RM = /usr/bin/cmake -E remove -f
33
34# Escaping for special characters.
35EQUALS = =
36
37# The top-level source directory on which CMake was run.
38CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
39
40# The top-level build directory on which CMake was run.
41CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
42
43# Utility rule file for i18n.
44
45# Include the progress variables for this target.
46include po/CMakeFiles/i18n.dir/progress.make
47
48po/CMakeFiles/i18n:
49 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
50 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold messages.”
51
52i18n: po/CMakeFiles/i18n
53i18n: po/CMakeFiles/i18n.dir/build.make
54.PHONY : i18n
55
56# Rule to build all files generated by this target.
57po/CMakeFiles/i18n.dir/build: i18n
58.PHONY : po/CMakeFiles/i18n.dir/build
59
60po/CMakeFiles/i18n.dir/clean:
61 cd /home/maccabbi/Dropbox/vala/debby/trunk/build/po && $(CMAKE_COMMAND) -P CMakeFiles/i18n.dir/cmake_clean.cmake
62.PHONY : po/CMakeFiles/i18n.dir/clean
63
64po/CMakeFiles/i18n.dir/depend:
65 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)
66.PHONY : po/CMakeFiles/i18n.dir/depend
67
680
=== removed file 'build/po/CMakeFiles/i18n.dir/cmake_clean.cmake'
--- build/po/CMakeFiles/i18n.dir/cmake_clean.cmake 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/i18n.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1FILE(REMOVE_RECURSE
2 "CMakeFiles/i18n"
3)
4
5# Per-language clean rules from dependency scanning.
6FOREACH(lang)
7 INCLUDE(CMakeFiles/i18n.dir/cmake_clean_${lang}.cmake OPTIONAL)
8ENDFOREACH(lang)
90
=== removed file 'build/po/CMakeFiles/i18n.dir/depend.internal'
--- build/po/CMakeFiles/i18n.dir/depend.internal 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/i18n.dir/depend.internal 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
40
=== removed file 'build/po/CMakeFiles/i18n.dir/depend.make'
--- build/po/CMakeFiles/i18n.dir/depend.make 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/i18n.dir/depend.make 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
40
=== removed file 'build/po/CMakeFiles/i18n.dir/progress.make'
--- build/po/CMakeFiles/i18n.dir/progress.make 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/i18n.dir/progress.make 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1CMAKE_PROGRESS_1 = 8
2
30
=== removed directory 'build/po/CMakeFiles/pot.dir'
=== removed file 'build/po/CMakeFiles/pot.dir/DependInfo.cmake'
--- build/po/CMakeFiles/pot.dir/DependInfo.cmake 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/pot.dir/DependInfo.cmake 1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
1# The set of languages for which implicit dependencies are needed:
2SET(CMAKE_DEPENDS_LANGUAGES
3 )
4# The set of files for implicit dependencies of each language:
5
6# Preprocessor definitions for this target.
7SET(CMAKE_TARGET_DEFINITIONS
8 "GETTEXT_PACKAGE=\"debby\""
9 )
10
11# Targets to which this target links.
12SET(CMAKE_TARGET_LINKED_INFO_FILES
13 )
14
15# The include file search paths:
16SET(CMAKE_C_TARGET_INCLUDE_PATH
17 "."
18 )
19SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
20SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
21SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
220
=== removed file 'build/po/CMakeFiles/pot.dir/build.make'
--- build/po/CMakeFiles/pot.dir/build.make 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/pot.dir/build.make 1970-01-01 00:00:00 +0000
@@ -1,68 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4#=============================================================================
5# Special targets provided by cmake.
6
7# Disable implicit rules so canonical targets will work.
8.SUFFIXES:
9
10# Remove some rules from gmake that .SUFFIXES does not remove.
11SUFFIXES =
12
13.SUFFIXES: .hpux_make_needs_suffix_list
14
15# Suppress display of executed commands.
16$(VERBOSE).SILENT:
17
18# A target that is always out of date.
19cmake_force:
20.PHONY : cmake_force
21
22#=============================================================================
23# Set environment variables for the build.
24
25# The shell in which to execute make rules.
26SHELL = /bin/sh
27
28# The CMake executable.
29CMAKE_COMMAND = /usr/bin/cmake
30
31# The command to remove a file.
32RM = /usr/bin/cmake -E remove -f
33
34# Escaping for special characters.
35EQUALS = =
36
37# The top-level source directory on which CMake was run.
38CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
39
40# The top-level build directory on which CMake was run.
41CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
42
43# Utility rule file for pot.
44
45# Include the progress variables for this target.
46include po/CMakeFiles/pot.dir/progress.make
47
48po/CMakeFiles/pot:
49 $(CMAKE_COMMAND) -E cmake_progress_report /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1)
50 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold catalog.”
51
52pot: po/CMakeFiles/pot
53pot: po/CMakeFiles/pot.dir/build.make
54 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
55.PHONY : pot
56
57# Rule to build all files generated by this target.
58po/CMakeFiles/pot.dir/build: pot
59.PHONY : po/CMakeFiles/pot.dir/build
60
61po/CMakeFiles/pot.dir/clean:
62 cd /home/maccabbi/Dropbox/vala/debby/trunk/build/po && $(CMAKE_COMMAND) -P CMakeFiles/pot.dir/cmake_clean.cmake
63.PHONY : po/CMakeFiles/pot.dir/clean
64
65po/CMakeFiles/pot.dir/depend:
66 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)
67.PHONY : po/CMakeFiles/pot.dir/depend
68
690
=== removed file 'build/po/CMakeFiles/pot.dir/cmake_clean.cmake'
--- build/po/CMakeFiles/pot.dir/cmake_clean.cmake 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/pot.dir/cmake_clean.cmake 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1FILE(REMOVE_RECURSE
2 "CMakeFiles/pot"
3)
4
5# Per-language clean rules from dependency scanning.
6FOREACH(lang)
7 INCLUDE(CMakeFiles/pot.dir/cmake_clean_${lang}.cmake OPTIONAL)
8ENDFOREACH(lang)
90
=== removed file 'build/po/CMakeFiles/pot.dir/progress.make'
--- build/po/CMakeFiles/pot.dir/progress.make 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/pot.dir/progress.make 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1CMAKE_PROGRESS_1 = 9
2
30
=== removed file 'build/po/CMakeFiles/progress.marks'
--- build/po/CMakeFiles/progress.marks 2014-08-23 23:41:03 +0000
+++ build/po/CMakeFiles/progress.marks 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
11
20
=== removed file 'build/po/Makefile'
--- build/po/Makefile 2014-08-23 23:41:03 +0000
+++ build/po/Makefile 1970-01-01 00:00:00 +0000
@@ -1,197 +0,0 @@
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4# Default target executed when no arguments are given to make.
5default_target: all
6.PHONY : default_target
7
8#=============================================================================
9# Special targets provided by cmake.
10
11# Disable implicit rules so canonical targets will work.
12.SUFFIXES:
13
14# Remove some rules from gmake that .SUFFIXES does not remove.
15SUFFIXES =
16
17.SUFFIXES: .hpux_make_needs_suffix_list
18
19# Suppress display of executed commands.
20$(VERBOSE).SILENT:
21
22# A target that is always out of date.
23cmake_force:
24.PHONY : cmake_force
25
26#=============================================================================
27# Set environment variables for the build.
28
29# The shell in which to execute make rules.
30SHELL = /bin/sh
31
32# The CMake executable.
33CMAKE_COMMAND = /usr/bin/cmake
34
35# The command to remove a file.
36RM = /usr/bin/cmake -E remove -f
37
38# Escaping for special characters.
39EQUALS = =
40
41# The top-level source directory on which CMake was run.
42CMAKE_SOURCE_DIR = /home/maccabbi/Dropbox/vala/debby/trunk
43
44# The top-level build directory on which CMake was run.
45CMAKE_BINARY_DIR = /home/maccabbi/Dropbox/vala/debby/trunk/build
46
47#=============================================================================
48# Targets provided globally by CMake.
49
50# Special rule for the target edit_cache
51edit_cache:
52 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
53 /usr/bin/cmake -i .
54.PHONY : edit_cache
55
56# Special rule for the target edit_cache
57edit_cache/fast: edit_cache
58.PHONY : edit_cache/fast
59
60# Special rule for the target install
61install: preinstall
62 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
63 /usr/bin/cmake -P cmake_install.cmake
64.PHONY : install
65
66# Special rule for the target install
67install/fast: preinstall/fast
68 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
69 /usr/bin/cmake -P cmake_install.cmake
70.PHONY : install/fast
71
72# Special rule for the target install/local
73install/local: preinstall
74 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
75 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
76.PHONY : install/local
77
78# Special rule for the target install/local
79install/local/fast: install/local
80.PHONY : install/local/fast
81
82# Special rule for the target install/strip
83install/strip: preinstall
84 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
85 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
86.PHONY : install/strip
87
88# Special rule for the target install/strip
89install/strip/fast: install/strip
90.PHONY : install/strip/fast
91
92# Special rule for the target list_install_components
93list_install_components:
94 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
95.PHONY : list_install_components
96
97# Special rule for the target list_install_components
98list_install_components/fast: list_install_components
99.PHONY : list_install_components/fast
100
101# Special rule for the target rebuild_cache
102rebuild_cache:
103 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
104 /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
105.PHONY : rebuild_cache
106
107# Special rule for the target rebuild_cache
108rebuild_cache/fast: rebuild_cache
109.PHONY : rebuild_cache/fast
110
111# The main all target
112all: cmake_check_build_system
113 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
114 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/all
115 $(CMAKE_COMMAND) -E cmake_progress_start /home/maccabbi/Dropbox/vala/debby/trunk/build/CMakeFiles 0
116.PHONY : all
117
118# The main clean target
119clean:
120 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/clean
121.PHONY : clean
122
123# The main clean target
124clean/fast: clean
125.PHONY : clean/fast
126
127# Prepare targets for installation.
128preinstall: all
129 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/preinstall
130.PHONY : preinstall
131
132# Prepare targets for installation.
133preinstall/fast:
134 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/preinstall
135.PHONY : preinstall/fast
136
137# clear depends
138depend:
139 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
140.PHONY : depend
141
142# Convenience name for target.
143po/CMakeFiles/i18n.dir/rule:
144 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/i18n.dir/rule
145.PHONY : po/CMakeFiles/i18n.dir/rule
146
147# Convenience name for target.
148i18n: po/CMakeFiles/i18n.dir/rule
149.PHONY : i18n
150
151# fast build rule for target.
152i18n/fast:
153 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
154.PHONY : i18n/fast
155
156# Convenience name for target.
157po/CMakeFiles/pot.dir/rule:
158 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 po/CMakeFiles/pot.dir/rule
159.PHONY : po/CMakeFiles/pot.dir/rule
160
161# Convenience name for target.
162pot: po/CMakeFiles/pot.dir/rule
163.PHONY : pot
164
165# fast build rule for target.
166pot/fast:
167 cd /home/maccabbi/Dropbox/vala/debby/trunk/build && $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
168.PHONY : pot/fast
169
170# Help Target
171help:
172 @echo "The following are some of the valid targets for this Makefile:"
173 @echo "... all (the default if no target is provided)"
174 @echo "... clean"
175 @echo "... depend"
176 @echo "... edit_cache"
177 @echo "... i18n"
178 @echo "... install"
179 @echo "... install/local"
180 @echo "... install/strip"
181 @echo "... list_install_components"
182 @echo "... pot"
183 @echo "... rebuild_cache"
184.PHONY : help
185
186
187
188#=============================================================================
189# Special targets to cleanup operation of make.
190
191# Special rule to run CMake to check the build system integrity.
192# No rule that depends on this can have commands that come from listfiles
193# because they might be regenerated.
194cmake_check_build_system:
195 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
196.PHONY : cmake_check_build_system
197
1980
=== removed file 'build/po/cmake_install.cmake'
--- build/po/cmake_install.cmake 2014-08-23 23:41:03 +0000
+++ build/po/cmake_install.cmake 1970-01-01 00:00:00 +0000
@@ -1,34 +0,0 @@
1# Install script for directory: /home/maccabbi/Dropbox/vala/debby/trunk/po
2
3# Set the install prefix
4IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 SET(CMAKE_INSTALL_PREFIX "/usr")
6ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
7STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
9# Set the install configuration name.
10IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 IF(BUILD_TYPE)
12 STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 ELSE(BUILD_TYPE)
15 SET(CMAKE_INSTALL_CONFIG_NAME "")
16 ENDIF(BUILD_TYPE)
17 MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
19
20# Set the component getting installed.
21IF(NOT CMAKE_INSTALL_COMPONENT)
22 IF(COMPONENT)
23 MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
24 SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 ELSE(COMPONENT)
26 SET(CMAKE_INSTALL_COMPONENT)
27 ENDIF(COMPONENT)
28ENDIF(NOT CMAKE_INSTALL_COMPONENT)
29
30# Install shared libraries without execute permission?
31IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 SET(CMAKE_INSTALL_SO_NO_EXE "1")
33ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
34
350
=== removed directory 'build/src'
=== removed file 'build/src/About.c'
--- build/src/About.c 2014-08-23 23:41:03 +0000
+++ build/src/About.c 1970-01-01 00:00:00 +0000
@@ -1,324 +0,0 @@
1/* About.c generated by valac 0.25.1, the Vala compiler
2 * generated from About.vala, do not modify */
3
4/* Copyright 2014 Michael Roberts
5*
6* This file is part of debby .deb Installer.
7*
8* debby is free software: you can redistribute it
9* and/or modify it under the terms of the GNU General Public License as
10* published by the Free Software Foundation, either version 3 of the
11* License, or (at your option) any later version.
12*
13* debby is distributed in the hope that it will be
14* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
15* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
16* Public License for more details.
17*
18* You should have received a copy of the GNU General Public License along
19* with debby. If not, see http://www.gnu.org/licenses/.
20*/
21
22#include <glib.h>
23#include <glib-object.h>
24#include <granite.h>
25#include <gtk/gtk.h>
26#include <gio/gio.h>
27#include <stdlib.h>
28#include <string.h>
29
30
31#define DEBBY_TYPE_DEBBY_APP (debby_debby_app_get_type ())
32#define DEBBY_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyApp))
33#define DEBBY_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
34#define DEBBY_IS_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_DEBBY_APP))
35#define DEBBY_IS_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_DEBBY_APP))
36#define DEBBY_DEBBY_APP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
37
38typedef struct _debbydebbyApp debbydebbyApp;
39typedef struct _debbydebbyAppClass debbydebbyAppClass;
40typedef struct _debbydebbyAppPrivate debbydebbyAppPrivate;
41
42#define DEBBY_TYPE_WINDOW (debby_window_get_type ())
43#define DEBBY_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_WINDOW, debbyWindow))
44#define DEBBY_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_WINDOW, debbyWindowClass))
45#define DEBBY_IS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_WINDOW))
46#define DEBBY_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_WINDOW))
47#define DEBBY_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_WINDOW, debbyWindowClass))
48
49typedef struct _debbyWindow debbyWindow;
50typedef struct _debbyWindowClass debbyWindowClass;
51#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
52#define _g_free0(var) (var = (g_free (var), NULL))
53
54struct _debbydebbyApp {
55 GraniteApplication parent_instance;
56 debbydebbyAppPrivate * priv;
57};
58
59struct _debbydebbyAppClass {
60 GraniteApplicationClass parent_class;
61};
62
63struct _debbydebbyAppPrivate {
64 debbyWindow* window;
65};
66
67
68static gpointer debby_debby_app_parent_class = NULL;
69
70GType debby_debby_app_get_type (void) G_GNUC_CONST;
71GType debby_window_get_type (void) G_GNUC_CONST;
72#define DEBBY_DEBBY_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), DEBBY_TYPE_DEBBY_APP, debbydebbyAppPrivate))
73enum {
74 DEBBY_DEBBY_APP_DUMMY_PROPERTY
75};
76debbydebbyApp* debby_debby_app_new (void);
77debbydebbyApp* debby_debby_app_construct (GType object_type);
78static void debby_debby_app_real_activate (GApplication* base);
79debbyWindow* debby_window_new (debbydebbyApp* app);
80debbyWindow* debby_window_construct (GType object_type, debbydebbyApp* app);
81void base_on (void);
82static void debby_debby_app_real_open (GApplication* base, GFile** files, int files_length1, const gchar* hint);
83void debby_debby_app_main (gchar** args, int args_length1);
84static GObject * debby_debby_app_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties);
85#define CONSTANTS_DATADIR "/usr/share"
86#define CONSTANTS_PKGDATADIR "/usr/share/debby"
87#define CONSTANTS_RELEASE_NAME "debby."
88#define CONSTANTS_VERSION "0.02"
89#define CONSTANTS_VERSION_INFO "Release"
90static void debby_debby_app_finalize (GObject* obj);
91static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func);
92static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
93
94
95debbydebbyApp* debby_debby_app_construct (GType object_type) {
96 debbydebbyApp * self = NULL;
97 GraniteServicesLogLevel _tmp0_ = 0;
98 GraniteServicesLogLevel _tmp1_ = 0;
99 self = (debbydebbyApp*) granite_application_construct (object_type);
100 granite_services_logger_initialize ("debby");
101 _tmp0_ = granite_services_logger_get_DisplayLevel ();
102 _tmp1_ = _tmp0_;
103 granite_services_logger_set_DisplayLevel (GRANITE_SERVICES_LOG_LEVEL_DEBUG);
104 return self;
105}
106
107
108debbydebbyApp* debby_debby_app_new (void) {
109 return debby_debby_app_construct (DEBBY_TYPE_DEBBY_APP);
110}
111
112
113static void debby_debby_app_real_activate (GApplication* base) {
114 debbydebbyApp * self;
115 GList* _tmp0_ = NULL;
116 self = (debbydebbyApp*) base;
117 _tmp0_ = gtk_application_get_windows ((GtkApplication*) self);
118 if (_tmp0_ == NULL) {
119 debbyWindow* _tmp1_ = NULL;
120 debbyWindow* _tmp2_ = NULL;
121 _tmp1_ = debby_window_new (self);
122 g_object_ref_sink (_tmp1_);
123 _g_object_unref0 (self->priv->window);
124 self->priv->window = _tmp1_;
125 _tmp2_ = self->priv->window;
126 gtk_widget_show_all ((GtkWidget*) _tmp2_);
127 base_on ();
128 } else {
129 debbyWindow* _tmp3_ = NULL;
130 _tmp3_ = self->priv->window;
131 gtk_window_present ((GtkWindow*) _tmp3_);
132 }
133}
134
135
136static void debby_debby_app_real_open (GApplication* base, GFile** files, int files_length1, const gchar* hint) {
137 debbydebbyApp * self;
138 self = (debbydebbyApp*) base;
139 g_return_if_fail (hint != NULL);
140}
141
142
143void debby_debby_app_main (gchar** args, int args_length1) {
144 debbydebbyApp* app = NULL;
145 debbydebbyApp* _tmp0_ = NULL;
146 gchar** _tmp1_ = NULL;
147 gint _tmp1__length1 = 0;
148 _tmp0_ = debby_debby_app_new ();
149 app = _tmp0_;
150 _tmp1_ = args;
151 _tmp1__length1 = args_length1;
152 granite_application_run ((GraniteApplication*) app, _tmp1_, _tmp1__length1);
153 _g_object_unref0 (app);
154}
155
156
157int main (int argc, char ** argv) {
158#if !GLIB_CHECK_VERSION (2,32,0)
159 g_thread_init (NULL);
160#endif
161#if !GLIB_CHECK_VERSION (2,35,0)
162 g_type_init ();
163#endif
164 debby_debby_app_main (argv, argc);
165 return 0;
166}
167
168
169static GObject * debby_debby_app_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties) {
170 GObject * obj;
171 GObjectClass * parent_class;
172 debbydebbyApp * self;
173 gchar* _tmp0_ = NULL;
174 gchar* _tmp1_ = NULL;
175 gchar* _tmp2_ = NULL;
176 gchar* _tmp3_ = NULL;
177 gchar* _tmp4_ = NULL;
178 gchar* _tmp5_ = NULL;
179 gchar* _tmp6_ = NULL;
180 gchar* _tmp7_ = NULL;
181 gchar* _tmp8_ = NULL;
182 gchar* _tmp9_ = NULL;
183 gchar* _tmp10_ = NULL;
184 gchar* _tmp11_ = NULL;
185 gchar* _tmp12_ = NULL;
186 gchar* _tmp13_ = NULL;
187 gchar* _tmp14_ = NULL;
188 gchar** _tmp15_ = NULL;
189 gchar* _tmp16_ = NULL;
190 gchar** _tmp17_ = NULL;
191 gchar* _tmp18_ = NULL;
192 gchar** _tmp19_ = NULL;
193 gchar* _tmp20_ = NULL;
194 gchar* _tmp21_ = NULL;
195 parent_class = G_OBJECT_CLASS (debby_debby_app_parent_class);
196 obj = parent_class->constructor (type, n_construct_properties, construct_properties);
197 self = G_TYPE_CHECK_INSTANCE_CAST (obj, DEBBY_TYPE_DEBBY_APP, debbydebbyApp);
198 _tmp0_ = g_strdup ("debby");
199 _g_free0 (((GraniteApplication*) self)->program_name);
200 ((GraniteApplication*) self)->program_name = _tmp0_;
201 _tmp1_ = g_strdup ("debby");
202 _g_free0 (((GraniteApplication*) self)->exec_name);
203 ((GraniteApplication*) self)->exec_name = _tmp1_;
204 _tmp2_ = g_strdup (CONSTANTS_DATADIR);
205 _g_free0 (((GraniteApplication*) self)->build_data_dir);
206 ((GraniteApplication*) self)->build_data_dir = _tmp2_;
207 _tmp3_ = g_strdup (CONSTANTS_PKGDATADIR);
208 _g_free0 (((GraniteApplication*) self)->build_pkg_data_dir);
209 ((GraniteApplication*) self)->build_pkg_data_dir = _tmp3_;
210 _tmp4_ = g_strdup (CONSTANTS_RELEASE_NAME);
211 _g_free0 (((GraniteApplication*) self)->build_release_name);
212 ((GraniteApplication*) self)->build_release_name = _tmp4_;
213 _tmp5_ = g_strdup (CONSTANTS_VERSION);
214 _g_free0 (((GraniteApplication*) self)->build_version);
215 ((GraniteApplication*) self)->build_version = _tmp5_;
216 _tmp6_ = g_strdup (CONSTANTS_VERSION_INFO);
217 _g_free0 (((GraniteApplication*) self)->build_version_info);
218 ((GraniteApplication*) self)->build_version_info = _tmp6_;
219 _tmp7_ = g_strdup ("2014");
220 _g_free0 (((GraniteApplication*) self)->app_years);
221 ((GraniteApplication*) self)->app_years = _tmp7_;
222 _tmp8_ = g_strdup ("applications-development");
223 _g_free0 (((GraniteApplication*) self)->app_icon);
224 ((GraniteApplication*) self)->app_icon = _tmp8_;
225 _tmp9_ = g_strdup ("debby.desktop");
226 _g_free0 (((GraniteApplication*) self)->app_launcher);
227 ((GraniteApplication*) self)->app_launcher = _tmp9_;
228 g_application_set_application_id ((GApplication*) self, "");
229 _tmp10_ = g_strdup ("https://code.launchpad.net/NOT_SET");
230 _g_free0 (((GraniteApplication*) self)->main_url);
231 ((GraniteApplication*) self)->main_url = _tmp10_;
232 _tmp11_ = g_strdup ("https://bugs.launchpad.net/NOT_SET");
233 _g_free0 (((GraniteApplication*) self)->bug_url);
234 ((GraniteApplication*) self)->bug_url = _tmp11_;
235 _tmp12_ = g_strdup ("https://code.launchpad.net/NOT_SET");
236 _g_free0 (((GraniteApplication*) self)->help_url);
237 ((GraniteApplication*) self)->help_url = _tmp12_;
238 _tmp13_ = g_strdup ("https://translations.launchpad.net/NOT_SET");
239 _g_free0 (((GraniteApplication*) self)->translate_url);
240 ((GraniteApplication*) self)->translate_url = _tmp13_;
241 _tmp14_ = g_strdup ("Maccabbi <chadesh@gmail.com>");
242 _tmp15_ = g_new0 (gchar*, 1 + 1);
243 _tmp15_[0] = _tmp14_;
244 ((GraniteApplication*) self)->about_authors = (_vala_array_free (((GraniteApplication*) self)->about_authors, ((GraniteApplication*) self)->about_authors_length1, (GDestroyNotify) g_free), NULL);
245 ((GraniteApplication*) self)->about_authors = _tmp15_;
246 ((GraniteApplication*) self)->about_authors_length1 = 1;
247 _tmp16_ = g_strdup ("");
248 _tmp17_ = g_new0 (gchar*, 1 + 1);
249 _tmp17_[0] = _tmp16_;
250 ((GraniteApplication*) self)->about_documenters = (_vala_array_free (((GraniteApplication*) self)->about_documenters, ((GraniteApplication*) self)->about_documenters_length1, (GDestroyNotify) g_free), NULL);
251 ((GraniteApplication*) self)->about_documenters = _tmp17_;
252 ((GraniteApplication*) self)->about_documenters_length1 = 1;
253 _tmp18_ = g_strdup ("Maccabbi <chadesh@gmail.com>");
254 _tmp19_ = g_new0 (gchar*, 1 + 1);
255 _tmp19_[0] = _tmp18_;
256 ((GraniteApplication*) self)->about_artists = (_vala_array_free (((GraniteApplication*) self)->about_artists, ((GraniteApplication*) self)->about_artists_length1, (GDestroyNotify) g_free), NULL);
257 ((GraniteApplication*) self)->about_artists = _tmp19_;
258 ((GraniteApplication*) self)->about_artists_length1 = 1;
259 _tmp20_ = g_strdup ("debby .deb Installer");
260 _g_free0 (((GraniteApplication*) self)->about_comments);
261 ((GraniteApplication*) self)->about_comments = _tmp20_;
262 _tmp21_ = g_strdup ("");
263 _g_free0 (((GraniteApplication*) self)->about_translators);
264 ((GraniteApplication*) self)->about_translators = _tmp21_;
265 ((GraniteApplication*) self)->about_license_type = GTK_LICENSE_GPL_3_0;
266 return obj;
267}
268
269
270static void debby_debby_app_class_init (debbydebbyAppClass * klass) {
271 debby_debby_app_parent_class = g_type_class_peek_parent (klass);
272 g_type_class_add_private (klass, sizeof (debbydebbyAppPrivate));
273 ((GApplicationClass *) klass)->activate = debby_debby_app_real_activate;
274 ((GApplicationClass *) klass)->open = debby_debby_app_real_open;
275 G_OBJECT_CLASS (klass)->constructor = debby_debby_app_constructor;
276 G_OBJECT_CLASS (klass)->finalize = debby_debby_app_finalize;
277}
278
279
280static void debby_debby_app_instance_init (debbydebbyApp * self) {
281 self->priv = DEBBY_DEBBY_APP_GET_PRIVATE (self);
282 self->priv->window = NULL;
283}
284
285
286static void debby_debby_app_finalize (GObject* obj) {
287 debbydebbyApp * self;
288 self = G_TYPE_CHECK_INSTANCE_CAST (obj, DEBBY_TYPE_DEBBY_APP, debbydebbyApp);
289 _g_object_unref0 (self->priv->window);
290 G_OBJECT_CLASS (debby_debby_app_parent_class)->finalize (obj);
291}
292
293
294GType debby_debby_app_get_type (void) {
295 static volatile gsize debby_debby_app_type_id__volatile = 0;
296 if (g_once_init_enter (&debby_debby_app_type_id__volatile)) {
297 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 };
298 GType debby_debby_app_type_id;
299 debby_debby_app_type_id = g_type_register_static (GRANITE_TYPE_APPLICATION, "debbydebbyApp", &g_define_type_info, 0);
300 g_once_init_leave (&debby_debby_app_type_id__volatile, debby_debby_app_type_id);
301 }
302 return debby_debby_app_type_id__volatile;
303}
304
305
306static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) {
307 if ((array != NULL) && (destroy_func != NULL)) {
308 int i;
309 for (i = 0; i < array_length; i = i + 1) {
310 if (((gpointer*) array)[i] != NULL) {
311 destroy_func (((gpointer*) array)[i]);
312 }
313 }
314 }
315}
316
317
318static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) {
319 _vala_array_destroy (array, array_length, destroy_func);
320 g_free (array);
321}
322
323
324
3250
=== removed file 'build/src/LogDialog.c'
--- build/src/LogDialog.c 2014-08-23 23:41:03 +0000
+++ build/src/LogDialog.c 1970-01-01 00:00:00 +0000
@@ -1,134 +0,0 @@
1/* LogDialog.c generated by valac 0.25.1, the Vala compiler
2 * generated from LogDialog.vala, do not modify */
3
4
5#include <glib.h>
6#include <glib-object.h>
7#include <gtk/gtk.h>
8#include <stdlib.h>
9#include <string.h>
10#include <glib/gstdio.h>
11
12
13#define TYPE_LOG_DIALOG (log_dialog_get_type ())
14#define LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_LOG_DIALOG, LogDialog))
15#define LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_LOG_DIALOG, LogDialogClass))
16#define IS_LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_LOG_DIALOG))
17#define IS_LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_LOG_DIALOG))
18#define LOG_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_LOG_DIALOG, LogDialogClass))
19
20typedef struct _LogDialog LogDialog;
21typedef struct _LogDialogClass LogDialogClass;
22typedef struct _LogDialogPrivate LogDialogPrivate;
23#define _g_free0(var) (var = (g_free (var), NULL))
24#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
25
26struct _LogDialog {
27 GtkWindow parent_instance;
28 LogDialogPrivate * priv;
29};
30
31struct _LogDialogClass {
32 GtkWindowClass parent_class;
33};
34
35
36static gpointer log_dialog_parent_class = NULL;
37
38GType log_dialog_get_type (void) G_GNUC_CONST;
39enum {
40 LOG_DIALOG_DUMMY_PROPERTY
41};
42LogDialog* log_dialog_new (void);
43LogDialog* log_dialog_construct (GType object_type);
44void log_dialog_create_widgets (LogDialog* self);
45
46
47LogDialog* log_dialog_construct (GType object_type) {
48 LogDialog * self = NULL;
49 self = (LogDialog*) g_object_new (object_type, NULL);
50 gtk_window_set_title ((GtkWindow*) self, "Debby Logs");
51 gtk_container_set_border_width ((GtkContainer*) self, (guint) 5);
52 gtk_window_set_default_size ((GtkWindow*) self, 550, 400);
53 log_dialog_create_widgets (self);
54 gtk_widget_show_all ((GtkWidget*) self);
55 return self;
56}
57
58
59LogDialog* log_dialog_new (void) {
60 return log_dialog_construct (TYPE_LOG_DIALOG);
61}
62
63
64void log_dialog_create_widgets (LogDialog* self) {
65 GtkBox* box = NULL;
66 GtkBox* _tmp0_ = NULL;
67 GtkScrolledWindow* scrolled = NULL;
68 GtkScrolledWindow* _tmp1_ = NULL;
69 GtkTextView* view = NULL;
70 GtkTextView* _tmp2_ = NULL;
71 gchar* text = NULL;
72 gchar* _tmp3_ = NULL;
73 GtkTextBuffer* _tmp4_ = NULL;
74 GtkTextBuffer* _tmp5_ = NULL;
75 GError * _inner_error_ = NULL;
76 g_return_if_fail (self != NULL);
77 _tmp0_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 1);
78 g_object_ref_sink (_tmp0_);
79 box = _tmp0_;
80 gtk_container_add ((GtkContainer*) self, (GtkWidget*) box);
81 _tmp1_ = (GtkScrolledWindow*) gtk_scrolled_window_new (NULL, NULL);
82 g_object_ref_sink (_tmp1_);
83 scrolled = _tmp1_;
84 gtk_box_pack_start (box, (GtkWidget*) scrolled, TRUE, TRUE, (guint) 0);
85 _tmp2_ = (GtkTextView*) gtk_text_view_new ();
86 g_object_ref_sink (_tmp2_);
87 view = _tmp2_;
88 gtk_text_view_set_wrap_mode (view, GTK_WRAP_WORD);
89 g_file_get_contents ("/home/maccabbi/.debby.log", &_tmp3_, NULL, &_inner_error_);
90 _g_free0 (text);
91 text = _tmp3_;
92 if (G_UNLIKELY (_inner_error_ != NULL)) {
93 _g_free0 (text);
94 _g_object_unref0 (view);
95 _g_object_unref0 (scrolled);
96 _g_object_unref0 (box);
97 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);
98 g_clear_error (&_inner_error_);
99 return;
100 }
101 _tmp4_ = gtk_text_view_get_buffer (view);
102 _tmp5_ = _tmp4_;
103 g_object_set (_tmp5_, "text", text, NULL);
104 gtk_text_view_set_editable (view, FALSE);
105 gtk_container_add ((GtkContainer*) scrolled, (GtkWidget*) view);
106 _g_free0 (text);
107 _g_object_unref0 (view);
108 _g_object_unref0 (scrolled);
109 _g_object_unref0 (box);
110}
111
112
113static void log_dialog_class_init (LogDialogClass * klass) {
114 log_dialog_parent_class = g_type_class_peek_parent (klass);
115}
116
117
118static void log_dialog_instance_init (LogDialog * self) {
119}
120
121
122GType log_dialog_get_type (void) {
123 static volatile gsize log_dialog_type_id__volatile = 0;
124 if (g_once_init_enter (&log_dialog_type_id__volatile)) {
125 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 };
126 GType log_dialog_type_id;
127 log_dialog_type_id = g_type_register_static (GTK_TYPE_WINDOW, "LogDialog", &g_define_type_info, 0);
128 g_once_init_leave (&log_dialog_type_id__volatile, log_dialog_type_id);
129 }
130 return log_dialog_type_id__volatile;
131}
132
133
134
1350
=== removed file 'build/src/Window.c'
--- build/src/Window.c 2014-08-23 23:41:03 +0000
+++ build/src/Window.c 1970-01-01 00:00:00 +0000
@@ -1,739 +0,0 @@
1/* Window.c generated by valac 0.25.1, the Vala compiler
2 * generated from Window.vala, do not modify */
3
4
5#include <glib.h>
6#include <glib-object.h>
7#include <gtk/gtk.h>
8#include <stdlib.h>
9#include <string.h>
10#include <granite.h>
11#include <gdk/gdk.h>
12#include <gio/gio.h>
13#include <stdio.h>
14
15
16#define DEBBY_TYPE_WINDOW (debby_window_get_type ())
17#define DEBBY_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_WINDOW, debbyWindow))
18#define DEBBY_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_WINDOW, debbyWindowClass))
19#define DEBBY_IS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_WINDOW))
20#define DEBBY_IS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_WINDOW))
21#define DEBBY_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_WINDOW, debbyWindowClass))
22
23typedef struct _debbyWindow debbyWindow;
24typedef struct _debbyWindowClass debbyWindowClass;
25typedef struct _debbyWindowPrivate debbyWindowPrivate;
26
27#define DEBBY_TYPE_DEBBY_APP (debby_debby_app_get_type ())
28#define DEBBY_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyApp))
29#define DEBBY_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
30#define DEBBY_IS_DEBBY_APP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DEBBY_TYPE_DEBBY_APP))
31#define DEBBY_IS_DEBBY_APP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DEBBY_TYPE_DEBBY_APP))
32#define DEBBY_DEBBY_APP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DEBBY_TYPE_DEBBY_APP, debbydebbyAppClass))
33
34typedef struct _debbydebbyApp debbydebbyApp;
35typedef struct _debbydebbyAppClass debbydebbyAppClass;
36#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
37
38#define TYPE_LOG_DIALOG (log_dialog_get_type ())
39#define LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_LOG_DIALOG, LogDialog))
40#define LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_LOG_DIALOG, LogDialogClass))
41#define IS_LOG_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_LOG_DIALOG))
42#define IS_LOG_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_LOG_DIALOG))
43#define LOG_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_LOG_DIALOG, LogDialogClass))
44
45typedef struct _LogDialog LogDialog;
46typedef struct _LogDialogClass LogDialogClass;
47#define _g_free0(var) (var = (g_free (var), NULL))
48#define _g_regex_unref0(var) ((var == NULL) ? NULL : (var = (g_regex_unref (var), NULL)))
49#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
50
51struct _debbyWindow {
52 GtkWindow parent_instance;
53 debbyWindowPrivate * priv;
54};
55
56struct _debbyWindowClass {
57 GtkWindowClass parent_class;
58};
59
60struct _debbyWindowPrivate {
61 debbydebbyApp* app;
62};
63
64
65extern GtkLabel* uninstall;
66GtkLabel* uninstall = NULL;
67extern GtkLabel* deb_install;
68GtkLabel* deb_install = NULL;
69extern GtkLabel* pass_label;
70GtkLabel* pass_label = NULL;
71extern GtkLabel* pass_space;
72GtkLabel* pass_space = NULL;
73extern GtkLabel* progress_space;
74GtkLabel* progress_space = NULL;
75extern GtkLabel* installing;
76GtkLabel* installing = NULL;
77extern GtkEntry* pass_word;
78GtkEntry* pass_word = NULL;
79extern GtkWidget* progress_bar;
80GtkWidget* progress_bar = NULL;
81extern gchar* image_menu;
82gchar* image_menu = NULL;
83extern gchar* file;
84gchar* file = NULL;
85extern gchar* file_content_type;
86gchar* file_content_type = NULL;
87extern gchar* gdebi_stdout;
88gchar* gdebi_stdout = NULL;
89extern gchar* gdebi_stderr;
90gchar* gdebi_stderr = NULL;
91extern const gchar* str;
92const gchar* str = NULL;
93extern const gchar* home;
94const gchar* home = NULL;
95extern gint gdebi_status;
96gint gdebi_status = 0;
97static gpointer debby_window_parent_class = NULL;
98
99GType debby_window_get_type (void) G_GNUC_CONST;
100GType debby_debby_app_get_type (void) G_GNUC_CONST;
101#define DEBBY_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), DEBBY_TYPE_WINDOW, debbyWindowPrivate))
102enum {
103 DEBBY_WINDOW_DUMMY_PROPERTY
104};
105debbyWindow* debby_window_new (debbydebbyApp* app);
106debbyWindow* debby_window_construct (GType object_type, debbydebbyApp* app);
107static void debby_window_user_interface (debbyWindow* self);
108static void __lambda4_ (debbyWindow* self);
109void pass_off (void);
110void install (void);
111static void ___lambda4__gtk_entry_activate (GtkEntry* _sender, gpointer self);
112void debby_window_on_drag_data_received (debbyWindow* self, GdkDragContext* drag_context, gint x, gint y, GtkSelectionData* data, guint info, guint time);
113static 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);
114static void __lambda5_ (debbyWindow* self);
115GType log_dialog_get_type (void) G_GNUC_CONST;
116LogDialog* log_dialog_new (void);
117LogDialog* log_dialog_construct (GType object_type);
118static void ___lambda5__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
119static void __lambda6_ (debbyWindow* self);
120static void ___lambda6__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
121static void _g_application_quit_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
122void pass_on (void);
123static void debby_window_finalize (GObject* obj);
124static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func);
125static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
126static gint _vala_array_length (gpointer array);
127
128const GtkTargetEntry DEBBY_targets[1] = {{"text/uri-list", (guint) 0, (guint) 0}};
129
130static gpointer _g_object_ref0 (gpointer self) {
131 return self ? g_object_ref (self) : NULL;
132}
133
134
135debbyWindow* debby_window_construct (GType object_type, debbydebbyApp* app) {
136 debbyWindow * self = NULL;
137 debbydebbyApp* _tmp0_ = NULL;
138 debbydebbyApp* _tmp1_ = NULL;
139 debbydebbyApp* _tmp2_ = NULL;
140 g_return_val_if_fail (app != NULL, NULL);
141 self = (debbyWindow*) g_object_new (object_type, NULL);
142 _tmp0_ = app;
143 _tmp1_ = _g_object_ref0 (_tmp0_);
144 _g_object_unref0 (self->priv->app);
145 self->priv->app = _tmp1_;
146 _tmp2_ = app;
147 gtk_window_set_application ((GtkWindow*) self, (GtkApplication*) _tmp2_);
148 gtk_widget_set_size_request ((GtkWidget*) self, 450, 500);
149 gtk_window_set_resizable ((GtkWindow*) self, FALSE);
150 g_object_set ((GtkWindow*) self, "window-position", GTK_WIN_POS_CENTER, NULL);
151 debby_window_user_interface (self);
152 gtk_widget_show_all ((GtkWidget*) self);
153 return self;
154}
155
156
157debbyWindow* debby_window_new (debbydebbyApp* app) {
158 return debby_window_construct (DEBBY_TYPE_WINDOW, app);
159}
160
161
162static void __lambda4_ (debbyWindow* self) {
163 GtkEntry* _tmp0_ = NULL;
164 const gchar* _tmp1_ = NULL;
165 pass_off ();
166 _tmp0_ = pass_word;
167 _tmp1_ = gtk_entry_get_text (_tmp0_);
168 str = _tmp1_;
169 install ();
170}
171
172
173static void ___lambda4__gtk_entry_activate (GtkEntry* _sender, gpointer self) {
174 __lambda4_ ((debbyWindow*) self);
175}
176
177
178static 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) {
179 debby_window_on_drag_data_received ((debbyWindow*) self, context, x, y, selection_data, info, time_);
180}
181
182
183static void __lambda5_ (debbyWindow* self) {
184 LogDialog* log_dialog = NULL;
185 LogDialog* _tmp0_ = NULL;
186 _tmp0_ = log_dialog_new ();
187 g_object_ref_sink (_tmp0_);
188 log_dialog = _tmp0_;
189 _g_object_unref0 (log_dialog);
190}
191
192
193static void ___lambda5__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
194 __lambda5_ ((debbyWindow*) self);
195}
196
197
198static void __lambda6_ (debbyWindow* self) {
199 GraniteApplication* _tmp0_ = NULL;
200 GtkWidget* _tmp1_ = NULL;
201 _tmp0_ = granite_app;
202 _tmp1_ = gtk_widget_get_toplevel ((GtkWidget*) self);
203 granite_application_show_about (_tmp0_, _tmp1_);
204}
205
206
207static void ___lambda6__gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
208 __lambda6_ ((debbyWindow*) self);
209}
210
211
212static void _g_application_quit_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
213 g_application_quit ((GApplication*) self);
214}
215
216
217static void debby_window_user_interface (debbyWindow* self) {
218 GtkBox* box = NULL;
219 GtkBox* _tmp0_ = NULL;
220 GtkLabel* _tmp1_ = NULL;
221 GtkLabel* _tmp2_ = NULL;
222 GtkLabel* _tmp3_ = NULL;
223 GtkLabel* _tmp4_ = NULL;
224 GtkLabel* _tmp5_ = NULL;
225 gchar* image_debian_package = NULL;
226 gchar* _tmp6_ = NULL;
227 GtkImage* background_image = NULL;
228 GtkImage* _tmp7_ = NULL;
229 GtkLabel* _tmp8_ = NULL;
230 GtkLabel* _tmp9_ = NULL;
231 GtkLabel* _tmp10_ = NULL;
232 GtkLabel* _tmp11_ = NULL;
233 GtkLabel* _tmp12_ = NULL;
234 GtkLabel* _tmp13_ = NULL;
235 GtkLabel* _tmp14_ = NULL;
236 GtkLabel* _tmp15_ = NULL;
237 GtkLabel* _tmp16_ = NULL;
238 GtkLabel* _tmp17_ = NULL;
239 GtkBox* pass = NULL;
240 GtkBox* _tmp18_ = NULL;
241 GtkEntry* _tmp19_ = NULL;
242 GtkEntry* _tmp20_ = NULL;
243 GtkEntry* _tmp21_ = NULL;
244 GtkEntry* _tmp22_ = NULL;
245 GtkBox* progress = NULL;
246 GtkBox* _tmp23_ = NULL;
247 GtkLabel* _tmp24_ = NULL;
248 GtkLabel* _tmp25_ = NULL;
249 GtkLabel* _tmp26_ = NULL;
250 GtkLabel* _tmp27_ = NULL;
251 GtkLabel* _tmp28_ = NULL;
252 GtkLabel* _tmp29_ = NULL;
253 GtkLabel* _tmp30_ = NULL;
254 GtkLabel* _tmp31_ = NULL;
255 GtkLabel* _tmp32_ = NULL;
256 GtkLabel* _tmp33_ = NULL;
257 GtkProgressBar* _tmp34_ = NULL;
258 GtkWidget* _tmp35_ = NULL;
259 GtkLabel* _tmp36_ = NULL;
260 GtkLabel* _tmp37_ = NULL;
261 GtkLabel* _tmp38_ = NULL;
262 GtkLabel* _tmp39_ = NULL;
263 GtkLabel* _tmp40_ = NULL;
264 GtkMenu* menu = NULL;
265 GtkMenu* _tmp41_ = NULL;
266 GtkMenuItem* exit = NULL;
267 GtkMenuItem* _tmp42_ = NULL;
268 GtkMenuItem* about = NULL;
269 GtkMenuItem* _tmp43_ = NULL;
270 GtkMenuItem* log = NULL;
271 GtkMenuItem* _tmp44_ = NULL;
272 debbydebbyApp* _tmp45_ = NULL;
273 gchar* _tmp46_ = NULL;
274 GtkMenuButton* menubutton = NULL;
275 GtkMenuButton* _tmp47_ = NULL;
276 const gchar* _tmp48_ = NULL;
277 GtkImage* _tmp49_ = NULL;
278 GtkImage* _tmp50_ = NULL;
279 GtkHeaderBar* header = NULL;
280 GtkHeaderBar* _tmp51_ = NULL;
281 g_return_if_fail (self != NULL);
282 _tmp0_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
283 g_object_ref_sink (_tmp0_);
284 box = _tmp0_;
285 gtk_container_add ((GtkContainer*) self, (GtkWidget*) box);
286 _tmp1_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>\n" \
287"Drag and Drop from Slingshot \n" \
288"to uninstall a package.</span>");
289 g_object_ref_sink (_tmp1_);
290 _g_object_unref0 (uninstall);
291 uninstall = _tmp1_;
292 _tmp2_ = uninstall;
293 gtk_label_set_use_markup (_tmp2_, TRUE);
294 _tmp3_ = uninstall;
295 gtk_label_set_line_wrap (_tmp3_, TRUE);
296 _tmp4_ = uninstall;
297 gtk_label_set_justify (_tmp4_, GTK_JUSTIFY_CENTER);
298 _tmp5_ = uninstall;
299 gtk_box_pack_start (box, (GtkWidget*) _tmp5_, FALSE, FALSE, (guint) 0);
300 _tmp6_ = g_strdup ("/home/maccabbi/Dropbox/vala/debby_yad/src/images/elementary_package.sv" \
301"g");
302 image_debian_package = _tmp6_;
303 _tmp7_ = (GtkImage*) gtk_image_new ();
304 g_object_ref_sink (_tmp7_);
305 background_image = _tmp7_;
306 gtk_image_set_from_file (background_image, image_debian_package);
307 gtk_box_pack_start (box, (GtkWidget*) background_image, FALSE, FALSE, (guint) 0);
308 _tmp8_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>Drag and Dr" \
309"op .deb file \n" \
310"to install a package.\n" \
311"</span>");
312 g_object_ref_sink (_tmp8_);
313 _g_object_unref0 (deb_install);
314 deb_install = _tmp8_;
315 _tmp9_ = deb_install;
316 gtk_label_set_use_markup (_tmp9_, TRUE);
317 _tmp10_ = deb_install;
318 gtk_label_set_line_wrap (_tmp10_, TRUE);
319 _tmp11_ = deb_install;
320 gtk_label_set_justify (_tmp11_, GTK_JUSTIFY_CENTER);
321 _tmp12_ = deb_install;
322 gtk_box_pack_start (box, (GtkWidget*) _tmp12_, FALSE, FALSE, (guint) 0);
323 _tmp13_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>Enter Passw" \
324"ord:\n" \
325"</span>");
326 g_object_ref_sink (_tmp13_);
327 _g_object_unref0 (pass_label);
328 pass_label = _tmp13_;
329 _tmp14_ = pass_label;
330 gtk_label_set_use_markup (_tmp14_, TRUE);
331 _tmp15_ = pass_label;
332 gtk_label_set_line_wrap (_tmp15_, TRUE);
333 _tmp16_ = pass_label;
334 gtk_label_set_justify (_tmp16_, GTK_JUSTIFY_CENTER);
335 _tmp17_ = pass_label;
336 gtk_box_pack_start (box, (GtkWidget*) _tmp17_, FALSE, FALSE, (guint) 0);
337 _tmp18_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
338 g_object_ref_sink (_tmp18_);
339 pass = _tmp18_;
340 gtk_box_set_homogeneous (pass, FALSE);
341 _tmp19_ = (GtkEntry*) gtk_entry_new ();
342 g_object_ref_sink (_tmp19_);
343 _g_object_unref0 (pass_word);
344 pass_word = _tmp19_;
345 _tmp20_ = pass_word;
346 gtk_box_pack_start (pass, (GtkWidget*) _tmp20_, TRUE, TRUE, (guint) 50);
347 _tmp21_ = pass_word;
348 gtk_entry_set_visibility (_tmp21_, FALSE);
349 _tmp22_ = pass_word;
350 g_signal_connect_object (_tmp22_, "activate", (GCallback) ___lambda4__gtk_entry_activate, self, 0);
351 gtk_box_pack_start (box, (GtkWidget*) pass, FALSE, FALSE, (guint) 0);
352 _tmp23_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
353 g_object_ref_sink (_tmp23_);
354 progress = _tmp23_;
355 gtk_box_set_homogeneous (progress, FALSE);
356 _tmp24_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>\n</span>");
357 g_object_ref_sink (_tmp24_);
358 _g_object_unref0 (pass_space);
359 pass_space = _tmp24_;
360 _tmp25_ = pass_space;
361 gtk_label_set_use_markup (_tmp25_, TRUE);
362 _tmp26_ = pass_space;
363 gtk_label_set_line_wrap (_tmp26_, TRUE);
364 _tmp27_ = pass_space;
365 gtk_label_set_justify (_tmp27_, GTK_JUSTIFY_CENTER);
366 _tmp28_ = pass_space;
367 gtk_box_pack_start (box, (GtkWidget*) _tmp28_, FALSE, FALSE, (guint) 0);
368 _tmp29_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>Installing." \
369"..\n" \
370"</span>");
371 g_object_ref_sink (_tmp29_);
372 _g_object_unref0 (installing);
373 installing = _tmp29_;
374 _tmp30_ = installing;
375 gtk_label_set_use_markup (_tmp30_, TRUE);
376 _tmp31_ = installing;
377 gtk_label_set_line_wrap (_tmp31_, TRUE);
378 _tmp32_ = installing;
379 gtk_label_set_justify (_tmp32_, GTK_JUSTIFY_CENTER);
380 _tmp33_ = installing;
381 gtk_box_pack_start (box, (GtkWidget*) _tmp33_, FALSE, FALSE, (guint) 0);
382 _tmp34_ = (GtkProgressBar*) gtk_progress_bar_new ();
383 g_object_ref_sink (_tmp34_);
384 _g_object_unref0 (progress_bar);
385 progress_bar = (GtkWidget*) _tmp34_;
386 _tmp35_ = progress_bar;
387 gtk_box_pack_start (progress, _tmp35_, TRUE, TRUE, (guint) 30);
388 gtk_box_pack_start (box, (GtkWidget*) progress, FALSE, FALSE, (guint) 0);
389 _tmp36_ = (GtkLabel*) gtk_label_new ("<span foreground='#9a9a9a' font_family='Sans' size='large'>\n</span>");
390 g_object_ref_sink (_tmp36_);
391 _g_object_unref0 (progress_space);
392 progress_space = _tmp36_;
393 _tmp37_ = progress_space;
394 gtk_label_set_use_markup (_tmp37_, TRUE);
395 _tmp38_ = progress_space;
396 gtk_label_set_line_wrap (_tmp38_, TRUE);
397 _tmp39_ = progress_space;
398 gtk_label_set_justify (_tmp39_, GTK_JUSTIFY_CENTER);
399 _tmp40_ = progress_space;
400 gtk_box_pack_start (box, (GtkWidget*) _tmp40_, FALSE, FALSE, (guint) 0);
401 gtk_drag_dest_set ((GtkWidget*) self, GTK_DEST_DEFAULT_ALL, DEBBY_targets, G_N_ELEMENTS (DEBBY_targets), GDK_ACTION_COPY);
402 g_signal_connect_object ((GtkWidget*) self, "drag-data-received", (GCallback) _debby_window_on_drag_data_received_gtk_widget_drag_data_received, self, 0);
403 _tmp41_ = (GtkMenu*) gtk_menu_new ();
404 g_object_ref_sink (_tmp41_);
405 menu = _tmp41_;
406 _tmp42_ = (GtkMenuItem*) gtk_menu_item_new_with_label ("Exit");
407 g_object_ref_sink (_tmp42_);
408 exit = _tmp42_;
409 _tmp43_ = (GtkMenuItem*) gtk_menu_item_new_with_label ("About");
410 g_object_ref_sink (_tmp43_);
411 about = _tmp43_;
412 _tmp44_ = (GtkMenuItem*) gtk_menu_item_new_with_label ("View Log");
413 g_object_ref_sink (_tmp44_);
414 log = _tmp44_;
415 g_signal_connect_object (log, "activate", (GCallback) ___lambda5__gtk_menu_item_activate, self, 0);
416 g_signal_connect_object (about, "activate", (GCallback) ___lambda6__gtk_menu_item_activate, self, 0);
417 _tmp45_ = self->priv->app;
418 g_signal_connect_object (exit, "activate", (GCallback) _g_application_quit_gtk_menu_item_activate, (GApplication*) _tmp45_, 0);
419 gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkWidget*) about);
420 gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkWidget*) log);
421 gtk_menu_shell_append ((GtkMenuShell*) menu, (GtkWidget*) exit);
422 gtk_widget_show_all ((GtkWidget*) menu);
423 _tmp46_ = g_strdup ("/usr/share/debby/images/menu.png");
424 _g_free0 (image_menu);
425 image_menu = _tmp46_;
426 _tmp47_ = (GtkMenuButton*) gtk_menu_button_new ();
427 g_object_ref_sink (_tmp47_);
428 menubutton = _tmp47_;
429 gtk_widget_set_size_request ((GtkWidget*) menubutton, 30, 30);
430 gtk_menu_button_set_popup (menubutton, (GtkWidget*) menu);
431 _tmp48_ = image_menu;
432 _tmp49_ = (GtkImage*) gtk_image_new_from_file (_tmp48_);
433 g_object_ref_sink (_tmp49_);
434 _tmp50_ = _tmp49_;
435 gtk_button_set_image ((GtkButton*) menubutton, (GtkWidget*) _tmp50_);
436 _g_object_unref0 (_tmp50_);
437 _tmp51_ = (GtkHeaderBar*) gtk_header_bar_new ();
438 g_object_ref_sink (_tmp51_);
439 header = _tmp51_;
440 gtk_header_bar_set_title (header, "Debby");
441 gtk_header_bar_set_subtitle (header, "Drag and Drop Package Manager");
442 gtk_header_bar_set_show_close_button (header, TRUE);
443 gtk_header_bar_pack_end (header, (GtkWidget*) menubutton);
444 gtk_window_set_titlebar ((GtkWindow*) self, (GtkWidget*) header);
445 gtk_widget_show_all ((GtkWidget*) self);
446 _g_object_unref0 (header);
447 _g_object_unref0 (menubutton);
448 _g_object_unref0 (log);
449 _g_object_unref0 (about);
450 _g_object_unref0 (exit);
451 _g_object_unref0 (menu);
452 _g_object_unref0 (progress);
453 _g_object_unref0 (pass);
454 _g_object_unref0 (background_image);
455 _g_free0 (image_debian_package);
456 _g_object_unref0 (box);
457}
458
459
460static gchar* string_replace (const gchar* self, const gchar* old, const gchar* replacement) {
461 gchar* result = NULL;
462 GError * _inner_error_ = NULL;
463 g_return_val_if_fail (self != NULL, NULL);
464 g_return_val_if_fail (old != NULL, NULL);
465 g_return_val_if_fail (replacement != NULL, NULL);
466 {
467 GRegex* regex = NULL;
468 const gchar* _tmp0_ = NULL;
469 gchar* _tmp1_ = NULL;
470 gchar* _tmp2_ = NULL;
471 GRegex* _tmp3_ = NULL;
472 GRegex* _tmp4_ = NULL;
473 gchar* _tmp5_ = NULL;
474 GRegex* _tmp6_ = NULL;
475 const gchar* _tmp7_ = NULL;
476 gchar* _tmp8_ = NULL;
477 gchar* _tmp9_ = NULL;
478 _tmp0_ = old;
479 _tmp1_ = g_regex_escape_string (_tmp0_, -1);
480 _tmp2_ = _tmp1_;
481 _tmp3_ = g_regex_new (_tmp2_, 0, 0, &_inner_error_);
482 _tmp4_ = _tmp3_;
483 _g_free0 (_tmp2_);
484 regex = _tmp4_;
485 if (G_UNLIKELY (_inner_error_ != NULL)) {
486 if (_inner_error_->domain == G_REGEX_ERROR) {
487 goto __catch0_g_regex_error;
488 }
489 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);
490 g_clear_error (&_inner_error_);
491 return NULL;
492 }
493 _tmp6_ = regex;
494 _tmp7_ = replacement;
495 _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) (-1), 0, _tmp7_, 0, &_inner_error_);
496 _tmp5_ = _tmp8_;
497 if (G_UNLIKELY (_inner_error_ != NULL)) {
498 _g_regex_unref0 (regex);
499 if (_inner_error_->domain == G_REGEX_ERROR) {
500 goto __catch0_g_regex_error;
501 }
502 _g_regex_unref0 (regex);
503 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);
504 g_clear_error (&_inner_error_);
505 return NULL;
506 }
507 _tmp9_ = _tmp5_;
508 _tmp5_ = NULL;
509 result = _tmp9_;
510 _g_free0 (_tmp5_);
511 _g_regex_unref0 (regex);
512 return result;
513 }
514 goto __finally0;
515 __catch0_g_regex_error:
516 {
517 GError* e = NULL;
518 e = _inner_error_;
519 _inner_error_ = NULL;
520 g_assert_not_reached ();
521 _g_error_free0 (e);
522 }
523 __finally0:
524 if (G_UNLIKELY (_inner_error_ != NULL)) {
525 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);
526 g_clear_error (&_inner_error_);
527 return NULL;
528 }
529}
530
531
532void debby_window_on_drag_data_received (debbyWindow* self, GdkDragContext* drag_context, gint x, gint y, GtkSelectionData* data, guint info, guint time) {
533 GtkSelectionData* _tmp0_ = NULL;
534 gchar** _tmp1_ = NULL;
535 gchar** _tmp2_ = NULL;
536 GFile* test_type = NULL;
537 const gchar* _tmp10_ = NULL;
538 GFile* _tmp11_ = NULL;
539 const gchar* _tmp21_ = NULL;
540 GdkDragContext* _tmp26_ = NULL;
541 guint _tmp27_ = 0U;
542 GError * _inner_error_ = NULL;
543 g_return_if_fail (self != NULL);
544 g_return_if_fail (drag_context != NULL);
545 g_return_if_fail (data != NULL);
546 _tmp0_ = data;
547 _tmp2_ = _tmp1_ = gtk_selection_data_get_uris (_tmp0_);
548 {
549 gchar** uri_collection = NULL;
550 gint uri_collection_length1 = 0;
551 gint _uri_collection_size_ = 0;
552 gint uri_it = 0;
553 uri_collection = _tmp2_;
554 uri_collection_length1 = _vala_array_length (_tmp1_);
555 for (uri_it = 0; uri_it < _vala_array_length (_tmp1_); uri_it = uri_it + 1) {
556 gchar* _tmp3_ = NULL;
557 gchar* uri = NULL;
558 _tmp3_ = g_strdup (uri_collection[uri_it]);
559 uri = _tmp3_;
560 {
561 const gchar* _tmp4_ = NULL;
562 gchar* _tmp5_ = NULL;
563 gchar* _tmp6_ = NULL;
564 gchar* _tmp7_ = NULL;
565 const gchar* _tmp8_ = NULL;
566 gchar* _tmp9_ = NULL;
567 _tmp4_ = uri;
568 _tmp5_ = string_replace (_tmp4_, "file://", "");
569 _tmp6_ = _tmp5_;
570 _tmp7_ = string_replace (_tmp6_, "file:/", "");
571 _g_free0 (file);
572 file = _tmp7_;
573 _g_free0 (_tmp6_);
574 _tmp8_ = file;
575 _tmp9_ = g_uri_unescape_string (_tmp8_, NULL);
576 _g_free0 (file);
577 file = _tmp9_;
578 _g_free0 (uri);
579 }
580 }
581 uri_collection = (_vala_array_free (uri_collection, uri_collection_length1, (GDestroyNotify) g_free), NULL);
582 }
583 _tmp10_ = file;
584 _tmp11_ = g_file_new_for_path (_tmp10_);
585 test_type = _tmp11_;
586 {
587 GFileInfo* _tmp12_ = NULL;
588 GFileInfo* _tmp13_ = NULL;
589 GFileInfo* _tmp14_ = NULL;
590 GFileInfo* _tmp15_ = NULL;
591 const gchar* _tmp16_ = NULL;
592 gchar* _tmp17_ = NULL;
593 _tmp13_ = g_file_query_info (test_type, "*", G_FILE_QUERY_INFO_NONE, NULL, &_inner_error_);
594 _tmp12_ = _tmp13_;
595 if (G_UNLIKELY (_inner_error_ != NULL)) {
596 goto __catch1_g_error;
597 }
598 _tmp14_ = _tmp12_;
599 _tmp12_ = NULL;
600 _tmp15_ = _tmp14_;
601 _tmp16_ = g_file_info_get_content_type (_tmp15_);
602 _tmp17_ = g_strdup (_tmp16_);
603 _g_free0 (file_content_type);
604 file_content_type = _tmp17_;
605 _g_object_unref0 (_tmp15_);
606 _g_object_unref0 (_tmp12_);
607 }
608 goto __finally1;
609 __catch1_g_error:
610 {
611 GError* e = NULL;
612 FILE* _tmp18_ = NULL;
613 GError* _tmp19_ = NULL;
614 const gchar* _tmp20_ = NULL;
615 e = _inner_error_;
616 _inner_error_ = NULL;
617 _tmp18_ = stderr;
618 _tmp19_ = e;
619 _tmp20_ = _tmp19_->message;
620 fprintf (_tmp18_, "Error: %s\n", _tmp20_);
621 _g_error_free0 (e);
622 }
623 __finally1:
624 if (G_UNLIKELY (_inner_error_ != NULL)) {
625 _g_object_unref0 (test_type);
626 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);
627 g_clear_error (&_inner_error_);
628 return;
629 }
630 _tmp21_ = file_content_type;
631 if (g_strcmp0 (_tmp21_, "application/x-deb") == 0) {
632 pass_on ();
633 } else {
634 const gchar* _tmp22_ = NULL;
635 _tmp22_ = file_content_type;
636 if (g_strcmp0 (_tmp22_, "application/x-desktop") == 0) {
637 pass_on ();
638 } else {
639 {
640 g_spawn_command_line_sync ("notify-send --icon=error Error 'File is not a Debian Package or a .des" \
641"ktop file.'", NULL, NULL, NULL, &_inner_error_);
642 if (G_UNLIKELY (_inner_error_ != NULL)) {
643 goto __catch2_g_error;
644 }
645 }
646 goto __finally2;
647 __catch2_g_error:
648 {
649 GError* e = NULL;
650 FILE* _tmp23_ = NULL;
651 GError* _tmp24_ = NULL;
652 const gchar* _tmp25_ = NULL;
653 e = _inner_error_;
654 _inner_error_ = NULL;
655 _tmp23_ = stderr;
656 _tmp24_ = e;
657 _tmp25_ = _tmp24_->message;
658 fprintf (_tmp23_, "Error: %s\n", _tmp25_);
659 _g_error_free0 (e);
660 }
661 __finally2:
662 if (G_UNLIKELY (_inner_error_ != NULL)) {
663 _g_object_unref0 (test_type);
664 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);
665 g_clear_error (&_inner_error_);
666 return;
667 }
668 }
669 }
670 _tmp26_ = drag_context;
671 _tmp27_ = time;
672 gtk_drag_finish (_tmp26_, TRUE, FALSE, (guint32) _tmp27_);
673 _g_object_unref0 (test_type);
674}
675
676
677static void debby_window_class_init (debbyWindowClass * klass) {
678 debby_window_parent_class = g_type_class_peek_parent (klass);
679 g_type_class_add_private (klass, sizeof (debbyWindowPrivate));
680 G_OBJECT_CLASS (klass)->finalize = debby_window_finalize;
681}
682
683
684static void debby_window_instance_init (debbyWindow * self) {
685 self->priv = DEBBY_WINDOW_GET_PRIVATE (self);
686}
687
688
689static void debby_window_finalize (GObject* obj) {
690 debbyWindow * self;
691 self = G_TYPE_CHECK_INSTANCE_CAST (obj, DEBBY_TYPE_WINDOW, debbyWindow);
692 _g_object_unref0 (self->priv->app);
693 G_OBJECT_CLASS (debby_window_parent_class)->finalize (obj);
694}
695
696
697GType debby_window_get_type (void) {
698 static volatile gsize debby_window_type_id__volatile = 0;
699 if (g_once_init_enter (&debby_window_type_id__volatile)) {
700 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 };
701 GType debby_window_type_id;
702 debby_window_type_id = g_type_register_static (GTK_TYPE_WINDOW, "debbyWindow", &g_define_type_info, 0);
703 g_once_init_leave (&debby_window_type_id__volatile, debby_window_type_id);
704 }
705 return debby_window_type_id__volatile;
706}
707
708
709static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) {
710 if ((array != NULL) && (destroy_func != NULL)) {
711 int i;
712 for (i = 0; i < array_length; i = i + 1) {
713 if (((gpointer*) array)[i] != NULL) {
714 destroy_func (((gpointer*) array)[i]);
715 }
716 }
717 }
718}
719
720
721static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) {
722 _vala_array_destroy (array, array_length, destroy_func);
723 g_free (array);
724}
725
726
727static gint _vala_array_length (gpointer array) {
728 int length;
729 length = 0;
730 if (array) {
731 while (((gpointer*) array)[length]) {
732 length++;
733 }
734 }
735 return length;
736}
737
738
739
7400
=== removed file 'build/src/config.c'
--- build/src/config.c 2014-08-23 23:41:03 +0000
+++ build/src/config.c 1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
1/* config.c generated by valac 0.25.1, the Vala compiler
2 * generated from config.vala, do not modify */
3
4
5#include <glib.h>
6#include <glib-object.h>
7#include <stdlib.h>
8#include <string.h>
9
10
11
12
13#define CONSTANTS_DATADIR "/usr/share"
14#define CONSTANTS_PKGDATADIR "/usr/share/debby"
15#define CONSTANTS_GETTEXT_PACKAGE "debby"
16#define CONSTANTS_RELEASE_NAME "debby."
17#define CONSTANTS_VERSION "0.02"
18#define CONSTANTS_VERSION_INFO "Release"
19
20
21
220
=== removed file 'build/src/hide.c'
--- build/src/hide.c 2014-08-23 23:41:03 +0000
+++ build/src/hide.c 1970-01-01 00:00:00 +0000
@@ -1,85 +0,0 @@
1/* hide.c generated by valac 0.25.1, the Vala compiler
2 * generated from hide.vala, do not modify */
3
4
5#include <glib.h>
6#include <glib-object.h>
7#include <gtk/gtk.h>
8
9
10
11extern GtkLabel* pass_label;
12extern GtkEntry* pass_word;
13extern GtkLabel* pass_space;
14extern GtkLabel* uninstall;
15extern GtkLabel* deb_install;
16extern GtkLabel* installing;
17extern GtkLabel* progress_space;
18extern GtkWidget* progress_bar;
19
20void pass_off (void);
21void pass_on (void);
22void base_on (void);
23
24
25void pass_off (void) {
26 GtkLabel* _tmp0_ = NULL;
27 GtkEntry* _tmp1_ = NULL;
28 GtkLabel* _tmp2_ = NULL;
29 GtkLabel* _tmp3_ = NULL;
30 GtkLabel* _tmp4_ = NULL;
31 _tmp0_ = pass_label;
32 gtk_widget_hide ((GtkWidget*) _tmp0_);
33 _tmp1_ = pass_word;
34 gtk_widget_hide ((GtkWidget*) _tmp1_);
35 _tmp2_ = pass_space;
36 gtk_widget_hide ((GtkWidget*) _tmp2_);
37 _tmp3_ = uninstall;
38 gtk_widget_show ((GtkWidget*) _tmp3_);
39 _tmp4_ = deb_install;
40 gtk_widget_show ((GtkWidget*) _tmp4_);
41}
42
43
44void pass_on (void) {
45 GtkLabel* _tmp0_ = NULL;
46 GtkEntry* _tmp1_ = NULL;
47 GtkLabel* _tmp2_ = NULL;
48 GtkLabel* _tmp3_ = NULL;
49 GtkLabel* _tmp4_ = NULL;
50 _tmp0_ = pass_label;
51 gtk_widget_show ((GtkWidget*) _tmp0_);
52 _tmp1_ = pass_word;
53 gtk_widget_show ((GtkWidget*) _tmp1_);
54 _tmp2_ = uninstall;
55 gtk_widget_hide ((GtkWidget*) _tmp2_);
56 _tmp3_ = deb_install;
57 gtk_widget_hide ((GtkWidget*) _tmp3_);
58 _tmp4_ = pass_space;
59 gtk_widget_show ((GtkWidget*) _tmp4_);
60}
61
62
63void base_on (void) {
64 GtkEntry* _tmp0_ = NULL;
65 GtkLabel* _tmp1_ = NULL;
66 GtkLabel* _tmp2_ = NULL;
67 GtkLabel* _tmp3_ = NULL;
68 GtkLabel* _tmp4_ = NULL;
69 GtkWidget* _tmp5_ = NULL;
70 _tmp0_ = pass_word;
71 gtk_widget_hide ((GtkWidget*) _tmp0_);
72 _tmp1_ = pass_label;
73 gtk_widget_hide ((GtkWidget*) _tmp1_);
74 _tmp2_ = pass_space;
75 gtk_widget_hide ((GtkWidget*) _tmp2_);
76 _tmp3_ = installing;
77 gtk_widget_hide ((GtkWidget*) _tmp3_);
78 _tmp4_ = progress_space;
79 gtk_widget_hide ((GtkWidget*) _tmp4_);
80 _tmp5_ = progress_bar;
81 gtk_widget_hide (_tmp5_);
82}
83
84
85
860
=== removed file 'build/src/install_deb.c'
--- build/src/install_deb.c 2014-08-23 23:41:03 +0000
+++ build/src/install_deb.c 1970-01-01 00:00:00 +0000
@@ -1,198 +0,0 @@
1/* install_deb.c generated by valac 0.25.1, the Vala compiler
2 * generated from install_deb.vala, do not modify */
3
4
5#include <glib.h>
6#include <glib-object.h>
7#include <stdlib.h>
8#include <string.h>
9#include <stdio.h>
10
11#define _g_free0(var) (var = (g_free (var), NULL))
12#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
13
14
15extern const gchar* str;
16extern gchar* file;
17extern gchar* gdebi_stdout;
18extern gchar* gdebi_stderr;
19extern gint gdebi_status;
20extern const gchar* home;
21
22void install2 (void);
23void install (void);
24
25
26static const gchar* string_to_string (const gchar* self) {
27 const gchar* result = NULL;
28 g_return_val_if_fail (self != NULL, NULL);
29 result = self;
30 return result;
31}
32
33
34void install2 (void) {
35 GError * _inner_error_ = NULL;
36 {
37 const gchar* _tmp0_ = NULL;
38 const gchar* _tmp1_ = NULL;
39 const gchar* _tmp2_ = NULL;
40 const gchar* _tmp3_ = NULL;
41 gchar* _tmp4_ = NULL;
42 gchar* _tmp5_ = NULL;
43 _tmp0_ = str;
44 _tmp1_ = string_to_string (_tmp0_);
45 _tmp2_ = file;
46 _tmp3_ = string_to_string (_tmp2_);
47 _tmp4_ = g_strconcat ("bash -c 'echo -e ", _tmp1_, " | sudo -S gdebi -n ", _tmp3_, " 2>&1 | sed 's/^/#/' | yad --progress --pulsate --enable-log=Installin" \
48"g --auto-close --auto-kill --center --width=400 --no-buttons --title=I" \
49"nstalling --skip-taskbar --on-top'", NULL);
50 _tmp5_ = _tmp4_;
51 g_spawn_command_line_async (_tmp5_, &_inner_error_);
52 _g_free0 (_tmp5_);
53 if (G_UNLIKELY (_inner_error_ != NULL)) {
54 goto __catch3_g_error;
55 }
56 }
57 goto __finally3;
58 __catch3_g_error:
59 {
60 GError* e = NULL;
61 FILE* _tmp6_ = NULL;
62 GError* _tmp7_ = NULL;
63 const gchar* _tmp8_ = NULL;
64 e = _inner_error_;
65 _inner_error_ = NULL;
66 _tmp6_ = stderr;
67 _tmp7_ = e;
68 _tmp8_ = _tmp7_->message;
69 fprintf (_tmp6_, "Error: %s\n", _tmp8_);
70 _g_error_free0 (e);
71 }
72 __finally3:
73 if (G_UNLIKELY (_inner_error_ != NULL)) {
74 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);
75 g_clear_error (&_inner_error_);
76 return;
77 }
78}
79
80
81void install (void) {
82 const gchar* _tmp12_ = NULL;
83 gint _tmp13_ = 0;
84 GError * _inner_error_ = NULL;
85 {
86 const gchar* _tmp0_ = NULL;
87 const gchar* _tmp1_ = NULL;
88 const gchar* _tmp2_ = NULL;
89 const gchar* _tmp3_ = NULL;
90 gchar* _tmp4_ = NULL;
91 gchar* _tmp5_ = NULL;
92 gchar* _tmp6_ = NULL;
93 gchar* _tmp7_ = NULL;
94 gint _tmp8_ = 0;
95 _tmp0_ = file;
96 _tmp1_ = string_to_string (_tmp0_);
97 _tmp2_ = str;
98 _tmp3_ = string_to_string (_tmp2_);
99 _tmp4_ = g_strconcat ("bash /home/maccabbi/Dropbox/vala/hello/installdeb.sh ", _tmp1_, " ", _tmp3_, NULL);
100 _tmp5_ = _tmp4_;
101 g_spawn_command_line_sync (_tmp5_, &_tmp6_, &_tmp7_, &_tmp8_, &_inner_error_);
102 _g_free0 (gdebi_stdout);
103 gdebi_stdout = _tmp6_;
104 _g_free0 (gdebi_stderr);
105 gdebi_stderr = _tmp7_;
106 gdebi_status = _tmp8_;
107 _g_free0 (_tmp5_);
108 if (G_UNLIKELY (_inner_error_ != NULL)) {
109 goto __catch4_g_error;
110 }
111 }
112 goto __finally4;
113 __catch4_g_error:
114 {
115 GError* e = NULL;
116 FILE* _tmp9_ = NULL;
117 GError* _tmp10_ = NULL;
118 const gchar* _tmp11_ = NULL;
119 e = _inner_error_;
120 _inner_error_ = NULL;
121 _tmp9_ = stderr;
122 _tmp10_ = e;
123 _tmp11_ = _tmp10_->message;
124 fprintf (_tmp9_, "Error: %s\n", _tmp11_);
125 _g_error_free0 (e);
126 }
127 __finally4:
128 if (G_UNLIKELY (_inner_error_ != NULL)) {
129 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);
130 g_clear_error (&_inner_error_);
131 return;
132 }
133 _tmp12_ = g_get_home_dir ();
134 home = _tmp12_;
135 _tmp13_ = gdebi_status;
136 if (_tmp13_ == 0) {
137 {
138 g_spawn_command_line_sync ("notify-send --icon=notification Success 'Operation completed succesful" \
139"ly. See logs for more information.'", NULL, NULL, NULL, &_inner_error_);
140 if (G_UNLIKELY (_inner_error_ != NULL)) {
141 goto __catch5_g_error;
142 }
143 }
144 goto __finally5;
145 __catch5_g_error:
146 {
147 GError* e = NULL;
148 FILE* _tmp14_ = NULL;
149 GError* _tmp15_ = NULL;
150 const gchar* _tmp16_ = NULL;
151 e = _inner_error_;
152 _inner_error_ = NULL;
153 _tmp14_ = stderr;
154 _tmp15_ = e;
155 _tmp16_ = _tmp15_->message;
156 fprintf (_tmp14_, "Error: %s\n", _tmp16_);
157 _g_error_free0 (e);
158 }
159 __finally5:
160 if (G_UNLIKELY (_inner_error_ != NULL)) {
161 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);
162 g_clear_error (&_inner_error_);
163 return;
164 }
165 } else {
166 {
167 g_spawn_command_line_sync ("notify-send --icon=error Error 'Something went wrong. Check logs for m" \
168"ore information.'", NULL, NULL, NULL, &_inner_error_);
169 if (G_UNLIKELY (_inner_error_ != NULL)) {
170 goto __catch6_g_error;
171 }
172 }
173 goto __finally6;
174 __catch6_g_error:
175 {
176 GError* e = NULL;
177 FILE* _tmp17_ = NULL;
178 GError* _tmp18_ = NULL;
179 const gchar* _tmp19_ = NULL;
180 e = _inner_error_;
181 _inner_error_ = NULL;
182 _tmp17_ = stderr;
183 _tmp18_ = e;
184 _tmp19_ = _tmp18_->message;
185 fprintf (_tmp17_, "Error: %s\n", _tmp19_);
186 _g_error_free0 (e);
187 }
188 __finally6:
189 if (G_UNLIKELY (_inner_error_ != NULL)) {
190 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);
191 g_clear_error (&_inner_error_);
192 return;
193 }
194 }
195}
196
197
198
1990
=== modified file 'src/About.vala'
--- src/About.vala 2014-08-23 23:41:03 +0000
+++ src/About.vala 2014-08-24 02:01:57 +0000
@@ -40,15 +40,15 @@
40 app_launcher = "debby.desktop";40 app_launcher = "debby.desktop";
41 application_id = "";41 application_id = "";
42 42
43 main_url = "https://code.launchpad.net/NOT_SET";43 main_url = "https://code.launchpad.net/debby";
44 bug_url = "https://bugs.launchpad.net/NOT_SET";44 bug_url = "https://bugs.launchpad.net/debby";
45 help_url = "https://code.launchpad.net/NOT_SET";45 help_url = "https://code.launchpad.net/debby";
46 translate_url = "https://translations.launchpad.net/NOT_SET";46 translate_url = "https://translations.launchpad.net/debby";
47 47
48 about_authors = { "Maccabbi <chadesh@gmail.com>" };48 about_authors = { "Maccabbi <chadesh@gmail.com>" };
49 about_documenters = { "" };49 about_documenters = { "" };
50 about_artists = { "Maccabbi <chadesh@gmail.com>" };50 about_artists = { "Maccabbi <chadesh@gmail.com>" };
51 about_comments = "debby .deb Installer";51 about_comments = "Debby .deb Installer";
52 about_translators = "";52 about_translators = "";
53 53
54 about_license_type = Gtk.License.GPL_3_0;54 about_license_type = Gtk.License.GPL_3_0;
@@ -86,4 +86,4 @@
86 app.run (args);86 app.run (args);
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: