Guest User

Untitled

a guest
Nov 15th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.46 KB | None | 0 0
  1. administrativo@oiluminum-1:~/E/tcmc/elementary/elementary-1.12.0$ make -f debian/rules build
  2. dh build --with autotools-dev
  3. debian/rules override_dh_auto_configure
  4. make[1]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  5. dh_auto_configure -- --disable-elementary-test
  6. configure: WARNING: unrecognized options: --disable-maintainer-mode
  7. checking build system type... x86_64-pc-linux-gnu
  8. checking host system type... x86_64-pc-linux-gnu
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking how to run the C preprocessor... gcc -E
  19. checking for grep that handles long lines and -e... /bin/grep
  20. checking for egrep... /bin/grep -E
  21. checking for ANSI C header files... yes
  22. checking for sys/types.h... yes
  23. checking for sys/stat.h... yes
  24. checking for stdlib.h... yes
  25. checking for string.h... yes
  26. checking for memory.h... yes
  27. checking for strings.h... yes
  28. checking for inttypes.h... yes
  29. checking for stdint.h... yes
  30. checking for unistd.h... yes
  31. checking minix/config.h usability... no
  32. checking minix/config.h presence... no
  33. checking for minix/config.h... no
  34. checking whether it is safe to define __EXTENSIONS__... yes
  35. checking for a BSD-compatible install... /usr/bin/install -c
  36. checking whether build environment is sane... yes
  37. checking for a thread-safe mkdir -p... /bin/mkdir -p
  38. checking for gawk... no
  39. checking for mawk... mawk
  40. checking whether make sets $(MAKE)... yes
  41. checking for style of include used by make... GNU
  42. checking whether make supports nested variables... yes
  43. checking dependency style of gcc... none
  44. checking whether make supports nested variables... (cached) yes
  45. checking for ar... ar
  46. checking the archiver (ar) interface... ar
  47. checking how to print strings... printf
  48. checking for a sed that does not truncate output... /bin/sed
  49. checking for fgrep... /bin/grep -F
  50. checking for ld used by gcc... /usr/bin/ld
  51. checking if the linker (/usr/bin/ld) is GNU ld... yes
  52. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  53. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  54. checking whether ln -s works... yes
  55. checking the maximum length of command line arguments... 1572864
  56. checking whether the shell understands some XSI constructs... yes
  57. checking whether the shell understands "+="... yes
  58. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  59. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  60. checking for /usr/bin/ld option to reload object files... -r
  61. checking for objdump... objdump
  62. checking how to recognize dependent libraries... pass_all
  63. checking for dlltool... no
  64. checking how to associate runtime and link libraries... printf %s\n
  65. checking for archiver @FILE support... @
  66. checking for strip... strip
  67. checking for ranlib... ranlib
  68. checking command to parse /usr/bin/nm -B output from gcc object... ok
  69. checking for sysroot... no
  70. checking for mt... mt
  71. checking if mt is a manifest tool... no
  72. checking for dlfcn.h... yes
  73. checking for objdir... .libs
  74. checking if gcc supports -fno-rtti -fno-exceptions... no
  75. checking for gcc option to produce PIC... -fPIC -DPIC
  76. checking if gcc PIC flag -fPIC -DPIC works... yes
  77. checking if gcc static flag -static works... yes
  78. checking if gcc supports -c -o file.o... yes
  79. checking if gcc supports -c -o file.o... (cached) yes
  80. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  81. checking whether -lc should be explicitly linked in... no
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking whether stripping libraries is possible... yes
  85. checking if libtool supports shared libraries... yes
  86. checking whether to build shared libraries... yes
  87. checking whether to build static libraries... no
  88. configure: Initialized elementary (1.12.0) development=10705
  89. configure: ELEMENTARY_BASE_DIR set to .elementary
  90. checking whether examples are built... no
  91. checking whether examples are installed... no
  92. checking for gcc... (cached) gcc
  93. checking whether we are using the GNU C compiler... (cached) yes
  94. checking whether gcc accepts -g... (cached) yes
  95. checking for gcc option to accept ISO C89... (cached) none needed
  96. checking for gcc option to accept ISO C99... -std=gnu99
  97. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  98. checking for g++... g++
  99. checking whether we are using the GNU C++ compiler... yes
  100. checking whether g++ accepts -g... yes
  101. checking dependency style of g++... none
  102. checking how to run the C++ preprocessor... g++ -E
  103. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  104. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  105. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. checking for g++ option to produce PIC... -fPIC -DPIC
  107. checking if g++ PIC flag -fPIC -DPIC works... yes
  108. checking if g++ static flag -static works... yes
  109. checking if g++ supports -c -o file.o... yes
  110. checking if g++ supports -c -o file.o... (cached) yes
  111. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  112. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  113. checking how to hardcode library paths into programs... immediate
  114. checking whether g++ supports C++11 features by default... no
  115. checking whether g++ supports C++11 features with -std=gnu++11... yes
  116. checking for pkg-config... /usr/bin/pkg-config
  117. checking pkg-config is at least version 0.9.0... yes
  118. checking whether NLS is requested... yes
  119. checking for msgfmt... /usr/bin/msgfmt
  120. checking for gmsgfmt... /usr/bin/msgfmt
  121. checking for xgettext... /usr/bin/xgettext
  122. checking for msgmerge... /usr/bin/msgmerge
  123. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  124. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  125. checking for shared library run path origin... done
  126. checking for CFPreferencesCopyAppValue... no
  127. checking for CFLocaleCopyCurrent... no
  128. checking for GNU gettext in libc... yes
  129. checking whether to use NLS... yes
  130. checking where the gettext function comes from... libc
  131. checking whether to build documentation... yes
  132. checking for doxygen... no
  133. WARNING:
  134. The doxygen program was not found in your execute path.
  135. You may have doxygen installed somewhere not covered by your path.
  136. If this is the case make sure you have the packages installed, AND
  137. that the doxygen program is in your execute path (see your
  138. shell manual page on setting the $PATH environment variable), OR
  139. alternatively, specify the program to use with --with-doxygen.
  140. configure: WARNING: no doxygen detected. Documentation will not be built
  141. configure: eet_eet set to /usr/bin/eet
  142. configure: edje_cc set to /usr/bin/edje_cc
  143. configure: elementary_codegen set to /usr/bin/elementary_codegen
  144. configure: elm_prefs_cc set to /usr/bin/elm_prefs_cc
  145. configure: eolian_gen set to /usr/bin/eolian_gen
  146. configure: eolian_cxx set to /usr/bin/eolian_cxx
  147. checking whether to build elementary_test binary... no
  148. checking whether to build elementary_codegen binary... yes
  149. checking whether to build elm_prefs_cc binary... yes
  150. checking whether to build elementary_config binary... yes
  151. checking whether to enable X backend... auto
  152. checking whether to build X backend... yes
  153. checking whether to enable FB backend... auto
  154. checking whether to build FB backend... yes
  155. checking whether to enable PSL1GHT backend... auto
  156. checking whether to build PSL1GHT backend... no
  157. checking whether to enable SDL backend... auto
  158. checking whether to build SDL backend... no
  159. checking whether to enable Cocoa backend... auto
  160. checking whether to build Cocoa backend... no
  161. checking whether to enable Win32 backend... auto
  162. checking whether to build Win32 backend... no
  163. checking whether to enable Wayland backend... auto
  164. checking whether to build Wayland backend... yes
  165. checking whether to enable DRM backend... auto
  166. checking whether to build DRM backend... yes
  167. checking whether to enable elocation option... auto
  168. checking whether to build elocation option... no
  169. checking whether to enable eweather option... auto
  170. checking whether to build eweather option... no
  171. checking whether to enable emap option... auto
  172. checking whether to build emap option... no
  173. checking which web option to use... ewebkit2
  174. checking whether to build web option... no
  175. checking for ELEMENTARY... yes
  176. checking for ELEMENTARY_PC... yes
  177. checking for dlopen in -ldl... yes
  178. checking for dladdr in -ldl... yes
  179. checking alloca.h usability... yes
  180. checking alloca.h presence... yes
  181. checking for alloca.h... yes
  182. checking libintl.h usability... yes
  183. checking libintl.h presence... yes
  184. checking for libintl.h... yes
  185. checking dirent.h usability... yes
  186. checking dirent.h presence... yes
  187. checking for dirent.h... yes
  188. checking sys/mman.h usability... yes
  189. checking sys/mman.h presence... yes
  190. checking for sys/mman.h... yes
  191. checking locale.h usability... yes
  192. checking locale.h presence... yes
  193. checking for locale.h... yes
  194. checking langinfo.h usability... yes
  195. checking langinfo.h presence... yes
  196. checking for langinfo.h... yes
  197. checking sys/times.h usability... yes
  198. checking sys/times.h presence... yes
  199. checking for sys/times.h... yes
  200. checking whether byte ordering is bigendian... no
  201. checking whether the compiler supports -Wshadow... yes
  202. checking whether the compiler supports -Wall... yes
  203. checking whether the compiler supports -W... yes
  204. checking whether the compiler supports -Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections... yes
  205. checking for PATH_MAX in limits.h... yes
  206. checking whether the compiler supports -fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries... yes
  207. checking If the compiler as what it takes to do quicklaunch (-pie -rdynamic)... yes
  208. checking for size_t... yes
  209. checking for working alloca.h... yes
  210. checking for alloca... yes
  211. checking for geteuid... yes
  212. checking for getuid... yes
  213. checking for fork... yes
  214. checking for clearenv... yes
  215. checking that generated files are newer than configure... done
  216. configure: creating ./config.status
  217. config.status: creating Makefile
  218. config.status: creating elementary.spec
  219. config.status: creating doc/Makefile
  220. config.status: creating doc/Doxyfile
  221. config.status: creating doc/widgets/Makefile
  222. config.status: creating src/Makefile
  223. config.status: creating src/lib/Makefile
  224. config.status: creating src/lib/Elementary.h
  225. config.status: creating src/lib/elm_intro.h
  226. config.status: creating src/bin/Makefile
  227. config.status: creating src/modules/Makefile
  228. config.status: creating src/modules/prefs/Makefile
  229. config.status: creating src/modules/access_output/Makefile
  230. config.status: creating src/modules/datetime_input_ctxpopup/Makefile
  231. config.status: creating src/modules/test_entry/Makefile
  232. config.status: creating src/modules/test_map/Makefile
  233. config.status: creating src/edje_externals/Makefile
  234. config.status: creating src/examples/Makefile
  235. config.status: creating src/tests/Makefile
  236. config.status: creating src/imported/Makefile
  237. config.status: creating src/imported/atspi/Makefile
  238. config.status: creating data/Makefile
  239. config.status: creating data/themes/Makefile
  240. config.status: creating data/images/Makefile
  241. config.status: creating data/objects/Makefile
  242. config.status: creating data/desktop/Makefile
  243. config.status: creating data/edje_externals/Makefile
  244. config.status: creating config/Makefile
  245. config.status: creating config/default/Makefile
  246. config.status: creating config/default/base.src
  247. config.status: creating config/standard/Makefile
  248. config.status: creating config/standard/base.src
  249. config.status: creating config/mobile/Makefile
  250. config.status: creating config/mobile/base.src
  251. config.status: creating po/Makefile.in
  252. config.status: creating cmakeconfig/ElementaryConfig.cmake
  253. config.status: creating cmakeconfig/ElementaryConfigVersion.cmake
  254. config.status: creating elementary_config.h
  255. config.status: executing depfiles commands
  256. config.status: executing libtool commands
  257. config.status: executing po-directories commands
  258. config.status: creating po/POTFILES
  259. config.status: creating po/Makefile
  260. configure: WARNING: unrecognized options: --disable-maintainer-mode
  261. ------------------------------------------------------------------------
  262. elementary 1.12.0
  263. ------------------------------------------------------------------------
  264. Configuration Options Summary:
  265. Engines:
  266. X11....................: yes
  267. Framebuffer............: yes
  268. DRM....................: yes
  269. PSL1GHT................: no
  270. SDL....................: no
  271. Cocoa..................: no
  272. Windows XP.............: no
  273. Wayland................: yes
  274. Features:
  275. EWeather...............: no
  276. EMap...................: no
  277. Web (WebKit)...........: no
  278. Quick Launch...........: yes
  279. Elocation..............: no
  280. eet......................: /usr/bin/eet
  281. edje_cc..................: /usr/bin/edje_cc
  282. elementary_codegen.......: /usr/bin/elementary_codegen
  283. elm_prefs_cc.............: /usr/bin/elm_prefs_cc
  284. eolian_gen...............: /usr/bin/eolian_gen
  285. eolian_cxx...............: /usr/bin/eolian_cxx
  286. Build elementary_test....: no
  287. Build elementary_codegen.: yes
  288. Build elm_prefs_cc.......: yes
  289. Examples.................: no
  290. Examples installed.......: no
  291. Build elementary_config..: yes
  292. Enable debug.............: no
  293. Enable C++...............: no
  294. Compilation................: make (or gmake)
  295. CPPFLAGS.................: -D_FORTIFY_SOURCE=2
  296. CFLAGS...................: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wshadow -Wall -W -Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections -fpie
  297. LDFLAGS..................: -Wl,-Bsymbolic-functions -Wl,-z,relro -fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -pie -rdynamic
  298. Tests......................: no
  299. Docs.......................: no (doxygen not found)
  300. Installation...............: make install (as root if needed, with 'su' or 'sudo')
  301. prefix...................: /usr
  302. make[1]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  303. dh_auto_build
  304. make[1]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  305. make all-recursive
  306. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  307. Making all in src
  308. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  309. Making all in lib
  310. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  311. EOLIAN elm_access.eo.c
  312. EOLIAN elm_actionslider.eo.c
  313. EOLIAN elm_app_client.eo.c
  314. EOLIAN elm_app_client_view.eo.c
  315. EOLIAN elm_app_server.eo.c
  316. EOLIAN elm_app_server_view.eo.c
  317. EOLIAN elm_atspi_app_object.eo.c
  318. EOLIAN elm_bg.eo.c
  319. EOLIAN elm_box.eo.c
  320. EOLIAN elm_bubble.eo.c
  321. EOLIAN elm_button.eo.c
  322. EOLIAN elm_calendar.eo.c
  323. EOLIAN elm_check.eo.c
  324. EOLIAN elm_clock.eo.c
  325. EOLIAN elm_colorselector.eo.c
  326. EOLIAN elm_conformant.eo.c
  327. EOLIAN elm_container.eo.c
  328. EOLIAN elm_ctxpopup.eo.c
  329. EOLIAN elm_datetime.eo.c
  330. EOLIAN elm_dayselector.eo.c
  331. EOLIAN elm_diskselector.eo.c
  332. EOLIAN elm_entry.eo.c
  333. EOLIAN elm_fileselector.eo.c
  334. EOLIAN elm_fileselector_button.eo.c
  335. EOLIAN elm_fileselector_entry.eo.c
  336. EOLIAN elm_flip.eo.c
  337. EOLIAN elm_flipselector.eo.c
  338. EOLIAN elm_frame.eo.c
  339. EOLIAN elm_gengrid.eo.c
  340. EOLIAN elm_gengrid_pan.eo.c
  341. EOLIAN elm_genlist.eo.c
  342. EOLIAN elm_genlist_pan.eo.c
  343. EOLIAN elm_gesture_layer.eo.c
  344. EOLIAN elm_glview.eo.c
  345. EOLIAN elm_grid.eo.c
  346. EOLIAN elm_hover.eo.c
  347. EOLIAN elm_hoversel.eo.c
  348. EOLIAN elm_icon.eo.c
  349. EOLIAN elm_image.eo.c
  350. EOLIAN elm_index.eo.c
  351. EOLIAN elm_interface_atspi_accessible.eo.c
  352. EOLIAN elm_interface_atspi_action.eo.c
  353. EOLIAN elm_interface_atspi_component.eo.c
  354. EOLIAN elm_interface_atspi_editable_text.eo.c
  355. EOLIAN elm_interface_atspi_image.eo.c
  356. EOLIAN elm_interface_atspi_selection.eo.c
  357. EOLIAN elm_interface_atspi_text.eo.c
  358. EOLIAN elm_interface_atspi_value.eo.c
  359. EOLIAN elm_interface_atspi_widget.eo.c
  360. EOLIAN elm_interface_atspi_widget_action.eo.c
  361. EOLIAN elm_interface_atspi_window.eo.c
  362. EOLIAN elm_interface_fileselector.eo.c
  363. EOLIAN elm_interface_scrollable.eo.c
  364. EOLIAN elm_inwin.eo.c
  365. EOLIAN elm_label.eo.c
  366. EOLIAN elm_layout.eo.c
  367. EOLIAN elm_list.eo.c
  368. EOLIAN elm_map.eo.c
  369. EOLIAN elm_map_pan.eo.c
  370. EOLIAN elm_mapbuf.eo.c
  371. EOLIAN elm_menu.eo.c
  372. EOLIAN elm_multibuttonentry.eo.c
  373. EOLIAN elm_naviframe.eo.c
  374. EOLIAN elm_notify.eo.c
  375. EOLIAN elm_pan.eo.c
  376. EOLIAN elm_panel.eo.c
  377. EOLIAN elm_panes.eo.c
  378. EOLIAN elm_photo.eo.c
  379. EOLIAN elm_photocam.eo.c
  380. EOLIAN elm_photocam_pan.eo.c
  381. EOLIAN elm_player.eo.c
  382. EOLIAN elm_plug.eo.c
  383. EOLIAN elm_popup.eo.c
  384. EOLIAN elm_prefs.eo.c
  385. EOLIAN elm_progressbar.eo.c
  386. EOLIAN elm_radio.eo.c
  387. EOLIAN elm_route.eo.c
  388. EOLIAN elm_scroller.eo.c
  389. EOLIAN elm_segment_control.eo.c
  390. EOLIAN elm_separator.eo.c
  391. EOLIAN elm_slider.eo.c
  392. EOLIAN elm_slideshow.eo.c
  393. EOLIAN elm_spinner.eo.c
  394. EOLIAN elm_systray.eo.c
  395. EOLIAN elm_table.eo.c
  396. EOLIAN elm_thumb.eo.c
  397. EOLIAN elm_toolbar.eo.c
  398. EOLIAN elm_video.eo.c
  399. EOLIAN elm_web.eo.c
  400. EOLIAN elm_widget.eo.c
  401. EOLIAN elm_win.eo.c
  402. EOLIAN elm_access.eo.h
  403. EOLIAN elm_actionslider.eo.h
  404. EOLIAN elm_app_client.eo.h
  405. EOLIAN elm_app_client_view.eo.h
  406. EOLIAN elm_app_server.eo.h
  407. EOLIAN elm_app_server_view.eo.h
  408. EOLIAN elm_atspi_app_object.eo.h
  409. EOLIAN elm_bg.eo.h
  410. EOLIAN elm_box.eo.h
  411. EOLIAN elm_bubble.eo.h
  412. EOLIAN elm_button.eo.h
  413. EOLIAN elm_calendar.eo.h
  414. EOLIAN elm_check.eo.h
  415. EOLIAN elm_clock.eo.h
  416. EOLIAN elm_colorselector.eo.h
  417. EOLIAN elm_conformant.eo.h
  418. EOLIAN elm_container.eo.h
  419. EOLIAN elm_ctxpopup.eo.h
  420. EOLIAN elm_datetime.eo.h
  421. EOLIAN elm_dayselector.eo.h
  422. EOLIAN elm_diskselector.eo.h
  423. EOLIAN elm_entry.eo.h
  424. EOLIAN elm_fileselector.eo.h
  425. EOLIAN elm_fileselector_button.eo.h
  426. EOLIAN elm_fileselector_entry.eo.h
  427. EOLIAN elm_flip.eo.h
  428. EOLIAN elm_flipselector.eo.h
  429. EOLIAN elm_frame.eo.h
  430. EOLIAN elm_gengrid.eo.h
  431. EOLIAN elm_gengrid_pan.eo.h
  432. EOLIAN elm_genlist.eo.h
  433. EOLIAN elm_genlist_pan.eo.h
  434. EOLIAN elm_gesture_layer.eo.h
  435. EOLIAN elm_glview.eo.h
  436. EOLIAN elm_grid.eo.h
  437. EOLIAN elm_hover.eo.h
  438. EOLIAN elm_hoversel.eo.h
  439. EOLIAN elm_icon.eo.h
  440. EOLIAN elm_image.eo.h
  441. EOLIAN elm_index.eo.h
  442. EOLIAN elm_interface_atspi_accessible.eo.h
  443. EOLIAN elm_interface_atspi_action.eo.h
  444. EOLIAN elm_interface_atspi_component.eo.h
  445. EOLIAN elm_interface_atspi_editable_text.eo.h
  446. EOLIAN elm_interface_atspi_image.eo.h
  447. EOLIAN elm_interface_atspi_selection.eo.h
  448. EOLIAN elm_interface_atspi_text.eo.h
  449. EOLIAN elm_interface_atspi_value.eo.h
  450. EOLIAN elm_interface_atspi_widget.eo.h
  451. EOLIAN elm_interface_atspi_widget_action.eo.h
  452. EOLIAN elm_interface_atspi_window.eo.h
  453. EOLIAN elm_interface_fileselector.eo.h
  454. EOLIAN elm_interface_scrollable.eo.h
  455. EOLIAN elm_inwin.eo.h
  456. EOLIAN elm_label.eo.h
  457. EOLIAN elm_layout.eo.h
  458. EOLIAN elm_list.eo.h
  459. EOLIAN elm_map.eo.h
  460. EOLIAN elm_map_pan.eo.h
  461. EOLIAN elm_mapbuf.eo.h
  462. EOLIAN elm_menu.eo.h
  463. EOLIAN elm_multibuttonentry.eo.h
  464. EOLIAN elm_naviframe.eo.h
  465. EOLIAN elm_notify.eo.h
  466. EOLIAN elm_pan.eo.h
  467. EOLIAN elm_panel.eo.h
  468. EOLIAN elm_panes.eo.h
  469. EOLIAN elm_photo.eo.h
  470. EOLIAN elm_photocam.eo.h
  471. EOLIAN elm_photocam_pan.eo.h
  472. EOLIAN elm_player.eo.h
  473. EOLIAN elm_plug.eo.h
  474. EOLIAN elm_popup.eo.h
  475. EOLIAN elm_prefs.eo.h
  476. EOLIAN elm_progressbar.eo.h
  477. EOLIAN elm_radio.eo.h
  478. EOLIAN elm_route.eo.h
  479. EOLIAN elm_scroller.eo.h
  480. EOLIAN elm_segment_control.eo.h
  481. EOLIAN elm_separator.eo.h
  482. EOLIAN elm_slider.eo.h
  483. EOLIAN elm_slideshow.eo.h
  484. EOLIAN elm_spinner.eo.h
  485. EOLIAN elm_systray.eo.h
  486. EOLIAN elm_table.eo.h
  487. EOLIAN elm_thumb.eo.h
  488. EOLIAN elm_toolbar.eo.h
  489. EOLIAN elm_video.eo.h
  490. EOLIAN elm_web.eo.h
  491. EOLIAN elm_widget.eo.h
  492. EOLIAN elm_win.eo.h
  493. EOLIAN elm_access.eo.legacy.h
  494. EOLIAN elm_actionslider.eo.legacy.h
  495. EOLIAN elm_app_client.eo.legacy.h
  496. EOLIAN elm_app_client_view.eo.legacy.h
  497. EOLIAN elm_app_server.eo.legacy.h
  498. EOLIAN elm_app_server_view.eo.legacy.h
  499. EOLIAN elm_atspi_app_object.eo.legacy.h
  500. EOLIAN elm_bg.eo.legacy.h
  501. EOLIAN elm_box.eo.legacy.h
  502. EOLIAN elm_bubble.eo.legacy.h
  503. EOLIAN elm_button.eo.legacy.h
  504. EOLIAN elm_calendar.eo.legacy.h
  505. EOLIAN elm_check.eo.legacy.h
  506. EOLIAN elm_clock.eo.legacy.h
  507. EOLIAN elm_colorselector.eo.legacy.h
  508. EOLIAN elm_conformant.eo.legacy.h
  509. EOLIAN elm_container.eo.legacy.h
  510. EOLIAN elm_ctxpopup.eo.legacy.h
  511. EOLIAN elm_datetime.eo.legacy.h
  512. EOLIAN elm_dayselector.eo.legacy.h
  513. EOLIAN elm_diskselector.eo.legacy.h
  514. EOLIAN elm_entry.eo.legacy.h
  515. EOLIAN elm_fileselector.eo.legacy.h
  516. EOLIAN elm_fileselector_button.eo.legacy.h
  517. EOLIAN elm_fileselector_entry.eo.legacy.h
  518. EOLIAN elm_flip.eo.legacy.h
  519. EOLIAN elm_flipselector.eo.legacy.h
  520. EOLIAN elm_frame.eo.legacy.h
  521. EOLIAN elm_gengrid.eo.legacy.h
  522. EOLIAN elm_gengrid_pan.eo.legacy.h
  523. EOLIAN elm_genlist.eo.legacy.h
  524. EOLIAN elm_genlist_pan.eo.legacy.h
  525. EOLIAN elm_gesture_layer.eo.legacy.h
  526. EOLIAN elm_glview.eo.legacy.h
  527. EOLIAN elm_grid.eo.legacy.h
  528. EOLIAN elm_hover.eo.legacy.h
  529. EOLIAN elm_hoversel.eo.legacy.h
  530. EOLIAN elm_icon.eo.legacy.h
  531. EOLIAN elm_image.eo.legacy.h
  532. EOLIAN elm_index.eo.legacy.h
  533. EOLIAN elm_interface_atspi_accessible.eo.legacy.h
  534. EOLIAN elm_interface_atspi_action.eo.legacy.h
  535. EOLIAN elm_interface_atspi_component.eo.legacy.h
  536. EOLIAN elm_interface_atspi_editable_text.eo.legacy.h
  537. EOLIAN elm_interface_atspi_image.eo.legacy.h
  538. EOLIAN elm_interface_atspi_selection.eo.legacy.h
  539. EOLIAN elm_interface_atspi_text.eo.legacy.h
  540. EOLIAN elm_interface_atspi_value.eo.legacy.h
  541. EOLIAN elm_interface_atspi_widget.eo.legacy.h
  542. EOLIAN elm_interface_atspi_widget_action.eo.legacy.h
  543. EOLIAN elm_interface_atspi_window.eo.legacy.h
  544. EOLIAN elm_interface_fileselector.eo.legacy.h
  545. EOLIAN elm_interface_scrollable.eo.legacy.h
  546. EOLIAN elm_inwin.eo.legacy.h
  547. EOLIAN elm_label.eo.legacy.h
  548. EOLIAN elm_layout.eo.legacy.h
  549. EOLIAN elm_list.eo.legacy.h
  550. EOLIAN elm_map.eo.legacy.h
  551. EOLIAN elm_map_pan.eo.legacy.h
  552. EOLIAN elm_mapbuf.eo.legacy.h
  553. EOLIAN elm_menu.eo.legacy.h
  554. EOLIAN elm_multibuttonentry.eo.legacy.h
  555. EOLIAN elm_naviframe.eo.legacy.h
  556. EOLIAN elm_notify.eo.legacy.h
  557. EOLIAN elm_pan.eo.legacy.h
  558. EOLIAN elm_panel.eo.legacy.h
  559. EOLIAN elm_panes.eo.legacy.h
  560. EOLIAN elm_photo.eo.legacy.h
  561. EOLIAN elm_photocam.eo.legacy.h
  562. EOLIAN elm_photocam_pan.eo.legacy.h
  563. EOLIAN elm_player.eo.legacy.h
  564. EOLIAN elm_plug.eo.legacy.h
  565. EOLIAN elm_popup.eo.legacy.h
  566. EOLIAN elm_prefs.eo.legacy.h
  567. EOLIAN elm_progressbar.eo.legacy.h
  568. EOLIAN elm_radio.eo.legacy.h
  569. EOLIAN elm_route.eo.legacy.h
  570. EOLIAN elm_scroller.eo.legacy.h
  571. EOLIAN elm_segment_control.eo.legacy.h
  572. EOLIAN elm_separator.eo.legacy.h
  573. EOLIAN elm_slider.eo.legacy.h
  574. EOLIAN elm_slideshow.eo.legacy.h
  575. EOLIAN elm_spinner.eo.legacy.h
  576. EOLIAN elm_systray.eo.legacy.h
  577. EOLIAN elm_table.eo.legacy.h
  578. EOLIAN elm_thumb.eo.legacy.h
  579. EOLIAN elm_toolbar.eo.legacy.h
  580. EOLIAN elm_video.eo.legacy.h
  581. EOLIAN elm_web.eo.legacy.h
  582. EOLIAN elm_widget.eo.legacy.h
  583. EOLIAN elm_win.eo.legacy.h
  584. make all-am
  585. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  586. CC libelementary_la-elc_ctxpopup.lo
  587. CC libelementary_la-elc_fileselector.lo
  588. CC libelementary_la-elc_fileselector_button.lo
  589. CC libelementary_la-elc_fileselector_entry.lo
  590. CC libelementary_la-elc_hoversel.lo
  591. CC libelementary_la-elc_multibuttonentry.lo
  592. CC libelementary_la-elc_naviframe.lo
  593. CC libelementary_la-elc_player.lo
  594. CC libelementary_la-elc_popup.lo
  595. CC libelementary_la-elc_scrolled_entry.lo
  596. CC libelementary_la-elm_access.lo
  597. CC libelementary_la-elm_actionslider.lo
  598. CC libelementary_la-elm_app_common.lo
  599. CC libelementary_la-elm_app_server_eet.lo
  600. CC libelementary_la-elm_app_server.lo
  601. CC libelementary_la-elm_app_server_view.lo
  602. CC libelementary_la-elm_app_client.lo
  603. CC libelementary_la-elm_app_client_view.lo
  604. CC libelementary_la-elm_atspi_app_object.lo
  605. CC libelementary_la-elm_atspi_bridge.lo
  606. CC libelementary_la-elm_bg.lo
  607. CC libelementary_la-elm_box.lo
  608. CC libelementary_la-elm_bubble.lo
  609. CC libelementary_la-elm_button.lo
  610. CC libelementary_la-elm_calendar.lo
  611. CC libelementary_la-elm_check.lo
  612. CC libelementary_la-elm_clock.lo
  613. CC libelementary_la-elm_cnp.lo
  614. CC libelementary_la-elm_colorselector.lo
  615. CC libelementary_la-elm_config.lo
  616. CC libelementary_la-elm_conform.lo
  617. CC libelementary_la-elm_container.lo
  618. CC libelementary_la-elm_datetime.lo
  619. CC libelementary_la-elm_dayselector.lo
  620. CC libelementary_la-elm_dbus_menu.lo
  621. CC libelementary_la-elm_diskselector.lo
  622. CC libelementary_la-elm_entry.lo
  623. CC libelementary_la-elm_flip.lo
  624. CC libelementary_la-elm_flipselector.lo
  625. CC libelementary_la-elm_font.lo
  626. CC libelementary_la-elm_frame.lo
  627. CC libelementary_la-elm_gengrid.lo
  628. CC libelementary_la-elm_genlist.lo
  629. CC libelementary_la-elm_gesture_layer.lo
  630. CC libelementary_la-elm_gesture_layer_extra_gestures.lo
  631. CC libelementary_la-elm_glview.lo
  632. CC libelementary_la-elm_grid.lo
  633. CC libelementary_la-elm_hover.lo
  634. CC libelementary_la-elm_icon.lo
  635. CC libelementary_la-elm_image.lo
  636. CC libelementary_la-elm_index.lo
  637. CC libelementary_la-elm_interface_atspi_accessible.lo
  638. CC libelementary_la-elm_interface_atspi_action.lo
  639. CC libelementary_la-elm_interface_atspi_component.lo
  640. CC libelementary_la-elm_interface_atspi_editable_text.lo
  641. CC libelementary_la-elm_interface_atspi_image.lo
  642. CC libelementary_la-elm_interface_atspi_selection.lo
  643. CC libelementary_la-elm_interface_atspi_text.lo
  644. CC libelementary_la-elm_interface_atspi_value.lo
  645. CC libelementary_la-elm_interface_atspi_widget.lo
  646. CC libelementary_la-elm_interface_atspi_widget_action.lo
  647. CC libelementary_la-elm_interface_atspi_window.lo
  648. CC libelementary_la-elm_interface_fileselector.lo
  649. CC libelementary_la-elm_interface_scrollable.lo
  650. CC libelementary_la-elm_inwin.lo
  651. CC libelementary_la-elm_label.lo
  652. CC libelementary_la-elm_layout.lo
  653. CC libelementary_la-elm_list.lo
  654. CC libelementary_la-elm_main.lo
  655. CC libelementary_la-elm_map.lo
  656. CC libelementary_la-elm_mapbuf.lo
  657. CC libelementary_la-elm_menu.lo
  658. CC libelementary_la-elm_module.lo
  659. CC libelementary_la-elm_notify.lo
  660. CC libelementary_la-elm_panel.lo
  661. CC libelementary_la-elm_panes.lo
  662. CC libelementary_la-elm_photo.lo
  663. CC libelementary_la-elm_photocam.lo
  664. CC libelementary_la-elm_plug.lo
  665. CC libelementary_la-elm_prefs.lo
  666. CC libelementary_la-elm_prefs_data.lo
  667. CC libelementary_la-elm_progressbar.lo
  668. CC libelementary_la-elm_radio.lo
  669. CC libelementary_la-elm_route.lo
  670. CC libelementary_la-elm_scroller.lo
  671. CC libelementary_la-elm_segment_control.lo
  672. CC libelementary_la-elm_separator.lo
  673. CC libelementary_la-elm_slider.lo
  674. CC libelementary_la-elm_slideshow.lo
  675. CC libelementary_la-elm_spinner.lo
  676. CC libelementary_la-elm_store.lo
  677. CC libelementary_la-elm_systray.lo
  678. CC libelementary_la-elm_systray_watcher.lo
  679. CC libelementary_la-elm_sys_notify.lo
  680. CC libelementary_la-elm_table.lo
  681. CC libelementary_la-elm_theme.lo
  682. CC libelementary_la-elm_thumb.lo
  683. CC libelementary_la-elm_toolbar.lo
  684. CC libelementary_la-elm_transit.lo
  685. CC libelementary_la-elm_util.lo
  686. CC libelementary_la-elm_url.lo
  687. CC libelementary_la-elm_video.lo
  688. CC libelementary_la-elm_web2.lo
  689. CC libelementary_la-elm_widget.lo
  690. CC libelementary_la-elm_win.lo
  691. CC libelementary_la-els_box.lo
  692. CC libelementary_la-els_cursor.lo
  693. CC libelementary_la-els_tooltip.lo
  694. CC libelementary_la-elu_ews_wm.lo
  695. CCLD libelementary.la
  696. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  697. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  698. Making all in bin
  699. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  700. CC config.o
  701. CCLD elementary_config
  702. CC elementary_codegen.o
  703. CCLD elementary_codegen
  704. CC elm_prefs_cc.o
  705. CC elm_prefs_cc_mem.o
  706. CC elm_prefs_cc_out.o
  707. CC elm_prefs_cc_parse.o
  708. CC elm_prefs_cc_handlers.o
  709. CCLD elm_prefs_cc
  710. CC quicklaunch.o
  711. CCLD elementary_quicklaunch
  712. CC run.o
  713. CCLD elementary_run
  714. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  715. Making all in imported
  716. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  717. Making all in atspi
  718. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  719. make[5]: Nothing to be done for 'all'.
  720. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  721. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  722. make[5]: Nothing to be done for 'all-am'.
  723. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  724. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  725. Making all in modules
  726. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  727. Making all in prefs
  728. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  729. CC module_la-prefs_iface.lo
  730. CC module_la-elm_button.lo
  731. CC module_la-elm_check.lo
  732. CC module_la-elm_datetime.lo
  733. CC module_la-elm_entry.lo
  734. CC module_la-elm_label.lo
  735. CC module_la-elm_separator.lo
  736. CC module_la-elm_slider.lo
  737. CC module_la-elm_spinner.lo
  738. CC module_la-elm_swallow.lo
  739. CC module_la-elm_vertical_box.lo
  740. CC module_la-elm_horizontal_box.lo
  741. CC module_la-elm_vertical_frame.lo
  742. CC module_la-elm_horizontal_frame.lo
  743. CCLD module.la
  744. EDJ elm_prefs_swallow.edj
  745. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  746. Making all in test_entry
  747. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  748. CC module_la-mod.lo
  749. CCLD module.la
  750. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  751. Making all in test_map
  752. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  753. CC module_la-mod.lo
  754. CCLD module.la
  755. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  756. Making all in access_output
  757. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  758. CC module_la-mod.lo
  759. CCLD module.la
  760. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  761. Making all in datetime_input_ctxpopup
  762. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  763. CC module_la-datetime_input_ctxpopup.lo
  764. CCLD module.la
  765. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  766. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  767. make[5]: Nothing to be done for 'all-am'.
  768. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  769. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  770. Making all in edje_externals
  771. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  772. CC elm.lo
  773. CC elm_actionslider.lo
  774. CC elm_bg.lo
  775. CC elm_bubble.lo
  776. CC elm_button.lo
  777. CC elm_calendar.lo
  778. CC elm_check.lo
  779. CC elm_clock.lo
  780. CC elm_entry.lo
  781. CC elm_fileselector.lo
  782. CC elm_fileselector_button.lo
  783. CC elm_fileselector_entry.lo
  784. CC elm_frame.lo
  785. CC elm_gengrid.lo
  786. CC elm_genlist.lo
  787. CC elm_hoversel.lo
  788. CC elm_icon.lo
  789. CC elm_index.lo
  790. CC elm_label.lo
  791. CC elm_list.lo
  792. CC elm_map.lo
  793. CC elm_multibuttonentry.lo
  794. CC elm_naviframe.lo
  795. CC elm_notify.lo
  796. CC elm_panes.lo
  797. CC elm_photocam.lo
  798. CC elm_progressbar.lo
  799. CC elm_radio.lo
  800. CC elm_scroller.lo
  801. CC elm_segment_control.lo
  802. CC elm_slider.lo
  803. CC elm_slideshow.lo
  804. CC elm_spinner.lo
  805. CC elm_thumb.lo
  806. CC elm_toolbar.lo
  807. CC elm_video.lo
  808. CC elm_web.lo
  809. CCLD module.la
  810. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  811. Making all in examples
  812. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  813. make all-am
  814. make[5]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  815. make[5]: Nothing to be done for 'all-am'.
  816. make[5]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  817. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  818. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  819. make[4]: Nothing to be done for 'all-am'.
  820. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  821. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  822. Making all in data
  823. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  824. Making all in themes
  825. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  826. EDJ default.edj
  827. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  828. Making all in images
  829. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  830. make[4]: Nothing to be done for 'all'.
  831. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  832. Making all in objects
  833. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  834. EDJ test.edj
  835. EDJ test_external.edj
  836. EDJ multip.edj
  837. EDJ cursors.edj
  838. EDJ font_preview.edj
  839. EDJ postit_ent.edj
  840. EDJ multibuttonentry.edj
  841. EDJ test_prefs.edj
  842. EPB test_prefs.epb
  843. EDJ test_focus_style.edj
  844. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  845. Making all in desktop
  846. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  847. make[4]: Nothing to be done for 'all'.
  848. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  849. Making all in edje_externals
  850. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  851. EDJ icons.edj
  852. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  853. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  854. make[4]: Nothing to be done for 'all-am'.
  855. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  856. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  857. Making all in config
  858. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  859. Making all in default
  860. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  861. /usr/bin/eet -e \
  862. ../../config/default/base.cfg config \
  863. base.src 1
  864. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  865. Making all in standard
  866. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  867. /usr/bin/eet -e \
  868. ../../config/standard/base.cfg config \
  869. base.src 1
  870. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  871. Making all in mobile
  872. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  873. /usr/bin/eet -e \
  874. ../../config/mobile/base.cfg config \
  875. base.src 1
  876. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  877. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  878. /usr/bin/eet -i \
  879. ../config/profile.cfg config \
  880. profile.src 0
  881. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  882. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  883. Making all in doc
  884. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  885. Making all in widgets
  886. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  887. make[4]: Nothing to be done for 'all'.
  888. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  889. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  890. make[4]: Nothing to be done for 'all-am'.
  891. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  892. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  893. Making all in po
  894. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  895. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  896. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  897. PC elementary.pc
  898. PC elementary-cxx.pc
  899. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  900. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  901. make[1]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  902. dh_auto_test
  903. make[1]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  904. Making check in src
  905. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  906. Making check in lib
  907. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  908. make check-am
  909. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  910. make[4]: Nothing to be done for 'check-am'.
  911. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  912. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/lib'
  913. Making check in bin
  914. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  915. make[3]: Nothing to be done for 'check'.
  916. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/bin'
  917. Making check in imported
  918. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  919. Making check in atspi
  920. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  921. make[4]: Nothing to be done for 'check'.
  922. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported/atspi'
  923. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  924. make[4]: Nothing to be done for 'check-am'.
  925. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  926. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/imported'
  927. Making check in modules
  928. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  929. Making check in prefs
  930. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  931. make[4]: Nothing to be done for 'check'.
  932. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/prefs'
  933. Making check in test_entry
  934. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  935. make[4]: Nothing to be done for 'check'.
  936. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_entry'
  937. Making check in test_map
  938. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  939. make[4]: Nothing to be done for 'check'.
  940. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/test_map'
  941. Making check in access_output
  942. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  943. make[4]: Nothing to be done for 'check'.
  944. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/access_output'
  945. Making check in datetime_input_ctxpopup
  946. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  947. make[4]: Nothing to be done for 'check'.
  948. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules/datetime_input_ctxpopup'
  949. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  950. make[4]: Nothing to be done for 'check-am'.
  951. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  952. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/modules'
  953. Making check in edje_externals
  954. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  955. make[3]: Nothing to be done for 'check'.
  956. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/edje_externals'
  957. Making check in examples
  958. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  959. make check-am
  960. make[4]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  961. make[4]: Nothing to be done for 'check-am'.
  962. make[4]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  963. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src/examples'
  964. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  965. make[3]: Nothing to be done for 'check-am'.
  966. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  967. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/src'
  968. Making check in data
  969. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  970. Making check in themes
  971. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  972. make[3]: Nothing to be done for 'check'.
  973. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/themes'
  974. Making check in images
  975. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  976. make[3]: Nothing to be done for 'check'.
  977. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/images'
  978. Making check in objects
  979. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  980. make[3]: Nothing to be done for 'check'.
  981. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/objects'
  982. Making check in desktop
  983. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  984. make[3]: Nothing to be done for 'check'.
  985. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/desktop'
  986. Making check in edje_externals
  987. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  988. make[3]: Nothing to be done for 'check'.
  989. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data/edje_externals'
  990. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  991. make[3]: Nothing to be done for 'check-am'.
  992. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  993. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/data'
  994. Making check in config
  995. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  996. Making check in default
  997. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  998. make[3]: Nothing to be done for 'check'.
  999. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/default'
  1000. Making check in standard
  1001. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  1002. make[3]: Nothing to be done for 'check'.
  1003. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/standard'
  1004. Making check in mobile
  1005. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  1006. make[3]: Nothing to be done for 'check'.
  1007. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config/mobile'
  1008. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  1009. make[3]: Nothing to be done for 'check-am'.
  1010. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  1011. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/config'
  1012. Making check in doc
  1013. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1014. Making check in widgets
  1015. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  1016. make[3]: Nothing to be done for 'check'.
  1017. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc/widgets'
  1018. make[3]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1019. make[3]: Nothing to be done for 'check-am'.
  1020. make[3]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1021. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/doc'
  1022. Making check in po
  1023. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  1024. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0/po'
  1025. make[2]: Entering directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  1026. make[2]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
  1027. make[1]: Leaving directory '/home/administrativo/E/tcmc/elementary/elementary-1.12.0'
Advertisement
Add Comment
Please, Sign In to add comment