efl/src
Carsten Haitzler 64c4f34bc0 sorry - have to revert this as this brings the efl tree build to a
grinding halt - it wasn't great before.. but now it's totally broken. :(
e.g.:

/bin/bash ../libtool  --tag=CC   --mode=link ccache gcc -std=gnu99
-O2 -g -pipe -march=native -fvisibility=hidden -ffast-math -W -Wall
-Wextra -Wno-shadow -Wno-unused-but-set-parameter   -o bin/eet/eet
bin/eet/bin_eet_eet-eet_main.o -fvisibility=hidden -fdata-sections
-ffunction-sections -Wl,--gc-sections -fno-strict-aliasing
-Wl,--as-needed -Wl,--no-copy-dt-needed-entries    lib/eet/libeet.la

libtool: link: ccache gcc -std=gnu99 -O2 -g -pipe -march=native
-fvisibility=hidden -ffast-math -W -Wall -Wextra -Wno-shadow
-Wno-unused-but-set-parameter -o bin/eet/.libs/eet
bin/eet/bin_eet_eet-eet_main.o -fvisibility=hidden -fdata-sections
-ffunction-sections -Wl,--gc-sections -fno-strict-aliasing
-Wl,--as-needed -Wl,--no-copy-dt-needed-entries  lib/eet/.libs/libeet.so
/usr/bin/ld: bin/eet/bin_eet_eet-eet_main.o: undefined reference to
symbol 'eina_iterator_next'
/usr/bin/ld: note: 'eina_iterator_next' is defined in DSO
/usr/local/lib/libeina.so.1 so try adding it to the linker command line
/usr/local/lib/libeina.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status



SVN revision: 83112
2013-01-22 23:48:04 +00:00
..
benchmarks clean up benchmark and example rules. 2013-01-12 07:38:26 +00:00
bin some clang warning cleanups i forgot to commit 2013-01-21 00:22:35 +00:00
edje_external/emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
examples ecore_imf: fix typo in ecore_imf_example.c 2013-01-19 06:18:31 +00:00
lib efl/edbus: Fix edbus_name_owner_changed() when bus name is not on bus 2013-01-22 13:34:34 +00:00
modules oops - minor "never wil happen" leak - free rect. 2013-01-22 23:31:43 +00:00
scripts/eina efl: pass distcheck. 2012-11-05 14:42:44 +00:00
static_libs Efl static_libs: Updated liblinebreak -> libunibreak. 2013-01-11 18:16:09 +00:00
tests efl/edbus: Fix edbus_name_owner_changed() when bus name is not on bus 2013-01-22 13:34:34 +00:00
utils/ecore efl/ecore_x: remove shadow warning from makekeys 2013-01-09 16:39:07 +00:00
Makefile.am make clean should also delete gcda files from lcov 2013-01-18 19:50:00 +00:00
Makefile_EDBus.am efl/edbus: Add initial testsuite 2013-01-15 21:50:57 +00:00
Makefile_EPhysics.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore.am efl: use autotools testsuite for running tests 2013-01-15 20:51:04 +00:00
Makefile_Ecore_Audio.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Cocoa.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Con.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Evas.am fix missing linkage with -lrt for shm_open users. 2013-01-19 14:59:39 +00:00
Makefile_Ecore_FB.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_File.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_IMF.am move ecore_imf_evas out of ecore_imf. 2013-01-15 19:11:01 +00:00
Makefile_Ecore_IMF_Evas.am move ecore_imf_evas out of ecore_imf. 2013-01-15 19:11:01 +00:00
Makefile_Ecore_Input.am move ecore_input_evas out of ecore_input. 2013-01-15 18:59:28 +00:00
Makefile_Ecore_Input_Evas.am efl/ecore_input: Move file instead. As requested by k-s 2013-01-16 11:23:34 +00:00
Makefile_Ecore_Ipc.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Psl1ght.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_SDL.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Wayland.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_Win32.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_WinCE.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Ecore_X.am each module install headers in their own directory. 2013-01-16 19:28:30 +00:00
Makefile_Edje.am edje: artificial depend on epp. 2013-01-15 17:34:00 +00:00
Makefile_Eet.am efl: use autotools testsuite for running tests 2013-01-15 20:51:04 +00:00
Makefile_Eeze.am eeze's mount shouldn't be optional. 2013-01-16 21:05:19 +00:00
Makefile_Efreet.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eina.am efl: inline eina_unicode_utf8_get_next. 2013-01-21 09:37:14 +00:00
Makefile_Eio.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Embryo.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Emotion.am fix missing linkage with -lrt for shm_open users. 2013-01-19 14:59:39 +00:00
Makefile_Eo.am Eo: Changed NDEBUG to EO_DEBUG. 2013-01-18 16:57:57 +00:00
Makefile_Escape.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ethumb.am fix distcheck. 2013-01-16 18:28:43 +00:00
Makefile_Ethumb_Client.am fix directory structure: move ethumd_client out of ethumb. 2013-01-15 18:10:58 +00:00
Makefile_Evas.am sorry - have to revert this as this brings the efl tree build to a 2013-01-22 23:48:04 +00:00
Makefile_Evil.am efl: simplify automake. 2013-01-14 22:36:23 +00:00