cleaning up the base of efl tree moving files to subdirs

SVN revision: 77106
devs/devilhorns/wayland_egl
Carsten Haitzler 11 years ago
parent 296d47a7cb
commit 05ddd5fe2d
  1. 11
      COPYING
  2. 0
      ChangeLog.eina
  3. 41
      Makefile.am
  4. 16
      NEWS
  5. 20
      README
  6. 12
      configure.ac
  7. 0
      licenses/COPYING.BSD
  8. 0
      licenses/COPYING.GPL
  9. 0
      licenses/COPYING.LGPL
  10. 0
      old/ChangeLog.eet
  11. 0
      old/ChangeLog.eina
  12. 0
      old/ChangeLog.evil
  13. 0
      old/ChangeLog.evil.0
  14. 0
      old/NEWS.eet
  15. 0
      old/NEWS.eina
  16. 0
      old/NEWS.evil
  17. 0
      old/README.eet
  18. 0
      old/README.eina
  19. 0
      old/README.evil
  20. 0
      pc/eet.pc.in
  21. 0
      pc/eina.pc.in
  22. 0
      pc/eo.pc.in
  23. 0
      pc/evil.pc.in
  24. 0
      spec/eet.spec.in
  25. 0
      spec/eina.spec.in

@ -1,7 +1,6 @@
The EFL come with several licences:
EFL comes with several licences. Listed are the library/probject
name and the license file covering it.
BSD 2-clause: Evil, Eet
LGPL v2: Eina
GPL v2:
evil: licenses/COPYING.BSD
eet: licenses/COPYING.BSD
eina: licenses/COPYING.LGPL

@ -32,37 +32,40 @@ m4/evil_windows.m4 \
m4/eina_check.m4
EXTRA_DIST += \
ChangeLog.evil \
NEWS.evil \
README.evil \
evil.pc \
ChangeLog.eina \
NEWS.eina \
README.eina \
eina.spec \
eina.pc \
ChangeLog.eet \
NEWS.eet \
README.eet \
eet.spec \
eet.pc \
eo.pc
licenses/COPYING.LGPL \
licenses/COPYING.GPL \
licenses/COPYING.BSD \
old/ChangeLog.evil \
old/ChangeLog.eina \
old/ChangeLog.eet \
old/NEWS.evil \
old/README.evil \
old/NEWS.eina \
old/README.eina \
old/NEWS.eet \
old/README.eet \
spec/eina.spec \
spec/eet.spec \
pc/evil.pc \
pc/eina.pc \
pc/eet.pc \
pc/eo.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA =
if HAVE_WINDOWS
pkgconfig_DATA += evil.pc
pkgconfig_DATA += pc/evil.pc
endif
pkgconfig_DATA += eina.pc
pkgconfig_DATA += pc/eina.pc
if EFL_BUILD_EET
pkgconfig_DATA += eet.pc
pkgconfig_DATA += pc/eet.pc
endif
if EFL_BUILD_EO
pkgconfig_DATA += eo.pc
pkgconfig_DATA += pc/eo.pc
endif

16
NEWS

@ -0,0 +1,16 @@
=========
EFL 1.8.0
=========
Changes since 1.7.0:
Additions:
* Add DOCTYPE children parsing in eina_simple_xml
Improvements:
* Single EFL tree now covring all EFL library components.
* Speedup Eina Rbtree Iterator by recycling memory instead of
massively calling malloc/free.
Fixes:
* Fix PPC (big endian) image codec bug.

@ -0,0 +1,20 @@
EFL 1.7.99
******************************************************************************
FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net
******************************************************************************
EFL is a collection of libraries for handling many common tasks a
developer man have such as data structures, communication, rendering,
widgets and more.
------------------------------------------------------------------------------
COMPILING AND INSTALLING:
./configure
make
(do this as root unless you are installing in your users directories):
make install

@ -1259,12 +1259,12 @@ src/tests/Makefile
src/tests/eina/Makefile
src/tests/eet/Makefile
src/tests/eo/Makefile
eina.spec
eet.spec
evil.pc
eina.pc
eet.pc
eo.pc
spec/eina.spec
spec/eet.spec
pc/evil.pc
pc/eina.pc
pc/eet.pc
pc/eo.pc
])
AC_OUTPUT

Loading…
Cancel
Save