cleaning up the base of efl tree moving files to subdirs

SVN revision: 77106
This commit is contained in:
Carsten Haitzler 2012-09-27 03:02:12 +00:00
parent 296d47a7cb
commit 05ddd5fe2d
25 changed files with 69 additions and 31 deletions

11
COPYING
View File

@ -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 evil: licenses/COPYING.BSD
eet: licenses/COPYING.BSD
LGPL v2: Eina eina: licenses/COPYING.LGPL
GPL v2:

View File

View File

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

16
NEWS
View File

@ -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.

20
README
View File

@ -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

View File

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