Commit d369f64739c10877fee3969643fa0b6375456b74
1 parent
0937c99c
Cleaned up code. Removed build directory from repo
Showing
32 changed files
with
17 additions
and
2296 deletions
build/CMakeCache.txt deleted
1 | -# This is the CMakeCache file. | |
2 | -# For build in directory: /home/imanol/ClionProjects/touchpad_disabler/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. | |
18 | -CMAKE_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. | |
22 | -CMAKE_BUILD_TYPE:STRING= | |
23 | - | |
24 | -//Enable/Disable color output during build. | |
25 | -CMAKE_COLOR_MAKEFILE:BOOL=ON | |
26 | - | |
27 | -//CXX compiler. | |
28 | -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ | |
29 | - | |
30 | -//Flags used by the compiler during all build types. | |
31 | -CMAKE_CXX_FLAGS:STRING= | |
32 | - | |
33 | -//Flags used by the compiler during debug builds. | |
34 | -CMAKE_CXX_FLAGS_DEBUG:STRING=-g | |
35 | - | |
36 | -//Flags used by the compiler during release builds for minimum | |
37 | -// size. | |
38 | -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
39 | - | |
40 | -//Flags used by the compiler during release builds. | |
41 | -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
42 | - | |
43 | -//Flags used by the compiler during release builds with debug info. | |
44 | -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
45 | - | |
46 | -//C compiler. | |
47 | -CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc | |
48 | - | |
49 | -//Flags used by the compiler during all build types. | |
50 | -CMAKE_C_FLAGS:STRING= | |
51 | - | |
52 | -//Flags used by the compiler during debug builds. | |
53 | -CMAKE_C_FLAGS_DEBUG:STRING=-g | |
54 | - | |
55 | -//Flags used by the compiler during release builds for minimum | |
56 | -// size. | |
57 | -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
58 | - | |
59 | -//Flags used by the compiler during release builds. | |
60 | -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
61 | - | |
62 | -//Flags used by the compiler during release builds with debug info. | |
63 | -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
64 | - | |
65 | -//Flags used by the linker. | |
66 | -CMAKE_EXE_LINKER_FLAGS:STRING=' ' | |
67 | - | |
68 | -//Flags used by the linker during debug builds. | |
69 | -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | |
70 | - | |
71 | -//Flags used by the linker during release minsize builds. | |
72 | -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | |
73 | - | |
74 | -//Flags used by the linker during release builds. | |
75 | -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | |
76 | - | |
77 | -//Flags used by the linker during Release with Debug Info builds. | |
78 | -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
79 | - | |
80 | -//Enable/Disable output of compile commands during generation. | |
81 | -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF | |
82 | - | |
83 | -//No help, variable specified on the command line. | |
84 | -CMAKE_INSTALL_PREFIX:PATH=/usr/local | |
85 | - | |
86 | -//Path to a program. | |
87 | -CMAKE_LINKER:FILEPATH=/usr/bin/ld | |
88 | - | |
89 | -//Path to a program. | |
90 | -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make | |
91 | - | |
92 | -//Flags used by the linker during the creation of modules. | |
93 | -CMAKE_MODULE_LINKER_FLAGS:STRING=' ' | |
94 | - | |
95 | -//Flags used by the linker during debug builds. | |
96 | -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | |
97 | - | |
98 | -//Flags used by the linker during release minsize builds. | |
99 | -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | |
100 | - | |
101 | -//Flags used by the linker during release builds. | |
102 | -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | |
103 | - | |
104 | -//Flags used by the linker during Release with Debug Info builds. | |
105 | -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
106 | - | |
107 | -//Path to a program. | |
108 | -CMAKE_NM:FILEPATH=/usr/bin/nm | |
109 | - | |
110 | -//Path to a program. | |
111 | -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy | |
112 | - | |
113 | -//Path to a program. | |
114 | -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump | |
115 | - | |
116 | -//Value Computed by CMake | |
117 | -CMAKE_PROJECT_NAME:STATIC=touchpad_disabler | |
118 | - | |
119 | -//Path to a program. | |
120 | -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | |
121 | - | |
122 | -//Flags used by the linker during the creation of dll's. | |
123 | -CMAKE_SHARED_LINKER_FLAGS:STRING=' ' | |
124 | - | |
125 | -//Flags used by the linker during debug builds. | |
126 | -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | |
127 | - | |
128 | -//Flags used by the linker during release minsize builds. | |
129 | -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | |
130 | - | |
131 | -//Flags used by the linker during release builds. | |
132 | -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | |
133 | - | |
134 | -//Flags used by the linker during Release with Debug Info builds. | |
135 | -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
136 | - | |
137 | -//If set, runtime paths are not added when installing shared libraries, | |
138 | -// but are added when building. | |
139 | -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
140 | - | |
141 | -//If set, runtime paths are not added when using shared libraries. | |
142 | -CMAKE_SKIP_RPATH:BOOL=NO | |
143 | - | |
144 | -//Flags used by the linker during the creation of static libraries. | |
145 | -CMAKE_STATIC_LINKER_FLAGS:STRING= | |
146 | - | |
147 | -//Flags used by the linker during debug builds. | |
148 | -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | |
149 | - | |
150 | -//Flags used by the linker during release minsize builds. | |
151 | -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | |
152 | - | |
153 | -//Flags used by the linker during release builds. | |
154 | -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | |
155 | - | |
156 | -//Flags used by the linker during Release with Debug Info builds. | |
157 | -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
158 | - | |
159 | -//Path to a program. | |
160 | -CMAKE_STRIP:FILEPATH=/usr/bin/strip | |
161 | - | |
162 | -//If true, cmake will use relative paths in makefiles and projects. | |
163 | -CMAKE_USE_RELATIVE_PATHS:BOOL=OFF | |
164 | - | |
165 | -//If this value is on, makefiles will be generated without the | |
166 | -// .SILENT directive, and all commands will be echoed to the console | |
167 | -// during the make. This is useful for debugging only. With Visual | |
168 | -// Studio IDE projects all commands are done without /nologo. | |
169 | -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE | |
170 | - | |
171 | -//Path to a file. | |
172 | -LIBUSB1_INCLUDE_DIR:PATH=/usr/include/libusb-1.0 | |
173 | - | |
174 | -//Path to a library. | |
175 | -LIBUSB1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libusb-1.0.so | |
176 | - | |
177 | -//Root directory to search for libusb-1 | |
178 | -LIBUSB1_ROOT_DIR:PATH= | |
179 | - | |
180 | -//pkg-config executable | |
181 | -PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config | |
182 | - | |
183 | -//Value Computed by CMake | |
184 | -touchpad_disabler_BINARY_DIR:STATIC=/home/imanol/ClionProjects/touchpad_disabler/build | |
185 | - | |
186 | -//Value Computed by CMake | |
187 | -touchpad_disabler_SOURCE_DIR:STATIC=/home/imanol/ClionProjects/touchpad_disabler | |
188 | - | |
189 | - | |
190 | -######################## | |
191 | -# INTERNAL cache entries | |
192 | -######################## | |
193 | - | |
194 | -//ADVANCED property for variable: CMAKE_AR | |
195 | -CMAKE_AR-ADVANCED:INTERNAL=1 | |
196 | -//This is the directory where this CMakeCache.txt was created | |
197 | -CMAKE_CACHEFILE_DIR:INTERNAL=/home/imanol/ClionProjects/touchpad_disabler/build | |
198 | -//Major version of cmake used to create the current loaded cache | |
199 | -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | |
200 | -//Minor version of cmake used to create the current loaded cache | |
201 | -CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 | |
202 | -//Patch version of cmake used to create the current loaded cache | |
203 | -CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 | |
204 | -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | |
205 | -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | |
206 | -//Path to CMake executable. | |
207 | -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake | |
208 | -//Path to cpack program executable. | |
209 | -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack | |
210 | -//Path to ctest program executable. | |
211 | -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest | |
212 | -//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
213 | -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
214 | -//ADVANCED property for variable: CMAKE_CXX_FLAGS | |
215 | -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
216 | -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
217 | -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
218 | -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
219 | -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
220 | -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
221 | -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
222 | -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
223 | -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
224 | -//ADVANCED property for variable: CMAKE_C_COMPILER | |
225 | -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | |
226 | -//ADVANCED property for variable: CMAKE_C_FLAGS | |
227 | -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
228 | -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
229 | -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
230 | -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
231 | -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
232 | -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
233 | -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
234 | -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
235 | -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
236 | -//Executable file format | |
237 | -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF | |
238 | -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
239 | -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
240 | -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
241 | -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
242 | -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
243 | -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
244 | -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
245 | -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
246 | -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
247 | -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
248 | -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | |
249 | -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | |
250 | -//Name of generator. | |
251 | -CMAKE_GENERATOR:INTERNAL=Unix Makefiles | |
252 | -//Name of generator toolset. | |
253 | -CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
254 | -//Start directory with the top level CMakeLists.txt file for this | |
255 | -// project | |
256 | -CMAKE_HOME_DIRECTORY:INTERNAL=/home/imanol/ClionProjects/touchpad_disabler | |
257 | -//Install .so files without execute permission. | |
258 | -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 | |
259 | -//ADVANCED property for variable: CMAKE_LINKER | |
260 | -CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
261 | -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM | |
262 | -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | |
263 | -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
264 | -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
265 | -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
266 | -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
267 | -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
268 | -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
269 | -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
270 | -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
271 | -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
272 | -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
273 | -//ADVANCED property for variable: CMAKE_NM | |
274 | -CMAKE_NM-ADVANCED:INTERNAL=1 | |
275 | -//number of local generators | |
276 | -CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1 | |
277 | -//ADVANCED property for variable: CMAKE_OBJCOPY | |
278 | -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
279 | -//ADVANCED property for variable: CMAKE_OBJDUMP | |
280 | -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
281 | -//ADVANCED property for variable: CMAKE_RANLIB | |
282 | -CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
283 | -//Path to CMake installation. | |
284 | -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.0 | |
285 | -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
286 | -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
287 | -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
288 | -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
289 | -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
290 | -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
291 | -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
292 | -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
293 | -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
294 | -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
295 | -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
296 | -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
297 | -//ADVANCED property for variable: CMAKE_SKIP_RPATH | |
298 | -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
299 | -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | |
300 | -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
301 | -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | |
302 | -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
303 | -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | |
304 | -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
305 | -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | |
306 | -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
307 | -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | |
308 | -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
309 | -//ADVANCED property for variable: CMAKE_STRIP | |
310 | -CMAKE_STRIP-ADVANCED:INTERNAL=1 | |
311 | -//uname command | |
312 | -CMAKE_UNAME:INTERNAL=/bin/uname | |
313 | -//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS | |
314 | -CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 | |
315 | -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
316 | -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
317 | -//Details about finding Libusb1 | |
318 | -FIND_PACKAGE_MESSAGE_DETAILS_Libusb1:INTERNAL=[/usr/lib/x86_64-linux-gnu/libusb-1.0.so][/usr/include/libusb-1.0][v()] | |
319 | -//ADVANCED property for variable: LIBUSB1_INCLUDE_DIR | |
320 | -LIBUSB1_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
321 | -//ADVANCED property for variable: LIBUSB1_LIBRARY | |
322 | -LIBUSB1_LIBRARY-ADVANCED:INTERNAL=1 | |
323 | -//ADVANCED property for variable: LIBUSB1_ROOT_DIR | |
324 | -LIBUSB1_ROOT_DIR-ADVANCED:INTERNAL=1 | |
325 | -PC_LIBUSB1_CFLAGS:INTERNAL=-I/usr/include/libusb-1.0 | |
326 | -PC_LIBUSB1_CFLAGS_I:INTERNAL= | |
327 | -PC_LIBUSB1_CFLAGS_OTHER:INTERNAL= | |
328 | -PC_LIBUSB1_FOUND:INTERNAL=1 | |
329 | -PC_LIBUSB1_INCLUDEDIR:INTERNAL=/usr/include | |
330 | -PC_LIBUSB1_INCLUDE_DIRS:INTERNAL=/usr/include/libusb-1.0 | |
331 | -PC_LIBUSB1_LDFLAGS:INTERNAL=-lusb-1.0 | |
332 | -PC_LIBUSB1_LDFLAGS_OTHER:INTERNAL= | |
333 | -PC_LIBUSB1_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu | |
334 | -PC_LIBUSB1_LIBRARIES:INTERNAL=usb-1.0 | |
335 | -PC_LIBUSB1_LIBRARY_DIRS:INTERNAL= | |
336 | -PC_LIBUSB1_LIBS:INTERNAL= | |
337 | -PC_LIBUSB1_LIBS_L:INTERNAL= | |
338 | -PC_LIBUSB1_LIBS_OTHER:INTERNAL= | |
339 | -PC_LIBUSB1_LIBS_PATHS:INTERNAL= | |
340 | -PC_LIBUSB1_PREFIX:INTERNAL=/usr | |
341 | -PC_LIBUSB1_STATIC_CFLAGS:INTERNAL=-I/usr/include/libusb-1.0 | |
342 | -PC_LIBUSB1_STATIC_CFLAGS_I:INTERNAL= | |
343 | -PC_LIBUSB1_STATIC_CFLAGS_OTHER:INTERNAL= | |
344 | -PC_LIBUSB1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libusb-1.0 | |
345 | -PC_LIBUSB1_STATIC_LDFLAGS:INTERNAL=-lusb-1.0;-ludev;-pthread | |
346 | -PC_LIBUSB1_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread | |
347 | -PC_LIBUSB1_STATIC_LIBDIR:INTERNAL= | |
348 | -PC_LIBUSB1_STATIC_LIBRARIES:INTERNAL=usb-1.0;udev | |
349 | -PC_LIBUSB1_STATIC_LIBRARY_DIRS:INTERNAL= | |
350 | -PC_LIBUSB1_STATIC_LIBS:INTERNAL= | |
351 | -PC_LIBUSB1_STATIC_LIBS_L:INTERNAL= | |
352 | -PC_LIBUSB1_STATIC_LIBS_OTHER:INTERNAL= | |
353 | -PC_LIBUSB1_STATIC_LIBS_PATHS:INTERNAL= | |
354 | -PC_LIBUSB1_VERSION:INTERNAL=1.0.19 | |
355 | -PC_LIBUSB1_libusb-1.0_INCLUDEDIR:INTERNAL= | |
356 | -PC_LIBUSB1_libusb-1.0_LIBDIR:INTERNAL= | |
357 | -PC_LIBUSB1_libusb-1.0_PREFIX:INTERNAL= | |
358 | -PC_LIBUSB1_libusb-1.0_VERSION:INTERNAL= | |
359 | -//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | |
360 | -PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | |
361 | -__pkg_config_checked_PC_LIBUSB1:INTERNAL=1 | |
362 | - |
build/CMakeFiles/3.0.2/CMakeCCompiler.cmake deleted
1 | -set(CMAKE_C_COMPILER "/usr/bin/cc") | |
2 | -set(CMAKE_C_COMPILER_ARG1 "") | |
3 | -set(CMAKE_C_COMPILER_ID "GNU") | |
4 | -set(CMAKE_C_COMPILER_VERSION "4.9.2") | |
5 | -set(CMAKE_C_PLATFORM_ID "Linux") | |
6 | -set(CMAKE_C_SIMULATE_ID "") | |
7 | -set(CMAKE_C_SIMULATE_VERSION "") | |
8 | - | |
9 | -set(CMAKE_AR "/usr/bin/ar") | |
10 | -set(CMAKE_RANLIB "/usr/bin/ranlib") | |
11 | -set(CMAKE_LINKER "/usr/bin/ld") | |
12 | -set(CMAKE_COMPILER_IS_GNUCC 1) | |
13 | -set(CMAKE_C_COMPILER_LOADED 1) | |
14 | -set(CMAKE_C_COMPILER_WORKS TRUE) | |
15 | -set(CMAKE_C_ABI_COMPILED TRUE) | |
16 | -set(CMAKE_COMPILER_IS_MINGW ) | |
17 | -set(CMAKE_COMPILER_IS_CYGWIN ) | |
18 | -if(CMAKE_COMPILER_IS_CYGWIN) | |
19 | - set(CYGWIN 1) | |
20 | - set(UNIX 1) | |
21 | -endif() | |
22 | - | |
23 | -set(CMAKE_C_COMPILER_ENV_VAR "CC") | |
24 | - | |
25 | -if(CMAKE_COMPILER_IS_MINGW) | |
26 | - set(MINGW 1) | |
27 | -endif() | |
28 | -set(CMAKE_C_COMPILER_ID_RUN 1) | |
29 | -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c) | |
30 | -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | |
31 | -set(CMAKE_C_LINKER_PREFERENCE 10) | |
32 | - | |
33 | -# Save compiler ABI information. | |
34 | -set(CMAKE_C_SIZEOF_DATA_PTR "8") | |
35 | -set(CMAKE_C_COMPILER_ABI "ELF") | |
36 | -set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") | |
37 | - | |
38 | -if(CMAKE_C_SIZEOF_DATA_PTR) | |
39 | - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") | |
40 | -endif() | |
41 | - | |
42 | -if(CMAKE_C_COMPILER_ABI) | |
43 | - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") | |
44 | -endif() | |
45 | - | |
46 | -if(CMAKE_C_LIBRARY_ARCHITECTURE) | |
47 | - set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") | |
48 | -endif() | |
49 | - | |
50 | - | |
51 | - | |
52 | - | |
53 | -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") | |
54 | -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") | |
55 | -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | |
56 | - | |
57 | - | |
58 | - |
build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake deleted
1 | -set(CMAKE_CXX_COMPILER "/usr/bin/c++") | |
2 | -set(CMAKE_CXX_COMPILER_ARG1 "") | |
3 | -set(CMAKE_CXX_COMPILER_ID "GNU") | |
4 | -set(CMAKE_CXX_COMPILER_VERSION "4.9.2") | |
5 | -set(CMAKE_CXX_PLATFORM_ID "Linux") | |
6 | -set(CMAKE_CXX_SIMULATE_ID "") | |
7 | -set(CMAKE_CXX_SIMULATE_VERSION "") | |
8 | - | |
9 | -set(CMAKE_AR "/usr/bin/ar") | |
10 | -set(CMAKE_RANLIB "/usr/bin/ranlib") | |
11 | -set(CMAKE_LINKER "/usr/bin/ld") | |
12 | -set(CMAKE_COMPILER_IS_GNUCXX 1) | |
13 | -set(CMAKE_CXX_COMPILER_LOADED 1) | |
14 | -set(CMAKE_CXX_COMPILER_WORKS TRUE) | |
15 | -set(CMAKE_CXX_ABI_COMPILED TRUE) | |
16 | -set(CMAKE_COMPILER_IS_MINGW ) | |
17 | -set(CMAKE_COMPILER_IS_CYGWIN ) | |
18 | -if(CMAKE_COMPILER_IS_CYGWIN) | |
19 | - set(CYGWIN 1) | |
20 | - set(UNIX 1) | |
21 | -endif() | |
22 | - | |
23 | -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") | |
24 | - | |
25 | -if(CMAKE_COMPILER_IS_MINGW) | |
26 | - set(MINGW 1) | |
27 | -endif() | |
28 | -set(CMAKE_CXX_COMPILER_ID_RUN 1) | |
29 | -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) | |
30 | -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) | |
31 | -set(CMAKE_CXX_LINKER_PREFERENCE 30) | |
32 | -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) | |
33 | - | |
34 | -# Save compiler ABI information. | |
35 | -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") | |
36 | -set(CMAKE_CXX_COMPILER_ABI "ELF") | |
37 | -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") | |
38 | - | |
39 | -if(CMAKE_CXX_SIZEOF_DATA_PTR) | |
40 | - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") | |
41 | -endif() | |
42 | - | |
43 | -if(CMAKE_CXX_COMPILER_ABI) | |
44 | - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") | |
45 | -endif() | |
46 | - | |
47 | -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) | |
48 | - set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") | |
49 | -endif() | |
50 | - | |
51 | - | |
52 | - | |
53 | - | |
54 | -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") | |
55 | -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") | |
56 | -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | |
57 | - | |
58 | - | |
59 | - |
build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_C.bin deleted
No preview for this file type
build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_CXX.bin deleted
No preview for this file type
build/CMakeFiles/3.0.2/CMakeSystem.cmake deleted
1 | -set(CMAKE_HOST_SYSTEM "Linux-4.2.0-0.bpo.1-amd64") | |
2 | -set(CMAKE_HOST_SYSTEM_NAME "Linux") | |
3 | -set(CMAKE_HOST_SYSTEM_VERSION "4.2.0-0.bpo.1-amd64") | |
4 | -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") | |
5 | - | |
6 | - | |
7 | - | |
8 | -set(CMAKE_SYSTEM "Linux-4.2.0-0.bpo.1-amd64") | |
9 | -set(CMAKE_SYSTEM_NAME "Linux") | |
10 | -set(CMAKE_SYSTEM_VERSION "4.2.0-0.bpo.1-amd64") | |
11 | -set(CMAKE_SYSTEM_PROCESSOR "x86_64") | |
12 | - | |
13 | -set(CMAKE_CROSSCOMPILING "FALSE") | |
14 | - | |
15 | -set(CMAKE_SYSTEM_LOADED 1) |
build/CMakeFiles/3.0.2/CompilerIdC/CMakeCCompilerId.c deleted
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 | -# if defined(__INTEL_COMPILER_UPDATE) | |
18 | -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
19 | -# else | |
20 | -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
21 | -# endif | |
22 | -# if defined(__INTEL_COMPILER_BUILD_DATE) | |
23 | - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
24 | -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
25 | -# endif | |
26 | -# if defined(_MSC_VER) | |
27 | -# define SIMULATE_ID "MSVC" | |
28 | - /* _MSC_VER = VVRR */ | |
29 | -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
30 | -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
31 | -# endif | |
32 | - | |
33 | -#elif defined(__PATHCC__) | |
34 | -# define COMPILER_ID "PathScale" | |
35 | -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
36 | -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
37 | -# if defined(__PATHCC_PATCHLEVEL__) | |
38 | -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
39 | -# endif | |
40 | - | |
41 | -#elif defined(__clang__) | |
42 | -# if defined(__apple_build_version__) | |
43 | -# define COMPILER_ID "AppleClang" | |
44 | -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
45 | -# else | |
46 | -# define COMPILER_ID "Clang" | |
47 | -# endif | |
48 | -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
49 | -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
50 | -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
51 | -# if defined(_MSC_VER) | |
52 | -# define SIMULATE_ID "MSVC" | |
53 | - /* _MSC_VER = VVRR */ | |
54 | -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
55 | -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
56 | -# endif | |
57 | - | |
58 | -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
59 | -# define COMPILER_ID "Embarcadero" | |
60 | -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
61 | -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
62 | -# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) | |
63 | - | |
64 | -#elif defined(__BORLANDC__) | |
65 | -# define COMPILER_ID "Borland" | |
66 | - /* __BORLANDC__ = 0xVRR */ | |
67 | -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
68 | -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
69 | - | |
70 | -#elif defined(__WATCOMC__) | |
71 | -# define COMPILER_ID "Watcom" | |
72 | - /* __WATCOMC__ = VVRR */ | |
73 | -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
74 | -# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) | |
75 | - | |
76 | -#elif defined(__SUNPRO_C) | |
77 | -# define COMPILER_ID "SunPro" | |
78 | -# if __SUNPRO_C >= 0x5100 | |
79 | - /* __SUNPRO_C = 0xVRRP */ | |
80 | -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | |
81 | -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | |
82 | -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
83 | -# else | |
84 | - /* __SUNPRO_C = 0xVRP */ | |
85 | -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | |
86 | -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | |
87 | -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
88 | -# endif | |
89 | - | |
90 | -#elif defined(__HP_cc) | |
91 | -# define COMPILER_ID "HP" | |
92 | - /* __HP_cc = VVRRPP */ | |
93 | -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | |
94 | -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | |
95 | -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) | |
96 | - | |
97 | -#elif defined(__DECC) | |
98 | -# define COMPILER_ID "Compaq" | |
99 | - /* __DECC_VER = VVRRTPPPP */ | |
100 | -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | |
101 | -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) | |
102 | -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) | |
103 | - | |
104 | -#elif defined(__IBMC__) | |
105 | -# if defined(__COMPILER_VER__) | |
106 | -# define COMPILER_ID "zOS" | |
107 | -# else | |
108 | -# if __IBMC__ >= 800 | |
109 | -# define COMPILER_ID "XL" | |
110 | -# else | |
111 | -# define COMPILER_ID "VisualAge" | |
112 | -# endif | |
113 | - /* __IBMC__ = VRP */ | |
114 | -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
115 | -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
116 | -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
117 | -# endif | |
118 | - | |
119 | -#elif defined(__PGI) | |
120 | -# define COMPILER_ID "PGI" | |
121 | -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
122 | -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
123 | -# if defined(__PGIC_PATCHLEVEL__) | |
124 | -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
125 | -# endif | |
126 | - | |
127 | -#elif defined(_CRAYC) | |
128 | -# define COMPILER_ID "Cray" | |
129 | -# define COMPILER_VERSION_MAJOR DEC(_RELEASE) | |
130 | -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
131 | - | |
132 | -#elif defined(__TI_COMPILER_VERSION__) | |
133 | -# define COMPILER_ID "TI" | |
134 | - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
135 | -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
136 | -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
137 | -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
138 | - | |
139 | -#elif defined(__TINYC__) | |
140 | -# define COMPILER_ID "TinyCC" | |
141 | - | |
142 | -#elif defined(__SCO_VERSION__) | |
143 | -# define COMPILER_ID "SCO" | |
144 | - | |
145 | -#elif defined(__GNUC__) | |
146 | -# define COMPILER_ID "GNU" | |
147 | -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
148 | -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
149 | -# if defined(__GNUC_PATCHLEVEL__) | |
150 | -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
151 | -# endif | |
152 | - | |
153 | -#elif defined(_MSC_VER) | |
154 | -# define COMPILER_ID "MSVC" | |
155 | - /* _MSC_VER = VVRR */ | |
156 | -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
157 | -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
158 | -# if defined(_MSC_FULL_VER) | |
159 | -# if _MSC_VER >= 1400 | |
160 | - /* _MSC_FULL_VER = VVRRPPPPP */ | |
161 | -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
162 | -# else | |
163 | - /* _MSC_FULL_VER = VVRRPPPP */ | |
164 | -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
165 | -# endif | |
166 | -# endif | |
167 | -# if defined(_MSC_BUILD) | |
168 | -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
169 | -# endif | |
170 | - | |
171 | -/* Analog VisualDSP++ >= 4.5.6 */ | |
172 | -#elif defined(__VISUALDSPVERSION__) | |
173 | -# define COMPILER_ID "ADSP" | |
174 | - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | |
175 | -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | |
176 | -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | |
177 | -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) | |
178 | - | |
179 | -/* Analog VisualDSP++ < 4.5.6 */ | |
180 | -#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | |
181 | -# define COMPILER_ID "ADSP" | |
182 | - | |
183 | -/* IAR Systems compiler for embedded systems. | |
184 | - http://www.iar.com */ | |
185 | -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) | |
186 | -# define COMPILER_ID "IAR" | |
187 | - | |
188 | -/* sdcc, the small devices C compiler for embedded systems, | |
189 | - http://sdcc.sourceforge.net */ | |
190 | -#elif defined(SDCC) | |
191 | -# define COMPILER_ID "SDCC" | |
192 | - /* SDCC = VRP */ | |
193 | -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) | |
194 | -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | |
195 | -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) | |
196 | - | |
197 | -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) | |
198 | -# define COMPILER_ID "MIPSpro" | |
199 | -# if defined(_SGI_COMPILER_VERSION) | |
200 | - /* _SGI_COMPILER_VERSION = VRP */ | |
201 | -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) | |
202 | -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) | |
203 | -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) | |
204 | -# else | |
205 | - /* _COMPILER_VERSION = VRP */ | |
206 | -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) | |
207 | -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) | |
208 | -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) | |
209 | -# endif | |
210 | - | |
211 | -/* This compiler is either not known or is too old to define an | |
212 | - identification macro. Try to identify the platform and guess that | |
213 | - it is the native compiler. */ | |
214 | -#elif defined(__sgi) | |
215 | -# define COMPILER_ID "MIPSpro" | |
216 | - | |
217 | -#elif defined(__hpux) || defined(__hpua) | |
218 | -# define COMPILER_ID "HP" | |
219 | - | |
220 | -#else /* unknown compiler */ | |
221 | -# define COMPILER_ID "" | |
222 | - | |
223 | -#endif | |
224 | - | |
225 | -/* Construct the string literal in pieces to prevent the source from | |
226 | - getting matched. Store it in a pointer rather than an array | |
227 | - because some compilers will just produce instructions to fill the | |
228 | - array rather than assigning a pointer to a static array. */ | |
229 | -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | |
230 | -#ifdef SIMULATE_ID | |
231 | -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | |
232 | -#endif | |
233 | - | |
234 | -#ifdef __QNXNTO__ | |
235 | -char const* qnxnto = "INFO" ":" "qnxnto"; | |
236 | -#endif | |
237 | - | |
238 | -/* Identify known platforms by name. */ | |
239 | -#if defined(__linux) || defined(__linux__) || defined(linux) | |
240 | -# define PLATFORM_ID "Linux" | |
241 | - | |
242 | -#elif defined(__CYGWIN__) | |
243 | -# define PLATFORM_ID "Cygwin" | |
244 | - | |
245 | -#elif defined(__MINGW32__) | |
246 | -# define PLATFORM_ID "MinGW" | |
247 | - | |
248 | -#elif defined(__APPLE__) | |
249 | -# define PLATFORM_ID "Darwin" | |
250 | - | |
251 | -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | |
252 | -# define PLATFORM_ID "Windows" | |
253 | - | |
254 | -#elif defined(__FreeBSD__) || defined(__FreeBSD) | |
255 | -# define PLATFORM_ID "FreeBSD" | |
256 | - | |
257 | -#elif defined(__NetBSD__) || defined(__NetBSD) | |
258 | -# define PLATFORM_ID "NetBSD" | |
259 | - | |
260 | -#elif defined(__OpenBSD__) || defined(__OPENBSD) | |
261 | -# define PLATFORM_ID "OpenBSD" | |
262 | - | |
263 | -#elif defined(__sun) || defined(sun) | |
264 | -# define PLATFORM_ID "SunOS" | |
265 | - | |
266 | -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | |
267 | -# define PLATFORM_ID "AIX" | |
268 | - | |
269 | -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) | |
270 | -# define PLATFORM_ID "IRIX" | |
271 | - | |
272 | -#elif defined(__hpux) || defined(__hpux__) | |
273 | -# define PLATFORM_ID "HP-UX" | |
274 | - | |
275 | -#elif defined(__HAIKU__) | |
276 | -# define PLATFORM_ID "Haiku" | |
277 | - | |
278 | -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | |
279 | -# define PLATFORM_ID "BeOS" | |
280 | - | |
281 | -#elif defined(__QNX__) || defined(__QNXNTO__) | |
282 | -# define PLATFORM_ID "QNX" | |
283 | - | |
284 | -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | |
285 | -# define PLATFORM_ID "Tru64" | |
286 | - | |
287 | -#elif defined(__riscos) || defined(__riscos__) | |
288 | -# define PLATFORM_ID "RISCos" | |
289 | - | |
290 | -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | |
291 | -# define PLATFORM_ID "SINIX" | |
292 | - | |
293 | -#elif defined(__UNIX_SV__) | |
294 | -# define PLATFORM_ID "UNIX_SV" | |
295 | - | |
296 | -#elif defined(__bsdos__) | |
297 | -# define PLATFORM_ID "BSDOS" | |
298 | - | |
299 | -#elif defined(_MPRAS) || defined(MPRAS) | |
300 | -# define PLATFORM_ID "MP-RAS" | |
301 | - | |
302 | -#elif defined(__osf) || defined(__osf__) | |
303 | -# define PLATFORM_ID "OSF1" | |
304 | - | |
305 | -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | |
306 | -# define PLATFORM_ID "SCO_SV" | |
307 | - | |
308 | -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | |
309 | -# define PLATFORM_ID "ULTRIX" | |
310 | - | |
311 | -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | |
312 | -# define PLATFORM_ID "Xenix" | |
313 | - | |
314 | -#else /* unknown platform */ | |
315 | -# define PLATFORM_ID "" | |
316 | - | |
317 | -#endif | |
318 | - | |
319 | -/* For windows compilers MSVC and Intel we can determine | |
320 | - the architecture of the compiler being used. This is because | |
321 | - the compilers do not have flags that can change the architecture, | |
322 | - but rather depend on which compiler is being used | |
323 | -*/ | |
324 | -#if defined(_WIN32) && defined(_MSC_VER) | |
325 | -# if defined(_M_IA64) | |
326 | -# define ARCHITECTURE_ID "IA64" | |
327 | - | |
328 | -# elif defined(_M_X64) || defined(_M_AMD64) | |
329 | -# define ARCHITECTURE_ID "x64" | |
330 | - | |
331 | -# elif defined(_M_IX86) | |
332 | -# define ARCHITECTURE_ID "X86" | |
333 | - | |
334 | -# elif defined(_M_ARM) | |
335 | -# define ARCHITECTURE_ID "ARM" | |
336 | - | |
337 | -# elif defined(_M_MIPS) | |
338 | -# define ARCHITECTURE_ID "MIPS" | |
339 | - | |
340 | -# elif defined(_M_SH) | |
341 | -# define ARCHITECTURE_ID "SHx" | |
342 | - | |
343 | -# else /* unknown architecture */ | |
344 | -# define ARCHITECTURE_ID "" | |
345 | -# endif | |
346 | - | |
347 | -#else | |
348 | -# define ARCHITECTURE_ID "" | |
349 | -#endif | |
350 | - | |
351 | -/* Convert integer to decimal digit literals. */ | |
352 | -#define DEC(n) \ | |
353 | - ('0' + (((n) / 10000000)%10)), \ | |
354 | - ('0' + (((n) / 1000000)%10)), \ | |
355 | - ('0' + (((n) / 100000)%10)), \ | |
356 | - ('0' + (((n) / 10000)%10)), \ | |
357 | - ('0' + (((n) / 1000)%10)), \ | |
358 | - ('0' + (((n) / 100)%10)), \ | |
359 | - ('0' + (((n) / 10)%10)), \ | |
360 | - ('0' + ((n) % 10)) | |
361 | - | |
362 | -/* Convert integer to hex digit literals. */ | |
363 | -#define HEX(n) \ | |
364 | - ('0' + ((n)>>28 & 0xF)), \ | |
365 | - ('0' + ((n)>>24 & 0xF)), \ | |
366 | - ('0' + ((n)>>20 & 0xF)), \ | |
367 | - ('0' + ((n)>>16 & 0xF)), \ | |
368 | - ('0' + ((n)>>12 & 0xF)), \ | |
369 | - ('0' + ((n)>>8 & 0xF)), \ | |
370 | - ('0' + ((n)>>4 & 0xF)), \ | |
371 | - ('0' + ((n) & 0xF)) | |
372 | - | |
373 | -/* Construct a string literal encoding the version number components. */ | |
374 | -#ifdef COMPILER_VERSION_MAJOR | |
375 | -char const info_version[] = { | |
376 | - 'I', 'N', 'F', 'O', ':', | |
377 | - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | |
378 | - COMPILER_VERSION_MAJOR, | |
379 | -# ifdef COMPILER_VERSION_MINOR | |
380 | - '.', COMPILER_VERSION_MINOR, | |
381 | -# ifdef COMPILER_VERSION_PATCH | |
382 | - '.', COMPILER_VERSION_PATCH, | |
383 | -# ifdef COMPILER_VERSION_TWEAK | |
384 | - '.', COMPILER_VERSION_TWEAK, | |
385 | -# endif | |
386 | -# endif | |
387 | -# endif | |
388 | - ']','\0'}; | |
389 | -#endif | |
390 | - | |
391 | -/* Construct a string literal encoding the version number components. */ | |
392 | -#ifdef SIMULATE_VERSION_MAJOR | |
393 | -char const info_simulate_version[] = { | |
394 | - 'I', 'N', 'F', 'O', ':', | |
395 | - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | |
396 | - SIMULATE_VERSION_MAJOR, | |
397 | -# ifdef SIMULATE_VERSION_MINOR | |
398 | - '.', SIMULATE_VERSION_MINOR, | |
399 | -# ifdef SIMULATE_VERSION_PATCH | |
400 | - '.', SIMULATE_VERSION_PATCH, | |
401 | -# ifdef SIMULATE_VERSION_TWEAK | |
402 | - '.', SIMULATE_VERSION_TWEAK, | |
403 | -# endif | |
404 | -# endif | |
405 | -# endif | |
406 | - ']','\0'}; | |
407 | -#endif | |
408 | - | |
409 | -/* Construct the string literal in pieces to prevent the source from | |
410 | - getting matched. Store it in a pointer rather than an array | |
411 | - because some compilers will just produce instructions to fill the | |
412 | - array rather than assigning a pointer to a static array. */ | |
413 | -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | |
414 | -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | |
415 | - | |
416 | - | |
417 | - | |
418 | - | |
419 | -/*--------------------------------------------------------------------------*/ | |
420 | - | |
421 | -#ifdef ID_VOID_MAIN | |
422 | -void main() {} | |
423 | -#else | |
424 | -int main(int argc, char* argv[]) | |
425 | -{ | |
426 | - int require = 0; | |
427 | - require += info_compiler[argc]; | |
428 | - require += info_platform[argc]; | |
429 | - require += info_arch[argc]; | |
430 | -#ifdef COMPILER_VERSION_MAJOR | |
431 | - require += info_version[argc]; | |
432 | -#endif | |
433 | -#ifdef SIMULATE_ID | |
434 | - require += info_simulate[argc]; | |
435 | -#endif | |
436 | -#ifdef SIMULATE_VERSION_MAJOR | |
437 | - require += info_simulate_version[argc]; | |
438 | -#endif | |
439 | - (void)argv; | |
440 | - return require; | |
441 | -} | |
442 | -#endif |
build/CMakeFiles/3.0.2/CompilerIdC/a.out deleted
No preview for this file type
build/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted
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 | -# if defined(__INTEL_COMPILER_UPDATE) | |
23 | -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
24 | -# else | |
25 | -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
26 | -# endif | |
27 | -# if defined(__INTEL_COMPILER_BUILD_DATE) | |
28 | - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
29 | -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
30 | -# endif | |
31 | -# if defined(_MSC_VER) | |
32 | -# define SIMULATE_ID "MSVC" | |
33 | - /* _MSC_VER = VVRR */ | |
34 | -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
35 | -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
36 | -# endif | |
37 | - | |
38 | -#elif defined(__PATHCC__) | |
39 | -# define COMPILER_ID "PathScale" | |
40 | -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
41 | -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
42 | -# if defined(__PATHCC_PATCHLEVEL__) | |
43 | -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
44 | -# endif | |
45 | - | |
46 | -#elif defined(__clang__) | |
47 | -# if defined(__apple_build_version__) | |
48 | -# define COMPILER_ID "AppleClang" | |
49 | -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
50 | -# else | |
51 | -# define COMPILER_ID "Clang" | |
52 | -# endif | |
53 | -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
54 | -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
55 | -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
56 | -# if defined(_MSC_VER) | |
57 | -# define SIMULATE_ID "MSVC" | |
58 | - /* _MSC_VER = VVRR */ | |
59 | -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
60 | -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
61 | -# endif | |
62 | - | |
63 | -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
64 | -# define COMPILER_ID "Embarcadero" | |
65 | -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
66 | -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
67 | -# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) | |
68 | - | |
69 | -#elif defined(__BORLANDC__) | |
70 | -# define COMPILER_ID "Borland" | |
71 | - /* __BORLANDC__ = 0xVRR */ | |
72 | -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
73 | -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
74 | - | |
75 | -#elif defined(__WATCOMC__) | |
76 | -# define COMPILER_ID "Watcom" | |
77 | - /* __WATCOMC__ = VVRR */ | |
78 | -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
79 | -# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) | |
80 | - | |
81 | -#elif defined(__SUNPRO_CC) | |
82 | -# define COMPILER_ID "SunPro" | |
83 | -# if __SUNPRO_CC >= 0x5100 | |
84 | - /* __SUNPRO_CC = 0xVRRP */ | |
85 | -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | |
86 | -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | |
87 | -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
88 | -# else | |
89 | - /* __SUNPRO_CC = 0xVRP */ | |
90 | -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | |
91 | -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | |
92 | -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
93 | -# endif | |
94 | - | |
95 | -#elif defined(__HP_aCC) | |
96 | -# define COMPILER_ID "HP" | |
97 | - /* __HP_aCC = VVRRPP */ | |
98 | -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | |
99 | -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | |
100 | -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) | |
101 | - | |
102 | -#elif defined(__DECCXX) | |
103 | -# define COMPILER_ID "Compaq" | |
104 | - /* __DECCXX_VER = VVRRTPPPP */ | |
105 | -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | |
106 | -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) | |
107 | -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) | |
108 | - | |
109 | -#elif defined(__IBMCPP__) | |
110 | -# if defined(__COMPILER_VER__) | |
111 | -# define COMPILER_ID "zOS" | |
112 | -# else | |
113 | -# if __IBMCPP__ >= 800 | |
114 | -# define COMPILER_ID "XL" | |
115 | -# else | |
116 | -# define COMPILER_ID "VisualAge" | |
117 | -# endif | |
118 | - /* __IBMCPP__ = VRP */ | |
119 | -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
120 | -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
121 | -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
122 | -# endif | |
123 | - | |
124 | -#elif defined(__PGI) | |
125 | -# define COMPILER_ID "PGI" | |
126 | -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
127 | -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
128 | -# if defined(__PGIC_PATCHLEVEL__) | |
129 | -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
130 | -# endif | |
131 | - | |
132 | -#elif defined(_CRAYC) | |
133 | -# define COMPILER_ID "Cray" | |
134 | -# define COMPILER_VERSION_MAJOR DEC(_RELEASE) | |
135 | -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
136 | - | |
137 | -#elif defined(__TI_COMPILER_VERSION__) | |
138 | -# define COMPILER_ID "TI" | |
139 | - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
140 | -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
141 | -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
142 | -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
143 | - | |
144 | -#elif defined(__SCO_VERSION__) | |
145 | -# define COMPILER_ID "SCO" | |
146 | - | |
147 | -#elif defined(__GNUC__) | |
148 | -# define COMPILER_ID "GNU" | |
149 | -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
150 | -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
151 | -# if defined(__GNUC_PATCHLEVEL__) | |
152 | -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
153 | -# endif | |
154 | - | |
155 | -#elif defined(_MSC_VER) | |
156 | -# define COMPILER_ID "MSVC" | |
157 | - /* _MSC_VER = VVRR */ | |
158 | -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
159 | -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
160 | -# if defined(_MSC_FULL_VER) | |
161 | -# if _MSC_VER >= 1400 | |
162 | - /* _MSC_FULL_VER = VVRRPPPPP */ | |
163 | -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
164 | -# else | |
165 | - /* _MSC_FULL_VER = VVRRPPPP */ | |
166 | -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
167 | -# endif | |
168 | -# endif | |
169 | -# if defined(_MSC_BUILD) | |
170 | -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
171 | -# endif | |
172 | - | |
173 | -/* Analog VisualDSP++ >= 4.5.6 */ | |
174 | -#elif defined(__VISUALDSPVERSION__) | |
175 | -# define COMPILER_ID "ADSP" | |
176 | - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | |
177 | -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | |
178 | -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | |
179 | -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) | |
180 | - | |
181 | -/* Analog VisualDSP++ < 4.5.6 */ | |
182 | -#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | |
183 | -# define COMPILER_ID "ADSP" | |
184 | - | |
185 | -/* IAR Systems compiler for embedded systems. | |
186 | - http://www.iar.com */ | |
187 | -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) | |
188 | -# define COMPILER_ID "IAR" | |
189 | - | |
190 | -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) | |
191 | -# define COMPILER_ID "MIPSpro" | |
192 | -# if defined(_SGI_COMPILER_VERSION) | |
193 | - /* _SGI_COMPILER_VERSION = VRP */ | |
194 | -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) | |
195 | -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) | |
196 | -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) | |
197 | -# else | |
198 | - /* _COMPILER_VERSION = VRP */ | |
199 | -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) | |
200 | -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) | |
201 | -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) | |
202 | -# endif | |
203 | - | |
204 | -/* This compiler is either not known or is too old to define an | |
205 | - identification macro. Try to identify the platform and guess that | |
206 | - it is the native compiler. */ | |
207 | -#elif defined(__sgi) | |
208 | -# define COMPILER_ID "MIPSpro" | |
209 | - | |
210 | -#elif defined(__hpux) || defined(__hpua) | |
211 | -# define COMPILER_ID "HP" | |
212 | - | |
213 | -#else /* unknown compiler */ | |
214 | -# define COMPILER_ID "" | |
215 | - | |
216 | -#endif | |
217 | - | |
218 | -/* Construct the string literal in pieces to prevent the source from | |
219 | - getting matched. Store it in a pointer rather than an array | |
220 | - because some compilers will just produce instructions to fill the | |
221 | - array rather than assigning a pointer to a static array. */ | |
222 | -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | |
223 | -#ifdef SIMULATE_ID | |
224 | -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | |
225 | -#endif | |
226 | - | |
227 | -#ifdef __QNXNTO__ | |
228 | -char const* qnxnto = "INFO" ":" "qnxnto"; | |
229 | -#endif | |
230 | - | |
231 | -/* Identify known platforms by name. */ | |
232 | -#if defined(__linux) || defined(__linux__) || defined(linux) | |
233 | -# define PLATFORM_ID "Linux" | |
234 | - | |
235 | -#elif defined(__CYGWIN__) | |
236 | -# define PLATFORM_ID "Cygwin" | |
237 | - | |
238 | -#elif defined(__MINGW32__) | |
239 | -# define PLATFORM_ID "MinGW" | |
240 | - | |
241 | -#elif defined(__APPLE__) | |
242 | -# define PLATFORM_ID "Darwin" | |
243 | - | |
244 | -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | |
245 | -# define PLATFORM_ID "Windows" | |
246 | - | |
247 | -#elif defined(__FreeBSD__) || defined(__FreeBSD) | |
248 | -# define PLATFORM_ID "FreeBSD" | |
249 | - | |
250 | -#elif defined(__NetBSD__) || defined(__NetBSD) | |
251 | -# define PLATFORM_ID "NetBSD" | |
252 | - | |
253 | -#elif defined(__OpenBSD__) || defined(__OPENBSD) | |
254 | -# define PLATFORM_ID "OpenBSD" | |
255 | - | |
256 | -#elif defined(__sun) || defined(sun) | |
257 | -# define PLATFORM_ID "SunOS" | |
258 | - | |
259 | -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | |
260 | -# define PLATFORM_ID "AIX" | |
261 | - | |
262 | -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) | |
263 | -# define PLATFORM_ID "IRIX" | |
264 | - | |
265 | -#elif defined(__hpux) || defined(__hpux__) | |
266 | -# define PLATFORM_ID "HP-UX" | |
267 | - | |
268 | -#elif defined(__HAIKU__) | |
269 | -# define PLATFORM_ID "Haiku" | |
270 | - | |
271 | -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | |
272 | -# define PLATFORM_ID "BeOS" | |
273 | - | |
274 | -#elif defined(__QNX__) || defined(__QNXNTO__) | |
275 | -# define PLATFORM_ID "QNX" | |
276 | - | |
277 | -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | |
278 | -# define PLATFORM_ID "Tru64" | |
279 | - | |
280 | -#elif defined(__riscos) || defined(__riscos__) | |
281 | -# define PLATFORM_ID "RISCos" | |
282 | - | |
283 | -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | |
284 | -# define PLATFORM_ID "SINIX" | |
285 | - | |
286 | -#elif defined(__UNIX_SV__) | |
287 | -# define PLATFORM_ID "UNIX_SV" | |
288 | - | |
289 | -#elif defined(__bsdos__) | |
290 | -# define PLATFORM_ID "BSDOS" | |
291 | - | |
292 | -#elif defined(_MPRAS) || defined(MPRAS) | |
293 | -# define PLATFORM_ID "MP-RAS" | |
294 | - | |
295 | -#elif defined(__osf) || defined(__osf__) | |
296 | -# define PLATFORM_ID "OSF1" | |
297 | - | |
298 | -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | |
299 | -# define PLATFORM_ID "SCO_SV" | |
300 | - | |
301 | -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | |
302 | -# define PLATFORM_ID "ULTRIX" | |
303 | - | |
304 | -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | |
305 | -# define PLATFORM_ID "Xenix" | |
306 | - | |
307 | -#else /* unknown platform */ | |
308 | -# define PLATFORM_ID "" | |
309 | - | |
310 | -#endif | |
311 | - | |
312 | -/* For windows compilers MSVC and Intel we can determine | |
313 | - the architecture of the compiler being used. This is because | |
314 | - the compilers do not have flags that can change the architecture, | |
315 | - but rather depend on which compiler is being used | |
316 | -*/ | |
317 | -#if defined(_WIN32) && defined(_MSC_VER) | |
318 | -# if defined(_M_IA64) | |
319 | -# define ARCHITECTURE_ID "IA64" | |
320 | - | |
321 | -# elif defined(_M_X64) || defined(_M_AMD64) | |
322 | -# define ARCHITECTURE_ID "x64" | |
323 | - | |
324 | -# elif defined(_M_IX86) | |
325 | -# define ARCHITECTURE_ID "X86" | |
326 | - | |
327 | -# elif defined(_M_ARM) | |
328 | -# define ARCHITECTURE_ID "ARM" | |
329 | - | |
330 | -# elif defined(_M_MIPS) | |
331 | -# define ARCHITECTURE_ID "MIPS" | |
332 | - | |
333 | -# elif defined(_M_SH) | |
334 | -# define ARCHITECTURE_ID "SHx" | |
335 | - | |
336 | -# else /* unknown architecture */ | |
337 | -# define ARCHITECTURE_ID "" | |
338 | -# endif | |
339 | - | |
340 | -#else | |
341 | -# define ARCHITECTURE_ID "" | |
342 | -#endif | |
343 | - | |
344 | -/* Convert integer to decimal digit literals. */ | |
345 | -#define DEC(n) \ | |
346 | - ('0' + (((n) / 10000000)%10)), \ | |
347 | - ('0' + (((n) / 1000000)%10)), \ | |
348 | - ('0' + (((n) / 100000)%10)), \ | |
349 | - ('0' + (((n) / 10000)%10)), \ | |
350 | - ('0' + (((n) / 1000)%10)), \ | |
351 | - ('0' + (((n) / 100)%10)), \ | |
352 | - ('0' + (((n) / 10)%10)), \ | |
353 | - ('0' + ((n) % 10)) | |
354 | - | |
355 | -/* Convert integer to hex digit literals. */ | |
356 | -#define HEX(n) \ | |
357 | - ('0' + ((n)>>28 & 0xF)), \ | |
358 | - ('0' + ((n)>>24 & 0xF)), \ | |
359 | - ('0' + ((n)>>20 & 0xF)), \ | |
360 | - ('0' + ((n)>>16 & 0xF)), \ | |
361 | - ('0' + ((n)>>12 & 0xF)), \ | |
362 | - ('0' + ((n)>>8 & 0xF)), \ | |
363 | - ('0' + ((n)>>4 & 0xF)), \ | |
364 | - ('0' + ((n) & 0xF)) | |
365 | - | |
366 | -/* Construct a string literal encoding the version number components. */ | |
367 | -#ifdef COMPILER_VERSION_MAJOR | |
368 | -char const info_version[] = { | |
369 | - 'I', 'N', 'F', 'O', ':', | |
370 | - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | |
371 | - COMPILER_VERSION_MAJOR, | |
372 | -# ifdef COMPILER_VERSION_MINOR | |
373 | - '.', COMPILER_VERSION_MINOR, | |
374 | -# ifdef COMPILER_VERSION_PATCH | |
375 | - '.', COMPILER_VERSION_PATCH, | |
376 | -# ifdef COMPILER_VERSION_TWEAK | |
377 | - '.', COMPILER_VERSION_TWEAK, | |
378 | -# endif | |
379 | -# endif | |
380 | -# endif | |
381 | - ']','\0'}; | |
382 | -#endif | |
383 | - | |
384 | -/* Construct a string literal encoding the version number components. */ | |
385 | -#ifdef SIMULATE_VERSION_MAJOR | |
386 | -char const info_simulate_version[] = { | |
387 | - 'I', 'N', 'F', 'O', ':', | |
388 | - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | |
389 | - SIMULATE_VERSION_MAJOR, | |
390 | -# ifdef SIMULATE_VERSION_MINOR | |
391 | - '.', SIMULATE_VERSION_MINOR, | |
392 | -# ifdef SIMULATE_VERSION_PATCH | |
393 | - '.', SIMULATE_VERSION_PATCH, | |
394 | -# ifdef SIMULATE_VERSION_TWEAK | |
395 | - '.', SIMULATE_VERSION_TWEAK, | |
396 | -# endif | |
397 | -# endif | |
398 | -# endif | |
399 | - ']','\0'}; | |
400 | -#endif | |
401 | - | |
402 | -/* Construct the string literal in pieces to prevent the source from | |
403 | - getting matched. Store it in a pointer rather than an array | |
404 | - because some compilers will just produce instructions to fill the | |
405 | - array rather than assigning a pointer to a static array. */ | |
406 | -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | |
407 | -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | |
408 | - | |
409 | - | |
410 | - | |
411 | - | |
412 | -/*--------------------------------------------------------------------------*/ | |
413 | - | |
414 | -int main(int argc, char* argv[]) | |
415 | -{ | |
416 | - int require = 0; | |
417 | - require += info_compiler[argc]; | |
418 | - require += info_platform[argc]; | |
419 | -#ifdef COMPILER_VERSION_MAJOR | |
420 | - require += info_version[argc]; | |
421 | -#endif | |
422 | -#ifdef SIMULATE_ID | |
423 | - require += info_simulate[argc]; | |
424 | -#endif | |
425 | -#ifdef SIMULATE_VERSION_MAJOR | |
426 | - require += info_simulate_version[argc]; | |
427 | -#endif | |
428 | - (void)argv; | |
429 | - return require; | |
430 | -} |
build/CMakeFiles/3.0.2/CompilerIdCXX/a.out deleted
No preview for this file type
build/CMakeFiles/CMakeDirectoryInformation.cmake deleted
1 | -# CMAKE generated file: DO NOT EDIT! | |
2 | -# Generated by "Unix Makefiles" Generator, CMake Version 3.0 | |
3 | - | |
4 | -# Relative path conversion top directories. | |
5 | -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/imanol/ClionProjects/touchpad_disabler") | |
6 | -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/imanol/ClionProjects/touchpad_disabler/build") | |
7 | - | |
8 | -# Force unix paths in dependencies. | |
9 | -set(CMAKE_FORCE_UNIX_PATHS 1) | |
10 | - | |
11 | - | |
12 | -# The C and CXX include file regular expressions for this directory. | |
13 | -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") | |
14 | -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") | |
15 | -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) | |
16 | -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) |
build/CMakeFiles/CMakeOutput.log deleted
1 | -The system is: Linux - 4.2.0-0.bpo.1-amd64 - x86_64 | |
2 | -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
3 | -Compiler: /usr/bin/cc | |
4 | -Build flags: | |
5 | -Id flags: | |
6 | - | |
7 | -The output was: | |
8 | -0 | |
9 | - | |
10 | - | |
11 | -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | |
12 | - | |
13 | -The C compiler identification is GNU, found in "/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/3.0.2/CompilerIdC/a.out" | |
14 | - | |
15 | -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
16 | -Compiler: /usr/bin/c++ | |
17 | -Build flags: | |
18 | -Id flags: | |
19 | - | |
20 | -The output was: | |
21 | -0 | |
22 | - | |
23 | - | |
24 | -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" | |
25 | - | |
26 | -The CXX compiler identification is GNU, found in "/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/3.0.2/CompilerIdCXX/a.out" | |
27 | - | |
28 | -Determining if the C compiler works passed with the following output: | |
29 | -Change Dir: /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp | |
30 | - | |
31 | -Run Build Command:"/usr/bin/make" "cmTryCompileExec3587270827/fast" | |
32 | -/usr/bin/make -f CMakeFiles/cmTryCompileExec3587270827.dir/build.make CMakeFiles/cmTryCompileExec3587270827.dir/build | |
33 | -make[1]: Entering directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
34 | -/usr/bin/cmake -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
35 | -Building C object CMakeFiles/cmTryCompileExec3587270827.dir/testCCompiler.c.o | |
36 | -/usr/bin/cc -o CMakeFiles/cmTryCompileExec3587270827.dir/testCCompiler.c.o -c /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/testCCompiler.c | |
37 | -Linking C executable cmTryCompileExec3587270827 | |
38 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3587270827.dir/link.txt --verbose=1 | |
39 | -/usr/bin/cc CMakeFiles/cmTryCompileExec3587270827.dir/testCCompiler.c.o -o cmTryCompileExec3587270827 -rdynamic | |
40 | -make[1]: Leaving directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
41 | - | |
42 | - | |
43 | -Detecting C compiler ABI info compiled with the following output: | |
44 | -Change Dir: /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp | |
45 | - | |
46 | -Run Build Command:"/usr/bin/make" "cmTryCompileExec1995185109/fast" | |
47 | -/usr/bin/make -f CMakeFiles/cmTryCompileExec1995185109.dir/build.make CMakeFiles/cmTryCompileExec1995185109.dir/build | |
48 | -make[1]: Entering directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
49 | -/usr/bin/cmake -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
50 | -Building C object CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o | |
51 | -/usr/bin/cc -o CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.0/Modules/CMakeCCompilerABI.c | |
52 | -Linking C executable cmTryCompileExec1995185109 | |
53 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1995185109.dir/link.txt --verbose=1 | |
54 | -/usr/bin/cc -v CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec1995185109 -rdynamic | |
55 | -Using built-in specs. | |
56 | -COLLECT_GCC=/usr/bin/cc | |
57 | -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper | |
58 | -Target: x86_64-linux-gnu | |
59 | -Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
60 | -Thread model: posix | |
61 | -gcc version 4.9.2 (Debian 4.9.2-10) | |
62 | -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/ | |
63 | -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../../:/lib/:/usr/lib/ | |
64 | -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1995185109' '-rdynamic' '-mtune=generic' '-march=x86-64' | |
65 | - /usr/lib/gcc/x86_64-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccqCRvMy.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1995185109 /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../.. CMakeFiles/cmTryCompileExec1995185109.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.9/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o | |
66 | -make[1]: Leaving directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
67 | - | |
68 | - | |
69 | -Parsed C implicit link information from above output: | |
70 | - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
71 | - ignore line: [Change Dir: /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp] | |
72 | - ignore line: [] | |
73 | - ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec1995185109/fast"] | |
74 | - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1995185109.dir/build.make CMakeFiles/cmTryCompileExec1995185109.dir/build] | |
75 | - ignore line: [make[1]: Entering directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp'] | |
76 | - ignore line: [/usr/bin/cmake -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/CMakeFiles 1] | |
77 | - ignore line: [Building C object CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o] | |
78 | - ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.0/Modules/CMakeCCompilerABI.c] | |
79 | - ignore line: [Linking C executable cmTryCompileExec1995185109] | |
80 | - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1995185109.dir/link.txt --verbose=1] | |
81 | - ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec1995185109 -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.9/lto-wrapper] | |
85 | - ignore line: [Target: x86_64-linux-gnu] | |
86 | - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --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.9.2 (Debian 4.9.2-10) ] | |
89 | - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/] | |
90 | - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../../:/lib/:/usr/lib/] | |
91 | - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1995185109' '-rdynamic' '-mtune=generic' '-march=x86-64'] | |
92 | - link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccqCRvMy.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1995185109 /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../.. CMakeFiles/cmTryCompileExec1995185109.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.9/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o] | |
93 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/collect2] ==> ignore | |
94 | - arg [-plugin] ==> ignore | |
95 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so] ==> ignore | |
96 | - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper] ==> ignore | |
97 | - arg [-plugin-opt=-fresolution=/tmp/ccqCRvMy.res] ==> ignore | |
98 | - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
99 | - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
100 | - arg [-plugin-opt=-pass-through=-lc] ==> ignore | |
101 | - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
102 | - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
103 | - arg [--sysroot=/] ==> ignore | |
104 | - arg [--build-id] ==> ignore | |
105 | - arg [--eh-frame-hdr] ==> ignore | |
106 | - arg [-m] ==> ignore | |
107 | - arg [elf_x86_64] ==> ignore | |
108 | - arg [--hash-style=gnu] ==> ignore | |
109 | - arg [-export-dynamic] ==> ignore | |
110 | - arg [-dynamic-linker] ==> ignore | |
111 | - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | |
112 | - arg [-o] ==> ignore | |
113 | - arg [cmTryCompileExec1995185109] ==> ignore | |
114 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o] ==> ignore | |
115 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o] ==> ignore | |
116 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o] ==> ignore | |
117 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9] | |
118 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu] | |
119 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib] | |
120 | - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] | |
121 | - arg [-L/lib/../lib] ==> dir [/lib/../lib] | |
122 | - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | |
123 | - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
124 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..] | |
125 | - arg [CMakeFiles/cmTryCompileExec1995185109.dir/CMakeCCompilerABI.c.o] ==> ignore | |
126 | - arg [-lgcc] ==> lib [gcc] | |
127 | - arg [--as-needed] ==> ignore | |
128 | - arg [-lgcc_s] ==> lib [gcc_s] | |
129 | - arg [--no-as-needed] ==> ignore | |
130 | - arg [-lc] ==> lib [c] | |
131 | - arg [-lgcc] ==> lib [gcc] | |
132 | - arg [--as-needed] ==> ignore | |
133 | - arg [-lgcc_s] ==> lib [gcc_s] | |
134 | - arg [--no-as-needed] ==> ignore | |
135 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o] ==> ignore | |
136 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o] ==> ignore | |
137 | - remove lib [gcc] | |
138 | - remove lib [gcc_s] | |
139 | - remove lib [gcc] | |
140 | - remove lib [gcc_s] | |
141 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.9] | |
142 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
143 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib] ==> [/usr/lib] | |
144 | - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] | |
145 | - collapse library dir [/lib/../lib] ==> [/lib] | |
146 | - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
147 | - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
148 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..] ==> [/usr/lib] | |
149 | - implicit libs: [c] | |
150 | - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] | |
151 | - implicit fwks: [] | |
152 | - | |
153 | - | |
154 | -Determining if the CXX compiler works passed with the following output: | |
155 | -Change Dir: /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp | |
156 | - | |
157 | -Run Build Command:"/usr/bin/make" "cmTryCompileExec1572489368/fast" | |
158 | -/usr/bin/make -f CMakeFiles/cmTryCompileExec1572489368.dir/build.make CMakeFiles/cmTryCompileExec1572489368.dir/build | |
159 | -make[1]: Entering directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
160 | -/usr/bin/cmake -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
161 | -Building CXX object CMakeFiles/cmTryCompileExec1572489368.dir/testCXXCompiler.cxx.o | |
162 | -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1572489368.dir/testCXXCompiler.cxx.o -c /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
163 | -Linking CXX executable cmTryCompileExec1572489368 | |
164 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1572489368.dir/link.txt --verbose=1 | |
165 | -/usr/bin/c++ CMakeFiles/cmTryCompileExec1572489368.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1572489368 -rdynamic | |
166 | -make[1]: Leaving directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
167 | - | |
168 | - | |
169 | -Detecting CXX compiler ABI info compiled with the following output: | |
170 | -Change Dir: /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp | |
171 | - | |
172 | -Run Build Command:"/usr/bin/make" "cmTryCompileExec268785583/fast" | |
173 | -/usr/bin/make -f CMakeFiles/cmTryCompileExec268785583.dir/build.make CMakeFiles/cmTryCompileExec268785583.dir/build | |
174 | -make[1]: Entering directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
175 | -/usr/bin/cmake -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
176 | -Building CXX object CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o | |
177 | -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp | |
178 | -Linking CXX executable cmTryCompileExec268785583 | |
179 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec268785583.dir/link.txt --verbose=1 | |
180 | -/usr/bin/c++ -v CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec268785583 -rdynamic | |
181 | -Using built-in specs. | |
182 | -COLLECT_GCC=/usr/bin/c++ | |
183 | -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper | |
184 | -Target: x86_64-linux-gnu | |
185 | -Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
186 | -Thread model: posix | |
187 | -gcc version 4.9.2 (Debian 4.9.2-10) | |
188 | -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/ | |
189 | -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../../:/lib/:/usr/lib/ | |
190 | -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec268785583' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
191 | - /usr/lib/gcc/x86_64-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccj1cmxK.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec268785583 /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../.. CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o | |
192 | -make[1]: Leaving directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp' | |
193 | - | |
194 | - | |
195 | -Parsed CXX implicit link information from above output: | |
196 | - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
197 | - ignore line: [Change Dir: /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp] | |
198 | - ignore line: [] | |
199 | - ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec268785583/fast"] | |
200 | - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec268785583.dir/build.make CMakeFiles/cmTryCompileExec268785583.dir/build] | |
201 | - ignore line: [make[1]: Entering directory '/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp'] | |
202 | - ignore line: [/usr/bin/cmake -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/CMakeTmp/CMakeFiles 1] | |
203 | - ignore line: [Building CXX object CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o] | |
204 | - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp] | |
205 | - ignore line: [Linking CXX executable cmTryCompileExec268785583] | |
206 | - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec268785583.dir/link.txt --verbose=1] | |
207 | - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec268785583 -rdynamic ] | |
208 | - ignore line: [Using built-in specs.] | |
209 | - ignore line: [COLLECT_GCC=/usr/bin/c++] | |
210 | - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper] | |
211 | - ignore line: [Target: x86_64-linux-gnu] | |
212 | - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --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.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] | |
213 | - ignore line: [Thread model: posix] | |
214 | - ignore line: [gcc version 4.9.2 (Debian 4.9.2-10) ] | |
215 | - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/] | |
216 | - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../../:/lib/:/usr/lib/] | |
217 | - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec268785583' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
218 | - link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccj1cmxK.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec268785583 /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../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.9/../../.. CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o] | |
219 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/collect2] ==> ignore | |
220 | - arg [-plugin] ==> ignore | |
221 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so] ==> ignore | |
222 | - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper] ==> ignore | |
223 | - arg [-plugin-opt=-fresolution=/tmp/ccj1cmxK.res] ==> ignore | |
224 | - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
225 | - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
226 | - arg [-plugin-opt=-pass-through=-lc] ==> ignore | |
227 | - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
228 | - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
229 | - arg [--sysroot=/] ==> ignore | |
230 | - arg [--build-id] ==> ignore | |
231 | - arg [--eh-frame-hdr] ==> ignore | |
232 | - arg [-m] ==> ignore | |
233 | - arg [elf_x86_64] ==> ignore | |
234 | - arg [--hash-style=gnu] ==> ignore | |
235 | - arg [-export-dynamic] ==> ignore | |
236 | - arg [-dynamic-linker] ==> ignore | |
237 | - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | |
238 | - arg [-o] ==> ignore | |
239 | - arg [cmTryCompileExec268785583] ==> ignore | |
240 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o] ==> ignore | |
241 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o] ==> ignore | |
242 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o] ==> ignore | |
243 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9] | |
244 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu] | |
245 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib] | |
246 | - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] | |
247 | - arg [-L/lib/../lib] ==> dir [/lib/../lib] | |
248 | - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | |
249 | - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
250 | - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..] | |
251 | - arg [CMakeFiles/cmTryCompileExec268785583.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | |
252 | - arg [-lstdc++] ==> lib [stdc++] | |
253 | - arg [-lm] ==> lib [m] | |
254 | - arg [-lgcc_s] ==> lib [gcc_s] | |
255 | - arg [-lgcc] ==> lib [gcc] | |
256 | - arg [-lc] ==> lib [c] | |
257 | - arg [-lgcc_s] ==> lib [gcc_s] | |
258 | - arg [-lgcc] ==> lib [gcc] | |
259 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o] ==> ignore | |
260 | - arg [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o] ==> ignore | |
261 | - remove lib [gcc_s] | |
262 | - remove lib [gcc] | |
263 | - remove lib [gcc_s] | |
264 | - remove lib [gcc] | |
265 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.9] | |
266 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
267 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib] ==> [/usr/lib] | |
268 | - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] | |
269 | - collapse library dir [/lib/../lib] ==> [/lib] | |
270 | - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
271 | - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
272 | - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..] ==> [/usr/lib] | |
273 | - implicit libs: [stdc++;m;c] | |
274 | - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] | |
275 | - implicit fwks: [] | |
276 | - | |
277 | - |
build/CMakeFiles/Makefile.cmake deleted
1 | -# CMAKE generated file: DO NOT EDIT! | |
2 | -# Generated by "Unix Makefiles" Generator, CMake Version 3.0 | |
3 | - | |
4 | -# The generator used is: | |
5 | -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") | |
6 | - | |
7 | -# The top level Makefile was generated from the following files: | |
8 | -set(CMAKE_MAKEFILE_DEPENDS | |
9 | - "CMakeCache.txt" | |
10 | - "../CMakeLists.txt" | |
11 | - "../CMakeModules/FindLibUSB.cmake" | |
12 | - "CMakeFiles/3.0.2/CMakeCCompiler.cmake" | |
13 | - "CMakeFiles/3.0.2/CMakeCXXCompiler.cmake" | |
14 | - "CMakeFiles/3.0.2/CMakeSystem.cmake" | |
15 | - "/usr/share/cmake-3.0/Modules/CMakeCCompiler.cmake.in" | |
16 | - "/usr/share/cmake-3.0/Modules/CMakeCCompilerABI.c" | |
17 | - "/usr/share/cmake-3.0/Modules/CMakeCInformation.cmake" | |
18 | - "/usr/share/cmake-3.0/Modules/CMakeCXXCompiler.cmake.in" | |
19 | - "/usr/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp" | |
20 | - "/usr/share/cmake-3.0/Modules/CMakeCXXInformation.cmake" | |
21 | - "/usr/share/cmake-3.0/Modules/CMakeCommonLanguageInclude.cmake" | |
22 | - "/usr/share/cmake-3.0/Modules/CMakeDetermineCCompiler.cmake" | |
23 | - "/usr/share/cmake-3.0/Modules/CMakeDetermineCXXCompiler.cmake" | |
24 | - "/usr/share/cmake-3.0/Modules/CMakeDetermineCompiler.cmake" | |
25 | - "/usr/share/cmake-3.0/Modules/CMakeDetermineCompilerABI.cmake" | |
26 | - "/usr/share/cmake-3.0/Modules/CMakeDetermineCompilerId.cmake" | |
27 | - "/usr/share/cmake-3.0/Modules/CMakeDetermineSystem.cmake" | |
28 | - "/usr/share/cmake-3.0/Modules/CMakeFindBinUtils.cmake" | |
29 | - "/usr/share/cmake-3.0/Modules/CMakeGenericSystem.cmake" | |
30 | - "/usr/share/cmake-3.0/Modules/CMakeParseArguments.cmake" | |
31 | - "/usr/share/cmake-3.0/Modules/CMakeParseImplicitLinkInfo.cmake" | |
32 | - "/usr/share/cmake-3.0/Modules/CMakeSystem.cmake.in" | |
33 | - "/usr/share/cmake-3.0/Modules/CMakeSystemSpecificInformation.cmake" | |
34 | - "/usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake" | |
35 | - "/usr/share/cmake-3.0/Modules/CMakeTestCXXCompiler.cmake" | |
36 | - "/usr/share/cmake-3.0/Modules/CMakeTestCompilerCommon.cmake" | |
37 | - "/usr/share/cmake-3.0/Modules/CMakeUnixFindMake.cmake" | |
38 | - "/usr/share/cmake-3.0/Modules/Compiler/GNU-C.cmake" | |
39 | - "/usr/share/cmake-3.0/Modules/Compiler/GNU-CXX.cmake" | |
40 | - "/usr/share/cmake-3.0/Modules/Compiler/GNU.cmake" | |
41 | - "/usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake" | |
42 | - "/usr/share/cmake-3.0/Modules/FindPackageMessage.cmake" | |
43 | - "/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake" | |
44 | - "/usr/share/cmake-3.0/Modules/Platform/Linux-CXX.cmake" | |
45 | - "/usr/share/cmake-3.0/Modules/Platform/Linux-GNU-C.cmake" | |
46 | - "/usr/share/cmake-3.0/Modules/Platform/Linux-GNU-CXX.cmake" | |
47 | - "/usr/share/cmake-3.0/Modules/Platform/Linux-GNU.cmake" | |
48 | - "/usr/share/cmake-3.0/Modules/Platform/Linux.cmake" | |
49 | - "/usr/share/cmake-3.0/Modules/Platform/UnixPaths.cmake" | |
50 | - ) | |
51 | - | |
52 | -# The corresponding makefile is: | |
53 | -set(CMAKE_MAKEFILE_OUTPUTS | |
54 | - "Makefile" | |
55 | - "CMakeFiles/cmake.check_cache" | |
56 | - ) | |
57 | - | |
58 | -# Byproducts of CMake generate step: | |
59 | -set(CMAKE_MAKEFILE_PRODUCTS | |
60 | - "CMakeFiles/3.0.2/CMakeSystem.cmake" | |
61 | - "CMakeFiles/3.0.2/CMakeCCompiler.cmake" | |
62 | - "CMakeFiles/3.0.2/CMakeCXXCompiler.cmake" | |
63 | - "CMakeFiles/3.0.2/CMakeCCompiler.cmake" | |
64 | - "CMakeFiles/3.0.2/CMakeCXXCompiler.cmake" | |
65 | - "CMakeFiles/CMakeDirectoryInformation.cmake" | |
66 | - ) | |
67 | - | |
68 | -# Dependency information for all targets: | |
69 | -set(CMAKE_DEPEND_INFO_FILES | |
70 | - "CMakeFiles/touchpad_disabler.dir/DependInfo.cmake" | |
71 | - ) |
build/CMakeFiles/Makefile2 deleted
1 | -# CMAKE generated file: DO NOT EDIT! | |
2 | -# Generated by "Unix Makefiles" Generator, CMake Version 3.0 | |
3 | - | |
4 | -# Default target executed when no arguments are given to make. | |
5 | -default_target: all | |
6 | -.PHONY : default_target | |
7 | - | |
8 | -# The main recursive all target | |
9 | -all: | |
10 | -.PHONY : all | |
11 | - | |
12 | -# The main recursive preinstall target | |
13 | -preinstall: | |
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. | |
23 | -SUFFIXES = | |
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. | |
31 | -cmake_force: | |
32 | -.PHONY : cmake_force | |
33 | - | |
34 | -#============================================================================= | |
35 | -# Set environment variables for the build. | |
36 | - | |
37 | -# The shell in which to execute make rules. | |
38 | -SHELL = /bin/sh | |
39 | - | |
40 | -# The CMake executable. | |
41 | -CMAKE_COMMAND = /usr/bin/cmake | |
42 | - | |
43 | -# The command to remove a file. | |
44 | -RM = /usr/bin/cmake -E remove -f | |
45 | - | |
46 | -# Escaping for special characters. | |
47 | -EQUALS = = | |
48 | - | |
49 | -# The top-level source directory on which CMake was run. | |
50 | -CMAKE_SOURCE_DIR = /home/imanol/ClionProjects/touchpad_disabler | |
51 | - | |
52 | -# The top-level build directory on which CMake was run. | |
53 | -CMAKE_BINARY_DIR = /home/imanol/ClionProjects/touchpad_disabler/build | |
54 | - | |
55 | -#============================================================================= | |
56 | -# Target rules for target CMakeFiles/touchpad_disabler.dir | |
57 | - | |
58 | -# All Build rule for target. | |
59 | -CMakeFiles/touchpad_disabler.dir/all: | |
60 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/depend | |
61 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/build | |
62 | - $(CMAKE_COMMAND) -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles 1 | |
63 | - @echo "Built target touchpad_disabler" | |
64 | -.PHONY : CMakeFiles/touchpad_disabler.dir/all | |
65 | - | |
66 | -# Include target in all. | |
67 | -all: CMakeFiles/touchpad_disabler.dir/all | |
68 | -.PHONY : all | |
69 | - | |
70 | -# Build rule for subdir invocation for target. | |
71 | -CMakeFiles/touchpad_disabler.dir/rule: cmake_check_build_system | |
72 | - $(CMAKE_COMMAND) -E cmake_progress_start /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles 1 | |
73 | - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/touchpad_disabler.dir/all | |
74 | - $(CMAKE_COMMAND) -E cmake_progress_start /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles 0 | |
75 | -.PHONY : CMakeFiles/touchpad_disabler.dir/rule | |
76 | - | |
77 | -# Convenience name for target. | |
78 | -touchpad_disabler: CMakeFiles/touchpad_disabler.dir/rule | |
79 | -.PHONY : touchpad_disabler | |
80 | - | |
81 | -# clean rule for target. | |
82 | -CMakeFiles/touchpad_disabler.dir/clean: | |
83 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/clean | |
84 | -.PHONY : CMakeFiles/touchpad_disabler.dir/clean | |
85 | - | |
86 | -# clean rule for target. | |
87 | -clean: CMakeFiles/touchpad_disabler.dir/clean | |
88 | -.PHONY : clean | |
89 | - | |
90 | -#============================================================================= | |
91 | -# Special targets to cleanup operation of make. | |
92 | - | |
93 | -# Special rule to run CMake to check the build system integrity. | |
94 | -# No rule that depends on this can have commands that come from listfiles | |
95 | -# because they might be regenerated. | |
96 | -cmake_check_build_system: | |
97 | - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | |
98 | -.PHONY : cmake_check_build_system | |
99 | - |
build/CMakeFiles/TargetDirectories.txt deleted
1 | -/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/touchpad_disabler.dir |
build/CMakeFiles/cmake.check_cache deleted
1 | -# This file is generated by cmake for dependency checking of the CMakeCache.txt file |
build/CMakeFiles/progress.marks deleted
1 | -1 |
build/CMakeFiles/touchpad_disabler.dir/CXX.includecache deleted
1 | -#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) | |
2 | - | |
3 | -#IncludeRegexScan: ^.*$ | |
4 | - | |
5 | -#IncludeRegexComplain: ^$ | |
6 | - | |
7 | -#IncludeRegexTransform: | |
8 | - | |
9 | -/home/imanol/ClionProjects/touchpad_disabler/main.cpp | |
10 | -iostream | |
11 | -- | |
12 | -libusb-1.0/libusb.h | |
13 | -- | |
14 | -iomanip | |
15 | -- | |
16 | -cstdlib | |
17 | -- | |
18 | - |
build/CMakeFiles/touchpad_disabler.dir/DependInfo.cmake deleted
1 | -# The set of languages for which implicit dependencies are needed: | |
2 | -set(CMAKE_DEPENDS_LANGUAGES | |
3 | - "CXX" | |
4 | - ) | |
5 | -# The set of files for implicit dependencies of each language: | |
6 | -set(CMAKE_DEPENDS_CHECK_CXX | |
7 | - "/home/imanol/ClionProjects/touchpad_disabler/main.cpp" "/home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/touchpad_disabler.dir/main.cpp.o" | |
8 | - ) | |
9 | -set(CMAKE_CXX_COMPILER_ID "GNU") | |
10 | - | |
11 | -# Targets to which this target links. | |
12 | -set(CMAKE_TARGET_LINKED_INFO_FILES | |
13 | - ) | |
14 | - | |
15 | -# The include file search paths: | |
16 | -set(CMAKE_C_TARGET_INCLUDE_PATH | |
17 | - ) | |
18 | -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) | |
19 | -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) | |
20 | -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) |
build/CMakeFiles/touchpad_disabler.dir/build.make deleted
1 | -# CMAKE generated file: DO NOT EDIT! | |
2 | -# Generated by "Unix Makefiles" Generator, CMake Version 3.0 | |
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. | |
11 | -SUFFIXES = | |
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. | |
19 | -cmake_force: | |
20 | -.PHONY : cmake_force | |
21 | - | |
22 | -#============================================================================= | |
23 | -# Set environment variables for the build. | |
24 | - | |
25 | -# The shell in which to execute make rules. | |
26 | -SHELL = /bin/sh | |
27 | - | |
28 | -# The CMake executable. | |
29 | -CMAKE_COMMAND = /usr/bin/cmake | |
30 | - | |
31 | -# The command to remove a file. | |
32 | -RM = /usr/bin/cmake -E remove -f | |
33 | - | |
34 | -# Escaping for special characters. | |
35 | -EQUALS = = | |
36 | - | |
37 | -# The top-level source directory on which CMake was run. | |
38 | -CMAKE_SOURCE_DIR = /home/imanol/ClionProjects/touchpad_disabler | |
39 | - | |
40 | -# The top-level build directory on which CMake was run. | |
41 | -CMAKE_BINARY_DIR = /home/imanol/ClionProjects/touchpad_disabler/build | |
42 | - | |
43 | -# Include any dependencies generated for this target. | |
44 | -include CMakeFiles/touchpad_disabler.dir/depend.make | |
45 | - | |
46 | -# Include the progress variables for this target. | |
47 | -include CMakeFiles/touchpad_disabler.dir/progress.make | |
48 | - | |
49 | -# Include the compile flags for this target's objects. | |
50 | -include CMakeFiles/touchpad_disabler.dir/flags.make | |
51 | - | |
52 | -CMakeFiles/touchpad_disabler.dir/main.cpp.o: CMakeFiles/touchpad_disabler.dir/flags.make | |
53 | -CMakeFiles/touchpad_disabler.dir/main.cpp.o: ../main.cpp | |
54 | - $(CMAKE_COMMAND) -E cmake_progress_report /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles $(CMAKE_PROGRESS_1) | |
55 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/touchpad_disabler.dir/main.cpp.o" | |
56 | - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/touchpad_disabler.dir/main.cpp.o -c /home/imanol/ClionProjects/touchpad_disabler/main.cpp | |
57 | - | |
58 | -CMakeFiles/touchpad_disabler.dir/main.cpp.i: cmake_force | |
59 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/touchpad_disabler.dir/main.cpp.i" | |
60 | - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/imanol/ClionProjects/touchpad_disabler/main.cpp > CMakeFiles/touchpad_disabler.dir/main.cpp.i | |
61 | - | |
62 | -CMakeFiles/touchpad_disabler.dir/main.cpp.s: cmake_force | |
63 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/touchpad_disabler.dir/main.cpp.s" | |
64 | - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/imanol/ClionProjects/touchpad_disabler/main.cpp -o CMakeFiles/touchpad_disabler.dir/main.cpp.s | |
65 | - | |
66 | -CMakeFiles/touchpad_disabler.dir/main.cpp.o.requires: | |
67 | -.PHONY : CMakeFiles/touchpad_disabler.dir/main.cpp.o.requires | |
68 | - | |
69 | -CMakeFiles/touchpad_disabler.dir/main.cpp.o.provides: CMakeFiles/touchpad_disabler.dir/main.cpp.o.requires | |
70 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/main.cpp.o.provides.build | |
71 | -.PHONY : CMakeFiles/touchpad_disabler.dir/main.cpp.o.provides | |
72 | - | |
73 | -CMakeFiles/touchpad_disabler.dir/main.cpp.o.provides.build: CMakeFiles/touchpad_disabler.dir/main.cpp.o | |
74 | - | |
75 | -# Object files for target touchpad_disabler | |
76 | -touchpad_disabler_OBJECTS = \ | |
77 | -"CMakeFiles/touchpad_disabler.dir/main.cpp.o" | |
78 | - | |
79 | -# External object files for target touchpad_disabler | |
80 | -touchpad_disabler_EXTERNAL_OBJECTS = | |
81 | - | |
82 | -touchpad_disabler: CMakeFiles/touchpad_disabler.dir/main.cpp.o | |
83 | -touchpad_disabler: CMakeFiles/touchpad_disabler.dir/build.make | |
84 | -touchpad_disabler: CMakeFiles/touchpad_disabler.dir/link.txt | |
85 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable touchpad_disabler" | |
86 | - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/touchpad_disabler.dir/link.txt --verbose=$(VERBOSE) | |
87 | - | |
88 | -# Rule to build all files generated by this target. | |
89 | -CMakeFiles/touchpad_disabler.dir/build: touchpad_disabler | |
90 | -.PHONY : CMakeFiles/touchpad_disabler.dir/build | |
91 | - | |
92 | -CMakeFiles/touchpad_disabler.dir/requires: CMakeFiles/touchpad_disabler.dir/main.cpp.o.requires | |
93 | -.PHONY : CMakeFiles/touchpad_disabler.dir/requires | |
94 | - | |
95 | -CMakeFiles/touchpad_disabler.dir/clean: | |
96 | - $(CMAKE_COMMAND) -P CMakeFiles/touchpad_disabler.dir/cmake_clean.cmake | |
97 | -.PHONY : CMakeFiles/touchpad_disabler.dir/clean | |
98 | - | |
99 | -CMakeFiles/touchpad_disabler.dir/depend: | |
100 | - cd /home/imanol/ClionProjects/touchpad_disabler/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/imanol/ClionProjects/touchpad_disabler /home/imanol/ClionProjects/touchpad_disabler /home/imanol/ClionProjects/touchpad_disabler/build /home/imanol/ClionProjects/touchpad_disabler/build /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/touchpad_disabler.dir/DependInfo.cmake --color=$(COLOR) | |
101 | -.PHONY : CMakeFiles/touchpad_disabler.dir/depend | |
102 | - |
build/CMakeFiles/touchpad_disabler.dir/cmake_clean.cmake deleted
1 | -file(REMOVE_RECURSE | |
2 | - "CMakeFiles/touchpad_disabler.dir/main.cpp.o" | |
3 | - "touchpad_disabler.pdb" | |
4 | - "touchpad_disabler" | |
5 | -) | |
6 | - | |
7 | -# Per-language clean rules from dependency scanning. | |
8 | -foreach(lang CXX) | |
9 | - include(CMakeFiles/touchpad_disabler.dir/cmake_clean_${lang}.cmake OPTIONAL) | |
10 | -endforeach() |
build/CMakeFiles/touchpad_disabler.dir/depend.internal deleted
build/CMakeFiles/touchpad_disabler.dir/depend.make deleted
build/CMakeFiles/touchpad_disabler.dir/flags.make deleted
build/CMakeFiles/touchpad_disabler.dir/link.txt deleted
1 | -/usr/bin/c++ -lusb-1.0 CMakeFiles/touchpad_disabler.dir/main.cpp.o -o touchpad_disabler -rdynamic |
build/CMakeFiles/touchpad_disabler.dir/main.cpp.o deleted
No preview for this file type
build/CMakeFiles/touchpad_disabler.dir/progress.make deleted
build/Makefile deleted
1 | -# CMAKE generated file: DO NOT EDIT! | |
2 | -# Generated by "Unix Makefiles" Generator, CMake Version 3.0 | |
3 | - | |
4 | -# Default target executed when no arguments are given to make. | |
5 | -default_target: all | |
6 | -.PHONY : default_target | |
7 | - | |
8 | -# Allow only one "make -f Makefile2" at a time, but pass parallelism. | |
9 | -.NOTPARALLEL: | |
10 | -.PHONY : .NOTPARALLEL | |
11 | - | |
12 | -#============================================================================= | |
13 | -# Special targets provided by cmake. | |
14 | - | |
15 | -# Disable implicit rules so canonical targets will work. | |
16 | -.SUFFIXES: | |
17 | - | |
18 | -# Remove some rules from gmake that .SUFFIXES does not remove. | |
19 | -SUFFIXES = | |
20 | - | |
21 | -.SUFFIXES: .hpux_make_needs_suffix_list | |
22 | - | |
23 | -# Suppress display of executed commands. | |
24 | -$(VERBOSE).SILENT: | |
25 | - | |
26 | -# A target that is always out of date. | |
27 | -cmake_force: | |
28 | -.PHONY : cmake_force | |
29 | - | |
30 | -#============================================================================= | |
31 | -# Set environment variables for the build. | |
32 | - | |
33 | -# The shell in which to execute make rules. | |
34 | -SHELL = /bin/sh | |
35 | - | |
36 | -# The CMake executable. | |
37 | -CMAKE_COMMAND = /usr/bin/cmake | |
38 | - | |
39 | -# The command to remove a file. | |
40 | -RM = /usr/bin/cmake -E remove -f | |
41 | - | |
42 | -# Escaping for special characters. | |
43 | -EQUALS = = | |
44 | - | |
45 | -# The top-level source directory on which CMake was run. | |
46 | -CMAKE_SOURCE_DIR = /home/imanol/ClionProjects/touchpad_disabler | |
47 | - | |
48 | -# The top-level build directory on which CMake was run. | |
49 | -CMAKE_BINARY_DIR = /home/imanol/ClionProjects/touchpad_disabler/build | |
50 | - | |
51 | -#============================================================================= | |
52 | -# Targets provided globally by CMake. | |
53 | - | |
54 | -# Special rule for the target edit_cache | |
55 | -edit_cache: | |
56 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." | |
57 | - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. | |
58 | -.PHONY : edit_cache | |
59 | - | |
60 | -# Special rule for the target edit_cache | |
61 | -edit_cache/fast: edit_cache | |
62 | -.PHONY : edit_cache/fast | |
63 | - | |
64 | -# Special rule for the target install | |
65 | -install: preinstall | |
66 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." | |
67 | - /usr/bin/cmake -P cmake_install.cmake | |
68 | -.PHONY : install | |
69 | - | |
70 | -# Special rule for the target install | |
71 | -install/fast: preinstall/fast | |
72 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." | |
73 | - /usr/bin/cmake -P cmake_install.cmake | |
74 | -.PHONY : install/fast | |
75 | - | |
76 | -# Special rule for the target install/local | |
77 | -install/local: preinstall | |
78 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." | |
79 | - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake | |
80 | -.PHONY : install/local | |
81 | - | |
82 | -# Special rule for the target install/local | |
83 | -install/local/fast: install/local | |
84 | -.PHONY : install/local/fast | |
85 | - | |
86 | -# Special rule for the target install/strip | |
87 | -install/strip: preinstall | |
88 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." | |
89 | - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake | |
90 | -.PHONY : install/strip | |
91 | - | |
92 | -# Special rule for the target install/strip | |
93 | -install/strip/fast: install/strip | |
94 | -.PHONY : install/strip/fast | |
95 | - | |
96 | -# Special rule for the target list_install_components | |
97 | -list_install_components: | |
98 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" | |
99 | -.PHONY : list_install_components | |
100 | - | |
101 | -# Special rule for the target list_install_components | |
102 | -list_install_components/fast: list_install_components | |
103 | -.PHONY : list_install_components/fast | |
104 | - | |
105 | -# Special rule for the target rebuild_cache | |
106 | -rebuild_cache: | |
107 | - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." | |
108 | - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) | |
109 | -.PHONY : rebuild_cache | |
110 | - | |
111 | -# Special rule for the target rebuild_cache | |
112 | -rebuild_cache/fast: rebuild_cache | |
113 | -.PHONY : rebuild_cache/fast | |
114 | - | |
115 | -# The main all target | |
116 | -all: cmake_check_build_system | |
117 | - $(CMAKE_COMMAND) -E cmake_progress_start /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles/progress.marks | |
118 | - $(MAKE) -f CMakeFiles/Makefile2 all | |
119 | - $(CMAKE_COMMAND) -E cmake_progress_start /home/imanol/ClionProjects/touchpad_disabler/build/CMakeFiles 0 | |
120 | -.PHONY : all | |
121 | - | |
122 | -# The main clean target | |
123 | -clean: | |
124 | - $(MAKE) -f CMakeFiles/Makefile2 clean | |
125 | -.PHONY : clean | |
126 | - | |
127 | -# The main clean target | |
128 | -clean/fast: clean | |
129 | -.PHONY : clean/fast | |
130 | - | |
131 | -# Prepare targets for installation. | |
132 | -preinstall: all | |
133 | - $(MAKE) -f CMakeFiles/Makefile2 preinstall | |
134 | -.PHONY : preinstall | |
135 | - | |
136 | -# Prepare targets for installation. | |
137 | -preinstall/fast: | |
138 | - $(MAKE) -f CMakeFiles/Makefile2 preinstall | |
139 | -.PHONY : preinstall/fast | |
140 | - | |
141 | -# clear depends | |
142 | -depend: | |
143 | - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 | |
144 | -.PHONY : depend | |
145 | - | |
146 | -#============================================================================= | |
147 | -# Target rules for targets named touchpad_disabler | |
148 | - | |
149 | -# Build rule for target. | |
150 | -touchpad_disabler: cmake_check_build_system | |
151 | - $(MAKE) -f CMakeFiles/Makefile2 touchpad_disabler | |
152 | -.PHONY : touchpad_disabler | |
153 | - | |
154 | -# fast build rule for target. | |
155 | -touchpad_disabler/fast: | |
156 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/build | |
157 | -.PHONY : touchpad_disabler/fast | |
158 | - | |
159 | -main.o: main.cpp.o | |
160 | -.PHONY : main.o | |
161 | - | |
162 | -# target to build an object file | |
163 | -main.cpp.o: | |
164 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/main.cpp.o | |
165 | -.PHONY : main.cpp.o | |
166 | - | |
167 | -main.i: main.cpp.i | |
168 | -.PHONY : main.i | |
169 | - | |
170 | -# target to preprocess a source file | |
171 | -main.cpp.i: | |
172 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/main.cpp.i | |
173 | -.PHONY : main.cpp.i | |
174 | - | |
175 | -main.s: main.cpp.s | |
176 | -.PHONY : main.s | |
177 | - | |
178 | -# target to generate assembly for a file | |
179 | -main.cpp.s: | |
180 | - $(MAKE) -f CMakeFiles/touchpad_disabler.dir/build.make CMakeFiles/touchpad_disabler.dir/main.cpp.s | |
181 | -.PHONY : main.cpp.s | |
182 | - | |
183 | -# Help Target | |
184 | -help: | |
185 | - @echo "The following are some of the valid targets for this Makefile:" | |
186 | - @echo "... all (the default if no target is provided)" | |
187 | - @echo "... clean" | |
188 | - @echo "... depend" | |
189 | - @echo "... edit_cache" | |
190 | - @echo "... install" | |
191 | - @echo "... install/local" | |
192 | - @echo "... install/strip" | |
193 | - @echo "... list_install_components" | |
194 | - @echo "... rebuild_cache" | |
195 | - @echo "... touchpad_disabler" | |
196 | - @echo "... main.o" | |
197 | - @echo "... main.i" | |
198 | - @echo "... main.s" | |
199 | -.PHONY : help | |
200 | - | |
201 | - | |
202 | - | |
203 | -#============================================================================= | |
204 | -# Special targets to cleanup operation of make. | |
205 | - | |
206 | -# Special rule to run CMake to check the build system integrity. | |
207 | -# No rule that depends on this can have commands that come from listfiles | |
208 | -# because they might be regenerated. | |
209 | -cmake_check_build_system: | |
210 | - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | |
211 | -.PHONY : cmake_check_build_system | |
212 | - |
build/cmake_install.cmake deleted
1 | -# Install script for directory: /home/imanol/ClionProjects/touchpad_disabler | |
2 | - | |
3 | -# Set the install prefix | |
4 | -if(NOT DEFINED CMAKE_INSTALL_PREFIX) | |
5 | - set(CMAKE_INSTALL_PREFIX "/usr/local") | |
6 | -endif() | |
7 | -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") | |
8 | - | |
9 | -# Set the install configuration name. | |
10 | -if(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() | |
15 | - set(CMAKE_INSTALL_CONFIG_NAME "") | |
16 | - endif() | |
17 | - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") | |
18 | -endif() | |
19 | - | |
20 | -# Set the component getting installed. | |
21 | -if(NOT CMAKE_INSTALL_COMPONENT) | |
22 | - if(COMPONENT) | |
23 | - message(STATUS "Install component: \"${COMPONENT}\"") | |
24 | - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") | |
25 | - else() | |
26 | - set(CMAKE_INSTALL_COMPONENT) | |
27 | - endif() | |
28 | -endif() | |
29 | - | |
30 | -# Install shared libraries without execute permission? | |
31 | -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) | |
32 | - set(CMAKE_INSTALL_SO_NO_EXE "1") | |
33 | -endif() | |
34 | - | |
35 | -if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") | |
36 | - if(EXISTS "$ENV{DESTDIR}/usr/local/bin/touchpad_disabler" AND | |
37 | - NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/bin/touchpad_disabler") | |
38 | - file(RPATH_CHECK | |
39 | - FILE "$ENV{DESTDIR}/usr/local/bin/touchpad_disabler" | |
40 | - RPATH "") | |
41 | - endif() | |
42 | - list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES | |
43 | - "/usr/local/bin/touchpad_disabler") | |
44 | - if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) | |
45 | - message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") | |
46 | - endif() | |
47 | - if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) | |
48 | - message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") | |
49 | - endif() | |
50 | -file(INSTALL DESTINATION "/usr/local/bin" TYPE EXECUTABLE FILES "/home/imanol/ClionProjects/touchpad_disabler/build/touchpad_disabler") | |
51 | - if(EXISTS "$ENV{DESTDIR}/usr/local/bin/touchpad_disabler" AND | |
52 | - NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/bin/touchpad_disabler") | |
53 | - if(CMAKE_INSTALL_DO_STRIP) | |
54 | - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/usr/local/bin/touchpad_disabler") | |
55 | - endif() | |
56 | - endif() | |
57 | -endif() | |
58 | - | |
59 | -if(CMAKE_INSTALL_COMPONENT) | |
60 | - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") | |
61 | -else() | |
62 | - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") | |
63 | -endif() | |
64 | - | |
65 | -file(WRITE "/home/imanol/ClionProjects/touchpad_disabler/build/${CMAKE_INSTALL_MANIFEST}" "") | |
66 | -foreach(file ${CMAKE_INSTALL_MANIFEST_FILES}) | |
67 | - file(APPEND "/home/imanol/ClionProjects/touchpad_disabler/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n") | |
68 | -endforeach() |
build/install_manifest.txt deleted
1 | -/usr/local/bin/touchpad_disabler |
build/touchpad_disabler deleted
No preview for this file type
main.cpp
... | ... | @@ -9,9 +9,9 @@ using namespace std; |
9 | 9 | |
10 | 10 | void disable_touchpad() |
11 | 11 | { |
12 | - if(system("which synclient &> /dev/null") == 0) | |
12 | + if(system("which synclient > /dev/null") == 0) | |
13 | 13 | { |
14 | - system("synclient TouchpadOff=1 &> /dev/null"); | |
14 | + system("synclient TouchpadOff=1 > /dev/null"); | |
15 | 15 | } |
16 | 16 | else |
17 | 17 | { |
... | ... | @@ -22,9 +22,9 @@ void disable_touchpad() |
22 | 22 | |
23 | 23 | void enable_touchpad() |
24 | 24 | { |
25 | - if(system("which synclient") == 0) | |
25 | + if(system("which synclient > /dev/null") == 0) | |
26 | 26 | { |
27 | - system("synclient TouchpadOff=0"); | |
27 | + system("synclient TouchpadOff=0 > /dev/null"); | |
28 | 28 | } |
29 | 29 | else |
30 | 30 | { |
... | ... | @@ -34,6 +34,8 @@ void enable_touchpad() |
34 | 34 | |
35 | 35 | int main() |
36 | 36 | { |
37 | + void (*touchpad_operation)() = &enable_touchpad; | |
38 | + bool mouseFound = false; | |
37 | 39 | libusb_context *ctx = NULL; |
38 | 40 | libusb_device **devs; |
39 | 41 | ssize_t cnt; |
... | ... | @@ -45,7 +47,7 @@ int main() |
45 | 47 | } |
46 | 48 | libusb_set_debug(ctx, 3); |
47 | 49 | cnt = libusb_get_device_list(ctx, &devs); |
48 | - for(int i = 0; i < cnt; i++) | |
50 | + for(int i = 0; (i < cnt) && (!mouseFound); i++) | |
49 | 51 | { |
50 | 52 | ios state(NULL); |
51 | 53 | state.copyfmt(cout); |
... | ... | @@ -75,19 +77,22 @@ int main() |
75 | 77 | uint8_t protocol = interdesc->bInterfaceProtocol; |
76 | 78 | if(protocol == MOUSE_PROTOCOL) |
77 | 79 | { |
78 | - cout << " Mouse detected! Disabling touchpad..." << endl; | |
79 | - disable_touchpad(); | |
80 | - goto finish; | |
80 | + mouseFound = true; | |
81 | + cout << " Mouse detected! Disabling touchpad..."; | |
82 | + touchpad_operation = &disable_touchpad; | |
81 | 83 | } |
82 | 84 | } |
83 | 85 | } |
84 | 86 | libusb_free_config_descriptor(config); |
85 | 87 | cout << endl; |
86 | 88 | } |
87 | - cout << "No mouse detected. Enabling touchpad..." << endl; | |
88 | - enable_touchpad(); | |
89 | - finish: | |
89 | + if(!mouseFound) | |
90 | + { | |
91 | + cout << "No mouse detected. Enabling touchpad..." << endl; | |
92 | + } | |
93 | + (*touchpad_operation)(); | |
90 | 94 | libusb_free_device_list(devs, 1); |
91 | 95 | libusb_exit(ctx); |
92 | 96 | return 0; |
93 | -} | |
94 | 97 | \ No newline at end of file |
98 | +} | |
99 | + | ... | ... |